body {
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
body:lang(ja) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(en) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(fr) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(it) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(de) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(es) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(ko) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(zh-Hans) {
    font-family: 'PingFang SC','Lucida Grande','Hiragino Kaku Gothic ProN','SimSun',Meiryo,sans-serif;
}
body:lang(zh-Hant) {
    font-family: 'PingFang TC','Lucida Grande','Hiragino Kaku Gothic ProN','Microsoft JhengHei',Meiryo,sans-serif;
}
body:lang(es-419) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
a {
    color: #102028;
    text-decoration: none;
    margin: 0.2vw 1vw;
}
.content-wrapper{
    display: block;
    min-height: 90vh;
    padding-bottom: 1vw;    
    background: url("../image/bg_monbopattern_01.svg"), linear-gradient(-170deg, #148EB4, #181B3A, #148EB4);
    background-attachment:fixed;
}
.headerBase{
	position: relative;
    width: 100%;
    top: 1vw;
    background-color: #ffffff00;
}
.headerBase > .headerTitle{
    width: 88vw;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    height: 3.5vw;
    background-color: #85C0E2;
}
.headerBase > .headerTitle > .headerTitleEdge{
	height: 100%;
    width: 0.5vw;
    background-color: #181B3A;
}
.headerBase > .headerTitle > .headerTitleText{
    font-size: 1.5vw;
    font-weight: 700;
    text-align: center;
    line-height: 3.5vw;
    width: 87vw;
    color: #181B3A;
}
.headerTitleText:lang(ja){
    transform: rotate(0.03deg);
}

.notice-container-wrapper {
    margin: 0 auto;
    width: 90vw;
    padding-top: 3vw;
}
.notice-container {
    display: none;
    flex-wrap: wrap;
    flex-basis: auto;
    place-content: flex-start;
}
.notice-wrapper {
    width: 28vw;
    position: relative;
}
.title {
    position: absolute;
    top: -1vw;
    left: -0.5vw;
    width: 22vw;
    height: 1.8vw;
    line-height: 1.8vw;
    font-size: 1.2vw;
    word-wrap: normal;
    word-break: keep-all;
    text-align: center;
    font-weight: 700;
    color: white;
    border-radius: 0.5vw;
    background-color: #1AA3FF;
    box-shadow: 0 0 0.5vw gray;
    z-index: 2;
}
.title:lang(ja) {
    transform: rotate(0.03deg);
}
.importantTitle {
    border-left: 1vw solid #FFCC00;
}
.new-iconTitle {
    border-left: 1vw solid #CC5050;
}
.new-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.7vw;
    box-sizing: border-box;
    border-top: 1.85vw solid #D67170;
    border-right: 1.5vw solid transparent;
}
.new-icon::before {
    content: '';
    position: absolute;
    top: -1lh;
    left: -0.2vw;
    width: 2.2vw;
    box-sizing: border-box;
    border-top: 1.85vw solid #CC5050;
    border-right: 1.5vw solid transparent;
}
.new-icon::after {
    position: absolute;
    content: url("../image/icon_exmark_01.svg");
    width: 1vw;
    height: 1.8vw;
    top: -1.6vw;
    left: -0.2vw;
}
.important {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.7vw;
    box-sizing: border-box;
    border-top: 1.85vw solid #F8DF76;
    border-right: 1.5vw solid transparent;
}
.important::before {
    content: '';
    position: absolute;
    top: -1.0lh;
    left: -0.2vw;
    width: 2.2vw;
    box-sizing: border-box;
    border-top: 1.85vw solid #FFCC00;
    border-right: 1.5vw solid transparent;
}
.important::after {
    position: absolute;
    content: url("../image/icon_exmark_02.svg");
    width: 1vw;
    height: 1.8vw;
    top: -1.7vw;
    left: -0.5vw;
}

.content-box {
    background-color: rgb(255, 255, 255);
    margin: 0;
    width: 28vw;
    border-radius: 0.5vw;
    box-shadow: 0 0 0.5vw gray;
    z-index: 1;
}

.content-box:hover {
    cursor: pointer;
    outline: #FFCC00 solid 4px;
}
.content-box:focus {
    cursor: pointer;
    outline: #FFCC00 solid 4px;
}
.focus {
    cursor: pointer;
    outline: #FFCC00 solid 4px;
}
.content-preview {
    margin: 1.5vw;
    overflow: hidden;
    display: grid;
    align-content: center;
}
.content-preview > div {
    display: inline-block;
    white-space: unset;
    position: relative;
}
.title-label {
    width: 25vw;
    height: 3.8vw;
    margin: 1vw 0 0 0;
}
.title-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 1.2vw;
    overflow: hidden;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.title-content:lang(ja) {
    transform: translateY(-50%) rotate(0.03deg);
}
.content-box > .content-preview > img {
    width: 25vw;
    height: 14.0624vw;
    margin: 0 0 0.5vw 0;
}
.date-text{
    color: #a0a0a0;
    font-weight: 700;
    text-align: right;
    font-size: 1vw;
    margin: 0 0 0.3vw 0;
}

.more-button {
    margin: 3vw auto;
    width: 30vw;
    height: 5vw;
    line-height: 5vw;
    text-align: center;
    border: 0px none;
    border-radius: 2.5vw;
    background-color: #E6E6E6;
    color: #3c494e;
    font-weight: 700;
    font-size: 1.5vw;
    box-shadow: 0 0 0.5vw gray;
    cursor:pointer;
}
.more-button:lang(ja){
    transform: rotate(0.03deg);
}
.disableDisplay{
	display: none;
}
.t_pageselectContainer{
    margin: 3vw auto;
    position:relative;height:5.5vw;bottom:0;width:50vw;background-color:#f0f0f0;letter-spacing:-1em;white-space:nowrap;display:flex;flex-wrap:wrap;border-radius:0.5vw;
    box-shadow: 0 0 0.5vw gray;
}
.t_pageselectContainer .leftTab{
    position:relative;display:inline-block;width:3.8vw;height:3.8vw;margin:auto auto auto 5vw;background-color:#ffffff;border-radius:2vw;
    cursor:pointer;
}
.t_pageselectContainer .leftTab > img{
    width:3.8vw;height:3.8vw;
}
.t_pageselectContainer .rightTab{
    position:relative;display:inline-block;width:3.8vw;height:3.8vw;margin:auto 5vw auto auto;background-color:#ffffff;border-radius:2vw;
    cursor:pointer;
}
.t_pageselectContainer .rightTab > img{
    width:3.8vw;height:3.8vw;
}
.t_pageselectContainer .tab{
    position:relative;display:inline-block;width:3.8vw;height:3.8vw;letter-spacing:normal;white-space:nowrap;margin:auto;background-color:#ffffff;border-radius:2vw;
    cursor:pointer;
}
.t_pageselectContainer .tab .tablabel{
    position:relative;width:100%;text-align:center;color:#4e4e4e;font-size:1.5vw;font-weight:700;
    line-height: 3.8vw;
}
.t_pageselectContainer .selectTab{
    background-color:#FFCC00;border-radius:2vw
}
.t_pageselectContainer .selectTab .tablabel{
    color:#fff
}
.t_pageselectContainer .disableDisplay{
    display:none
}
.disable{
    opacity: 0.2;
    cursor:default !important;
}
@keyframes _fadein {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
.notice-fadein{
	animation: _fadein 0.1s ease-out; 
}
.wall{
    width: 100%;
    height: 100vh;
}
.footer{
    padding: 0.6em 0;
    background-color: white;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
}
@media screen and (max-width: 800px){
    .headerBase{
        top: 2vw;
    }
    .headerBase > .headerTitle{
        height: 10.5vw;
    }
    .headerBase > .headerTitle > .headerTitleEdge{
        width: 1.5vw;
    }
    .headerBase > .headerTitle > .headerTitleText{
        font-size: 4.5vw;
        line-height: 10.5vw;
        width: 85vw;
    }
    .notice-container-wrapper {
        width: 86vw;
        padding-top: 6vw;
    }
    .notice-wrapper {
        width: 84vw;
    }
    .title {
        top: -3vw;
        left: -1.5vw;
        width: 66vw;
        height: 5.4vw;
        line-height: 5.4vw;
        font-size: 3.6vw;
        border-radius: 1.5vw;
        box-shadow: 0 0 1.5vw gray;
    }
    .importantTitle {
        border-left: 3vw solid #FFCC00;
    }
    .new-iconTitle {
        border-left: 3vw solid #CC5050;
    }
    .new-icon {
        width: 8.1vw;
        border-top: 5.55vw solid #D67170;
        border-right: 4.5vw solid transparent;
    }
    .new-icon::before {
        top: -5.55vw;
        left: -0.6vw;
        width: 6.6vw;
        border-top: 5.55vw solid #CC5050;
        border-right: 4.5vw solid transparent;
    }
    .new-icon::after {
        width: 3vw;
        height: 5.4vw;
        top: -4.8vw;
        left: -0.6vw;
    }
    .important {
        width: 8.1vw;
        border-top: 5.55vw solid #F8DF76;
        border-right: 4.5vw solid transparent;
    }
    .important::before {
        top: -5.55vw;
        left: -0.6vw;
        width: 6.6vw;
        border-top: 5.55vw solid #FFCC00;
        border-right: 4.5vw solid transparent;
    }
    .important::after {
        width: 3vw;
        height: 5.4vw;
        top: -5.1vw;
        left: -1.5vw;
    }
    .content-box {
        width: 84vw;
        border-radius: 1.5vw;
        box-shadow: 0 0 1.5vw gray;
    }
    .content-preview {
        margin: 4.5vw;
    }
    .title-label {
        width: 75vw;
        height: 11.4vw;
        margin: 3vw 0 0 0;
    }
    .title-content {
        font-size: 3.6vw;
    }
    .content-box > .content-preview > img {
        width: 75vw;
        height: 42.0624vw;
        margin: 0 0 1.5vw 0;
    }
    .date-text{
        font-size: 3vw;
    }
    .more-button {
        margin: 3vw auto 5vw auto;
        width: 60vw;
        height: 10vw;
        line-height: 10vw;
        border-radius: 5vw;
        font-size: 4.5vw;
    }
    .t_pageselectContainer{
        margin: 3vw auto 5vw auto;
        height:10vw;width:86vw;border-radius:1vw;
    }
    .t_pageselectContainer .leftTab{
        width:7.6vw;height:7.6vw;border-radius:4vw;
    }
    .t_pageselectContainer .leftTab > img{
        width:7.6vw;height:7.6vw;
    }
    .t_pageselectContainer .rightTab{
        width:7.6vw;height:7.6vw;border-radius:4vw;
    }
    .t_pageselectContainer .rightTab > img{
        width:7.6vw;height:7.6vw;
    }
    .t_pageselectContainer .tab{
        width:7.6vw;height:7.6vw;border-radius:4vw;
    }
    .t_pageselectContainer .tab .tablabel{
        font-size:3.5vw;
        line-height: 7.6vw;
    }
    .t_pageselectContainer .selectTab{
        border-radius:4vw
    }
    .footer{
        padding: 1.2vw 0;
        font-size: 2.5vw;
    }
}