.ttl{
    background: url(../image/performanceTxt02.png) no-repeat 20% 30%;
    background-size: 30%;
    padding: 5% 0 0;
}
.main{
    margin-bottom: 7%;
}
.main h1{
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 2%;
}

.main h2{
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 2%;
}
.main p{
    line-height: 2rem;
    font-size: 1.1rem;
}
.ttl h1{
    font-size: 3.0rem;
    width: 80%;
    margin: 0 auto 2%;
}
.breadcrumbs{
    padding-bottom: 3%;
    width: 80%;
    margin: auto;
}
.breadcrumbs span{
    padding: 0 1%;
}
.breadcrumbs span:first-child{
    padding: 0 0.5% 0 0;
}
.txt{
    padding: 3%;
}

.performanceAll{
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin:0 auto;
}
.performanceSec_01{
    width: 100%;
}
.performanceSec_02{
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
}
.performanceCont{
    background-color: #fff;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 30%);
    border-radius: 30px;
    width: 45%;
    height: auto;
    margin-top: 5%;
}
.performanceCont h2{
    font-size: 1.3rem;
    font-weight: bold;
    color: #e71a19;
    text-align: center;
    padding: 3% 0;
}
.performanceCont p{
    font-size: 1.0rem;
    padding-bottom: 10%;
    width: 80%;
    margin: auto;
}
/* タブレット */
@media screen and (max-width: 992px) {
    .ttl{
        padding-top: 160px;
        background: url(../image/performanceTxt02.png) no-repeat 100% 65%;
        background-size: 86%;
    }
    .performanceAll{
        display: block;
        margin: auto;
        width: 100%;
    }
    .performanceSec_02 {
        width: 90%;
    }
}
/* SP */
@media screen and (max-width: 480px) {
    .ttl{
        background: url(../image/performanceTxt02.png) no-repeat 100% 72%;
        background-size: 90%;
    }
    .performanceSec_02{
        width: 85%;
        margin: 10% auto;
    }
    .performanceSec_02 a{
        width: 100%;
        display: block;
        margin: 5% auto;
    }
}

 /* 納入実績詳細 */
 .ttl_s{
    text-align: center;
 }
 .ttl_s img{
    height: auto;
 }
 .performanceSec_01_single{
    width: 70%;
    max-width: 1200px;
    background-color: #fff;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 30%);
    margin: -5% auto;
    border-radius: 30px;
    padding: 3% 5%;
    position: relative;
    z-index: 1;
}
.performanceSec_01_single h1{
    font-size: 2.0rem;
    padding: 2% 0;
    line-height: 2.5rem;
}
.performanceSec_01_single li{
    display: inline;
}
.performanceSec_01_single li.areaTag span{
    display: inline-block;
    background-color: #e71a19;
    padding: 1%;
    color: #fff;
    margin-right: 1%;
}
.performanceSec_01_single li.openDate{
    padding-left: 2%;
}
.performanceSec_01_single li.keyTag a{
    border: 2px #bfbfbf solid;
    border-radius: 30px;
    padding: 1% 7%;
    color: #e71a19;
}
.performanceSec_02_single{
    width: 70%;
    max-width: 1200px;
}
.basicInformation{
    margin-top: 15%;
}
.basicInformationTtl{
    margin-bottom: 1%;
}
.basicInformationTxt{
    width: 100%;
    background: #f7f7f7;
}
.basicInformationTxt table{
    display: block;
    padding: 5% 5% 7% 5%;
}
.basicInformationTxt tr{
    border-bottom: 2px solid #bfbfbf;
    width: 100%;
}
.basicInformationTxt th{
    font-weight: bold;
    padding: 3%;
    width: 20%;
}
.basicInformationTxt td{
    width: 35%;
    padding: 3%;
}
.basicInformationTxt td a{
    color: #e71a19;
}
/* 記事本文 */
#content{
    width: 70%;
    margin: auto;
    max-width: 1200px;
}
#content section{
    padding-bottom: 5%;
}
#content h1{
    font-size: 1.375rem;
    color: #fff;
    background: #e71a19;
    margin: 3% auto;
    padding: 1.5% 1.2%;
    line-height: 2.75rem;
}
#content h2{
    font-size: 1.25rem;
    color: #e71a19;
    margin: 3% auto;
    padding: 1.5% 1.2%;
    border-bottom: 2px #e71a19 solid;
    line-height: 2.5rem;
}
#content h3{
    font-size: 1.5rem;
    padding: 1.5% 1.2%;
    font-weight: bold;
    line-height: 2.5rem;
}
#content img{
    width: 100%;
    height: auto;
}
#content h4{
    display: inline-block;
    padding: 0.8% 20%;
    background-color: #e71a19;
    color: #fff;
}
#content h5{
    display: inline-block;
    padding: 0.8% 20%;
    border: 2px solid #e71a19;
    color: #e71a19;
}
#content p{
    font-size: 1rem;
}
#content p{
    padding-bottom: 3%;
}
#content pre{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 95%;
    margin: auto;
}
#content tr{
    display: flex;
    height:  100%!important;
    margin: 3% 0;
}
#content td{
    line-height: 2.0rem;  
    height:  100%!important;
    margin: 0 auto;
}
#content td img{
    width: 95%;
    display: block;
    margin: auto;
    padding: 3%;
    background-color: #eeeeee;
}
#content td p{
    width: 95%;
    margin: auto;
    background-color: #eeeeee;
}
#content td a{
    padding: 2% 5%;
    border: 3px solid #e71a19;
    border-radius: 50px;
    background-color: #fff;
    color: #e71a19;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 95%;
}
#content pre img{
    width: 47%;
}
/* 目次 */
#ez-toc-container.ez-toc-white{
    width: 95%;
    margin: 5% auto;
    padding: 3%;
}
#ez-toc-container.ez-toc-white p{
    font-weight: bold;
}
.ez-toc-title-container {
    text-align: center;
}
ul.ez-toc-list{
    color: #e71a19;
}
#ez-toc-container ul li{
    margin: 2% 0;
}
#ez-toc-container ul a{
    font-size: 1rem;
    color: #e71a19;
    border-bottom: 1.5px solid #e71a19;
    font-weight: bold;
}
/* Other performance */
.performanceTtl_other{
    border-top: #eeeeee 3px solid;
    padding-top: 8%;
}
.performanceTtl_other h1{
    text-align: center;
    color: #e71a19;
}
.performanceSec_02_other{
    width: 82%;
    height: auto;
    margin: auto;
}
.slick-track{
    min-width: 360px;
    display: flex;
    justify-content: space-between;
}
.performanceCont_other {
    min-width: 360px;
    height: auto;
    margin: 0.5%;
    background-color: #fff;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 30%);
    border-radius: 30px;
}
.performanceCont_other h2{
    font-size: 1.3rem;
    font-weight: bold;
    color: #e71a19;
    text-align: center;
    padding: 3% 0;
}
.performanceCont_other p{
    font-size: 1.0rem;
    padding-bottom: 10%;
    width: 80%;
    margin: auto;
}
/* タブレット */
@media screen and (max-width: 992px) {
    .ttl_s{
        padding-top: 100px;
    }
    .performanceSec_01_single h1{
        font-size: 2.0rem;
        line-height: 2.5rem;
    }
}
/* SP */
@media screen and (max-width: 480px) {
    .performanceCont_other {
        min-width: min-content;
    }
    .performanceSec_01_single {
        width: 90%;
        padding: 7% 10%;
    }
    .performanceSec_01_single li.areaTag span {
        padding: 3%;
    }
	    .performanceSec_01_single li.keyTag a{
        display: inline-block;
        margin: 3% 0;
    }
    .performanceSec_01_single h1 {
        font-size: 1.5rem;
        padding: auto;
    }
    .performanceSec_02_single {
        width: 95%;
    }
    #content {
        width: 95%;
    }

    #content h1 {
        font-size: 1.3rem;
        line-height: 2.2rem;
        padding: 3% 2%;
    }
    #content h2 {
        font-size: 1.3rem;
        line-height: 1.8rem;
        margin: 10% auto 5%;
    }
    #content h3 {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    #content tr, #content td{
        display: inline-block;
        width: 100%!important;
        margin-bottom: 5%;
    }
    #content td h4, #content td h5{
        padding: 0;
        display: block;
        width: 20%;
        text-align: center;
    }
    #content td h4 span, #content td h5 span{
        text-align: center;
        display: block;
        padding: 5%;
    }
    .performanceTtl_other h1{
        font-size: 2.0rem;
        line-height: 2.5rem;
    }
    .slick-track{
        min-width: auto;
    }
    .performanceCont_other{
        min-width: min-content;
    }
}
