@charset "utf-8";

main {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 50px;
    letter-spacing: 2px; 
}
section {
    margin: 60px 0;
}
.section__title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.h3__icon {
    width: 4%;
    margin-right: 20px;
}
h3 {
    font-size: 1.6rem;
    color: #9d5b8b;
}
table {
    width: 100%;
    padding-top: 30px;
    font-size: 1.1rem;
}
table tr {
//    line-height: 2;
    border-bottom: 1px solid rgb(151,88,133,0.4);
}
.bordernone {
    border-bottom: none;
}
table th,table td {
    padding: 20px;
}
table th {
    width: 20%;
    background: rgb(151,88,133,0.4);
}
table td {
background: rgb(151,88,133,0.2);
}
table span {
    text-align: right;
}

.cancel {
//    width: 80%;
}
.section__content {
    padding: 20px;
    font-size: 1.1rem;
    line-height: 2;
    background: rgb(151,88,133,0.2);
}
.indent {
    padding-left:1em;
	text-indent:-1em;
}



@media screen and (max-width: 1028px){
    h3 {
        font-size: 1.4rem;
    }
    table {
        font-size: 0.9rem;
    }
    .section__content {
        font-size: 0.9rem;
    }
    table th,table td {
        padding: 10px;
        line-height: 2;
}
}

@media screen and (max-width: 770px){
    main {
        padding-bottom: 30px;
    }
    .h3__icon {
        width: 4%;
        margin-right: 10px;
    }
    h3 {
        font-size: 1.1rem;
    }
    section {
        margin: 30px 0;
    }
    .section__title {
        margin-bottom: 10px;
    //    background: rebeccapurple;
    }
    .section__content {
        font-size: 0.8rem;
    }
    table {
        width: 100%;
        font-size: 0.8rem;
    }
    table th,table td {
        padding: 10px;
        line-height: 2;
    }

}

@media screen and (max-width: 650px){
    h3 {
        font-size: 0.7rem;
    }
    .h3__icon {
        margin-right: 5px;
    }
    .section__title {
        align-items: flex-end;
    }
    .section__content {
        font-size: 0.7rem;
    }
    table tr {
        display: flex;
        flex-direction: column;
        font-size: 0.7rem;
        border-bottom: none;
    }
    table th {
        margin-top:5px;
        width: 100%;
        padding: 5px 0  ;
    }
    .inout {
        line-height: 1;
    }
    .responsive__off {
        display: none;
    }
}