お問い合わせ：* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    padding: 0 !important;
}

.priceSim_header {
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding: 20px 0 0 0;
    box-sizing: border-box;
}

.priceSim_header figure {
    margin: auto auto 10px auto;
    width: 100%;
    box-sizing: border-box;
}

.priceSim_header figure img {
    width: 100%;
}

#priceSim_wrapper {
    text-decoration: none;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}

#priceSim,
#priceSim02 {
    width: 500%;
    display: none;
    background-color: #aaa;
}

#priceSim>div,
#priceSim02>div {
    float: left;
}

#priceSim:after,
#priceSim02:after {
    content: '.';
    display: none;
    width: 0;
    height: 0;
    clear: both;
}

#priceSim .insuranceOrderList,
#priceSim02 .insuranceOrderList {
    display: flex;
    justify-content: space-around;
    margin: 40px 0 0;
}

#priceSim .insuranceOrderList li,
#priceSim02 .insuranceOrderList li {
    width: calc(100% / 2 - 20px);
    letter-spacing: 0.05em;

}


#priceSim .box1,
#priceSim02 .box1 {
    width: 20%;
    height: auto;
    margin: 40px 0 0;
}

#priceSim .box1 ul li a,
#priceSim02 .box1 ul li a {
    display: block;
}

#priceSim .box2,
#priceSim02 .box2 {
    width: 20%;
    height: auto;
    padding: 40px;
}

#priceSim .box2 ul,
#priceSim02 .box2 ul {
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#priceSim .box2 ul li,
#priceSim02 .box2 ul li {
    background-color: #37b2b7;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    width: calc(100% / 5 - 20px);
    margin: 0 10px 20px;
    font-size: 1.0rem;
}

#priceSim .box2 ul li a {
    text-align: center;
    text-decoration: none;
    color: white;
    height: 60px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

#priceSim .box2 .last-li li:last-child,
#priceSim02 .box2 .last-li li:last-child {
    background-color: #555;
}

#priceSim .box2 ol,
#priceSim02 .box2 ol {
    padding-top: 35px;
    text-align: center;
    text-decoration: none;
}

#priceSim .box2 ol li,
#priceSim02 .box2 ol li {
    cursor: pointer;
    width: 60%;
    margin: 0 auto;
}

#priceSim .box3,
#priceSim02 .box3 {
    width: 20%;
    height: auto;
}

#priceSim .box3 ul,
#priceSim02 .box3 ul {
    text-align: center;
    width: 100%;
}

#priceSim .box3 ul li,
#priceSim02 .box3 ul li {
    cursor: pointer;
    background-color: #68cad0;
    color: #ffffff;
    margin: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#priceSim .box3 ul li a,
#priceSim02 .box3 ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    width: 100%;
    display: block;
    font-size: 110%;
    padding: 20px;
}

#priceSim .box3 ol,
#priceSim02 .box3 ol {
    padding-top: 20px;
    text-align: center;
}

#priceSim .box3 ol li,
#priceSim02 .box3 ol li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 0 5px;
}

#priceSim .box4,
#priceSim02 .box4 {
    width: 20%;
    height: auto;
    text-align: center;
    display: none;
    padding: 40px;
}

#priceSim .box4 #priceSim_result,
#priceSim02 .box4 #priceSim_result {
    float: right;
    margin: 50px 5% 30px 0px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}

#priceSim .box4 #priceSim_result li,
#priceSim02 .box4 #priceSim_result li {
    cursor: pointer;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

#priceSim .box4 #priceSim_result li span:nth-child(2),
#priceSim02 .box4 #priceSim_result li span:nth-child(2) {
    font-size: 2.1rem;
    color: #e74069;
    margin: 0 5px 0 5px;
}

#priceSim .box4 #priceSim_result li span:first-child,
#priceSim02 .box4 #priceSim_result li span:first-child {
    font-size: 110%;
    margin: 0 10px 0 0;
}

#priceSim .box4 #priceSim_result li:last-child,
#priceSim02 .box4 #priceSim_result li:last-child {
    border-bottom: none;
}

#priceSim .box4 .result_img,
#priceSim02 .box4 .result_img {
    padding: 120px 0px 0px 0;
    margin: 0;
}

#priceSim .box4 .box4summry h5,
#priceSim02 .box4 .box4summry h5 {
    margin: 80px auto 40px;
    padding: 10px 0 5px 0;
    font-size: 1.10rem;
    display: block;
    letter-spacing: 0.05em;
    position: relative;
    text-align: left;
    line-height: 1.4;
    border-bottom: 1px dashed #040000;
}

#priceSim .box4 .box4summry h5.second,
#priceSim02 .box4 .box4summry h5.second {
    margin: 40px auto 20px;
}

#priceSim .box4 .box4summry table,
#priceSim02 .box4 .box4summry table {
    text-align: center;
    border: none;
    margin: 0 auto 40px;
    line-height: 120%;
    box-sizing: border-box;
    font-size: 16px;
    clear: both;
}

#priceSim .box4 .box4summry table caption,
#priceSim02 .box4 .box4summry table caption {
    font-size: 1.00rem;
    letter-spacing: 0.05em;
    margin: 0 0 5px;
}

#priceSim .box4 .box4summry table th,
#priceSim02 .box4 .box4summry table th {
    text-align: center;
    background-color: #37b2b7;
    color: #FFF;
    padding: 15px 5px;
    width: 15%;
    border-left: 1px solid #37b2b7;
    border-right: 1px solid #FFF;
    border-bottom: none;
    letter-spacing: 0.02em;
}

#priceSim .box4 table th span,
#priceSim02 .box4 table th span {
    font-size: 70%;
    font-weight: normal;
}

#priceSim .box4 .box4summry table tr,
#priceSim02 .box4 .box4summry table tr {
    border-left: 1px solid #37b2b7;
    border-right: 1px solid #37b2b7;
}

#priceSim .box4 .box4summry table tr:last-child,
#priceSim02 .box4 .box4summry table tr:last-child {
    border-bottom: 1px solid #37b2b7;

}

#priceSim .box4 .box4summry table th:last-child,
#priceSim02 .box4 .box4summry table th:last-child {
    border-right: 1px solid #37b2b7;

}

#priceSim .box4 .box4summry table td,
#priceSim02 .box4 .box4summry table td {
    text-align: center;
    border-right: 1px solid #37b2b7;
    padding: 10px 5px;
    letter-spacing: 0.02em;
}

#priceSim .box4 .box4summry table td img,
#priceSim02 .box4 .box4summry table td img {
    margin-bottom: 5px;
    width: 20px;
}

#priceSim .box4 .box4summry table td:last-child,
#priceSim02 .box4 .box4summry table td:last-child {
    border-right: none;
}

#priceSim .box4 .box4summry ol,
#priceSim02 .box4 .box4summry ol {
    clear: both;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto 0;
}

#priceSim .box4 .box4summry ol li,
#priceSim02 .box4 .box4summry ol li {
    cursor: pointer;
    display: inline-block;
    margin: 20px 0 0 0;
    letter-spacing: 0.10em;
    width: 60%;
}

#priceSim .box4 .box4summry p,
#priceSim02 .box4 .box4summry p {
    margin: 40px 5% 0;
    text-align: left;
    font-size: 1.0rem;
    letter-spacing: 0.10em;
}

#priceSim .box4 .box4summry .summaryBtn,
#priceSim02 .box4 .box4summry .summaryBtn {
    color: #FFF;
    background: #37b2b7;
    border: 1px solid #37b2b7;
    border-radius: 100px;
    max-width: 60%;
    margin: 40px auto 0;
    font-size: 1.0rem;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
}

#priceSim .box4 .box4summry .summaryBtn a,
#priceSim02 .box4 .box4summry .summaryBtn a {
    text-decoration: none;
    color: #FFF;
}

#reason-area {
    display: none;
}


#priceSim .box4 p a,
#priceSim02 .box4 p a {
    text-decoration: underline;
}

#priceSim .box4 .reason_area,
#priceSim02 .box4 .reason_area {
    background: #f5f5f5;
    padding: 20px;
    width: 90%;
    margin: 10px 5%;
    box-sizing: border-box;
}

#priceSim .box4 .reason_area p,
#priceSim02 .box4 .reason_area p {
    margin: 0 0 20px;
    text-align: justify;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#priceSim .box4 .reason_area .tac,
#priceSim02 .box4 .reason_area .tac {
    text-align: center;
}


.picIn {
    max-width: 650px;
    margin: 40px auto !important;
}


#priceSim .priceSim_back01,
#priceSim .priceSim_back02,
#priceSim02 .priceSim_back01,
#priceSim02 .priceSim_back02 {
    cursor: pointer;
    background-color: #e74069;
    color: #ffffff;
    padding: 15px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
}

#priceSim .priceSim_back01:before,
#priceSim .priceSim_back02:before,
#priceSim02 .priceSim_back01:before,
#priceSim02 .priceSim_back02:before {
    content: "< ";
}

div#price_table h3 span {
    display: inline;
}



div#price_table h4 {
    clear: both;
}

div#price_table figure {
    text-align: center;
    padding: 30px 0 2px 0;
    display: block;
}

div#price_table p.button {
    text-align: center;
    margin-bottom: 15px;
}

div#price_table p.button>a {
    color: #FFFFFF;
    font-size: 20px;
    background-color: #e74069;
    border-radius: 5px;
    padding: 9px 9px 9px 38px;
    margin: 5px;
    text-decoration: none;
    background-image: url(../../common/img/link.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

div#price_table p.button>a:hover {
    background-color: #00B8BB;
}

div#price_table table td span,
div#price_table table td pre {
    display: block;
    padding: 0;
}

div#price_table .price_tables {
    display: none;
}

div#price_table .line_yellow th,
div#price_table .line_yellow td {
    background-color: #fffa82 !important;
}

section.pv_display {
    display: none;
}

.link-red a {
    color: #FF0000 !important;
}

#priceSim .box4-btn,
#priceSim02 .box4-btn {
    float: none;
    margin: 60px 0 0;
}

#priceSim .box4-btn li a,
#priceSim02 .box4-btn li a {
    display: block;
}

.section-wrapp .first-flow-area-in {
    position: sticky;
    top: 40px;
}

.first-flow-area-in-sp {
    display: none;
}




@media only screen and (max-width: 810px) {
    .picIn {
        max-width: 86%;
        margin: 40px auto 0 !important;
    }

    #priceSim .box4 .box4summry table,
    #priceSim02 .box4 .box4summry table {
        width: 100%;
    }

    #priceSim .box4 #priceSim_result,
    #priceSim02 .box4 #priceSim_result {
        margin: 30px 5% 30px 0px;
        float: none;
    }

    #priceSim .box4 .result_img,
    #priceSim02 .box4 .result_img {
        padding: 0;
    }

    #priceSim .box4 .box4summry ol li,
    #priceSim .box4 .box4summry .summaryBtn,
    #priceSim .box2 ol li,
    #priceSim02 .box4 .box4summry ol li,
    #priceSim02 .box4 .box4summry .summaryBtn,
    #priceSim02 .box2 ol li {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    #priceSim .box4 .box4summry table td,
    #priceSim02 .box4 .box4summry table td {
        border: 1px solid #37b2b7;
    }

    #priceSim .box4 .box4summry table th,
    #priceSim02 .box4 .box4summry table th {
        border-bottom: 1px solid #FFF;
        white-space: nowrap;
    }

    #priceSim .box4 .box4summry table th.lastTh,
    #priceSim02 .box4 .box4summry table th.lastTh {
        border-bottom: 1px solid #37b2b7;
    }

    #priceSim .box4 .box4summry .summaryBtn,
    #priceSim02 .box4 .box4summry .summaryBtn {
        max-width: 100%;
    }

    #priceSim .box4 .result_img,
    #priceSim02 .box4 .result_img {
        margin: 0;
    }
}

.footer-bt {
    visibility: hidden;
    position: absolute;
    z-index: -999;
}

@media only screen and (max-width: 728px) {

    .commonFixedArea {
        display: none !important;
    }

    #hd_tel {
        width: auto;
    }

    .footer-bt {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #4db8be;
        box-shadow: 0px 0px 20px #999;
        padding: 0;
        box-sizing: border-box;
        visibility: visible;
        position: fixed;
        z-index: 10;
    }

    .footer-bt ul {
        border-top: 1px solid #4fc1ca;
        display: table;
        width: 100%;
        margin: 0 !important;
    }

    .footer-bt li {
        display: table-cell;
        width: 50%;
        text-align: center;
        background: #4db8be;
        background: -webkit-linear-gradient(#86dde2 0%, #4db8be 100%);
        background: -o-linear-gradient(#86dde2 0%, #4db8be 100%);
        background: linear-gradient(#86dde2 0%, #4db8be 100%);
    }

    .footer-bt li:first-child {
        border-bottom: solid 3px #f05d8a;
        border-right: solid 1px #4fc1ca;
    }

    .footer-bt li:last-child {
        border-bottom: solid 3px #fb7e03;
        border-left: solid 1px #b8eef1;
    }
}


@media only screen and (max-width: 728px) {
    #estimate {
        margin: 0;
    }

    .picIn {
        max-width: 100%;
        margin: 40px 0 0 !important;
    }

    #priceSim .box4 .result_img,
    #priceSim02 .box4 .result_img {
        padding: 0;
    }

    #priceSim .box2 ul li,
    #priceSim02 .box2 ul li {
        width: calc(100% / 2 - 20px);
    }

    #priceSim .box4 .box4summry ol li,
    #priceSim02 .box4 .box4summry ol li {
        width: 100%;
    }

    #priceSim .box4-btn ul,
    #priceSim02 .box4-btn ul {
        width: 100%;
    }

    .flash {
        display: block;
    }

    .section-wrapp .first-flow-area-in {
        display: none;
    }

    .first-flow-area-in-sp {
        display: block;
        margin: 10px auto 0 0;
        max-width: 80%;
    }

    #priceSim .box1,
    #priceSim02 .box1 {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {

    #priceSim .box1,
    #priceSim .box2,
    #priceSim .box3,
    #priceSim .box4,
    #priceSim02 .box1,
    #priceSim02 .box2,
    #priceSim02 .box3,
    #priceSim02 .box4 {
        padding: 20px;
    }

    #priceSim .box4 .box4summry table caption,
    #priceSim02 .box4 .box4summry table caption {
        display: block;
    }

    #priceSim .box4 .box4summry table tbody,
    #priceSim .box4 .box4summry table tr,
    #priceSim .box4 .box4summry table th,
    #priceSim02 .box4 .box4summry table tbody,
    #priceSim02 .box4 .box4summry table tr,
    #priceSim02 .box4 .box4summry table th {
        width: 100%;
        display: block;
        border: none;
    }

    #priceSim .box4 .box4summry table td,
    #priceSim02 .box4 .box4summry table td {
        border: 1px solid #37b2b7;
        border-right: 1px solid #37b2b7 !important;
        width: 100%;
        display: block;
    }

    #priceSim .box4 #priceSim_result li span:first-child,
    #priceSim02 .box4 #priceSim_result li span:first-child {
        display: block;
    }

    .box4summry {
        margin-top: 240px;
    }

    #priceSim .box1,
    #priceSim02 .box1 {
        margin: 0 0 40px;
    }

}

@media only screen and (max-width: 414px) {

    #priceSim .box1,
    #priceSim .box2,
    #priceSim .box3,
    #priceSim .box4,
    #priceSim02 .box1,
    #priceSim02 .box2,
    #priceSim02 .box3,
    #priceSim02 .box4 {
        padding: 10px;
    }

    #priceSim .box1,
    #priceSim02 .box1 {
        margin: 0;
    }


    #priceSim .box4 #priceSim_result,
    #priceSim02 .box4 #priceSim_result {
        float: none;
        margin: 30px 0 0;
    }

    .box4summry {
        margin-top: 0;
    }

    #priceSim .box4 .box4summry h5,
    #priceSim02 .box4 .box4summry h5 {
        margin: 40px auto 40px;
    }

    #priceSim .box4 #priceSim_result li,
    #priceSim02 .box4 #priceSim_result li {
        font-size: 1.2rem;
        letter-spacing: 0.10rem;
    }

    #priceSim .box4 #priceSim_result li span:first-child,
    #priceSim02 .box4 #priceSim_result li span:first-child {
        font-size: 1.2rem;
    }

    #priceSim .box4 #priceSim_result li span:nth-child(2),
    #priceSim02 .box4 #priceSim_result li span:nth-child(2) {
        font-size: 1.8rem;
        letter-spacing: 0.20rem;
    }

    .first-flow-area-in-sp {
        max-width: 90%;
    }
}

@media only screen and (max-width: 375px) {

    #priceSim h5,
    #priceSim02 h5 {
        font-size: 1.2rem;
    }

    .first-flow-area-in-sp {
        margin: 10px 0 10px;
    }
}

@media only screen and (max-width: 320px) {

    #priceSim .box2 ul li,
    #priceSim02 .box2 ul li {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }

    #priceSim .box2 ol,
    #priceSim02 .box2 ol {
        padding-top: 15px;
    }

    .first-flow-area-in-sp {
        max-width: 100%;
    }
}


.index-sec3 .campaignList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 40px 0;
}

.index-sec3 .campaignList li {
    width: calc(100% / 3);
}

.index-sec3 .campaignList li a {
    display: block;
}

#link_apply03 {
    margin: 80px 0;
}

#link_apply03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#link_apply03 ul li {
    width: calc(100% / 2 - 10px);
}

#link_apply03 ul li a {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 810px) {
    .index-sec3 .campaignList {
        margin: 40px auto;
        width: 60%;
    }

    .index-sec3 .campaignList li {
        width: 100%;
        margin: 0 0 20px;
    }

    .index-sec3 .campaignList li:last-child {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .commonFixedArea {
        display: none;
    }
}

@media only screen and (max-width: 728px) {
    .index-sec3 .campaignList {
        width: 80%;
    }
}

@media only screen and (max-width: 414px) {
    .index-sec3 .campaignList {
        width: 100%;
    }
}

.estimates-table th {
    width: calc(100% / 6);
}



/****************************************************************************
簡単見積もりリニューアル
****************************************************************************/
.section-1 .section-wrapp {
    display: block;
}

.section-wrapp .first-flow-area {
    flex-basis: 280px;
    margin: 0;
}

.section-wrapp .first-choice-area {
    flex-basis: 710px;
}

.section-10 .section-wrapp {
    display: block;
    margin: 0 0 40px;
}

.caption-review {
    font-weight: 400;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.10em;
    margin: 5px 0 0 !important;
    padding: 0;
    font-size: 1.0rem;
}

.section-wrapp .common-flow-area {
    flex-basis: 180px;
    margin: 0 40px 0 0;
}

.section-wrapp .common-flow-area h4 {
    margin: 0 0 20px;
}

.section-wrapp .common-choice-area {
    flex-basis: 710px;
}

.bread-area {
    margin: 20px 0 30px;
    text-align: center;
}

article#webpage h2.estimates {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
}

.quote-plan-area input[type="checkbox"] {
    display: none;
}

.quote-plan-area input[type="checkbox"] {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 25px;
    width: 20px;
    height: 20px;
    margin-right: 0.30em;
}

.quote-plan-area input[type="checkbox"]::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    margin-top: -10px;
    left: -2px;
    top: 47%;
    border: 1px solid #cccccc;
    background-color: #FFF;
}

.quote-plan-area input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 58%;
    left: 4%;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;

    border-color: #37b2b7;
}

.plan_area {
    flex-basis: 710px;
}

.type_img_area {
    flex-basis: 180px;
}

.mt00 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

#priceSim .box1 .animal-list {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 80px;
    border-bottom: 3px solid #82d7dc;
    padding-bottom: 70px;
    gap: 16px 48px;
}

#priceSim .box1 .animal-list li {
    width: 220px;
    margin: 0;
    border: none;
    background: #ccc;
    box-shadow: 0 4px 0 #ccc;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    pointer-events: none;
}

#priceSim .box1 .animal-list li a {
    pointer-events: auto;
}

#priceSim .box1 .animal-list li:hover {
    box-shadow: 0 0 0 #ccc;
    background: inherit;
    opacity: .8;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
}

#priceSim .box1 .animal-list li img {
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
}

#priceSim .box1 .animal-list .ico-txt {
    font-weight: 500;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.10em;
    font-size: 1.1rem;
    margin: 10px 0 0;
}

#priceSim .age-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 40px;
}

#priceSim .age-list .btn-txt {
    width: calc(100% / 5 - 10px);
}

#priceSim .btn-txt {
    font-weight: 400;
    letter-spacing: 0.10em;
    text-align: center;
    margin: 5px;
    border-radius: 3px;
    line-height: 1.4;
}

#priceSim .btn-txt a {
    color: #FFF;
    background: #37b2b7;
    border: 1px solid #37b2b7;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    height: 60px;

    border-radius: 3px;
    text-decoration: none;
}

#priceSim .btn-txt p {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.payment-choice-area p {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#priceSim .btn-txt a>a {
    border: none;
}

#priceSim .popular-list .btn-txt a {
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}

#priceSim .btn-txt a:hover {
    color: #37b2b7;
    background: #FFF;
}

#priceSim .btn-txt a.a-click {
    color: #37b2b7;
    background: #FFF;
}

#priceSim .dont-btn {
    margin: 0 0 20px;
}

#priceSim .age-list .btn-txt a {
    height: 40px;
    line-height: 40px;
}

#priceSim .age-list .btn-txt .age-btn9 {
    background: #82d7dc;
    border: 1px solid #82d7dc;
}

#priceSim .age-list .btn-txt .age-btn9:hover {
    background: #FFF;
    color: #82d7dc;

}

#priceSim .age-list .btn-txt a.deactivated {
    background: #a4a4a4;
    border: 1px solid #a4a4a4;
}

#priceSim .age-txt a:hover {
    color: #37b2b7;
    border: 1px solid #37b2b7;
    background: #FFF;
}

#priceSim .back-btn {
    font-weight: 500;
    letter-spacing: 0.10em;
    text-align: center;
    width: 30%;
    margin: 40px auto 0;
    font-feature-settings: "palt" 1;
}

#priceSim .back-btn a {
    cursor: pointer;
    background-color: #e74069;
    border: 1px solid #e74069;
    color: #ffffff;
    padding: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
    font-size: 1.0rem;
    transition: all 0.5s ease;
    position: relative;
}

#priceSim .back-btn a:hover {
    background-color: #FFF;
    border: 1px solid #e74069;
    color: #e74069;
}

#priceSim .back-btn a:before {
    content: "";
    left: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition: all 0.5s ease;
}

#priceSim .back-btn a:before,
#priceSim .back-btn a:after {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: all 0.5s ease;
}

.payment-choice-area {
    display: flex;
    justify-content: center;
    position: relative;
    top: 1px;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .payment-choice-area {
        justify-content: space-around;
    }

    /* IE11 */
}

.change-btn {
    width: calc(100% / 2 - 40px);
}

.change-btn-y,
.change-btn-m {
    font-weight: 500;
    letter-spacing: 0.10em;
    text-align: center;
    margin: 20px auto 0;
}

.change-btn-m a {
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #37b2b7;
    text-decoration: none !important;
    border-bottom: none;
    color: #37b2b7;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.5s ease;
    pointer-events: none;
}

.change-btn-y a {
    cursor: pointer;
    background-color: #82d7dc;
    border: 1px solid #82d7dc;
    border-bottom: none;
    color: #37b2b7;
    text-decoration: none !important;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.5s ease;
    pointer-events: auto;
}

article#webpage .change-btn-y a {
    color: #FFF !important;
}

.change-btn-m a.change-btn-click {
    background-color: #82d7dc;
    border: 1px solid #82d7dc;
    border-bottom: none;
    color: #ffffff !important;
    pointer-events: auto;
    height: 50px;
}

.change-btn-y a.change-btn-click {
    background-color: #FFF;
    border: 1px solid #37b2b7;
    border-bottom: none;
    color: #ffffff;
    height: 50px;
    pointer-events: none;
}


article#webpage .change-btn-y a.change-btn-click {
    color: #37b2b7 !important;
}

.attn {
    margin-left: 10px;
    position: relative;
}

.attn small {
    padding-left: 1em;
}

.attn small::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.pdf {
    padding-right: 18px;
    background: url(../img/img_pdf.svg) 100% 40% no-repeat;
    background-size: 16px 16px;
}

#priceSim .back-btn-area .back-btn {
    width: calc(100% / 2 - 80px);
}

#priceSim .back-btn-area {
    margin: 40px 0;
    height: auto;
    text-align: center;
    box-sizing: padding-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#priceSim .second-list,
#priceSim .fourth-list,
#priceSim .ten-list,
#priceSim .six-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 60px;
}

#priceSim .fourth-list {
    margin: 10px 0 40px;
}

#priceSim .ten-list {
    justify-content: space-between;
    margin: 40px 0 10px;
}

#priceSim .second-list .btn-txt {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

#priceSim .six-list {
    justify-content: center;
}

#priceSim .fourth-list .btn-txt {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
}

#priceSim .ten-list .btn-txt {
    width: calc(100% / 10 - 10px);
    margin: 0;
}

#priceSim .six-list .btn-txt {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
}

.cat_img,
.small_img,
.middle_img,
.big_img,
.poodle_img,
.chihuahua_img,
.miniature_dachshund_img,
.shiba_img {
    display: none;
}

.choice {
    margin: 40px 0 40px;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.20em;
    color: #37b2b7;
}

.choice .txt {
    background: linear-gradient(transparent 80%, #f5f1aa 80%);
    display: inline;
    font-weight: 600;
}

#section-10 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.6;
    margin: 0;
}

.dog-type,
.kind-of-pet {
    font-size: 2.1rem;
    text-align: center;
    margin: 0;
    letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}

label.set {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    margin: 20px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
}

label.set input {
    margin: 0 0.5em 0 0;
}

.compensation-head {
    padding: 10px 0 10px 26px !important;
    margin: 40px 0 20px;
    border: solid 1px #24adb1;
    border-radius: 5px;
    text-align: left;
    position: relative;
    font-size: 1.0rem;
    font-weight: 400;
    letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}

.compensation-head::before {
    content: "";
    position: absolute;
    left: 10px;
    background-color: #24adb1;
    width: 5px;
    height: 24px;
}

.head-50 {
    background: #e4be84;
    color: #FFF;
    padding: 20px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 20px 0 0;
}

.head-70 {
    background: #EB71AB;
    color: #FFF;
    padding: 20px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 20px 0 0;
}

.head-100 {
    background: #62B9DA;
    color: #FFF;
    padding: 20px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 20px 0 0;
}


.conversion-list {
    display: flex;
    justify-content: center;
}

.conversion-list li {
    margin: 0 0 30px;
    width: calc(100% / 2 - 30px);
}

.result-area {
    padding: 20px;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.quote-plan-area {
    border: 1px solid #37b2b7;
    border-radius: 3px;
    padding: 40px;

}

.plan-txt {
    letter-spacing: 0.20em;
    font-feature-settings: "palt" 1;
    border-bottom: 1px solid #cccccc;
    text-align: center !important;
}

.plan-txt {
    letter-spacing: 0.10em;
    font-size: 2.1rem !important;
    margin-bottom: 0 !important;

}

.english {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 108%;
}

.english-500 {
    font-weight: 500;
}

.pay {
    color: #E62E8A;
    font-size: 150%;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.m-y {
    color: #000000;
    font-size: 70%;
    letter-spacing: 0.05em;
    margin-right: 0.1em;
}

.yen {
    font-size: 70%;
}


.mitsumori-name {
    display: none;
}

article#webpage div#price_table h2 {
    margin: 40px 0px 24px 0px;
    padding: 16px;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 700;
    background-color: #50B9BF;
    vertical-align: middle;
    letter-spacing: inherit;
    clear: both;
}

article#webpage div#price_table h2.pedigree-head {
    margin: 0 0 10px;
    padding: 0;
    color: #37b2b7;
    background: none;
    font-size: 1.55rem;
    font-weight: 500;
    display: block;
    font-feature-settings: "palt";
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.10em;
}

article#webpage div#price_table h2#summary14 {
    background: #50B9BF;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 16px;
    margin-bottom: 16px;
    margin-top: 32px;
    border: none;
}

.pedigree-head {
    font-weight: 500;
    font-size: 1.55rem;
    line-height: 1.6;
    display: block;
    text-align: center;
    letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
    margin: 0 0 30px;
    color: #37b2b7;
}

.pedigree-head .txt {
    display: inline;
    position: relative;
    padding-left: 2.2em;
    line-height: 1.2;
    background: linear-gradient(transparent 80%, #f5f1aa 80%);
    font-weight: 600;
}

.pedigree-head .txt::before {
    content: "";
    background-image: url(../img/ico_pad.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 33px 30px;
    width: 33px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 0;
    margin: auto;
    left: 14px;
}

.weight-head {
    font-size: 1.3rem;
    font-weight: 600;
}

.weight-head .sp {
    display: none !important;
}

.pedigree02-head {
    font-weight: 400;
    font-size: 1.30rem;
    margin: 0 0 20px;
    line-height: 1.6;
    text-align: left;
    border-top: 2px solid #37b2b7;
    padding-top: 0.5em;
    border-bottom: 2px solid #37b2b7;
    padding-bottom: 0.5em;
}

.pedigree02-head::before {
    content: "";
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin: 4px 8px 0 4px;
    background-color: #37b2b7;
}

.dog-type-list {
    width: 100%;
    font-weight: 400;
    font-size: 1.1rem;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.15em;
    padding: 10px 20px;
    margin: 0 0 40px;
    border: 1px solid #37b2b7;
}

.dog-type-list option,
.dog-type-list li {
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    white-space: break-spaces;
}

.dog-type-list option.first,
.dog-type-list li.first {
    border: none;
}

.guardBtn {
    text-align: left;
    padding-left: 1em;
    text-indent: 0;
    line-height: 1.2;
    font-size: 0.80rem;
    font-weight: 400;
    margin: 40px 0 0 20px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.15em;
    cursor: pointer;
}

.guardBtn .underline {
    text-decoration: underline;

}

.detail {
    display: none;
}

.detail {
    letter-spacing: 0.15em;
    font-size: 1.0rem;
    font-weight: 400;
}

.gurdIn {
    padding: 20px;
    border: 1px solid #ccc;
}

.alignLeft {
    text-align: left;
}

.hover {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.hover:hover {
    opacity: 0.6;
}

.type-list-bt li a {
    color: #FFF;
}

.review {
    font-weight: 400;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.10em;
    margin: 0;
    padding: 0 !important;
    font-size: 1.0rem !important;
}

.over-5 {
    line-height: 1.2;
    margin: 5px 0 0;
}

.att-txt {
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    margin: 10px 0 0;
    text-align: center;
    line-height: 1.6;
}


.result .result-txt {
    font-weight: 500;
    font-weight: 500;
    font-size: 1.75rem !important;
    line-height: 1.6 !important;
    background-color: #FFF;
    color: #37b2b7;
    margin: 0 !important;
    text-align: center !important;
    padding: 10px !important;
}

.result .result-txt .txt {
    background: linear-gradient(transparent 80%, #f5f1aa 80%);
}

.plan_area input[type="checkbox"] {
    display: none;
}

.plan_area input[type="checkbox"] {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0;
    padding-left: 25px;
    width: 20px;
    height: 20px;
    margin-right: 0.30em;
}

.plan_area input[type="checkbox"]::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    margin-top: -10px;
    left: -2px;
    top: 50%;
    border: 1px solid #cccccc;
    background-color: #FFF;
}

.plan_area input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 58%;
    left: 4%;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #37b2b7;
}

.back-btn-dog,
.back-btn-cat {
    display: none;
}

.block_img {
    display: block;
}

.none {
    display: none;
}

.br-414-375-360 {
    display: none;
}

.br-810 {
    display: none;
}

.br-N810 {
    display: block;
}

.br-810-600 {
    display: none;
}

.br-810-600-375 {
    display: none;
}

.br-600 {
    display: none;
}

.br-768 {
    display: none;
}

.br-N600 {
    display: block;
}

.br-N375 {
    display: block;
}

.br-N929 {
    display: block;
}


.conversion-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 36px 10px;
}

.conversion-btn img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 5px #bbbbbb;
    border-radius: 3px;
}

.conversion-btn li {
    width: calc(100% / 2);
}

@-webkit-keyframes flash1 {
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn1 {
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation: flash 2.0s ease infinite;
}

.flash1 {
    animation: flash 2.0s ease 0.5;
}

.fadeIn1 {
    animation: fadeIn 0.5s ease 0.5;
}

@media only screen and (max-width: 1080px) {
    .pay {
        font-size: 130%;
    }
}

@media only screen and (max-width: 929px) {
    .br-N929 {
        display: none;
    }

    #priceSim .box1 .animal-list li {
        width: calc(100% / 2 - 70px);
    }

}

@media only screen and (max-width: 810px) {
    .guardBtn {
        margin: 40px 0 0 0;
    }

    .section-wrapp .first-flow-area {
        flex-basis: 260px;
        margin: 0;
    }

    .section-wrapp .first-choice-area {
        flex-basis: 630px;
    }

    .section-wrapp .common-flow-area {
        flex-basis: 260px;
        margin: 0 20px 0 0;
    }

    .section-wrapp .common-flow-area h4 {
        margin: 0 0 20px;
    }

    .section-wrapp .common-choice-area {
        flex-basis: 630px;
        text-align: center;
        margin: 10px 0 20px;
    }

    #priceSim .second-list,
    #priceSim .fourth-list,
    #priceSim .ten-list,
    #priceSim .six-list {
        margin: 40px 0 40px;
    }


    #priceSim .back-btn-area {
        margin: 40px 0 0;
    }

    #priceSim .box1 .animal-list li {
        margin: 0;
    }

    #priceSim .age-list {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #priceSim .age-list .btn-txt {
        margin: 5px;
        width: calc(100% / 5 - 10px);
    }

    .result-area {
        display: block;
        padding: 40px;
    }

    .type_img_area {
        width: 34%;
        margin: 0 auto 40px;
    }

    .change-btn a {
        font-size: 1.3rem;
    }

    label.set {
        font-size: 1.0rem;
        margin: 20px 0 0;

    }

    .plan_area input[type="checkbox"] {
        top: 2px;
    }

    #priceSim .back-btn-area .back-btn {
        width: calc(100% / 2 - 40px);
    }

    #priceSim .fourth-list .btn-txt {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 20px;
    }

    .features-img {
        margin: 0;
    }

    .conversion-list {
        flex-wrap: wrap;
    }

    .conversion-list li {
        width: 80%;
        margin: 0 0 20px;
    }

    .conversion-list li:last-child {
        margin: 0;
    }

    .conversion-list li a img {
        width: 100%;
    }

    .pedigree-head {
        font-size: 1.4rem;
        margin: 0 0 10px;
    }

    .pedigree-head01 {
        font-size: 1.8rem;
    }

    .pedigree-head .txt::before {
        background-size: 24px 22px;
        width: 24px;
        height: 22px;
    }

    .pedigree-head01 .txt::before {
        top: 0;
    }

    .pedigree-head810 {
        margin-top: 80px;
    }

    .dog-type-list option,
    .dog-type-list li {
        text-align: left;
    }

    #estimate {
        margin: 0;
    }

    #priceSim .back-btn-area-9 {
        margin: 40px 0 0;
    }

    .type-wrap {
        padding: 10px;
        text-align: center;
    }

    .compensation-head {
        font-size: 1.2rem;
    }

    #priceSim .btn-txt a {
        height: 50px;
        line-height: 50px;
    }

    #priceSim .six-list .btn-txt a,
    #priceSim .second-list .btn-txt a {
        height: auto;
        line-height: 1.2;
        padding: 8px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .change-btn-y,
    .change-btn-m {
        margin: 0 auto;
    }

    .plan-txt {
        font-size: 1.6rem !important;
    }

    .br-414-375-360 {
        display: none;
    }

    .br-810 {
        display: block;
    }

    .br-N810 {
        display: none;
    }

    .br-810-600 {
        display: block;
    }

    .br-810-600-375 {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .br-768 {
        display: block;
    }
}

@media only screen and (max-width: 728px) {

    .conversion-btn {
        margin: 20px 0 0;
        display: block;
    }

    .conversion-btn li {
        width: 100%;
        margin: 0 0 16px !important;
    }


    #breadcrumb {
        margin: 10px 0 10px 0;
    }

    .section-wrapp .first-choice-area {
        margin: 0 0 40px;
    }

    #priceSim .box1,
    #priceSim02 .box1 {
        padding: 0;
    }

    .estimates {
        font-size: 0.9rem;
        margin: 10px auto 10px;
        max-width: 90%;
    }

    .choice {
        font-size: 1.4rem;
        margin: 10px 0 20px;
    }

    #priceSim .box1 .animal-list {
        margin: 20px 0 0;
        padding-bottom: 8%;
    }

    #priceSim .box1 .animal-list li {
        margin: 0 5px;
        width: 60%;
        max-width: 180px;
    }

    #priceSim .age-list {
        margin: 40px 0 20px;
    }

    #priceSim .age-list .btn-txt {
        font-size: 0.7rem;
    }

    #priceSim .box1 .animal-list .ico-txt {
        font-size: 0.7rem;
        font-weight: 400;
        margin: 0;
    }


    #priceSim .age-list .btn-txt {
        width: calc(100% / 2 - 10px);
        font-size: 0.8rem;
    }

    #priceSim .btn-txt a {
        height: 50px;
        line-height: 50px;
        font-size: 1.0rem;
    }

    #priceSim .btn-txt .age-btn02,
    #priceSim .btn-txt .weight-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    #priceSim .age-list .btn-txt a {
        height: 40px;
        line-height: 40px;
    }

    #priceSim .age-list .btn-txt p {
        padding: 0 !important;
    }

    #priceSim .back-btn {
        width: 80%;
    }

    #priceSim .back-btn a {
        padding: 0;
        font-size: 1.0rem;
        height: 40px;
        line-height: 40px;
    }

    #priceSim .second-list {
        justify-content: space-between;
    }

    #priceSim .second-list .btn-txt {
        font-size: 0.8rem;
        width: calc(100% / 2 - 5px);
        margin: 0 0 10px;
    }

    #priceSim .second-list .btn-txt:last-child {
        margin: 0;
    }

    #priceSim .six-list .btn-txt {
        width: calc(100% / 3 - 5px);
        margin: 0 0 10px;
        font-size: 0.8rem;
    }

    #priceSim .six-list .btn-txt:nth-child(3) {
        margin-bottom: 20px;
    }

    #priceSim .six-list .btn-txt:last-child {
        margin: 0;
    }

    #priceSim .ten-list {
        justify-content: flex-start;
    }

    #priceSim .ten-list .btn-txt {
        width: calc(100% / 4 - 10px);
        margin: 5px;
        font-size: 0.8rem;
    }

    #priceSim .fourth-list .btn-txt {
        font-size: 0.8rem;
        width: 100%;
        margin: 0 0 10px;
    }

    #priceSim .fourth-list .btn-txt:last-child {
        margin: 0;
    }

    .dog-type-list {
        font-size: 1.0rem;
        padding: 10px;
        margin: 0 0 20px;
    }

    .pedigree-head {
        font-size: 1.3rem;
    }

    h5.pedigree-head {
        margin: 10px 0 0;
    }

    .pedigree-head01 {
        font-size: 1.4rem;
    }

    .pedigree-second {
        font-size: 0.9rem;
    }

    #priceSim .second-list {
        margin: 40px 0 20px;
    }

    #priceSim .second-list02 {
        margin: 40px 0 0;
    }

    #priceSim .fourth-list {
        margin: 0 0 20px;
    }


    #priceSim .six-list {
        margin: 40px 0 20px;
        justify-content: space-between;
    }

    #priceSim .ten-list {
        margin: 40px 0 10px;
    }

    #priceSim .dont-btn {
        font-size: 0.8rem;
    }


    .dog-type,
    .kind-of-pet {
        font-size: 1.0rem;
    }

    .type-wrap {
        padding: 5px;
    }

    .type_img_area {
        width: 50%;
        margin: 0 auto 10px;
        display: none;
    }

    .result-area {
        border: none;
        padding: 10px 0 0;
    }

    label.set {
        font-size: 0.8rem;
        text-align: left;
        margin: 10px 0 0 10px;
    }

    .quote-plan-area input[id="checkbox"]::before {
        width: 10px;
        height: 10px;
        top: 100%;
    }

    .quote-plan-area input[type="checkbox"] {
        width: 0;
        height: 0;
        top: -6px;
    }

    .quote-plan-area input[type="checkbox"]:checked::after {
        width: 10px;
        height: 6px;
        top: 95%;
        left: 4%;
        border-bottom: 2px #37b2b7 solid;
        border-left: 2px #37b2b7 solid;
    }

    #section-10 {
        font-size: 0.9rem;
    }

    .mitsumori-payment {
        font-size: 1.0rem;
    }

    .pay {
        display: block;
        font-size: 180%;
        line-height: 1.2rem;
    }

    .plan-txt {
        padding: 0.5em 0 !important;
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left !important;
    }

    .payment-choice-area {
        margin: 10px 0 0;
        justify-content: space-between;
    }

    .change-btn {
        width: calc(100% / 2 - 5px);
        margin: 0;
    }

    .quote-plan-area {
        border-radius: 0 0 3px 3px;
        padding: 10px;
    }

    .change-btn a {
        font-size: 1.0rem;
        padding: 5px;
        line-height: 1.4;
        height: 30px;
    }

    #priceSim .back-btn-area .back-btn {
        width: calc(100% / 2 - 20px);
        margin: 0 0 10px;
    }

    #priceSim .back-btn a:before {
        width: 4px;
        height: 4px;
        left: 10px;
    }

    #priceSim .back-btn-area .back-btn:last-child {
        margin: 0;
    }

    .attn {
        margin-left: 0;
    }

    #priceSim .back-btn-area {
        margin: 20px 0;
    }

    .compensation-head {
        font-size: 0.9rem;
    }

    .conversion-list li {
        width: 100%;
    }

    .result .result-txt {
        font-size: 1.3rem !important;
        padding: 5px !important;
        margin-bottom: 10px !important;
    }

    .head-50 {
        margin: 10px 0 0;
    }

    .att-txt {
        font-size: 0.8rem;
        margin: 10px 0;
        text-align: justify;
        font-feature-settings: "palt" 1;
    }

    .head-50,
    .head-70,
    .head-100 {
        font-size: 1.0rem;
        padding: 5px;
    }

    #priceSim .box4-btn,
    #priceSim02 .box4-btn {
        margin: 20px 0 0;
    }

    #link_apply03 {
        margin: 40px 0;
    }

    #link_apply03 ul li {
        width: 100%;
    }

    .section-wrapp {
        display: block;
    }

    .pedigree-head .txt {
        padding-left: 0;
    }

    .pedigree-head .txt::before {
        background-size: 16px 15px;
        width: 16px;
        height: 15px;
        left: 0;
        display: none;
    }

    .dog-type-list option,
    .dog-type-list li {
        padding: 5px 0;
        line-height: 1.2;
    }

    #priceSim .ten-list .btn-txt a,
    #priceSim .dont-btn a {
        height: 30px;
        line-height: 30px;
    }

    .hd_inner02,
    #content,
    #btn_sns,
    #site_info_inner {
        width: 100%;
    }

    .change-btn-m a.change-btn-click {
        height: 30px;
    }

    .change-btn-y a.change-btn-click {
        height: 30px;
    }

    .br-810-600 {
        display: none;
    }

    .br-810-600-375 {
        display: none;
    }

    .br-600 {
        display: block;
    }

    .br-414 {
        display: none;
    }

    .br-414-375-360 {
        display: none;
    }

    .br-N600 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {

    .quote-plan-area input[type="checkbox"] {
        display: none;
        cursor: pointer;
        display: inline-block;
        position: relative;
        top: 2px;
        left: 0;
        padding-left: 25px;
        width: 0;
        height: 0;
        margin-right: 0.30em;
    }

    .quote-plan-area input[type="checkbox"]::before {
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        margin-top: -10px;
        left: -8px;
        top: 57%;
        border: 1px solid #cccccc;
        background-color: #FFF;
    }

    .quote-plan-area input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 8px;
        height: 5px;
        top: 57%;
        left: -4px;
        margin-top: -7px;
        transform: rotate(-45deg);
        border-bottom: 2px solid;
        border-left: 2px solid;
        border-color: #37b2b7;
    }
}

@media only screen and (max-width: 480px) {

    #priceSim .ten-list {
        margin: 40px 0 5px;
    }

    #priceSim .six-list .btn-txt {
        font-size: 0.7rem;
    }

    #priceSim .ten-list .btn-txt {
        width: calc(100% / 4 - 4px);
        margin: 2px;
    }
}

@media only screen and (max-width: 414px) {

    .plan-txt {
        font-size: 1.0rem !important;
    }

    .plan-txt p {
        padding: 0 !important;
    }

    .br-414-375-360 {
        display: block;
    }

    .pedigree-head {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 375px) {

    .choice {
        font-size: 1.4rem;
        margin: 10px 0 20px;
    }

    .quote-plan-area {
        padding: 5px 10px;
    }

    #priceSim .btn-txt a {
        font-size: 0.9rem;
    }

    #priceSim .age-list .btn-txt p {
        padding: 0 !important;
    }

    #priceSim .back-btn a {
        font-size: 0.9rem;
    }

    #priceSim .initials-list .back-btn a {
        font-size: 1.0rem;
    }

    .br-414-375-360 {
        display: none;
    }

    .br-810-600-375 {
        display: block;
    }

    .br-N375 {
        display: none;
    }
}

@media only screen and (max-width: 360px) {
    .dog-type-list {
        font-size: 0.9rem;
    }

    .estimates {
        max-width: 100%;
    }

    .pay {
        font-size: 150%;
    }

    .pedigree-head {
        font-size: 1.1rem;
    }

    h6.pedigree-head {
        font-size: 1.1rem;
    }

    h6.pedigree-last-head {
        font-size: 1.3rem;
    }

    h6.pedigree-last-second {
        font-size: 0.9rem;
    }

    .plan-txt {
        font-size: 0.90rem !important;
    }

    .br-414-375-360 {
        display: block;
    }
}

@media only screen and (max-width: 320px) {
    #priceSim .box1 .animal-list li {
        width: calc(100% / 2 - 10px);
        margin: 0 5px;
    }

    .pay {
        font-size: 140%;
    }

    h6.pedigree-head {
        font-size: 1.0rem;
    }

}

.table_wrapper {
    padding: 0 0 10px;
}

.table_wrapper .bordered {
    width: 100%;
    margin: 0;
}

.table_wrapper {
    width: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 40px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.table_wrapper .bordered {
    margin: 0;
}

.table_wrapper::-webkit-scrollbar {
    height: 4px;
}

.table_wrapper::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
}

.table_wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;


}

.pc_table {
    display: block;
}

.estimates-table {
    width: 100%;
}

.estimates-table caption {
    font-weight: 400;
    text-align: center;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #82d7dc;
    color: #FFF;
    padding: 5px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

.estimates-table caption .price {
    font-size: 1.6rem;
    margin: 0 10px;
}

.estimates-table th {
    background: #e3f1f1;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

.estimates-table td {
    background: #FFF;
    letter-spacing: 0.20em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-weight: 400;
}

.estimates-table th,
.estimates-table td {
    line-height: 1.4;
}

.estimates-table th,
.estimates-table td,
.estimates-table th,
.estimates-table td {
    padding: 10px 5px;
    border: 1px solid #ccc;
    font-size: 0.9rem;
}

@media only screen and (max-width: 728px) {

    .table_wrapper {
        margin: 0 0 20px;
    }

    .estimates-table {
        width: 100%;
    }

    .estimates-table caption {
        font-weight: 400;
        font-size: 0.9rem;
        padding: 0;
    }

    .estimates-table th,
    .estimates-table td {
        font-size: 0.9rem !important;
    }

    .estimates-table.sp {
        margin: 0 0 40px;
    }

    .estimates-table.sp img {
        width: 10px;
        height: 10px;
    }

    .estimates-table.sp th {
        white-space: nowrap;
    }

    .pc_table {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .estimates-table {
        width: 100%;
    }
}


@media only screen and (max-width: 360px) {
    .set-txt {
        padding-left: 0.5em;
    }
}


.estimates-table {
    font-weight: 400;
}

.estimates-table caption {
    color: #000;
    background: none;
}

.estimates-table thead th {
    width: calc(100% / 3);
}

.estimates-table td {
    text-align: center;
}

.table50 caption {
    background: #f8f5ee;
}

.table50 thead th {
    background: #f8f5ee;
}

.table50 tbody th {
    background: #f8f5ee;
}

.table70 caption {
    background: #FEF6FF;
}

.table70 thead th {
    background: #FEF6FF;
}

.table70 tbody th {
    background: #FEF6FF;
}

.table100 caption {
    background: #F2FCFF;
}

.table100 thead th {
    background: #F2FCFF;
}

.table100 tbody th {
    background: #F2FCFF;
}

.section-2,
.section-15,
.section-16,
.section-3,
.section-19,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.section-9,
.section-10,
.section-11,
.section-12,
.section-13,
.section-14,
.section-18,
.section-10 {
    display: none;
}

div#price_table h3:not(.section-area__content-area h3, #sec_dog_table h3, .cattable h3) {
    font-size: 1.5em;
    font-weight: 700;
    color: #444;
    border-bottom: 1px dotted #444;
    padding: 8px 0;
    margin: 24px 0 16px;
    clear: both;
    background: none;
}


@media only screen and (max-width: 728px) {
    div#price_table h2 {
        font-size: 21px;
        padding: 8px;
        margin: 32px 0 16px;
    }

    div#price_table h3:not(.section-area__faq_q) {
        font-size: 18px;
        padding: 0 0 8px;
        margin: 16px 0 8px;
    }

    div#price_table p {
        font-size: 16px;
        margin: 0px 5px 0px 5px;
        padding: 10px 5px 8px 0px;
        line-height: 1.5em;
    }
}


@media only screen and (max-width: 728px) {
    .weight-head {
        text-align: left;
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .weight-head .sp {
        display: inline-block !important;
    }
}


@media only screen and (max-width: 375px) {
    .weight-head {
        font-size: 0.9rem;
    }
}

article#webpage .change-btn-m a {
    color: #37b2b7;
}