@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"Requirements"

Cascading Style Sheet Setting File

Ver.20240111

------------------------------------------------------------------------------------------------------------------------

/** | Requirements | ***************************************************************************************** **/

.req-mai {
    padding:240px 0 120px;
}
.req-sec{
    padding:0 0 120px;
}
.req-con {
    border-bottom:1px solid #DDDDDD;
    display:flex;
    text-align:left;
    max-width:1000px;
    margin:auto;
    box-sizing:border-box;
    padding:0 20px;
}
.req-con:first-child {
    border-top:1px solid #DDDDDD;
}
.req-con dt {
    width:30%;
    font-size:16px;
    color:#F03;
    padding:50px 0;
}
.req-con dd {
    width:70%;
    font-size:16px;
    line-height:1.8;
    padding:50px 0;
}
.req-con dd span{
  display: block;
}
.req-con dd span + span{
  margin:10px 0 0;
}
@media (max-width:640px){
    .req-mai {
        padding:15% 0;
    }
    .req-sec{
        padding:0 0 20%;
    }
    .req-con {
        display:block;
        padding:5% 20px;
    }
    .req-con dt {
        width:auto;
        padding:0;
    }
    .req-con dd {
        width:auto;
        padding:5px 0 0;
    }
}
