@charset "UTF-8";
/* CSS Document */
.common_sub_contents .column {
    background-color: #ffffff;
}
.common_head {
    padding: 6rem 0 15rem 0;
}
.common_head .title_head h2 {
    font-size: clamp(22px,4.5rem,48px);
}
.wrapper{
    margin-bottom: 16rem;
    font-size: 15px;
}
.wrapper .inner{
    width: min(80%,1200px);
    margin: 0 auto;
}
.wrapper .inner .intro{
    padding-bottom: 5rem;
}
.wrapper .inner dl{
    margin-bottom: 3.8rem;
}
.wrapper .inner dt{
    padding-bottom: 1rem;
    font-size: 16px;
    font-weight: 600;
}
.wrapper .inner dd{
    
}
.wrapper .inner dd ul li{
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.wrapper .inner dd ul li:last-of-type{
    margin-bottom: 0;
}
.wrapper .inner dd ul li.circle{
    padding-left: 20px;
    position: relative;
}
.wrapper .inner dd ul li.circle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5.5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #01d765;
}
.wrapper .inner dd ul li.sub_circle{
    padding-left: 20px;
    position: relative;
}
.wrapper .inner dd ul li.sub_circle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5.5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #01d765;
    box-sizing: border-box;
}
.space_bottom{
    padding-bottom: 1.5rem;
}


@media print, screen and (max-width: 760px) {
    .wrapper{
        font-size: 3rem;
    }
    .wrapper .inner{
        width: 100%;
        padding: 0 5rem;
    }
    .wrapper .inner dl{
        margin-bottom: 5rem;
    }
    .wrapper .inner dt{
        font-size: 3.3rem;
    }
    .wrapper .inner dd ul li{
        margin-bottom: 1.5rem;
    }
    .wrapper .inner dd ul li.circle{
        padding-left: 18px;
    }
    .wrapper .inner dd ul li.circle::before{
        width: 10px;
        height: 10px;
    }
    .space_bottom{
        padding-bottom: 2rem;
    }
    .wrapper .inner dd ul li.sub_circle{
        padding-left: 18px;
    }
    .wrapper .inner dd ul li.sub_circle::before{
        width: 10px;
        height: 10px;
    }
        
}