@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.en-gb body,
.en-gb .tabItem {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
   
}
body,
.tabItem {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    
}

#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#MainContentWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    padding: 10px;
}

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 1em;
    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 {
 padding: 10px 0px;
	
margin-top: 0.0em;
  margin-right: 0px;
  margin-bottom: 0.0em;
  margin-left: 0px;
	
	border-radius: 0px;
	
	font-family: inherit;
	font-weight: 400;
	font-size: 1.0em;
	text-transform: none;	
	color: #333333;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #CCCCCC;
	border-right: 0em solid #CCCCCC;
	border-bottom: 0.08em solid #CCCCCC;
	border-left: 0em solid #CCCCCC;
	
	background: #FFFFFF;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	/* height: 40px !important; */
  min-height: unset;
  min-width: unset;
  line-height: 15px;
  width: 100%;
  display: inline-block;
}

.tabItem:hover,
.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
    background: #fff;
	color: #1C5AA5;
	border-top: 0em solid #1C5AA5;
	border-right: 0em solid #1C5AA5;
	/* border-bottom: 0px solid #1C5AA5; */
	border-left: 0em solid #1C5AA5;
	font-weight: bold;

}


.tabs-control {
    margin-bottom: 0em;
    margin-top: 0px;
}

.tabs li .tabItem-active:before{
content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 96%;
  left: 0%;
  border-bottom: 0px solid #1C5AA5;
  background: #1C5AA5;
}
.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;
} */