
@font-face {
    font-family: 'Meiryo';
    src: url('./meiryo.ttf') format('truetype');
    
}
.en-gb body,
.en-gb .tabItem {
    font-family: Arial, sans-serif;
    font-size: 16px;
   
}
body,
.tabItem {
    font-family: "Meiryo", Arial, sans-serif;
    font-size: 16px;
    
}

#main {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
#MainContentWrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

/* .tabItem::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #CCC;
    position: absolute;
    right: 1%;
} */

.tabs {
    text-align: center;
    padding: 0;
    margin: 15px 0 2em;
    position: relative;
}
#heading {
  display: none;
}
/* .tabs li:first-child a {
    border-radius: 0.625em 0.0em 0.0em 0.625em;
}

.tabs li:last-child a {
    border-radius: 0em 0.625em 0.625em 0em;
} */

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabs li {
    float: none;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-right: 0;
    /* margin: 0px 1px; */
}

.tabItem {
  	
margin: 0.0em 0.08em 0.0em 0.08em;
	
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0.25em solid #C4E7F6;
	border-left: 0em solid #FFFFFF;
	
    background: #FFFFFF;
    color: #222222;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	position: relative;
    padding-top: 1em;
  padding-right: 0em;
  padding-bottom: 1.0em;
  padding-left: 0em;
  width: 98%;
  display: inline-block;
}

.tabItem:hover,
.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
   background: #FFFFFF;
	color: #003067;	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 0.25em solid #003067;
	border-left: 0em solid #FFFFFF;

}


.tabs-control {
    margin-bottom: 0em;
    margin-top: 0px;
}

.tabs li .tabItem-active:before{
  content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 1.0em solid transparent; 
	border-right: 1.0em solid transparent; 
	border-top: 1.0em solid #003067;
}
.tabs li {
  position: relative;
}

@media (max-width: 889px) {
    .tabItem {
        min-width: unset;
    }
}

/*
@media (max-width: 595px) {
    .tabs li {
        width: 45%;
    }

    .tabItem {
        margin-bottom: 2px;
    }

    .tabs:after {
        bottom: -3px;
    }
}
*/
/* @media(max-width:670px){
    .tabs li{
        width: 90%;
    }
} */

/* #tabs li a::after {
content: "";
  display: block;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 3px;
  left: 0;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin: auto;
  border-right: 2px solid #3050a2;
  border-bottom: 2px solid #3050a2;
  background: inherit;
} */