@charset "UTF-8";

.pc_only {
    display:block;
}

.spn_only {
    display:none;
}


#datacenter .contentBlock{
    margin-bottom: 60px;
}
#datacenter .boxEffect{
    align-items: center;
}
#datacenter .listText {
    margin-bottom: 0.5vw;
}
#datacenter .contentBlock p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
    /*padding-left: 15px;*/
}



#datacenter .listNormal{
    margin-left: 17px;
}
#datacenter .listNormal li{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 2;
    text-indent: -15px;
    padding-left: 15px;
}
#datacenter .listNormal li:first-child{
    padding-top: 0;
}
#datacenter .listNormal li:last-child{
    border-bottom: none;
}
#datacenter .listNormal li:before{
    content: '・';
}

#datacenter .listNumNormal{
    margin-left: 17px;
}
#datacenter .listNumNormal li{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 2;
    text-indent: -15px;
    padding-left: 15px;
}
#datacenter .listNumNormal li:first-child{
    padding-top: 0;
}
#datacenter .listNumNormal li:last-child{
    border-bottom: none;
}
#datacenter h4{
	margin-bottom: 10px;
	/*padding-left: 15px;*/
}
#datacenter .margin10{
	margin-bottom: 10px;
}

#datacenter .hText{
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 1.8;
    text-align: center;
}

#datacenter .listSquare li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/effect/listSquare.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}
#datacenter .listSquare li {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    line-height: 2;
    text-indent: -7px;
    padding-left: 7px;
    /*border-bottom: solid 1px #000;*/
}
#datacenter .listTable li {
    font-size: 18px;
    margin-bottom: 15px;
}
#datacenter .listTable li:before {
    content: '■';
    color: #d91824;
    margin-right: 20px;
    font-size: 4px;
    display: inline-block;
    padding-bottom: 5px;
}
#datacenter .freeText .boxEffect{
    margin-bottom: 30px;
}

#datacenter .contentBlock .centerP{
    text-align: center;
    margin-bottom: 50px;
}
#datacenter .hText2{
    display: inline;
}
#datacenter .markerYellow {
    background: linear-gradient(transparent 60%, rgb(255,252,178) 60%);
}

#datacenter .navLinkArea .linkArea{
    width: 100%;
}
#datacenter .navLinkArea{
    width: 45%;
}

#datacenter .wp-block-file li{
    list-style: none;
}
#datacenter .wp-block-file li a{
    font-size: 18px;
    text-decoration: underline;
    color: red;
    padding-left: 75px;
}
#datacenter .wp-block-file li a:after{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/common/pdfIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
#datacenter .wp-block-url li a{
    font-size: 15px;
    text-decoration: underline;
    color: #d91824;
}