@charset "UTF-8";

section#face .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    width:90%;
    margin:  0 auto 0;
    padding: 3% 0;
}
section#face .inner .left{
    margin: 0 0 5%;
    padding: 0 5% 0 0;
    width: 60%;
}
section#face .inner .left h2{
    font-size: var(--font28-40);
    font-weight: 500;
    margin: 0 auto 1% 0;
    padding: 0 0 1% 0;
    width: 100%;
    position: relative;
}
section#face .inner .left h2:after{
    content:"";
    background: var(--color02);
    width:100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
section#face .inner .left p{
    font-size: var(--font16-18);
    line-height: 2.4em;
    margin: 0 auto 1% 0;
    padding: 0 0 1% 0;
    width: 70%;
}
section#face .inner .photo{
    width: 40%;
}
section#face .inner .photo .slider{
    margin: 0 auto 5%;
}
section#face .inner .photo .slider .swiper-slide {
    max-height: 360px;
    overflow: hidden;
}
section#face .inner .photo .slider-thumbnail{
    margin: 0 auto 3%;
}
section#face .inner .photo .slider-thumbnail .swiper-slide {
    border: 1px solid var(--colorW);
    box-sizing: border-box;
    max-height: 120px;
    overflow: hidden;
}
section#face .inner .photo .slider .swiper-slide img,
section#face .inner .photo .slider-thumbnail .swiper-slide img{
    aspect-ratio: 4 / 3;
    height: 100%;
}
section#summary{
    margin: 0 auto 5%;
    max-width: 1400px;
    width: 95%;
    position: relative;
}
section#summary .inner{
    border: 2px solid var(--colorW);
    align-items: center;
    margin: 0 auto 3%;
    padding: 3% 3% 0;
    max-width: 1400px;
    width: 95%;
    position: relative;
}
section#summary .inner h2{
    background: var(--color01);
    font-size: var(--font26-30);
    font-weight:600;
    margin: 0 auto 2%;
    padding: 5px 40px;
    width: fit-content;
    position: absolute;
    top:-20px;
    left:2%;
}
section#summary .inner div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--font18-20);
    padding: 0 0 0%;
    margin: 0 0 3%;
    width: 100%;
}
section#summary .inner div:not(:last-child){
    border-bottom: 2px solid var(--colorW);
    padding: 0 0 2%;
}
section#summary .inner div span {
    background: var(--color02);
    border-radius: 100px;
    color: var(--color01);
    font-size: var(--font20-24);
    font-weight: 600;
    margin: 0 2% 0 0;
    padding: 10px 8px;
}
section#summary .inner div p{
    line-height: 1.6em;
    width: 80%;
    padding: 0 0 0 2%;
}
section#summary .inner div p b{
    display: block;
    font-size: 1.1em;
    margin: 0 0 1%;
}
section#detail{
    margin: 0 auto 5%;
    max-width: 1400px;
    width: 90%;
    position: relative;
}
section#detail .detail_top{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 5%;
}
section#detail .detail_top h2{
    border: 2px solid var(--colorW);
    border-left: 20px solid var(--colorW);
    font-size: var(--font22-26);
    margin: 0 auto 3%;
    padding: 1.2% 3%;
    width: 100%;
}
section#detail .detail_top .full{
    padding: 0 5% 0;
    width: 100%;
}
section#detail .detail_top .left{
    padding: 0 5% 0;
    width: 65%;
}
section#detail .detail_top .left p,
section#detail .detail_top .full p{
    font-size: var(--font18-20);
    line-height: 2.1em;
}
section#detail .detail_top .right{
    border: 2px solid var(--colorW);
    padding: 2%;
    width: 35%;
}
section#detail .detail_caption{
    margin: 0 auto 5%;
}
section#detail .detail_caption h2{
    border-bottom: 2px solid var(--color02);
    border-left: 20px solid var(--color02);
    font-size: var(--font22-26);
    margin: 0 auto 2%;
    padding: 1.2% 3%;
    width: 100%;
}
section#detail .detail_caption ul{
    margin: 0 auto;
    padding: 0;
    width: 95%;
}
section#detail .detail_caption p{
    font-size: var(--font18-20);
    line-height: 2.1em;
    margin: 0 auto;
    padding: 1.2% 3% 1.2% 4%;
    width: 95%;
}
section#detail .detail_caption ul li{
    border-bottom: 3px dashed var(--color02);
    font-size: var(--font18-20);
    line-height: 2.1em;
    padding: 1.2% 3% 1.2% 4%;
    width: 100%;
    text-indent: -20px;
}
section#detail .detail_spec h2{
    font-size: var(--font22-26);
    margin: 0 auto 0.5%;
    padding: 1.2% 5%;
    width: 100%;
}
section#detail .detail_spec dl{
    border: 2px solid var(--colorW);
    border-left: 20px solid var(--colorW);
    font-size: var(--font18-20);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 95%;
}
section#detail .detail_spec dl dt{
    border-right: 2px solid var(--colorW);
    border-bottom: 2px solid var(--colorW);
    padding: 2% 3%;
    width: 25%;
}
section#detail .detail_spec dl dd{
    border-bottom: 2px solid var(--colorW);
    padding: 2% 3%;
    width: 75%;
}

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

@media print, screen and (max-width:768px){
section{
    overflow: hidden;
}
section#face{
    padding: 15vw 3vw 5%;
}
section#face .inner{
    padding: 5% 0 0;
}
section#face .inner .left{
    margin: 0 auto 5%;
    width: 92%;
}
section#face .inner .photo{
    margin: 0 auto;
    width: 92%;
}
section#face .inner .left h2{
    margin: 0 auto 3% 0;
    padding: 0 0 3% 0;
}
section#face .inner .left p{
    width: 100%;
}
section#summary{
    width: 90%;
    margin: 6% auto 5%;
    padding: 6% 0;
}
section#summary .inner{
    padding: 8% 4% 0;
}
section#summary .inner div{
    align-items: start;
    padding: 0 0 6%;
    margin: 0 0 3%;
}
section#summary .inner div:not(:last-child){
    margin: 0 0 6%;
}
section#detail .detail_top{
    margin: 0 auto 10%;
}
section#detail .detail_top .left{
    margin: 0 auto 3%;
    width: 100%;
}
section#detail .detail_top .right{
    margin: 0 auto;
    width: 90%;
}
section#detail .detail_caption{
    margin: 0 auto 10%;
}
section#detail .detail_spec{
    margin: 0 auto 10%;
}
section#detail .detail_spec dl{
    border-left: 10px solid var(--colorW);
}
section#detail .detail_spec dl dt,
section#detail .detail_spec dl dd{
    padding: 4% 3%;
}
}
