@charset "UTF-8";

.himoduke-fuyou
{
    /* Add styles for himoduke-fuyou */
    padding: 50px 0;
}

.sec_add_title {
    text-align: center;
    font-size: 1.4375rem;
    line-height: 1.3913043478;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
    .sec_add_title {
        font-size: 2rem;
        line-height: 1.375;
    }
}
.sec_add_title span {
    color: #0CC1F6;
    font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
    .sec_add_title span {
        font-size: 2.25rem;
    }
}
.himoduke-fuyou .lead {
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    letter-spacing: 0em;
    font-weight: 400;
    margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
    .himoduke-fuyou .lead {
        font-size: 0.875rem;
        line-height: 1.7142857143;
    }
}

.tesagyou-zero
{
    /* Add styles for tesagyou-zero */
    padding: 50px 0;
    position: relative;
    margin: 2.5rem 0 0;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero {
        margin: 0;
    }
}
.tesagyou-zero .worry_wrap {
    margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2.5rem 0 0;
        margin-bottom: 3.75rem;
    }
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.tesagyou-zero .worry_wrap ul li + li {
    margin-top: 3.125rem;
    position: relative;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap ul li + li {
        margin-top: 0;
        margin-left: 3.25rem;
    }
}
.tesagyou-zero .worry_wrap ul li + li::after {
    content: "";
    display: block;
    position: absolute;
    top: -2.375rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.875rem solid rgba(0, 42, 64, 0.7);
    border-right: 0;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap ul li + li::after {
        top: 5rem;
        left: -2rem;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top: 0.75rem solid transparent;
        border-bottom: 0.75rem solid transparent;
        border-left: 0.875rem solid rgba(0, 42, 64, 0.7);
    }
}
.tesagyou-zero .worry_wrap ul li .img_box {
    margin: 0 auto 0.875rem;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap ul li .img_box {
        margin: 0 auto 1rem;
    }
}
.tesagyou-zero .worry_wrap ul li p.ttl {
    color: #0275C2;
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap ul li p.ttl {
        font-size: 1.125rem;
        line-height: 1.3333333333;
        margin-bottom: 0.5rem;
    }
}
.tesagyou-zero .worry_wrap ul li p.text {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap ul li p.text {
        font-size: 0.75rem;
        line-height: 1.6666666667;
    }
}
.tesagyou-zero .worry_wrap .col1 {
    width: 60%;
    margin: 0 auto 3.75rem;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap .col1 {
        width: 20%;
        margin: 0 0;
        padding: 2.625rem 0 0;
    }
    .tesagyou-zero .worry_wrap .col1 .img_box {
        padding-right: 4%;
    }
}
.tesagyou-zero .worry_wrap .col2 {
    width: 60%;
    margin: 0 auto;
    padding: 3.125rem 18% 2.5rem;
    background: #fff;
    border: 0.125rem solid #0275C2;
    border-radius: 0.375rem;
    position: relative;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap .col2 {
        width: 68%;
        margin: 0 0;
        padding: 2.5rem 2.375rem 1.25rem;
        border-radius: 0.625rem;
    }
}
.tesagyou-zero .worry_wrap .col2::after {
    content: "";
    display: block;
    position: absolute;
    top: -3rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.875rem solid rgba(0, 42, 64, 0.7);
    border-right: 0;
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap .col2::after {
        top: 7.75rem;
        left: -2.25rem;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top: 0.75rem solid transparent;
        border-bottom: 0.75rem solid transparent;
        border-left: 0.875rem solid rgba(0, 42, 64, 0.7);
    }
}
.tesagyou-zero .worry_wrap .col2 .img_ttl {
    width: 18rem;
    position: absolute;
    top: -1.125rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
    .tesagyou-zero .worry_wrap .col2 .img_ttl {
        top: -1.5rem;
        width: auto;
    }
}
