@charset "UTF-8";

.yellow_bg {
    background-color: #ffd966;
    padding: 5px;
    position: relative;
}

.yellow_bg2 {
    background-color: #FFF0C2;
    padding: 10px 3%;
    position: relative;
}

.yellow_bg3 {
    background-color: #ffd966;
    padding: 20px 5px;
    position: relative;
}

.yellow_bg4 {
    background-color: #ffd966;
    padding: 20px 5px;
    position: relative;
    margin: auto;
    width: 97%;
}

.yellow_b_tri2::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid #ffd966;
    bottom: -30px;
    margin: auto;
    position: absolute;
    right: auto;
    left: 10%;
}

.green_bg4 {
    background-color: #C1E49B;
    padding: 30px 5px;
    position: relative;
}

.green_b_tri2::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid #C1E49B;
    bottom: -30px;
    margin: auto;
    position: absolute;
    right: auto;
    left: 10%;
}

.text_logo {
    width: 55%;
    margin: 20px 5px 0px;
    vertical-align: bottom;
}


.uwaki_bg3 {
    background-image: url(../img/uwaki/uwaki_bg03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 1%;
}

.uwaki_bg4 {
    background-image: url(../img/uwaki/uwaki_bg04.jpg);
    background-repeat: repeat;
    padding: 15px 1%;
}

.red_marker2 {
    background: linear-gradient(transparent 0, #CC0000 0);
    display: block;
    padding: 2px 10px;
}

.orange_marker2 {
    background: linear-gradient(transparent 0, #ff8837 0);
    display: block;
    padding: 2px 10px;
    max-width: 100%;
}

.orange_number {
    position: relative;
    z-index: 1;

}

.orange_number > p {
    z-index: 2;
    position: relative;

}

.orange_number::before {
    content: "";
    width: 150px;
    height: 150px;
    background: url(../img/kinsen/gray_1.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .orange_number::before {
        width: 100px;
        height: 100px;
    }
}

.orange_number:nth-child(2):before {
    background: url(../img/kinsen/gray_2.png) no-repeat center center;
    background-size: contain;

}

.orange_number:nth-child(3):before {
    background: url(../img/kinsen/gray_3.png) no-repeat center center;
    background-size: contain;

}

.orange_q {
    position: relative;
    z-index: 1;
}

.orange_q::before {
    content: "";
    width: 150px;
    height: 150px;
    background: url(../img/kinsen/orange_q.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.orange_q > p {
    z-index: 2;
    position: relative;
}

.yellow_marker2 {
    background: linear-gradient(transparent 0, #FFF000 0);
    display: inline-block;
    padding: 2px 10px;
}

.text_area {
    margin: 100px auto 30px;
    position: relative;
    width: 97%;
    max-width: 1200px;
}

.text_area .title_image {
    background-color: #FFF;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -65px;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 620px;
}

.orange_border {
    border: 3px solid #e73828;
}

.orange_bg3 {
    background-color: #F6E4D2;
    width: 97%;
    margin: auto;
    padding: 30px 0;
}

.orange_shadow {
    box-shadow: 0px 0px 30px 20px rgb(255 205 161);
}

.bg_wall {
    background: url(../img/kinsen/bg_wall.png) no-repeat center center;
    background-size: cover;
}

.orange_marker3 {
    background: linear-gradient(transparent 0, #ff8837 0);
    padding: 2px 10px;
    max-width: 100%;
}

.orange_text {
    color: #F16100;
}

.cssacc:checked + label + .accshow {
    padding: 0 5% 20px;
}

.cssacc:checked + label h2 {
    position: relative;
}

.accbox label h2:after,
.accbox label h3:after {
    content: "";
}

.cssacc:checked + label h2:after,
.cssacc:checked + label h3:after {
    content: "";
}

#kinsen_trouble_ex .kaishu {
    position: relative;
}

#kinsen_trouble_ex .kaishu::before {
    position: absolute;
    top: 15px;
    right: 5%;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/kinsen/kinsen_icon01_old.svg) no-repeat center center;
    background-size: cover;
}

#kinsen_trouble_ex .mikaishu {
    position: relative;
}

#kinsen_trouble_ex .mikaishu::before {
    position: absolute;
    top: 15px;
    right: 5%;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/kinsen/kinsen_icon02_old.svg) no-repeat center center;
    background-size: cover;
}

#kinsen_trouble_ex_pc .kaishu {
    position: relative;
}

#kinsen_trouble_ex_pc .kaishu::before {
    position: absolute;
    top: 40px;
    right: 3%;
    content: "";
    width: 80px;
    height: 80px;
    background: url(../img/kinsen/kinsen_icon01_old.svg) no-repeat center center;
    background-size: cover;
}

#kinsen_trouble_ex_pc .mikaishu {
    position: relative;
}

#kinsen_trouble_ex_pc .mikaishu::before {
    position: absolute;
    top: 40px;
    right: 3%;
    content: "";
    width: 80px;
    height: 80px;
    background: url(../img/kinsen/kinsen_icon02_old.svg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    #kinsen_trouble_ex_pc .kaishu::before {
        width: 5vw;
        height: 5vw;
    }

    #kinsen_trouble_ex_pc .mikaishu::before {
        width: 5vw;
        height: 5vw;
    }

}

@media screen and (max-width:414px) {
}

#kinsen_trouble_ex_pc .image_area {
    margin: 20px auto;
}

.main_area .icon_list {
    display: flex;
    -webkit-display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px auto;
    width: 100%;
    max-width: 960px;
}

.main_area .icon_list > li {
    width: 20%;
    width: -webkit-calc(90% / 4);
    width: calc(90% / 4);
    margin: 10px auto;
}

.main_area .icon_list > li:last-child {
    margin-right: 5px;
}

.main_area .icon_list > li > a > img {
    width: 70%;
}

.main_area .icon_list > li > a .name {
    font-size: 26px;
}

@media screen and (max-width: 624px) {
    .main_area .icon_list > li > a .name {
        font-size: 3vw;
    }

    .main_area .icon_list > li > a > img {
        width: 90%;
    }
}

@media screen and (max-width: 424px) {

    #kinsen_trouble_ex .kaishu::before,
    #kinsen_trouble_ex .mikaishu::before {
        top: 3px;
        right: 3px;
    }
}

.cssacc:checked + label h3::before {
    content: '▼';
    padding-left: 10px;
}

.accbox label h3::before {
    content: '▲';
    padding-left: 10px;
}


#contents2 .green_bg3 {
    background-color: #C1E49B;
    padding: 20px 0;
}

#contents2 .blue_text2 {
    color: #5fd1cc;
}

#contents2 .pa_left_100 {
    padding-left: 100px;
}

.kinsen_step img {
    /*max-width: 60px;*/
}

.kinsen_trouble_li_bg {
    background: rgb(255, 255, 196);
    background: linear-gradient(90deg, rgba(255, 255, 196, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 196, 1) 100%);
}

.kinsen_trouble .accbox .orange_line {
    border-bottom: dotted 3px #f29600;
    display: block;
}

.kinsen_trouble .accbox label h3::before {
    content: "";
}

.kinsen_trouble .accbox label h3::after {
    content: '▼';
    padding-left: 10px;
}

.kinsen_trouble .cssacc:checked + label h3:after {
    content: '▲';
}

.pointer_icon::after {
    content: '';
    background-image: url(../img/top/top_icon12.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 52px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.flexbox {
    justify-content: space-between;
    align-items: flex-start;
}

.accbox > .ex1 {
    border: 1px solid #e73828;
    margin: 0 2% 30px;
}

.accbox > .ex1:nth-child(1),
.accbox > .ex1:nth-child(2) {
    width: 45%;
}

@media screen and (max-width: 768px) {

    .accbox > .ex1:nth-child(1),
    .accbox > .ex1:nth-child(2) {
        width: 96%;
    }
}

.accbox > .ex1:last-child {
    margin-right: auto;
    width: 96%;
}

.accbox > .ex1 ol {
    list-style-type: decimal;
    margin-left: 1.8em;
    text-decoration: underline;
}

ul li ol li {
    list-style-type: unset;
}

.pc_merit li {
    width: 100%;
    max-width: 768px;
}

.pc_merit li:nth-child(1) {
    margin-right: auto;
}

.pc_merit li:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
}

.pc_merit li:nth-child(3) {
    margin-left: auto;
}

.main_pc #kinsen_trouble_ex_pc .accbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.main_pc #kinsen_trouble_ex_pc .accbox li {
    padding: 10px 20px;
    border: 1px solid;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 49%;
}

/*FAQ PC*/
.acd-check {
    display: none;

}


.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: visible;
}

.acd-check:checked + .acd-label01 + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;

}

#kinsen #contents2 .uwaki_faq {
    width: 95%;
    margin: 30px auto 50px;
    padding: 10px;
}

#kinsen #contents2 .uwaki_faq .uwaki_faq_title {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    margin: auto;
    width: 75%;
    height: 55px;
    max-width: 230px;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 20px;

}

#kinsen #contents2 .uwaki_faq .uwaki_faq_title::before {
    content: "よくあるご質問";
    position: absolute;
    top: 92%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    font-weight: bold;

}

#kinsen #contents2 .uwaki_faq .uwaki_faq_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background: #eeeeef;
    border: 1px solid #000;
}

#kinsen #contents2 .uwaki_faq_question label {
    padding-left: 2em;
    padding-right: 3em;
    text-align: left;
    border-bottom: 1px solid #231815;
    position: relative;
    display: block;
}

#kinsen #contents2 .uwaki_faq_question label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/uwaki/faq_icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}


#kinsen #contents2 .uwaki_faq_question label > div {
    line-height: 1.5;
    margin: 10px auto;
}

#kinsen #contents2 .uwaki_faq .acd-check:checked + .acd-label01 + .acd-content {
    padding: 5px;
    background-color: #eeeeef;
    text-align: left;
    margin: 3px 0 15px;
}

#kinsen #contents2 .uwaki_faq .acd-check:checked + .acd-label01 + .acd-content > div {
    font-size: 20px;
}

/*FAQ PCここまで*/
/*FAQ SP*/
#kinsen #main_sp #contents2 .uwaki_faq {
    width: 95%;
    margin: 30px auto 50px;
    padding: 10px;
}

#kinsen #main_sp #contents2 .uwaki_faq .uwaki_faq_title {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    margin: auto;
    width: 75%;
    height: 55px;
    max-width: 230px;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 20px;

}

#kinsen #main_sp #contents2 .uwaki_faq .uwaki_faq_title::before {
    content: "よくあるご質問";
    position: absolute;
    top: 92%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    font-weight: bold;

}

#kinsen #main_sp #contents2 .uwaki_faq .uwaki_faq_title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background: #eeeeef;
    border: 1px solid #000;
}

#kinsen #main_sp #contents2 .uwaki_faq_question label {
    padding-left: 2em;
    padding-right: 3em;
    text-align: left;
    border-bottom: 1px solid #231815;
    position: relative;
}

#kinsen #main_sp #contents2 .uwaki_faq_question label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/uwaki/faq_icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}


#kinsen #main_sp #contents2 .uwaki_faq_question label > div {
    line-height: 1.5;
    margin: 10px auto;

}

#kinsen #main_sp #contents2 .uwaki_faq .acd-check:checked + .acd-label01 + .acd-content {
    padding: 5px;
    background-color: #eeeeef;
    text-align: left;
    margin: 3px 0 15px;
}

#kinsen #main_sp #contents2 .uwaki_faq .acd-check:checked + .acd-label01 + .acd-content > div {
    font-size: 18px;
}

/*FAQここまで*/

@media screen and (max-width: 624px) {
    .text_area .title_image {
        top: -9vw;
    }
}



.text_contact {
    color: #00B0F0;
    margin-top: 10px;
    letter-spacing: 1px;
}

.strength_asunaro {
    width: 100%;
    margin: 10px auto -20px;
    max-width: 680px;
}

.uwaki_contact_tel ul li {
    border: none;
}

.uwaki_contact_tel > div {
    text-decoration: underline;
}

/*PC*/

.kinsen_bg {
    background-image: url(../img/kinsen/kinsen_bg04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #9D9D9A;
}

.kinsen_bg2 {
    background-image: url(../img/kinsen/kinsen_bg05_pc.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #9D9D9A;
}

@media screen and (max-width: 768px) {
    .kinsen_bg2 {
        background-image: url(../img/kinsen/kinsen_bg05_sp.jpg);
    }
}


.yellow_marker4 {
    background: linear-gradient(transparent 0, #FFF000 0);
    padding: 0 1px;
    display: inline;
}

.link_list {
    margin: 20px auto;
    width: 100%;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .link_list {
        max-width: 300px;
    }
}

.link_list > li .tel {
    background-color: #F99F33;
}

.accbox > .ex1 > label {
    padding: 10px 0;
}

.jirei_text {
    font-size: 30px;
    letter-spacing: -0.01em;
    line-height: 1.6em;
}

@media screen and (max-width: 1200px) {
    .jirei_text {
        font-size: 2.5vw;
    }
}
