@charset "UTF-8";

section#face .inner{
    background: url(/images/inquiry/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    margin:  0 auto 5%;
    padding: 6% 0;
}

section#face .inner h2{
    font-size: var(--font24-28);
    font-weight: 500;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 0 1%;
    width: 100%;
    position: relative;
}
section#face .inner h2:after{
    content:"";
    background: var(--color02);
    width:100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
section#face .inner h3 b{
    color: var(--color02);
    font-family: var(--fontN);
    font-size: var(--font26-30);
    padding: 0 1% 0 0;
}
section#face .inner h3{
    font-family: var(--fontJ);
    font-size: var(--font40-50);
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 0 auto 1%;
    padding: 0 0;
    width: 100%;
}
section#face .inner p{
    line-height: 2.4em;
    margin: 0 auto 1% 0;
    padding: 0 0 1% 6.2%;
    min-width: 520px;
    width: 30%;
}

section#list{
    background: var(--colorW);
    color: var(--color01);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3%;
    padding: 5%;
    max-width: 1200px;
    width: 95%;
}
section#list .copyright_text{
    width: 100%;
}
section#list dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 2%;;
}
section#list dl dt{
    border-right: 1px solid var(--color01);
    border-bottom: 1px solid var(--color01);
    padding: 2% 3%;
    width: 22%;
}
section#list.detail dl dt{
    border-right: none;
    width: 100%;
}
section#list dl dd{
    border-bottom: 1px solid var(--color01);
    line-height: 1.8em;
    padding: 2% 3%;
    width: 78%;
}
section#list.detail dl dd{
    border-bottom: none;
    width: 100%;
}
section#list dl .title .newMark{
    background: var(--color02);
    color: var(--colorW);
    font-size: var(--font10-13);
    text-align: center;
    padding: 0 3px;
    display: inline-block;
}
section#list dl dt.title .newMark{
    padding: 3px 3px;
}
section#list dl dt.title{
    position: relative;
}
section#list dl dt.title .date{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
section#list dl dt.end,
section#list dl dd.end{
    border-bottom:none;
}
section#list .backORcloseBtn a{
    background: var(--colorL);
    color: #666;
    font-size: var(--font14-16);
    text-align: center;
    padding: 5px 10px;
}

@media print, screen and (min-width:769px){
}

@media print, screen and (max-width:768px){
section{
    overflow: hidden;
}
section#face{
    padding: 15vw 3vw 0;
}
section#face .inner h2{
    margin: 0 auto 3%;
    padding: 0 0 3% 0;
}
section#face .inner h3{
    margin: 0 auto 5% 0;
}
section#list{
    min-height: 360px;
}
section#list dl dt{
    border:0;
    width: 100%;
}
section#list dl dd{
    width: 100%;
}
section#list dl dt.title .date{
    position: relative;
    top: unset;
    right:unset;
    transform: unset;
    padding: 5% 0 0;
}
}
