@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&display=swap");

body,
.tabItem {
   font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #14141E;
}

#main {
   font-family: 'Noto Sans', sans-serif;
    max-width: 1276px;
    width: 100%;
    margin: 0 auto;
}

body.ja-jp .tabItem,
body.ja-jp {
   font-family: 'Noto Sans JP', sans-serif;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    text-align: center;
    padding: 0;
    margin: 10px 0px 20px 0px;
    max-width: 1276px;
    position: relative;

}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabs li {
    float: none;
    display: inline-block;
    width: 50% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 5px
}

.tabItem {
    height: auto;
    line-height: 1.2em;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5em 1em;
    width: 100%;
    background: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    font-style: inherit;
    text-transform: capitalize;
    color: #D91E49;
    transition: none;
    position: relative;
    font-family: inherit;
    border-top: 1px solid #D91E49;
    border-right: 1px solid #D91E49;
    border-bottom: 1px solid #D91E49;
    border-left: 1px solid #D91E49;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

body.ja-jp .tabItem {
    font-family: 'Noto Sans JP', sans-serif;    
}

.tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 1;
    border-bottom: 0;
}

.tabItem:hover {
    background: #D91E49;
    color: #FFFFFF;
}

.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
    text-decoration: none;
    font-style: normal;
    background: #D91E49;
    z-index: 2;
    color: #FFFFFF;
    border-top: 1px solid #D91E49;
    border-right: 1px solid #D91E49;
    border-bottom: 1px solid #D91E49;
    border-left: 1px solid #D91E49;
}

.tabs-control {
    margin-bottom: 2.0em;
    margin-top: 2px;
}

.tabs li:last-child {
    padding-right: 0px !important;
}

@media (max-width: 889px) {
    .tabItem {
        min-width: unset;
        margin: 4px 0px;
        width: 95% !important;
    }
}


@media (max-width: 650px) {
    .tabs li {
        display: inline;
        width: 33.33%;
        margin-bottom: 2px;
    }
}

@media (max-width: 425px) {
    .tabs li {
        display: inline;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 100%;
        padding-right: 0;
    }
}


@media (max-width: 320px) {
    .tabs li {
        display: inline;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 100%;
        padding: 0;
    }
}