@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#formlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3%;
    padding: 0;
    max-width: 1200px;
    width: 95%;
}
section#formlist p.information,
section#formlist p.caption{
    font-size: var(--font16-18);
    text-align: center;
    margin: 0 auto 3%;
    width: 100%;
}
section#formlist .contents_inner{
    font-size: var(--font16-18);
    text-align: center;
    margin: 0 auto 3%;
    width: 100%;
}
section#formlist form{
    background: var(--colorW);
    color: var(--color01);
    margin: 0 auto 3%;
    padding: 5% 0;
    width: 100%;
}
section#formlist .error_box,
section#formlist .thanks,
section#formlist .error{
    border: 1px solid var(--colorW);
    color: var(--colorW);
    margin: 0 auto 3%;
    padding: 5% 0;
    width: 100%;
}
section#formlist .thanks{
    padding: 5% 5%;
}
section#formlist .thanks h3,
section#formlist .thanks h4{
    font-size: var(--font18-20);
    text-align: center;
    margin: 0 auto 3%;
}
section#formlist .thanks p,
section#formlist .thanks address{
    font-size: var(--font16-18);
    margin: 0 auto 3%;
    max-width: 640px;
    width: 90%;
}
section#formlist .thanks address{
    font-style: normal;
    text-align: center;
}
section#formlist dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
}
section#formlist dl dt{
    border-right: 1px solid var(--color01);
    border-bottom: 1px solid var(--color01);
    padding: 2% 5% 2% 2%;
    width: 30%;
    position: relative;
}
section#formlist dl dd{
    border-bottom: 1px solid var(--color01);
    line-height: 1.8em;
    padding: 2% 3%;
    width: 70%;
}
section#formlist dl dt.end,
section#formlist dl dd.end{
    border-bottom:none;
}
section#formlist .error_box  dl dt,
section#formlist .error_box  dl dd{
    border:none;
    padding: 1% 2%;
}

section#formlist .policy .top{
    font-size: var(--font18-20);
    text-align: center;
    margin: 2% auto;
}
section#formlist .policy details{
    background: var(--colorL);
    margin: 0 auto;
    width: 90%;
}
section#formlist .policy details summary{
    background: var(--color04);
    font-size: var(--font18-20);
    text-align: center;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    position: relative;
    padding: 1.2rem 0;
}
section#formlist .policy details summary:after{
    content: "+";
    font-size: var(--font24-28);
    width:20px;
    height: 20px;
    position: absolute;
    top:41%;
    right:1rem;
    transform:translate(0,-50%);
}
section#formlist .policy details[open] summary:after {
    content: "−";
}
section#formlist .policy details .detail_inner{
    padding: 3rem 3rem;
    transition: all ease 0.8s;
    overflow: hidden;
}
section#formlist .policy details .detail_inner p,
section#formlist .policy details .detail_inner dl dd{
    line-height: 1.8em;
    margin: 0 auto 1.8rem;
}
section#formlist .policy details .detail_inner dl dd ol li{
    padding: 0 0 0 20px;
    text-indent: -20px;
}

@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#formlist p.information,
section#formlist p.caption{
    line-height: 1.6em;
    text-align: left;
    margin: 3% auto 8%;
}
section#formlist form,
section#formlist .error_box,
section#formlist .thanks{
    padding: 5% 3%;
}
section#formlist .error{
    width: 90%;
    padding: 5%;
}
section#formlist dl{
    width: 95%;
}
section#formlist dl dt{
    border:none;
    padding: 0;
    width: 100%;
}
section#formlist dl dd{
    border:none;
    padding: 0;
    width: 100%;
}
section#formlist .policy{
    margin: 3% auto 8%;
}
section#formlist .policy .top{
    line-height: 1.6em;
    text-align: left;
    margin: 3% auto;
}
section#formlist dl.error_messe dt{
    width: 40%;
}
section#formlist dl.error_messe dd{
    width: 60%;
}
}
