@charset "UTF-8";

#labelseal {
    font-size: 1rem;
}

@media screen and (max-width: 1023px) {
    #labelseal {
        margin-top: calc(78.59px - 32px);
    }
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.article {
    padding: 60px 1rem;
}

.h2-red {
    text-align: center;
    color: #9c292d;
}

.text-center {
    text-align: center !important;
}

.text-large {
    font-size: 1.2rem;
}

.text-small {
    font-size: 0.8rem;
}

.mark-yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.logo-mini {
    width: auto;
    max-width: 320px;
    margin: 0;
    position: relative;
    top: -15px;
}

.flexbox {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
}

.justify-center {
    justify-content: center;
}

.flex-2 {
    display: block;
    width: 50%;
    padding: 0 10px;
}

.flex-3 {
    display: block;
    width: calc(100% / 3);
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .flexbox {
        flex-direction: column;
    }

    .flex-2 {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .flex-3 {
        display: block;
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 854px) {
    .article {
        padding: 60px 160px;
    }
}

.bg-gif {
    background-image: url('https://hyouji.maru-sin.net/wp-content/themes/shokuhin-hyouji/images/labelseal-background.gif');
    background-repeat: repeat;
}

.bg-gif2 {
    background-image: url('https://hyouji.maru-sin.net/wp-content/themes/shokuhin-hyouji/images/labelseal-background2.gif');
    background-repeat: repeat;
}

#labelseal_mainvisual {
    padding: 30px;
    height: 440px;
    overflow: hidden;
}

#labelseal_mainvisual::after {
    display: block;
    content: '';
    clear: both;
}

#labelseal_mainvisual1 {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 2;
}

#labelseal_mainvisual2 {
    display: block;
    width: 50%;
    float: right;
    position: relative;
    z-index: 2;
    text-align: center;
}

#mainvisual_bottomtext {
    color: #ffffff;
    font-size: 80%;
    line-height: 1.15;
    text-align: left;
}

#triangle-1 {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 440px 60vw;
    border-color: transparent transparent #9c292d transparent;
    position: absolute;
    margin-top: -30px;
    right: 0;
    z-index: 0;
}

#triangle-2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 40vw 0 0;
    border-color: #9c292d transparent transparent transparent;
    position: absolute;
    margin-top: -30px;
    left: 0;
    z-index: 0;
}

.labelseal_title_img {
    margin-top: 50px;
}

#webcheck {
    display: inline-block;
    color: #ffffff;
    background-color: #9c292d;
    font-family: 'FOT-筑紫B丸ゴシック Std', 'FOT-筑紫A丸ゴシック Std', '游ゴシック', 'ヒラギノ角ゴ ProN', sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    margin: 30px auto;
    padding: 5px 50px;
    border-radius: 50px;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}

.webcheck-large {
    font-size: 1.2rem;
}

.webcheck-triangle {
    display: block;
    font-size: 0.7rem;
    position: relative;
    float: right;
    top: 6px;
    right: -25px;
}

.mainvisual-photo {
    width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    #labelseal_mainvisual {
        height: 48vw;
    }

    #triangle-1 {
        border-width: 0 0 48vw 60vw;
    }

    #mainvisual_bottomtext {
        margin-top: 15px;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    #labelseal_mainvisual {
        height: 670px;
        padding: 15px;
    }

    h1#labelseal_title {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding: 10px 15px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #labelseal_mainvisual1 {
        width: 100%;
    }

    #labelseal_mainvisual2 {
        width: 100%;
    }

    .labelseal_title_img {
        width: 100%;
        margin: 0 auto;
        max-width: 480px;
        margin-top: 2vw;
    }

    #triangle-1 {
        border-width: 0 0 670px 60vw;
        margin-top: -15px;
    }

    #webcheck {
        box-shadow: 0px 1px 5px #333333;
    }

    #mainvisual_bottomtext {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 0 0 auto;
        padding: 10px;
        color: #333333;
        background-color: rgba(255, 255, 255, 0.7);
        font-size: 80%;
        text-align: left;
        line-height: 1.25;
    }

    .mainvisual-photo {
        width: 100%;
        margin: 0 auto;
        max-width: 380px;
        text-align: center;
    }
}

@media screen and (max-width: 499px) {
    #labelseal_mainvisual {
        height: 540px;
        padding: 15px;
    }

    h1#labelseal_title {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 10px 15px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #labelseal_mainvisual1 {
        width: 100%;
    }

    #labelseal_mainvisual2 {
        width: 100%;
    }

    .labelseal_title_img {
        margin-top: 2vw;
    }

    #triangle-1 {
        border-width: 0 0 540px 60vw;
        margin-top: -15px;
    }

    #webcheck {
        width: 90%;
        max-width: 300px;
        margin: 20px auto;
        padding: 10px 35px;
        letter-spacing: 0rem;
        box-shadow: 0px 1px 5px #333333;
    }

    .webcheck-large {
        font-size: 0.9rem;
    }

    .webcheck-triangle {
        font-size: 0.65rem;
        top: 4px;
        right: -2.5vw;
    }

    #mainvisual_bottomtext {
        display: block;
        width: 100%;
        margin: 0 0 0 auto;
        padding: 10px;
        color: #333333;
        background-color: rgba(255, 255, 255, 0.7);
        font-size: 80%;
        text-align: left;
        line-height: 1.25;
    }

    .mainvisual-photo {
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
        text-align: center;
    }
}

#nayami {
    font-family: 'FOT-筑紫A丸ゴシック Std', '游ゴシック', 'ヒラギノ角ゴ ProN', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 30px 1rem;
    height: 300px;
    overflow: hidden;
}

#nayami-textarea {
    position: relative;
    z-index: 2;
}

#nayami-title {
    display: inline-block;
    color: #ffffff;
    background-color: #333333;
    text-align: center;
    font-weight: 700;
    margin: 10px auto;
    padding: 10px 30px;
    border-radius: 50px;
}

#nayami-box-area {
    flex-direction: row;
}

.nayami-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 2px solid #9c292d;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px !important;
    height: 150px;
}

.nayami-img {
    display: block;
    float: left;
    width: 35%;
    margin: 10px 0;
    align-self: center;
}

ul.nayami-list {
    display: block;
    float: right;
    width: calc(65% - 10px);
    margin: auto 0;
    font-size: 0.85rem;
    text-align: left;
    list-style-type: disc;
    align-self: center;
}

ul.nayami-list li {
    padding-left: 1rem;
    text-indent: -1rem;
}

@media screen and (min-width: 854px) {
    #nayami {
        padding: 30px 160px;
    }
}

@media screen and (min-width: 525px) and (max-width: 768px) {
    #nayami {
        height: 380px;
        padding: 15px;
    }

    #triangle-2 {
        border-width: 380px 40vw 0 0;
        margin-top: -15px;
    }

    #nayami-box-area {
        flex-direction: column;
    }

    #nayami-box-area .flex-2 {
        width: 100%;
    }

    .nayami-box {
        flex-direction: row;
        width: 100%;
        height: auto;
    }

    .nayami-img {
        display: block;
        float: left;
        width: 120px;
        margin: 0;
        align-self: center;
    }

    ul.nayami-list {
        display: block;
        float: right;
        width: 100%;
        margin: auto 0;
        font-size: 0.85rem;
        text-align: left;
        list-style-type: disc;
        align-self: center;
    }
}

@media screen and (max-width: 524px) {
    #nayami {
        height: 475px;
        padding: 15px;
    }

    #nayami-title {
        font-size: 0.9rem;
    }

    #triangle-2 {
        border-width: 475px 40vw 0 0;
        margin-top: -15px;
    }

    #nayami-box-area {
        flex-direction: column;
    }

    #nayami-box-area .flex-2 {
        width: 100%;
    }

    .nayami-box {
        flex-direction: column;
        height: auto;
    }

    .nayami-img {
        display: block;
        float: left;
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
        align-self: center;
    }

    ul.nayami-list {
        display: block;
        float: left;
        width: 100%;
        margin: auto 0;
        font-size: 0.75rem;
        text-align: left;
        list-style-type: disc;
        align-self: center;
    }
}

.label-seal-title {
    letter-spacing: 0.1rem;
    margin: 20px 0 40px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    vertical-align: baseline;
}

@media screen and (max-width: 768px) {
    .label-seal-title {
        font-size: 18px;
    }
}

#flex-onestop {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px 0;
}

#flex-onestop-1 {
    display: block;
    width: 100%;
    text-align: center;
}

#flex-onestop-2 {
    display: block;
    width: 100%;
}

.flex-onestop-minibox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.flex-onestop-1-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.onestop-minibox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.onestop-left {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

.onestop-right {
    display: block;
    float: left;
    width: calc(100% - 70px);
    line-height: 1.3;
}

.onestop-right span {
    font-size: 14px;
    line-height: 1.3;
}

.onestop-right strong {
    font-size: 20px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    #flex-onestop-1 {
        display: block;
        width: 100%;
        float: left;
    }

    #flex-onestop-2 {
        display: block;
        width: 100%;
        float: left;
    }

    .flex-onestop-1-img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px auto;
    }

    .onestop-minibox {
        max-width: 200px;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .onestop-minibox {
        max-width: 200px;
        margin: 0 auto;
    }

    .flex-onestop-minibox {
        grid-template-columns: repeat(1, 1fr);
    }
}

#kousei_check_service {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 40px;
    margin: 40px 0;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #9c292d;
    border-radius: 20px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #kousei_check_service {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        font-size: 14px;
    }
}

.kousei_check_service1 {
    display: block;
    width: calc(60% - 20px);
    float: left;
}

.kousei_check_service2 {
    display: block;
    width: 40%;
    float: right;
}

.kousei_check_service2 img {
    display: block;
    width: 100%;
}

h3.kousei_check_service_title {
    font-size: 24px;
    font-weight: 700;
    color: #9c292d;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .kousei_check_service1 {
        display: block;
        width: 100%;
        float: left;
    }

    .kousei_check_service2 {
        display: block;
        width: 100%;
        float: left;
    }

    .kousei_check_service2 img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    h3.kousei_check_service_title {
        font-size: 20px;
    }
}

.site-check {
    background-color: #2f721f;
}

.site-check-fukidashi {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto -60px auto;
    top: -65px;
}

@media screen and (max-width: 599px) {
    .site-check-fukidashi {
        margin: 0 auto -10vw auto;
        top: -10.5vw;
    }
}

.site-check-fukidashi-img {
    width: 90%;
    max-width: 535px;
}

.site-check-btnarea {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.site-check-btn {
    display: block;
    max-width: 270px;
    margin: 10px auto 30px auto;
    padding: 15px 10px;
    border-radius: 10px;
    text-decoration: none !important;
}

.site-check-btn-1 {
    color: #9c292d;
    background-color: #ffda32;
    transition: 0.25s;
}

.site-check-btn-1:hover {
    color: #9c292d;
    opacity: 0.9;
}

.site-check-btn-2 {
    color: #000000;
    background-color: #cccccc;
    transition: 0.25s;
}

.site-check-btn-2:hover {
    color: #000000;
    opacity: 0.9;
}

.site-check-triangle1 {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #9c292d;

    position: relative;
    float: right;
    top: 10px;
}

.site-check-triangle2 {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000000;

    position: relative;
    float: right;
    top: 10px;
}

.site-check-tel {
    padding: 10px 0;
    background-color: #eeeeee;
    text-align: center;
    vertical-align: center;
}

.site-check-tel-1 {
    display: inline-block;
    font-weight: bold;
}

.site-check-tel-2 {
    display: inline-block;
    color: #9c292d;
    font-family: 'DIN Alternate', 'Oswald', 'Anton', sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    position: relative;
    margin: 0 5px;
    top: 3px;
}

.site-check-tel-3 {
    display: inline-block;
    font-size: 0.85rem;
}

@media screen and (max-width: 768px) {
    .site-check-btnarea .flexbox {
        flex-direction: column;
    }

    .site-check1 {
        width: 100%;
    }

    .site-check2 {
        width: 100%;
    }

    .site-check-btn-1 {
        width: 100%;
    }

    .site-check-btn-2 {
        width: 100%;
    }
}

.reason_h3 {
    color: #9c292d;
    margin: 10px 0;
}

.reason-img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.detail-link {
    display: block;
    color: #0066cc;
    margin: 1rem auto;
}

@media screen and (max-width: 768px) {
    #flex-reason {
        flex-direction: column;
    }

    .flex-reason {
        margin-bottom: 20px;
    }

    .flex-reason-child {
        width: 100%;
    }

    .reason-img {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

#reason_more {
    background-color: #9c292d;
    padding-bottom: 20px;
}

.sarani_box {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.sarani-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 192.5px 0 192.5px;
    border-color: #ffffff transparent transparent transparent;
}

.sarani-text {
    display: block;
    color: #9c292d;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    margin-top: 10px;
}

.reason_more_box {
    margin: 0.5rem 0;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
}

.voice_box {
    margin: 1.5rem 0 2rem 0;
}

.voice_box h3 {
    color: #9c292d;
    margin: 1rem 0;
}

#voice_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.9rem;
}

#voice_list li {
    margin-bottom: 1rem;
    font-weight: bold;
}

#voice_list li .checkmark {
    display: block;
    float: left;
    width: 37px;
    height: auto;
    margin-right: 10px;
}

.voice_human {
    display: block;
    width: 150px;
    height: auto;
    margin-bottom: 30px;
}

.voice_fukidashi_outer {
    display: block;
    width: calc(100% - 170px);
    margin-bottom: 30px;
}

.voice_fukidashi {
    display: block;
    width: 100%;
    background-color: #dddddd;
    padding: 60px 30px;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .voice_box .flexbox {
        flex-direction: row;
    }

    .voice_human {
        display: block;
        width: 80px;
        height: auto;
        margin-bottom: 30px;
    }

    .voice_fukidashi_outer {
        display: block;
        width: calc(100% - 90px);
        margin-bottom: 30px;
    }

    .voice_fukidashi {
        padding: 20px 20px;
        font-size: 0.85rem;
    }
}

.question_box {
    display: block;
    margin: 0.5rem 0 1rem 0;
    font-size: 0.9rem;
}

.question_box .question {
    display: block;
    background-color: #f9e5e5;
}

.question_box .question::after {
    display: block;
    content: '';
    clear: both;
}

.question_box .question .question_text {
    display: flex;
    width: calc(100% - 40px);
    height: 40px;
    float: left;
    padding: 10px 20px;
    font-size: 0.8rem;
    background-color: #f9e5e5;
    vertical-align: middle;
    cursor: pointer;
}

.question_box .question .question_text p {
    align-self: middle;
}

.question_btn {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    float: right;
    background-color: #9c292d;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.question_btn_icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.question_box .answer {
    display: block;
    padding: 20px;
    font-size: 0.8rem;
    background-color: #eeeeee;
}

@media screen and (max-width: 768px) {
    .question_box .question .question_text {
        display: flex;
        width: calc(100% - 60px);
        height: 60px;
        float: left;
        padding: 10px 20px;
        font-size: 0.8rem;
        background-color: #f9e5e5;
        vertical-align: middle;
        cursor: pointer;
    }

    .question_btn {
        display: block;
        width: 60px;
        height: 60px;
        padding: 10px;
        float: right;
        background-color: #9c292d;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .question_btn_icon {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }
}

.seisaku-box {
    margin: 15px 0 30px 0;
    padding: 20px;
    background-color: #f5f5f5;
}

h3.seisaku-title {
    color: #9c292d;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.seisaku-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.seisaku-area::after {
    display: block;
    content: '';
    clear: both;
}

.seisaku-text {
    font-size: 0.85rem;
    font-weight: bold;
}

.seisaku-step {
    display: block;
    width: calc(25% - 18px);
    float: left;
    text-align: center;
    align-self: flex-start;
}

.seisaku-step img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

.seisaku-triangle {
    display: block;
    float: left;
    text-align: center;
}

.seisaku-triangle-span {
    display: block;
    position: relative;
    top: 50px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #9c292d;
}

@media screen and (max-width: 599px) {
    h3.seisaku-title {
        text-align: center;
    }

    .seisaku-area {
        flex-direction: column;
    }

    .seisaku-step {
        display: flex;
        width: 100%;
        float: left;
        flex-direction: column;
        text-align: center;
        align-self: center;
    }

    .seisaku-step img {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        margin: 0 auto 10px auto;
    }

    .seisaku-text {
        display: block;
        width: 100%;
        height: auto;
        float: right;
        align-self: middle;
    }

    .seisaku-triangle {
        margin: 15px 0;
    }

    .seisaku-triangle-span {
        display: block;
        position: relative;
        top: 0px;
        text-align: center;
        margin: 0 auto;

        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17.3px 10px 0 10px;
        border-color: #9c292d transparent transparent transparent;
    }
}
