#contentsWrap #mvSection {
    min-width: 1100px;
    background: url(../images/5g/banner.jpg) no-repeat center center / cover;
}

a {
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s ease-out, border 0.3s ease-out;
}

#contentsWrap #mvSection #mvArea {
    width: 1100px;
    margin: 0 auto;
    padding: 90px 0;
    font-weight: bold;
    color: #ffffff;
}

#contentsWrap #mvSection #mvArea h1 {
    font-size: 328%;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 5px;
}

#contentsWrap #mvSection #mvArea p {
    font-size: 131%;
    margin-top: 30px;
    line-height: 2;
    font-weight: normal;
}

#contentsWrap #contents01Section {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 100px;
}

#contentsWrap #contents01Section #introLinkArea ul, #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#contentsWrap #contents01Section #introLinkArea ul li, #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul li {
    margin: 1% 0 0 1%;
    width: 24.25%;
    display: flex;
    justify-content: center;
}

#contentsWrap #contents01Section #introLinkArea ul li:nth-child(4n+1), #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul li:nth-child(4n+1) {
    margin-left: 0;
}

#contentsWrap #contents01Section #introLinkArea ul li:nth-child(-n+4), #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul li:nth-child(-n+4) {
    margin-top: 0;
}

#contentsWrap #contents01Section #contentsLinkArea {
    margin-top: 60px;
}

#contentsWrap #contents01Section #introLinkArea ul li a, #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul li a {
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0.5vw 2vw;
    background: url(../images/5g/common_icon_pdf_w.png) no-repeat right 0.8vw center;
    font-weight: bold;
}

#contentsWrap #contents01Section #introLinkArea ul li a:hover, #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul li a:hover {
    border: 1px solid #000000;
    opacity: 1;
}

#contentsWrap #contents01Section #contentsLinkArea ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#contentsWrap #contents01Section #contentsLinkArea ul li {
    margin: 4% 0 0 4%;
    width: 30.6%;
    list-style: none;
}

#contentsWrap #contents01Section #contentsLinkArea ul li:nth-child(3n+1) {
    margin-left: 0;
}

#contentsWrap #contents01Section #contentsLinkArea ul li:nth-child(-n+3) {
    margin-top: 0;
}

#contentsWrap #contents01Section #contentsLinkArea ul li a p:nth-child(1) span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    font-size: 124%;
    text-align: center;
    background: #002f80 url(../images/5g/common_icon_pdf_w.png) no-repeat right 1vw center;
}

#contentsWrap #contents01Section #contentsLinkArea ul li a p:nth-child(2) img {
    width: 100%;
    margin-bottom: 15px;
}

#contentsWrap #contents01Section #contentsLinkArea ul li > p, #contentsWrap #contents01Section #contentsLinkArea ul li > ol {
    margin-top: 10px;
    font-size: 108%;
    line-height: 1.8;
}

#contentsWrap #contents01Section #contentsLinkArea ul li p{
    margin: 0;
}

#contentsWrap #contents02Section {
    background: linear-gradient(to right, #096fda, #002f80);
    padding: 120px 0 150px;
    margin-bottom: 50px;
}

#contentsWrap #contents02Section #contentsTxtArea {
    width: 1040px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px;
}

#contentsWrap #contents02Section #contentsTxtArea p {
    margin-top: 30px;
    font-size: 115%;
    color: #333333;
    line-height: 1.5;
}

#contentsWrap #contents02Section #contentsTxtArea p:first-child {
    margin-top: 0;
}


@media screen and (max-width: 1024px) {
    #contentsWrap #mvSection #mvArea,
    #contentsWrap #mvSection,
    #contentsWrap #contents01Section,
    #contentsWrap #contents02Section #contentsTxtArea{
        width: 100%;
        min-width: 100%;
        padding: 50px 25px;
    }

    #contentsWrap #contents02Section{
        padding: 120px 30px 150px;
    }
    
    #contentsWrap #contents01Section #contentsLinkArea > ul > li a p:nth-child(1) span{
        font-size: 100%;
    }
}

@media screen and (max-width: 736px) {
    #contentsWrap #mvSection #mvArea h1{
        font-size: 120%;
    }
    #contentsWrap #mvSection #mvArea p{
        font-size: 100%;
    }
    #contentsWrap #contents01Section #introLinkArea ul li, #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    #contentsWrap #contents01Section #introLinkArea ul li a, #contentsWrap #contents01Section #contentsLinkArea #contentsLinkInner ul li a{
        padding: 0.5vw 4vw;
        background: url(../images/5g/common_icon_pdf_w.png) no-repeat right 3vw center;
    }
    #contentsWrap #contents01Section #contentsLinkArea > ul > li{
        width: 100%;
        margin: 15 0 15px 0;
    }
    #contentsWrap #contents01Section #contentsLinkArea > ul > li a p:nth-child(1) span{
        background: #002f80 url(../images/5g/common_icon_pdf_w.png) no-repeat right 3vw center;
    }
}