.contents-lead p{
    text-align: center;
}
.page #post_title{
    margin-bottom: 32px;
}
.company-infos{
    margin-top: 80px;
}
.company-info-button{
    display: block;
    text-decoration: underline;
    margin:0.5em 0;
}
.company-info-banner ,
.company-info-banner img{
    width: 90vw;
    max-width: 250px;
}
.company-info{
    border-top: 1px solid #515151;
    padding:30px 0;
}
.submit-list-item{
    border:10px solid #ededed;
    border-radius: 25px;
    margin-bottom: 50px;
    padding:30px;
}
.submit-item-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.finish-accepiting-application{
    color: red;
}
.showcase-thumbnail{
    margin-right:30px;
}
.info-controller{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.button-common-download::after{
    content:"";
    display: block;
    position: relative;
    background: url(https://www.kurashinotomo.jp/wp-content/themes/kuratomo2022/common/img/static-common/icon_download_01.svg) center center/100% 100% no-repeat;
    width:20px;
    height:40px;
    margin-left: auto;
}
.body-showcase{
    display: flex;
    margin-top:50px;
}
.info-title{
    font-size: 20px;
    margin-bottom: 10px;
}
.address-info{
    margin-bottom: 1em;
    width: 100%;
}
a.guideline-link{
    text-decoration: underline;
    color: #515151;
    word-break: break-all;
}
.company-infos{
    width: 80vw;
    max-width: 1000px;
    margin: 80px auto 40px;
    font-size:16px;
    line-height: 1.5;
}
.company-info{
    margin-bottom: 1em;
}
.company-info-link{
    text-decoration: underline;
}
.company-info-text{
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
}
.showcase-info .section-description-link.button-common-download{
    margin: 0;
}
.button-common-download.-gold-line.-center.-lg::after ,
.showcase-info .section-description-link.button-common-download::after{
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/kuratomo2022/tegami/guideline/img/icon_download_gold.svg);
    border: none;
}   
.section-detail.guideline-lead{
    font-size: 18px;
    text-align: center;
}
.button-common-goto.-gold{
    background-color: #B69E84;
}
@media(max-width:1000px) {
    .item-head{
        flex-direction: column;
    }
    .body-showcase{
        flex-direction: column;
    }
    .info-controller{
        row-gap: 15px;
    }
}
@media (min-width:1025px) {
    .company-info-label{
        width: 12em;
        display: flex;
        line-height: 2;
        font-size: 18px;
    }
    .company-info-text{
        width: calc(100% - 12em);
    }
    .company-info-text{
        line-height:2;
        font-size: 18px;
    }
    .company-info{
        display: flex;
    }
    .company-info-title{
        text-align: left;
        margin-bottom: 10px;
    }
    .company-leader-text{
        flex-direction: column;
        row-gap: 1em;
        margin-bottom: 1em;
    }
    .company-info-label3{
        letter-spacing: 0.5em;
    }
    .company-info-label2{
        letter-spacing: 2em;
    }
    .page #post_title{
        margin: 80px auto;
    }
    .contents-lead, .contents-lead p{
        line-height:2.5;
    }
    .showcase-info{
        width: calc(100% - 200px);
    }
}
@media  (max-width:1024px){
    .company-info{
        padding:10px 0;
    }
    .company-info-label{
        font-size: 28px;
    }
    .company-infos{
        margin-top: 40px;
    }
    .company-info-text{
        text-align:justify;
        flex-direction: column;
    }
    .submit-list-item{
        padding:0;
        margin-bottom: 25px;
    }
    .submit-item-head{
        padding:10px;
        flex-direction: column;
    }
    .head-title{
        font-size: 18px;
    }
    .submit-item-body{
        padding: 10px;
    }
    #post_title{
        text-align: center;
    }
    .company-infos{
        width: 90vw;
        margin:40px auto;
    }
    .button-common-download{
        max-width:350px;
        width:100%;
    }
    .section-common-display .section-detail{
        font-size: 16px;
    }
    .section-description-link{
        margin-top: 10px !important;
    }
}