@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  導入

---------------------------------*/
.indroduction_wrapper{
    margin-bottom: 80px;
}
.indroduction_inner{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.indroduction_inner h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 500;
}
.indroduction_inner h3 span {
    color: #1dc765;
}


/*---------------------------------

  MyエージェントTalkについて

---------------------------------*/
.explain_wrapper{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.explain_box{
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background-color: #fdf9ee;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.explain_box span{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color: #1dc765;
    display: block;
    width: 150px;
    border-radius: 4px;
    margin: 0 auto;
    padding: 2px 0;
    margin-bottom: 20px;
}
.explain_box h4{
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 12px;
}
.explain_box p{
    font-size: 15px;
    line-height: 1.5em;
    padding-bottom: 8px;
}
.explain_box p:last-of-type{
    padding-bottom: 0;
}
.explain_box p.note{
    font-size: 12px;
}
.smartphone_image{
    width: 25%;
    margin: 0 5%;
}
@media print, screen and (max-width: 1300px) {
    .smartphone_image{
        width: 20%;
        margin: 0 4%;
    }
    .explain_box{
        width: 320px;
        height: 320px;
    }
    .explain_box span{
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0;
        width: 120px;
    }
    .explain_box h4{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .explain_box p {
        font-size: 14px;
        line-height: 1.4em;
        padding-bottom: 5px;
    }

}


/*---------------------------------

  ご利用にあたって

---------------------------------*/
.guide_wrapper{
    background-color: #f8f8f8;
    padding: 45px 0;
    margin-bottom: 100px;
}
.guide_inner{
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
}
.guide_inner h3{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}
.guide_inner dl{
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.6em;
}
.guide_inner dl dt{
    padding-left: 30px;
    position: relative;
}
.guide_inner dl dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../img/customer-policy/check.png) center / 20px auto no-repeat;
    transition: .35s;
}
.guide_inner dl dd{
    padding-left: 30px;
}
.guide_inner dl:last-of-type dt span{
    font-weight: 500;
    border-bottom: solid 2px #1dc765;
    font-size: 16px;
    line-height: 1.8em;
}
.guide_inner dl dd table{
    width: 100%;
    margin-top: 10px;
}
.guide_inner dl dd table tr th{
    background-color: #3ccb9c;
    border-bottom: solid 1px #f8f8f8;
    border-right: solid 8px #f8f8f8;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    text-align: left;
}
.guide_inner dl dd table tr td{
    background-color: #fff;
    padding: 10px;
    border-right: solid 8px #f8f8f8;
}
.guide_inner dl dd table tr th:last-of-type, .guide_inner dl dd table tr td:last-of-type{
    border-right: none;
}


@media print, screen and (max-width: 1000px) {
    /*.indroduction_wrapper{
        margin-bottom: 40px;
    }
    .explain_wrapper{
        display: block;
        margin-bottom: 40px;
    }
    .explain_box{
        margin: 0 auto;
    }
    .explain_box:first-of-type{
        margin-bottom: 25px;
    }
    .smartphone_image{
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
    }*/
    .explain_box{
        width: 270px;
        height: 270px;
    }
    .smartphone_image{
        margin: 0 2%;
    }
    .explain_wrapper{
        width: 95%;
    }
    .explain_box h4 {
        font-size: 16px;
        line-height: 1.4em;
        padding-bottom: 5px;
    }
    .explain_box span{
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 5px;
    }
}


@media print, screen and (max-width: 750px) {
    .indroduction_inner {
        width: 100%;
        max-width: 600px;
        padding: 0 20px;
    }
    .indroduction_inner h3 {
        margin-bottom: 15px;
        font-size: 18px;
        text-align: left;
    }
    .indroduction_inner h3 br{
        display: none;
    }
    .indroduction_wrapper {
        margin-bottom: 40px;
    }
    .explain_wrapper {
        width: 100%;
        max-width: 600px;
        padding: 0 20px;
        display: block;
        margin-bottom: 40px;
    }
    .explain_box{
        margin: 0 auto;
        width: 310px;
        height: 310px;
    }
    .explain_box:first-of-type{
        margin-bottom: 25px;
    }
    .explain_box:last-of-type h4 br{
        display: none;
    }
    .smartphone_image{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .guide_wrapper {
        padding: 40px 0;
        margin-bottom: 60px;
    }
    .guide_inner {
        width: 100%;
        max-width: 600px;
        padding: 0 20px;
    }
    .guide_inner h3 {
        padding-bottom: 15px;
    }
    .guide_inner dl dt {
        padding-left: 26px;
    }
    .guide_inner dl dd {
        padding-left: 26px;
    }
    .guide_inner dl:last-of-type dt span{
        font-size: 15px;
        line-height: 1.6em;
    }
    .guide_inner dl:last-of-type dt span br{
        display: none;
    }
    .guide_inner dl {
        padding-bottom: 15px;
    }
    .guide_inner dl:last-of-type{
        padding-bottom: 0;
    }
    .guide_inner dl dd table caption{
        display: block;
        font-weight: 600;
        color: #3ccb9c;
        padding-bottom: 5px;
        text-align: left;
    }
    .guide_inner dl dd table {
        margin-top: 0px;
    }
    .guide_inner dl dd table tbody{
        display: table;
        width: 100%;
    }
    .guide_inner dl dd table tr th{
        display: block;
        width: 100%;
    }
    .guide_inner dl dd table tr td{
        display: block;
        width: 100%;
    }


}


@media print, screen and (max-width: 370px) {
    .explain_box span {
        font-size: 14px;
        width: 90px;
        line-height: 1.5em;
    }
    .explain_box{
        width: 280px;
        height: 280px;
    }
    .explain_box h4 {
        font-size: 16px;
        line-height: 1.2em;
    }
    .explain_box h4 br{
        display: none;
    }

}
