@charset "utf-8";
/* CSS Document */

.lang-switch a i{
    color: #818E4D;
    margin-left: 5px;
}
.index{
    font-size: 1.5rem;
    border-bottom: 4px solid #818E4D;
    width: max-content;
    padding: 0 15px 0px;
    line-height: 1.6;
    margin-top: 30px;
}
.t-section{
    padding-top: 65px;
    margin-top: -15px;
}
.tatami-h2{
    font-size: 1.65rem;
    padding-left: 1rem;
    border-left: 15px solid #818E4D;
    margin-bottom: 20px;
}
h3{
    font-size: 1.35rem;
    margin: 40px 0 25px;
}
ul{
    /*margin-bottom: -50px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
ul li{
    margin-bottom: 10px;
}
ul li a{
    transition: .3s;
}
a:hover{
    color: #818E4D;
}
.t-pic{
    margin: 30px 0;
    text-align: center;
}
@media(min-width: 1200px){
    .t-pic{
        padding-right: 50px;
    }
}
.t-pic img{
    max-width: 100%;
    height: auto;
}
ol{
    margin: 30px 0;
    padding-left: 1rem;
}
ol li{
    margin-bottom: 15px;
}
ol li span{
    margin-top: 10px;
    display: inline-block;
}
ol li ul{
    margin-top: 15px;
}
li p{
    margin-top: 10px;
}
.t-table{
    overflow-x: auto;
}
.t-table table{
    min-width: 400px;
}
.t-table table th{
    padding: 20px;
    background-color: #818E4D;
    border: 1px solid #d3ddaa;
}
.t-table table td{
    padding: 20px;
    border: 1px solid #d3ddaa;
}
.fa-check-square{
    color: #818E4D;
    margin-right: 10px;
}