@charset 'UTF-8';

.txtInd{text-indent:-2em; padding-left: 2em;}
.pl2em{padding-left: 2em;}

.kouritsu_pc_pdf{ overflow: hidden;_zoom:1; text-align: center; margin-bottom: 30px; width: 420px; margin-left: auto;margin-right: auto;}
.kouritsu_pc_pdf li{ width: 200px;float: left; text-align: center;}
.kouritsu_pc_pdf li:last-child{float: right;}


@media only screen and (max-width: 767px){

.kouritsu_pc_pdf{width: 100%;margin-left: auto;margin-right: auto;}
.kouritsu_pc_pdf li{ float: none;margin-left: auto;margin-right: auto;}
.kouritsu_pc_pdf li:last-child{float: none;margin-left: auto;margin-right: auto;}
.kouritsu_pc_pdf li:first-child{ margin-bottom: 10px;}
}

.icon img {
    max-width: 32px;
}

.application_xlsxbtn {
    background: #e85548;
    color: #fff !important;
    border: 2px solid #e85548;
    margin-bottom: 30px;
    padding: 0 30px;
    border-radius: 85px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:color 0.2s ease;
    transition: background-color 0.2s ease;
    @media screen and (max-width: 767px){
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
    }
}

.application_xlsxbtn::after{
    display:inline-block; width:25px; height:25px; background:url(../img/dl_icon_excel.png) no-repeat; background-color:#fff; position:relative; background-size:contain; content:""; top:3px; left:6px;
}

.application_xlsxbtn:hover {
    background: #fff;
    color: #e85548 !important;
}

.application_pdfbtn {
    background: #e85548;
    color: #fff !important;
    border: 2px solid #e85548;
    margin-bottom: 30px;
    padding: 0 30px;
    border-radius: 85px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:color 0.2s ease;
    transition: background-color 0.2s ease;
    @media screen and (max-width: 767px){
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
    }
}

.application_pdfbtn::after{
    display:inline-block; width:25px; height:25px; background:url(/img/sub_Lcontent_news_bg01.png) no-repeat; background-color:#fff; position:relative; background-size:contain; content:""; top:3px; left:6px;
}

.application_pdfbtn:hover {
    background: #fff;
    color: #e85548 !important;
}
