.PgEstimate .catelb {
    margin-top: 50px;
    padding: 0.5em 1em;
    background-color: #012c40;
    font-size: 2.4rem;
    font-weight: 500;
    color: white;
}

.PgEstimate .pr-cate {
    margin-top: 50px;
    padding: 1em 1em 1em 2em;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjAuNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 25%, rgba(226, 226, 226, 0.7) 25%, rgba(226, 226, 226, 0.7) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(226, 226, 226, 0.7) 75%, rgba(226, 226, 226, 0.7));
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 25%, rgba(226, 226, 226, 0.7) 25%, rgba(226, 226, 226, 0.7) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(226, 226, 226, 0.7) 75%, rgba(226, 226, 226, 0.7));
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 25%, rgba(226, 226, 226, 0.7) 25%, rgba(226, 226, 226, 0.7) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(226, 226, 226, 0.7) 75%, rgba(226, 226, 226, 0.7));
    background-size: 3px 3px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #999;
}

.PgEstimate .pr-cate::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 50%;
    background-color: #bd3346;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.PgEstimate .formbox .caution-txt {
    text-align: left;
    color: red;
    font-size: 1.4rem;
}

.PgEstimate .formbox .campaign {
    line-height: 1.8em;
    margin: 40px auto 0;
    width: 50%;
    min-width: 320px;
    text-align: center;
    color: red;
    font-size: 2.2rem;
    border: 1px solid #f55;
    padding: 20px 0;
}

.PgEstimate .formbox .campaign span {
    font-size: 1.8rem
}

.PgEstimate .formbox .campaign em {
    font-weight: bold
}

.PgEstimate .formbox .fl-blk-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #c3c3c3;
}

.PgEstimate .formbox .fl-blk-wrap:last-child {
    border-bottom: none;
}

.PgEstimate .formbox .fl-blk-wrap .fl-blk {
    width: 70%;
    max-width: 70%;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
}

.PgEstimate .formbox .fl-blk-wrap .fl-blk::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 50px);
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.PgEstimate .formbox .fl-blk-wrap .fl-blk dl {
    border-bottom: none;
}

.PgEstimate .formbox .fl-blk-wrap .fl-blk dl dt.dt-1 {
    width: 240px;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk {
    width: 30%;
    max-width: 30%;
    padding-left: 50px;
    box-sizing: border-box;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info {
    margin-top: 30px;
    padding: 20px;
    font-size: 1.3rem;
    background-color: #f6f6f6;
    overflow: hidden;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info-ttl {
    font-size: 1.5rem;
    font-weight: bold;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info p {
    margin-top: 15px;
    text-align: left;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info p strong {
    font-weight: bold;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info ul {
    margin-top: 15px;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info ul li {
    margin-left: 1em;
    list-style-type: disc;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info ol {
    margin-top: 15px;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info ol li {
    margin-left: 1em;
    list-style-type: decimal;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info .hide-text {
    display: none;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info .readmore {
    position: relative;
    height: 50px;
    max-height: 50px;
    width: 60px;
    margin: 15px auto 0;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 30px;
    border: none;
    outline: 0;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    cursor: pointer;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info .readmore::after {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    left: 50%;
    top: 15px;
    transform: translateX(-50%) rotate(135deg);
    transition: 0.5s;
    -erbkit-transition: 0.5s;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info .readmore:hover::after {
    top: 25px;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info .on-click {
    color: transparent !important;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info .on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img {
    padding: 20px 0;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img-1 {
    margin-top: 30px;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img img {
    display: block;
    margin: 0 auto;
    width: 40%;
}

.PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img figcaption {
    margin-top: 1em;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
}

.PgEstimate .formbox dl {
    display: table;
    width: 100%;
    margin-top: 0;
    padding: 1.5em 0;
    border-bottom: 1px solid #c3c3c3;
}

.PgEstimate .formbox dl.full-select {
    display: block;
    margin-top: 30px;
    padding: 0;
    border-bottom: none;
}

.PgEstimate .formbox dl.full-select dt,
.PgEstimate .formbox dl.full-select dd {
    display: block;
}

.PgEstimate .formbox dl.full-select dt {
    width: auto;
    font-weight: bold;
}

.PgEstimate .formbox dl.full-select dt label {
    font-weight: bold;
}

.PgEstimate .formbox dl.full-select dt input[type="radio"] {
    width: 24px;
    height: 24px;
    vertical-align: -0.2em;
}

.PgEstimate .formbox dl.full-select dt input[type="text"] {
    font-size: 1.8rem;
    padding: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    /*          border-radius:3px;*/
    background-color: rgba(255, 255, 255, 0.1);
}

.PgEstimate .formbox dl.full-select dt input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.PgEstimate .formbox dl.full-select dt input[type="text"]:disabled {
    background-color: rgba(204, 204, 204, 0.5);
}

.PgEstimate .formbox dl.full-select dd {
    padding: 10px 0 0 50px;
    font-size: 1.7rem;
}

.PgEstimate .formbox dl.full-select dd a {
    text-decoration: underline;
    font-weight: bold;
}

.PgEstimate .formbox dl.full-select-sub {
    display: table;
    margin: 0;
    padding: 0.25em 0;
    border-bottom: none;
}

.PgEstimate .formbox dl.full-select-sub dt,
.PgEstimate .formbox dl.full-select-sub dd {
    display: table-cell;
    padding: 0;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.3;
}

.PgEstimate .formbox dl.full-select-sub dt {
    width: 3em;
    font-weight: normal;
}

.PgEstimate .formbox dl.full-select-sub dd {
    padding-left: 1em;
    position: relative;
    vertical-align: middle;
}

.PgEstimate .formbox dl.full-select-sub dd::before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
}

.PgEstimate .formbox dl.full-select-sub dd .s {
    text-decoration: line-through;
    margin-bottom: 8px;
    display: inline-block;
}

.PgEstimate .formbox dl.full-select-sub dd .dis_icon {
    font-size: 1.3rem;
    color: #f55;
    border: 1px solid #f55;
    vertical-align: middle;
    padding: 4px 10px;
    margin-left: 10px;
    margin-bottom: 4px;
    display: inline-block;
}

.PgEstimate .formbox dl.full-select-sub dd ul.note-list {
    margin-top: 0.5em;
}

.PgEstimate .formbox dl.full-select-sub dd ul.note-list li {
    margin: 0;
    padding-left: 1.5em;
    position: relative;
    font-size: 1.6rem;
}

.PgEstimate .formbox dl.full-select-sub dd ul.note-list li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.PgEstimate .formbox dl.full-select-num {
    border-bottom: none !important;
}

.PgEstimate .formbox dl.full-select-num dt {
    width: 220px;
}

.PgEstimate .formbox dl.total-info {
    width: 35%;
    margin: 0 0 0 auto;
    padding: 0.25em 0;
    border-bottom: none;
}

.PgEstimate .formbox dl.total-info dt,
.PgEstimate .formbox dl.total-info dd {
    vertical-align: middle;
}

.PgEstimate .formbox dl.total-info dt {
    width: 35%;
}

.PgEstimate .formbox dl.total-info dd {
    text-align: right;
}

.PgEstimate .formbox dl.total-info1 {
    margin-top: 50px;
}

.PgEstimate .formbox dl dt,
.PgEstimate .formbox dl dd {
    display: table-cell;
    vertical-align: top;
}

.PgEstimate .formbox dl dt {
    width: 25%;
    font-weight: bold;
}

.PgEstimate .formbox dl dt .notnull {
    color: var(--color-primary);
    margin-left: 1em;
}

.PgEstimate .formbox dl dd .cl-btn {
    display: inline-block;
    margin: 20px 10px;
    padding: 0.5em;
    background-color: #333;
    color: white;
    position: relative;
    font-size: 1.3rem;
}

.PgEstimate .formbox dl dd .cl-btn::after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    width: 10px;
    height: 10px;
    background: url(img/icon/arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.PgEstimate .formbox dl dd .wa_lb {
    display: inline-block;
    margin-top: 1em;
}

.PgEstimate .formbox dl dd .plan_btn {
    display: table;
    margin: 20px 10px;
    padding: 0.5em;
    background-color: #333;
    color: white;
    position: relative;
}

.PgEstimate .formbox dl dd .plan_btn::after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    width: 10px;
    height: 10px;
    background: url(img/icon/arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.PgEstimate .formbox dl dd .inp_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.PgEstimate .formbox dl dd .inp_box.inp_box_narrow figure {
    width: 280px;
    width: auto;
    float: right;
}

.PgEstimate .formbox dl dd .inp_box.inp_box_narrow figure p {
    margin: 0;
}

.PgEstimate .formbox dl dd .inp_box.inp_box_narrow figure img {
    display: block;
    width: 280px;
    margin: 0 auto;
    float: none;
}

.PgEstimate .formbox dl dd .inp_box .cp_txt {
    margin-top: 0;
    color: red;
    text-align: left;
}

.PgEstimate .formbox dl dd .inp_box img {
    width: 120px;
    height: 120px;
    float: right;
    object-fit: contain;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo {
    -webkit-align-items: center;
    align-items: center;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 aside {
    margin-top: 15px;
    font-size: 1.4rem;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li {
    margin-right: 2em;
    font-weight: bold;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li:nth-of-type(1) {
    padding: 0.25em 1em;
    background-color: #feeced;
    color: red;
    font-weight: 500;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price {
    font-size: 2.1rem;
    vertical-align: middle;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price .s {
    font-size: 1.5rem;
    text-decoration: line-through;
    vertical-align: middle;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price .dis_icon {
    margin-left: 10px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #f55;
    color: #f55;
    font-size: 1.3rem;
    vertical-align: middle;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price small {
    font-size: 1.3rem;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price .dollar {
    font-size: 1.8rem;
}

.PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.PgEstimate .formbox dl dd .exp-area {
    margin-top: 20px;
    font-size: 1.5rem;
    text-align: left;
}

.PgEstimate .formbox dl dd .address_box {
    margin-bottom: 1em;
}

.PgEstimate .formbox dl dd .address_box small {
    color: red;
    margin-left: 1em;
}

.PgEstimate .formbox dl dd .address_box:last-child {
    margin-bottom: 0;
}

.PgEstimate .formbox dl dd .list_caution {
    margin-top: 2em;
}

.PgEstimate .formbox dl dd .list_caution li {
    margin-bottom: 1em;
    padding-left: 2em;
    font-size: 1.4rem;
    line-height: 1.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    position: relative;
}

.PgEstimate .formbox dl dd .list_caution li:nth-of-type(2)::before {
    content: "**";
}

.PgEstimate .formbox dl dd .list_caution li:nth-of-type(3)::before {
    content: "***";
}

.PgEstimate .formbox dl dd .list_caution li::before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
}

.PgEstimate .formbox dl dd table.add_service {
    table-layout: fixed;
}

.PgEstimate .formbox dl dd table.add_service th,
.PgEstimate .formbox dl dd table.add_service td {
    padding: 1em;
    text-align: center;
    border: 1px solid #c3c3c3;
    line-height: 1.3;
}

.PgEstimate .formbox dl dd table.add_service th {
    background-color: rgba(204, 204, 204, 0.3);
}

.PgEstimate .formbox dl dd .check_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.PgEstimate .formbox dl dd .check_wrap .chkbox {
    width: 240px;
    width: auto;
    margin: 20px 10px 0;
    padding: 1em;
    border: 1px solid #c3c3c3;
}

.PgEstimate .formbox dl dd .check_wrap .chkbox .mwform-radio-field-text {
    font-weight: bold;
    font-size: 2rem;
}

.PgEstimate .formbox dl dd .check_wrap .chkbox .bd {
    margin-top: 1em;
}

.PgEstimate .formbox dl dd .check_wrap .productlist {
    display: -webkit-flex;
    display: flex;
}

.PgEstimate .formbox dl dd .check_wrap .productlist li {
    width: 20%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.PgEstimate .formbox dl dd .check_wrap .productlist li img {
    display: block;
    margin: 0 auto 15px;
    height: 100px;
}

.PgEstimate .formbox dl dd .horizontal-item {
    display: block;
}

.PgEstimate .formbox dl dd .bd {
    display: block;
    font-size: 1.4rem;
}

.PgEstimate .formbox dl dd .bd.bd1 {
    position: relative;
}

.PgEstimate .formbox dl dd .bd.bd1 .caution {
    padding: 0.5em;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ccc;
}

.PgEstimate .formbox dl dd small {
    font-size: 1.4rem;
    padding: 0.25em 0;
}

.PgEstimate .formbox dl dd small.dis-b {
    display: block;
}

.PgEstimate .formbox dl dd input[type="text"],
.PgEstimate .formbox dl dd input[type="email"],
.PgEstimate .formbox dl dd input[type="number"],
.PgEstimate .formbox dl dd select,
.PgEstimate .formbox dl dd textarea {
    font-size: 1.8rem;
    padding: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    /*          border-radius:3px;*/
    background-color: rgba(255, 255, 255, 0.1);
}

.PgEstimate .formbox dl dd input[type="text"]::placeholder,
.PgEstimate .formbox dl dd input[type="email"]::placeholder,
.PgEstimate .formbox dl dd input[type="number"]::placeholder,
.PgEstimate .formbox dl dd select::placeholder,
.PgEstimate .formbox dl dd textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.PgEstimate .formbox dl dd input[type="text"]:disabled,
.PgEstimate .formbox dl dd input[type="email"]:disabled,
.PgEstimate .formbox dl dd input[type="number"]:disabled,
.PgEstimate .formbox dl dd select:disabled,
.PgEstimate .formbox dl dd textarea:disabled {
    background-color: rgba(204, 204, 204, 0.5);
}

.PgEstimate .formbox dl dd input[type="radio"],
.PgEstimate .formbox dl dd input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: -0.2em;
}

.PgEstimate .formbox dl dd input#total,
.PgEstimate .formbox dl dd input#tax,
.PgEstimate .formbox dl dd input#subtotal {
    width: 150px;
    max-width: 150px;
    padding: 0.5em;
    font-size: 3rem;
    box-sizing: border-box;
    border: none;
    text-align: right;
}

.PgEstimate .formbox dl dd input#total::selection,
.PgEstimate .formbox dl dd input#tax::selection,
.PgEstimate .formbox dl dd input#subtotal::selection {
    background-color: transparent;
}

.PgEstimate .formbox dl dd input#total:focus,
.PgEstimate .formbox dl dd input#tax:focus,
.PgEstimate .formbox dl dd input#subtotal:focus {
    outline: none;
}

.PgEstimate .formbox dl dd input#tax,
.PgEstimate .formbox dl dd input#subtotal {
    font-size: 2.1rem;
}

.PgEstimate .formbox dl dd input#zip {
    padding: 0.5em;
    font-size: 1.8rem;
}

.PgEstimate .formbox dl dd input#zip::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.PgEstimate .formbox dl dd select {
    width: auto;
    font-size: 100%;
}

.PgEstimate .formbox dl dd .flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.PgEstimate .formbox dl dd .flex p {
    text-align: left;
    font-size: 1.4rem;
    margin: 0;
    color: #f00;
    font-weight: bold;
}

@media only screen and (max-width:768px) {
    .PgEstimate .formbox dl dd .flex {
        display: block;
    }

    .PgEstimate .formbox dl dd .flex p {
        margin-top: 1em;
    }
}

.PgEstimate .formbox dl dd textarea {
    font-family: sans-serif;
    width: 100%;
}

.PgEstimate .formbox dl dd .mwform-tel-field input {
    width: auto;
}

.PgEstimate .formbox dl dd .course_select {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.PgEstimate .formbox .btnarea {
    margin-top: 50px;
    text-align: center;
}

.PgEstimate .formbox .btnarea input {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 2rem;
    padding: 1em 3em;
    border: none;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.PgEstimate .formbox .btnarea input.send_btn {
    background-color: #f7c04b;
    color: white;
}

.PgEstimate .formbox .btnarea input.upd_btn {
    background-color: white;
    border: 1px solid #666;
}

.PgEstimate .formbox .btnarea input.upd_btn:hover {
    background-color: black;
    color: white;
}

.PgEstimate .mw_wp_form_confirm {
    /*    .inp_box,*/
}

.PgEstimate .mw_wp_form_confirm .inp_mes {
    display: none;
}

.PgEstimate .mw_wp_form_confirm .caution-txt {
    display: none;
}

.PgEstimate .mw_wp_form_confirm .fl-blk-wrap .fl-blk {
    width: 100% !important;
    max-width: 100% !important;
}

.PgEstimate .mw_wp_form_confirm .fl-blk-wrap .fl-blk::after {
    display: none;
}

.PgEstimate .mw_wp_form_confirm .fl-blk-wrap .fl-blk dl dt.dt-1 {
    width: 25%;
}

.PgEstimate .mw_wp_form_confirm .fl-blk-wrap .mt-blk {
    display: none;
}

.PgEstimate .mw_wp_form_confirm .tokutei {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl.noconf {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl.full-select:nth-of-type(2) {
    margin-top: 0 !important;
}

.PgEstimate .mw_wp_form_confirm dl.full-select dt .nouki {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl.full-select dd {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl.total-info dd {
    font-size: 2.1rem;
}

.PgEstimate .mw_wp_form_confirm dl.total-info:nth-last-of-type(1) dd {
    font-size: 3rem;
    font-weight: bold;
}

.PgEstimate .mw_wp_form_confirm dl.full-select-num dt {
    width: 25%;
}

.PgEstimate .mw_wp_form_confirm dl dt a {
    pointer-events: none;
    color: #141414;
}

.PgEstimate .mw_wp_form_confirm dl dd .plan_btn {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .check_wrap {
    display: block;
}

.PgEstimate .mw_wp_form_confirm dl dd .check_wrap .chkbox {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .check_wrap .chkbox .mwform-radio-field-text {
    font-weight: bold;
    font-size: 2rem;
}

.PgEstimate .mw_wp_form_confirm dl dd .check_wrap .chkbox .bd {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .check_wrap .productlist {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .inp_box figure {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .inp_box img,
.PgEstimate .mw_wp_form_confirm dl dd .inp_box .cp_txt {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .inp_box .priceinfo .price {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .exp-area {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd .address_box small {
    display: none !important;
}

.PgEstimate .mw_wp_form_confirm dl dd .list_caution {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd small {
    display: none;
}

.PgEstimate .mw_wp_form_confirm dl dd small.dis-b {
    display: none;
}

.PgEstimate .mw_wp_form_confirm .conf_mes {
    display: block;
}

.PgEstimate #form input[type="submit"] {
    display: table;
    margin: 50px auto 0;
    font-size: 2rem;
    padding: 1em 3em;
    border: none;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-color: #f7c04b;
    color: white;
}

.PgEstimate .formbox dd.purpose .horizontal-item {
    display: inline-block;
    margin: 0 0 10px 0;
}

.error-pink input[type="text"],
.error-pink input[type="email"],
.error-pink input[type="tel"],
.error-pink input[type="url"],
.error-pink select {
    background: rgba(255, 192, 203, 0.5) !important;
}

.error-pink input[type="text"]:disabled,
.error-pink input[type="email"]:disabled,
.error-pink input[type="tel"]:disabled,
.error-pink input[type="url"]:disabled,
.error-pink select:disabled {
    background-color: rgba(204, 204, 204, 0.5) !important;
}

@media only screen and (max-width:768px) {
    .PgEstimate .formbox .fl-blk-wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .PgEstimate .formbox .fl-blk-wrap:last-child {
        border-bottom: none;
    }

    .PgEstimate .formbox .fl-blk-wrap .fl-blk {
        width: auto;
        max-width: initial;
        padding-right: 0;
    }

    .PgEstimate .formbox .fl-blk-wrap .fl-blk::after {
        display: none;
    }

    .PgEstimate .formbox .fl-blk-wrap .fl-blk dl {
        border-bottom: none;
    }

    .PgEstimate .formbox .fl-blk-wrap .fl-blk dl dt.dt-1 {
        width: auto;
    }

    .PgEstimate .formbox .fl-blk-wrap .mt-blk {
        width: auto;
        max-width: initial;
        padding-left: 0;
    }

    .PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info {
        margin-top: 0;
        padding: 20px;
        font-size: 1.2rem;
    }

    .PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-info-ttl {
        font-size: 1.4rem;
    }

    .PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img {
        padding: 20px 0;
    }

    .PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img-1 {
        margin-top: 0;
    }

    .PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img img {
        display: block;
        margin: 0 auto;
        width: 40%;
    }

    .PgEstimate .formbox .fl-blk-wrap .mt-blk .mt-img figcaption {
        font-size: 1.3rem;
    }

    .PgEstimate .formbox dl {
        display: table;
        width: 100%;
        margin-top: 0;
        padding: 1.5em 0;
        border-bottom: 1px solid #c3c3c3;
        display: block;
    }

    .PgEstimate .formbox dl.full-select {
        display: block;
        margin-top: 30px;
        padding: 0;
        border-bottom: none;
    }

    .PgEstimate .formbox dl.full-select dt,
    .PgEstimate .formbox dl.full-select dd {
        display: block;
    }

    .PgEstimate .formbox dl.full-select dt label {
        display: -webkit-flex;
        display: flex;
    }

    .PgEstimate .formbox dl.full-select dt input[type="radio"] {
        width: 21px;
        height: 21px;
        margin-right: 1em;
    }

    .PgEstimate .formbox dl.full-select dt .nouki {
        display: block;
        margin-top: 0;
        margin-left: 0;
        padding: 0 15px;
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .PgEstimate .formbox dl.full-select dd {
        padding: 10px 0 0 30px;
    }

    .PgEstimate .formbox dl.full-select-sub {
        display: table;
        margin: 0;
        padding: 0.25em 0;
        border-bottom: none;
    }

    .PgEstimate .formbox dl.full-select-sub dt,
    .PgEstimate .formbox dl.full-select-sub dd {
        display: table-cell;
        padding: 0;
        font-size: 1.5rem;
    }

    .PgEstimate .formbox dl.full-select-sub dd .dis_icon {
        display: block;
        margin: 8px 0;
        width: 140px;
        text-align: center;
    }

    .PgEstimate .formbox dl.full-select-sub dd ul.note-list li {
        font-size: 1.3rem;
    }

    .PgEstimate .formbox dl.full-select-num {
        display: table;
    }

    .PgEstimate .formbox dl.full-select-num dt,
    .PgEstimate .formbox dl.full-select-num dd {
        display: table-cell;
        vertical-align: middle;
    }

    .PgEstimate .formbox dl.full-select-num dt {
        width: auto;
    }

    .PgEstimate .formbox dl.total-info {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0.25em 0;
    }

    .PgEstimate .formbox dl.total-info dt,
    .PgEstimate .formbox dl.total-info dd {
        display: table-cell;
    }

    .PgEstimate .formbox dl.total-info dt {
        width: 40%;
    }

    .PgEstimate .formbox dl.total-info dd {
        width: 60%;
    }

    .PgEstimate .formbox dl.total-info1 {
        margin-top: 50px;
    }

    .PgEstimate .formbox dl dt,
    .PgEstimate .formbox dl dd {
        display: block;
    }

    .PgEstimate .formbox dl dt {
        width: auto;
        font-size: 1.8rem;
    }

    .PgEstimate .formbox dl dd {
        padding-top: 0.5em;
    }

    .PgEstimate .formbox dl dd .inp_box {
        width: auto;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_box_narrow figure {
        width: 120px;
        width: auto;
        padding: 0 10px;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_box_narrow figure:nth-last-of-type(1) {
        margin-left: 15px;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_box_narrow figure p {
        font-size: 1.1rem;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_box_narrow figure img {
        display: block;
        width: 100px;
        margin: 0;
    }

    .PgEstimate .formbox dl dd .inp_box img {
        width: 70px;
        height: 70px;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_row1 ul {
        margin-top: 1em;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li {
        margin-right: 0.5em;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price {
        font-size: 1.8rem;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price .dis_icon {
        display: block;
        margin: 8px 0 0 0;
        width: 140px;
        text-align: center;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li.price .dollar {
        font-size: 1.4rem;
    }

    .PgEstimate .formbox dl dd .inp_box.inp_row1 ul.priceinfo li img {
        width: 80px;
    }

    .PgEstimate .formbox dl dd .exp-area {
        margin-top: 20px;
        font-size: 1.4rem;
    }

    .PgEstimate .formbox dl dd .address_box {
        margin-bottom: 1em;
    }

    .PgEstimate .formbox dl dd .address_box small {
        display: block;
        color: red;
        margin: 0.5em 0 0;
    }

    .PgEstimate .formbox dl dd .address_box:last-child {
        margin-bottom: 0;
    }

    .PgEstimate .formbox dl dd table.add_service {
        table-layout: fixed;
        table-layout: auto;
        display: table;
        width: 100%;
    }

    .PgEstimate .formbox dl dd table.add_service th,
    .PgEstimate .formbox dl dd table.add_service td {
        display: table-cell;
        padding: 0.25em;
        font-size: 1.2rem;
    }

    .PgEstimate .formbox dl dd .check_wrap {
        display: block;
    }

    .PgEstimate .formbox dl dd .check_wrap .chkbox {
        width: auto;
    }

    .PgEstimate .formbox dl dd .check_wrap .chkbox .mwform-radio-field-text {
        font-weight: bold;
        font-size: 2rem;
    }

    .PgEstimate .formbox dl dd .check_wrap .productlist {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .PgEstimate .formbox dl dd .check_wrap .productlist li {
        width: 33.33333%;
        font-size: 1rem;
    }

    .PgEstimate .formbox dl dd .check_wrap .productlist li img {
        display: block;
        margin: 0 auto 15px;
        height: 70px;
    }

    .PgEstimate .formbox dl dd .bd {
        font-size: 1.6rem;
    }

    .PgEstimate .formbox dl dd .bd.bd1 .caution {
        display: block;
        position: static;
        margin-top: 1em;
    }

    .PgEstimate .formbox dl dd input[type="text"],
    .PgEstimate .formbox dl dd input[type="email"],
    .PgEstimate .formbox dl dd input[type="number"],
    .PgEstimate .formbox dl dd select,
    .PgEstimate .formbox dl dd textarea {
        font-size: 1.6rem;
        max-width: 100%;
        box-sizing: border-box;
    }

    .PgEstimate .formbox dl dd input[type="radio"],
    .PgEstimate .formbox dl dd input[type="checkbox"] {
        width: 18px;
        height: 18px;
        vertical-align: -0.2em;
    }

    .PgEstimate .formbox dl dd input[name="会社名・組織名"],
    .PgEstimate .formbox dl dd input[name="会社名"],
    .PgEstimate .formbox dl dd input[name="メールアドレス"],
    .PgEstimate .formbox dl dd input[name="メールアドレス（確認用）"],
    .PgEstimate .formbox dl dd input[name="市区町村"],
    .PgEstimate .formbox dl dd input[name="以降住所"],
    .PgEstimate .formbox dl dd input[name="第一希望日時"],
    .PgEstimate .formbox dl dd input[name="第二希望日時"],
    .PgEstimate .formbox dl dd input[name="第三希望日時"],
    .PgEstimate .formbox dl dd textarea {
        width: 90%;
    }

    .PgEstimate .formbox .btnarea {
        margin-top: 30px;
        text-align: center;
    }

    .PgEstimate .formbox .btnarea input {
        font-size: 1.6rem;
        padding: 1em 2em;
    }

    .PgEstimate .formbox dl.full-select-sub dd:before {
        content: none;
    }

    .PgEstimate .mw_wp_form_confirm {
        /*    .inp_box,*/
    }

    .PgEstimate .mw_wp_form_confirm .inp_mes {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl.noconf {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl.full-select {
        margin-top: 0;
    }

    .PgEstimate .mw_wp_form_confirm dl.full-select dd {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .plan_btn {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .check_wrap {
        display: block;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .check_wrap .chkbox {
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .check_wrap .chkbox .mwform-radio-field-text {
        font-weight: bold;
        font-size: 2rem;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .check_wrap .chkbox .bd {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .check_wrap .productlist {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .inp_box img,
    .PgEstimate .mw_wp_form_confirm dl dd .inp_box .cp_txt {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .inp_box .priceinfo .price {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .exp-area {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .address_box small {
        display: none !important;
    }

    .PgEstimate .mw_wp_form_confirm dl dd .list_caution {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd small {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm dl dd small.dis-b {
        display: none;
    }

    .PgEstimate .mw_wp_form_confirm .conf_mes {
        display: block;
    }

    .PgEstimate #form input[type="submit"] {
        font-size: 1.6rem;
        padding: 1em 2em;
    }

    .PgEstimate .formbox .campaign {
        width: 90%;
        font-size: 1.8rem;
    }

    .PgEstimate .formbox .campaign span {
        font-size: 1.5rem;
    }

}


.PgEstimate.PgDownload .CntBox__inner p {
    text-align: center;
}

.PgEstimate.PgDownload .CntBox__inner .dl-list {
    display: table;
    margin: 20px auto 0;
    padding: 15px 30px;
    border: 1px solid #b4b4b4;
    overflow: hidden;
}

.PgEstimate.PgDownload .CntBox__inner .dl-list li {
    margin-left: 1.5em;
    list-style-type: disc;
}