body{
	font-family: 'Noto Sans JP', sans-serif;
    color: #555555;
	margin: 0;
	background-color: #fff;
}

h1{
    margin-block-start: 0;
    margin-block-end: 0;
}

h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    list-style-type: none;
}

main{
    margin: 0 auto;
    width: 96%;
    padding-top: 2em
}

#section-1 {
    padding: 0.5rem 15px;
    border: 1px solid;
    border-color: silver;
    border-radius: 5px;
}

.sec1-h2-title h2{
	text-align: center;
	padding-bottom: 1em;
    font-size: min(5vw, 24px);
}

.sec1-text{
	text-align: center;
    font-size: min(3.7vw, 19px)
}

#section-2{
    padding: 15px 0 0 0;
}

#section-2 h4{
    margin-bottom: 2.6%;
    font-size: 1rem;
    color: #0071BC;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 0;
}
#section-2 h4 span{
    background-color: #FFF;
    position: relative;
    z-index: 5;
    padding: 0 1rem;
}
#section-2 h4:after {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0071BC;
    position: absolute;
}


#release-tb{
    background-color: #ffffff;
    border: 1px silver solid;
    margin:0 auto;
    width: 100%;
    border-spacing: 0px;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 60px;
}

#release-tb > tbody > tr > td{
    position: relative;
}

.td-category{
    width: 17%;
}

.td-date-info{
    width: 15%;
}

.td-product_name-info{
    width: 18%;
}

.detail-link{
    width: 8%;
}

#release-tb > tbody > tr{
    height: 55px;
    cursor: pointer;
}

#release-tb > tbody > tr > th{
    font-weight: initial;
}

.gw-top{
    background-color :#0071BC;
}

.ms-top{
    background-color :#B93001;
}

ul{
    border-radius: 4px;
}

th{
    color: #fff;
}

td{
    border-top: 1px silver solid;
}

.service{
    width: 5%;
    position: relative;
}

.service > span{
    position: absolute;
    top: 0;
    left: 30%;
    line-height: 50px;
}

.summary{
    position: relative;
}

.summary > span{
    position: absolute;
    top: 0;
    left: 25%;
    line-height: 50px;
}

.ms-tr-bgcolor:hover {
    background-color: #FCF6F4;
}

.gw-tr-bgcolor:hover {
    background-color: #F5F9FC;
}



.date-info{
    margin-right: 5px;
    margin-top: 2px;
    text-align: center;
}

.product_name-info{
    margin-left: 35px;
    width: 18em;
    color: #555555;
}

.category-info{
    margin: 0 auto;
}

.category-info > img{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.category-info > span{
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 5px;
}

.summary-info a{
    display: inline-block;
    color: #555;
    text-decoration: none;
}

.detail-link{
    width: 100%;
    height: 100%;
    text-align: right;
    width :10%;
}

.detail-info a{
    text-decoration: none;
    color: #337ab7;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.detail-arrow{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.detail-arrow::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -8px;
}



.post-items{
    display: flex;
    font-size: 14px;
    margin-bottom: 8px;
}

.category-info a{
    pointer-events: none;
}

.release{
    color: #1bb9c9;
    font-size: 0.7rem;
    display: inline-block;
    margin-left: 8px;
    padding-top: 2px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 21px;
    background-color: #f6fcfd;
}

.release-future{
    font-size: 0.7rem;
    display: inline-block;
    margin-left: 8px;
    padding-top: 2px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 21px;
    color: #c88716;
    background-color: #fdfaf6;
}

.maintenance{
    color: #c91b58;
    font-size: 0.7rem;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 21px;
    background-color: #fdf6f8;
}

.past-info{
    display: block;
    padding: 10px 60px;
    background-color: white;
    border-radius: 100vh;
    border: 1px solid;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 30px;
}

#gw-past-info{
    color: #0192E1;
    border-color: #0192E1;
}

#ms-past-info{
    color: #DC3C00;
    border-color: #DC3C00;
}


#gw-cross{
    position: absolute;
    width: 4px;
    height: 16px;
    margin-left: 29px;
    background-color: #0192E1;
}
#gw-cross::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 16px;
    height: 4px;
    background-color: #0192E1;
}

#ms-cross{
    position: absolute;
    width: 4px;
    height: 16px;
    margin-left: 29px;
    background-color: #DC3C00;
}
#ms-cross::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 16px;
    height: 4px;
    background-color: #DC3C00;
} 


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

    #section-2 {
        padding: 5vw 0;
    }
    #section-1{
        padding: 4vw;
    }
    footer{
        font-size: 14px;
    }

}
