@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Sawarabi+Mincho&display=swap');

/* @font-face {
  font-family: notoSans;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
} */
/* ======= Reset CSS Start ======= */
* {
  padding: 0px;
  margin: 0px;
  outline: 0px;
}

html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.mainBody .box .header p,
header nav ul li a {
  font-family: 'Sawarabi Mincho', serif;
}

img {
  border: 0px;
}

ol,
ul,
li {
  list-style-type: none;
}

a {
  color: #474d53;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #323169;
}

.bodyRight a:visited {
  color: #551a8b !important;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0px;
}

p {
  font-size: 14px;
}

/* ======= Reset CSS End ======= */
/* ======= Re Usable Classes Start ====== */
.inputRelative {
  position: relative;
}

.inputAbsolute {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 11;
}

.pdBottom0 {
  padding-bottom: 0 !important;
}

.pdTop0 {
  padding-top: 0 !important;
}

.pdLR5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.paddingLeft20 {
  padding-left: 20px !important;
}

.listTypeOne {
  padding-left: 27px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.listTypeOne li {
  list-style-image: url("../img1/botan.gif");
  padding: 0px 0px 2px;
  margin-top: -2px;
}
.listTypeOne li a {
  font-size: 13px;
  color: #fff;
  display: block;
  display: inline-flex;
}
.listTypeOne li a:hover {
  color: #ff9;
}
.listTypeOne.listTypeThree li {
  list-style-image: url("../img1/botan_side2.gif");
}
.listTypeOne.listTypeFour li {
  list-style-image: url("../img1/botan_side3.gif");
}

.normal {
  font-weight: normal !important;
}

.padding0 {
  padding: 0 !important;
}

.border0 {
  border: 0 !important;
}

.margin0 {
  margin: 0 !important;
}

.marginTop10 {
  margin-top: 10px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

.links a {
  color: #5555ff;
}

/* ======= Re Usable Classes End ====== */
/* ======= Header Part End ======= */
.topBar {
  background-color: #42418c;
  height: 25px;
  line-height: 25px;
}
.topBar p {
  color: #fff;
  font-size: 16px;
}
.topBar p a {
  color: #fff;
}
.topBar p a:hover {
  color: #a6a6db;
}

.banner {
  background-image: url("../img1/banner-old.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner .versionByLanguage ul {
  background-color: #656697;
  border: 1px solid #ccc;
}
.banner .versionByLanguage ul li {
  float: left;
  height: 24px;
  padding: 0px 9px;
  border-left: 1px solid #42418c;
}
.banner .versionByLanguage ul li:first-child {
  border-left: 0px solid white;
}
.banner .versionByLanguage ul li .lang img {
  width: 30px;
  margin-right: 2px;
}
.banner .versionByLanguage ul li .lang p {
  font-weight: 500;
  color: #fff;
}
.banner .versionByLanguage ul li.active {
  background-color: #ebebeb;
}
.banner .versionByLanguage ul li.active p {
  color: #42418c;
}
.banner .versionByLanguage ul li:hover {
  background-color: #ebebeb;
}
.banner .versionByLanguage ul li:hover p {
  color: #42418c;
}
.banner .searchBar {
  margin-top: 10px;
}
.banner .searchBar p {
  margin: 0;
  padding: 2px 10px;
  background-color: #ececf5;
}
.banner .searchBar > p {
  font-size: 12px;
  padding: 2px 5px;
}
.banner .searchBar form input[name="search"] {
  width: 135px;
}
.banner .searchBar form input[type="submit"] {
  padding: 0px 10px;
  border: 1px solid #ccc;
  height: 100%;
  font-size: 12px;
  float: right;
  margin-left: 5px;
  background-color: #ebebeb;
}
.banner .bnrSecond {
  margin-top: 80px;
  margin-bottom: 20px;
}
.banner .regiNo {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.541);
}
.banner .regiNo table tr td:first-child {
  padding-right: 20px;
}
.banner .bnrText {
  margin-top: auto;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.507);
}
.banner .bnrText p {
  font-weight: bolder;
  font-size: 20px;
}

header {
  background: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fefefe),
    to(#e4e4e4)
  );
  background: linear-gradient(to bottom, #fefefe 1%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cac9d6', GradientType=0);
  border-bottom: 3px solid #43418c;
}
header nav ul {
  padding: 7px 0;
}
header nav ul li {
  border-right: 1px solid gray;
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
header nav ul li:first-child a {
  font-family: Arial, Helvetica, sans-serif;
  width: 110px;
}
header nav ul li:last-child {
  border-right: 0px solid transparent;
}
header nav ul li a {
  padding: 0px 7px;
  width: 100%;
  font-weight: 600;
  height: 100%;
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  text-transform: uppercase;
}
header nav ul li:hover {
  background-color: #6e6da6;
}
header nav ul li:hover a {
  color: #fff;
}
header nav .navToggle {
  display: none;
}

.mainBody {
  padding-top: 5px;
}
.mainBody .box {
  width: 100%;
  margin-right: 30px;
  border-left: 10px solid #4c3cc7;
}
.mainBody .box:last-child {
  margin-right: 0px;
}
.mainBody .box p {
  padding-left: 10px;
  margin: 0;
  margin-top: 10px;
}
.mainBody .box .header {
  background: #4c3cc7;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4c3cc7),
    to(#ffffff)
  );
  background: linear-gradient(to right, #4c3cc7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3cc7', endColorstr='#ffffff', GradientType=1);
  min-height: 40px;
}
.mainBody .box .header img {
  margin-right: 10px;
}
.mainBody .box .header p {
  margin-top: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 0px 8px black;
}
.mainBody .box .body h3 {
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  color: #3a3466;
}
.mainBody .box .body ul {
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mainBody .box .body ul li {
  list-style-image: url("../img1/botan.gif");
  border-bottom: 1px solid #eee;
  padding: 1px 0;
}
.mainBody .box .body ul li a {
  font-size: 13px;
  color: #4f42b5;
}
.mainBody .box .body ul li a:hover {
  color: #222;
}
.mainBody .box .body ul.listTypeTwo {
  width: 48%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainBody .sidebarAd1 {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainBody .sidebarAd1 a {
  width: 100%;
}
.mainBody .sidebarAd1 a img {
  width: 100%;
}

.adBanner {
  background-color: rgb(83 81 157);
  padding: 10px 0;
}
.adBanner a {
  width: 100%;
}
.adBanner a img {
  width: 70%;
  height: 90%;
}

footer {
  padding: 30px;
  background: #43418c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#43418c),
    to(#3a3961)
  );
  background: linear-gradient(to bottom, #43418c 0%, #3a3961 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43418c', endColorstr='#3a3961',GradientType=0 );
  /* IE6-9 */
}
footer .footerLeft {
  text-align: center;
}
footer .footerLeft h3 {
  color: #c1dbef;
}
footer .footerLeft h3:last-child {
  color: #fff;
  color: #fff;
}
footer .footerRight ul li {
  display: inline-block;
}
footer .footerCopyRightText {
  margin-top: 20px;
  color: #dedede;
}

.suBanner {
  background-image: url("../img1/subBanner.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.suBanner .bnrSecond {
  margin: 0;
}

.containerBorder {

  border-right: 1px solid #42418c;
  border-left: 1px solid #42418c;
  border-top: 1px solid #42418c;
}

.title3 {
  font-size: 16px;
  -webkit-text-stroke: 1px #00007d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#aeaeff)
  );
  background: linear-gradient(to bottom, #fff, #aeaeff);
  color: #009;
  padding: 0px 5px;
  border-radius: 8px;
  font-weight: 500;
}

.containerBorder > .row {
  margin-right: -20px;
  margin-left: -20px;
}

.sidebarLeft {
  background-color: #42418c;
  height: 100%;
  padding-top: 20px;
}

.sidebarMenu2 {
  background-color: #7b7bc1;
}

.siteBreadcrumb {
  margin-top: 15px;
}
.siteBreadcrumb a {
  text-transform: uppercase;
  color: #0000ee;
}
.siteBreadcrumb a:hover {
  color: #181a1c;
}

.pageHorizontalMenu {
  text-align: center;
  padding: 20px 0 10px;
}
.pageHorizontalMenu ul li {
  display: inline-block;
  border-right: 1px solid #aaa;
}
.pageHorizontalMenu ul li:last-child {
  border-right: 0;
}
.pageHorizontalMenu ul li a {
  padding: 0px 5px;
  color: #0000ee;
}
.pageHorizontalMenu.borded {
  border: 1px solid #ccc;
  padding: 5px 20px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 20px 20px;
  text-align: center;
}
.pageHorizontalMenu.borded ul li {
  margin: 5px 0;
}
.pageHorizontalMenu.borded ul li:last-child {
  border-right: 1px solid #aaa;
}
.pageHorizontalMenu.borded ul li:first-child {
  border-left: 1px solid #aaa;
}

ul.border {
  margin-bottom: 0 !important;
}
ul.border li {
  border-bottom: 1px solid gray;
  padding: 1px 10px;
}
ul.border li:last-child {
  border-bottom: 0;
}

.tableBox {
  margin: 0 20px;
}
.tableBox table.table {
  border: 1px solid gray;
  margin-top: 10px;
}
.tableBox table.table thead {
  background-image: url("../img1/tableHeaderBg.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
.all-table-boxes .tableBox table.table thead {
  background-image: url("../img1/tableHeaderBg2.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
.tableBox table.table thead td {
  padding: 2px 0;
  padding-left: 40px;
}
.tableBox table.table td {
  padding: 0;
}
.tableBox table.table tbody tr td {
  padding: 10px;
}
.tableBox table.table tbody tr td p {
  font-weight: bold;
  margin-bottom: 5px;
}
.tableBox table.table tbody tr td div img {
  display: inline-block;
}
.tableBox table.table tbody tr td div p {
  font-weight: normal;
}
.tableBox table.table tbody tr td div:last-child p {
  margin: 0;
}
.tableBox table.table tbody tr td .textHeader p {
  border-bottom: 3px dotted red;
  display: inline-block;
  font-weight: bolder;
  min-width: 200px;
}
.tableBox table.table tbody tr td ul {
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}
.tableBox table.table tbody tr td ul:last-child {
  border-bottom: 0;
}
.tableBox table.table table.subTable {
  border-top: 1px solid gray;
}
.tableBox table.table table.subTable tbody tr td {
  border: 0;
  padding: 0;
  padding: 5px;
}
.tableBox table.table table.subTable tbody tr td:first-child {
  border-right: 1px solid gray;
}
.tableBox table.table table.subTable tbody tr td p {
  font-weight: normal;
}
.tableBox .bottomMenu {
  margin-bottom: 35px;
}
.tableBox .bottomMenu ul li {
  display: inline-block;
  border-right: 1px solid gray;
}
.tableBox .bottomMenu ul li:last-child {
  border-right: 0;
}
.tableBox .bottomMenu ul li a {
  padding: 0px 5px;
  color: #0000ee;
}

.block1 {
  margin-bottom: 20px;
}
.block1 .block1Left {
  width: 30px;
  background-color: #8aa7ea;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  float: left;
  height: 100%;
}
.block1 .block1Right {
  margin-left: 5px;
  float: left;
  width: calc(100% - 35px);
  height: auto;
}
.block1 .block1Right ul {
  margin-bottom: 0 !important;
}

table {
  border-collapse: collapse !important;
}

.tableBordered {
  margin-bottom: 20px;
  border-collapse: collapse !important;
}

.tableBordered table {
  border-collapse: collapse !important;
}

.tableBordered td {
  border: 1px solid gray;
  padding: 0 !important;
  vertical-align: middle;
}

.tablePD0 tbody tr td {
  padding: 0 !important;
}

table a {
  color: #0000ee;
}

.tableBordered tbody tr td:first-child img {
  margin: 0 5px;
}

.tableBordered tbody tr td:nth-child(2) table tbody tr td:first-child {
  min-width: 100px;
}

.tableBordered tbody tr td table tbody tr td {
  border: 0;
  padding: 0px 20px;
}
.tableBordered tbody tr td table tbody tr td:first-child {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  text-align: right;
}
.tableBordered tbody tr td table tbody tr td:last-child {
  border-bottom: 1px solid gray;
}

.tableBordered tbody tr td table tbody tr:last-child td {
  border-bottom: 0;
}

.tableBorder0 tbody tr td {
  border: 0;
}

.linkBox1 {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 20px 15px;
}
.linkBox1 .header {
  border-bottom: 5px solid #000066;
  border-left: 5px solid #000066;
  padding-left: 10px;
  padding-bottom: 3px;
  font-weight: bolder;
}
.linkBox1 .links ul li {
  display: inline-block;
  min-width: 113px;
}
.linkBox1 .links ul li a {
  padding: 3px 0px;
  font-size: 14px;
}

.linkBox2 .links ul li {
  min-width: 160px;
  width: 24%;
}

.contentBox {
  margin: 10px 20px;
}
.contentBox .header {
  border-bottom: 5px solid #000066;
  border-left: 5px solid #000066;
  padding-left: 5px;
  padding-bottom: 3px;
  font-weight: bolder;
}
.contentBox .content table th {
  min-width: 190px;
  vertical-align: top;
  padding: 10px 0px 10px 10px;
}
.contentBox .content table td {
  padding: 10px 0;
  padding-bottom: 10px;
}
.contentBox .content table a {
  font-weight: normal;
}
.contentBox .newsbox .newsboxLeft {
  min-width: 230px;
  max-width: 250px;
  margin-right: 10px;
}
.contentBox .newsbox .newsboxLeft img {
  max-width: 100%;
  height: auto;
}

ul.borded {
  padding: 0;
  margin: 0 !important;
}
ul.borded li {
  border-bottom: 1px solid gray;
}
ul.borded li:last-child {
  border: 0;
}

.bgLightGray {
  background-color: #f3f7fa;
}

.element1 div {
  padding: 5px 0;
  color: #666;
}

.tableStyle3 tbody table tr td {
  background-color: #f4f4ea;
}

.tableStyle3 tbody table {
  width: 100%;
}

.tableStyle3 tr th {
  background-color: #526e95;
  width: 130px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.tableStyle3 tr td span {
  color: #0000ee;
}
.tableStyle3 tr td span:hover {
  color: #993333;
}

.tableStyle4 tbody tr td {
  width: 50%;
  border: 1px solid #0066cc;
}

span.textBlock3 {
  font-size: 11px;
  border: 1px solid #0b62c2;
  border-radius: 5px;
  padding: 0px 10px;
  font-weight: bolder;
  color: #0b62c2;
  background-color: #e9f3fe;
}

.tableBgGradient1 tr td {
  background-image: url("../img1/right_body.gif");
  border-right: 1px solid #d8e9f7;
  padding: 5px !important;
  background-repeat: repeat-x;
}

.tableBgGradient1.borderBlue tr td {
  border: 2px solid #0066cc;
}

.pricingTable1 tr td {
  padding: 0px 3px !important;
}

.pricingTable1Header {
  background-color: #cee1f0;
  padding: 4px 10px;
  margin-bottom: 0px !important;
  display: inline-block;
  min-width: 300px;
}

.tableStyle5 {
  width: 100%;
}
.tableStyle5 tr td {
  padding: 0px 5px !important;
  border: 1px solid gray;
  border-collapse: collapse;
}
.tableStyle5 tr td:first-child {
  border-left: 0;
  min-width: 100px;
  vertical-align: middle;
}
.tableStyle5 tr td:last-child {
  border-right: 0;
}
.tableStyle5 tr:last-child td {
  border-bottom: 0;
}

.tableStyle6 {
  width: 100%;
}
.tableStyle6 tr:first-child td:last-child {
  width: 310px;
}
.tableStyle6 tr td {
  padding: 5px 10px !important;
  border: 1px solid #c4c4c4;
  border-collapse: collapse;
}
.tableStyle6 tr td:first-child {
  border-left: 0;
  min-width: 100px;
  vertical-align: middle;
}
.tableStyle6 tr td:last-child {
  border-right: 0;
}
.tableStyle6 tr:last-child td {
  border-bottom: 0;
}

.audioplayer {
  height: 1.6em;
}

.audioplayer-time {
  line-height: 1.6em;
}

.tableStyle5Footer {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(#d5ecff)
  );
  background: linear-gradient(to right, #fff, #d5ecff);
  padding: 5px;
  padding-right: 10px;
  border: 1px solid gray;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 0;
}
.tableStyle5Footer i {
  color: #217bc6;
  font-size: 22px;
}

.tableStyle7 {
  width: 100%;
  border: 3px solid #d0e8ff;
}
.tableStyle7 tr td {
  padding: 0px 5px !important;
  border: 1px solid #d0e8ff;
  border-collapse: collapse;
  min-width: 140px;
}
.tableStyle7 tr td:first-child {
  border-left: 0;
  min-width: 140px;
}
.tableStyle7 tr td:last-child {
  border-right: 0;
}
.tableStyle7 tr:last-child td {
  border-bottom: 0;
}

.linkBoxNew {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 20px 15px;
}

.linkBoxNew .header {
  background: #666666;
  padding-left: 10px;
  color: #fff;
  font-weight: bolder;
}

.linkBoxNew .links ul li {
  display: inline-block;
  color: #999999;
  margin-bottom: 5px;
}

.linkBoxNew .links ul li a {
  padding: 3px 0px;
  color: #999999;
}

.linkBoxNew .links ul li a:visited {
  color: #999999 !important;
}

.linkBox4 {
  width: 100%;
}
.linkBox4 tr td {
  border-collapse: collapse;
  border: 1px solid gray;
  min-width: 20%;
  padding: 2px 0px !important;
}

.contant-sub-heading {
  padding-bottom: 5px;
}

.contant-sub-heading h3 {
  background-image: url("../img1/sub_heading_bg.png");
  color: #fff;
  display: block;
  padding: 8px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #555;
  box-shadow: 2px 2px 3px #555;
  margin: 0 15px;
  text-align: left;
}

.tableStyle8 {
  width: auto;
  margin: 0 auto 20px;
}
.tableStyle8 tbody tr td {
  border: 2px solid #000080;
  border-collapse: collapse;
  padding: 3px 15px !important;
}
.tableStyle8 tbody tr td:first-child {
  text-align: left;
}
.tableStyle8 tbody tr td:last-child {
  min-width: 300px;
}

.tableBgGradient2 tbody tr td {
  padding: 3px 10px !important;
  border: 2px solid #0099cc;
  border-collapse: collapse;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,bddcf3+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#bddcf3)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #bddcf3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bddcf3',GradientType=0 );
  /* IE6-9 */
  vertical-align: middle;
}
.tableBgGradient2 tbody tr td:first-child {
  min-width: 120px;
}

.tableStyle9 tbody tr td {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#bddcf3)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #bddcf3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bddcf3',GradientType=0 );
  /* IE6-9 */
  border-right: 1px solid gray;
  padding: 5px 10px !important;
}

.tableBgGradient tbody tr td {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#bddcf3)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #bddcf3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bddcf3',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #000;
  padding: 3px 10px !important;
}

.button3 a {
  padding: 7px 15px;
  display: inline-block;
  border: 1px solid gray;
  border-radius: 5px;
  margin: 10px 0;
}

.centerDivHeader {
  padding: 3px 12px;
  background-color: #3c7eae;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: auto;
}

.centerDivWithBlueBorder {
  border: 3px solid #3c7eae;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 8px;
  margin-bottom: 30px;
}

.tableStyle10Header {
  background-color: #0099cc;
  color: #fff;
  padding: 3px 10px;
  min-width: 300px;
  display: inline-block;
}

.tableStyle10 {
  margin-top: 0 !important;
}
.tableStyle10 tbody tr td {
  border: 2px solid #0099cc;
  border-collapse: collapse;
  padding: 3px 10px !important;
}

.headingStyle3 {
  background-color: #ffcc00;
  position: relative;
  padding: 7px 15px;
}
.headingStyle3:after,
.headingStyle3:before {
  position: absolute;
  content: "";
  top: 50%;
  height: 26px;
  width: 8px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headingStyle3:after {
  left: 100%;
  background-image: url("../img1/intern_kado2.gif");
}
.headingStyle3:before {
  right: 100%;
  background-image: url("../img1/intern_kado.gif");
}

.headingStyle4 {
  background-image: url("../img1/bar.gif");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 4px 10px;
  border-radius: 4px;
}

.subHeadingStyle1 {
  font-weight: bolder;
  color: #0000ee;
}

.wordEllipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  
}

@media (min-width: 1024px) {
  .container {
    width: 1024px !important;
    margin: 0 auto;
  }

  .mainBody .box .body ul {
    padding-left: 27px;
  }

  .mainBody .box .body ul.listTypeTwo {
    vertical-align: top;
    width: 49%;
  }

  .mainBody .box .body ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .pageHorizontalMenu ul li a,
  .siteBreadcrumb a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header nav ul li a {
    padding: 0px;
    width: 100%;
    font-weight: 600;
    line-height: 16px;
    height: 100%;
    font-size: 13px;
    margin-top: 9px;
  }

  .banner .bnrText {
    padding: 5px 10px;
  }

  .box3 .body ul li {
    float: left;
    width: 30%;
  }

  .clear {
    clear: both;
  }

  .box6 .body .block1,
  .box6 .body .block2 {
    width: 48%;
    display: inline-block;
  }

  footer .footerLeft h3 {
    font-size: 16px;
  }

  footer .footerRight ul li {
    max-width: 104px;
  }

  .regiNo table {
    min-width: 170px;
  }

  .pageHorizontalMenu.borded {
    padding: 10px;
  }

  .pageHorizontalMenu.borded ul li a {
    padding: 0px;
  }

  .contentBox .content table th {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .topBar {
    background-color: #42418c;
    height: auto;
    line-height: 25px;
  }

  .banner .versionByLanguage ul li {
    padding: 0px 0px;
  }

  .searchBar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .searchBar p {
    margin-bottom: 5px;
  }

  .headerBlock1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .headerBlock1 .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .headerBlock1 .logoRight {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .headerBlock1 .logo,
  .headerBlock1 .logoRight {
    width: 100%;
    margin-top: 10px;
  }

  .regiNo table {
    min-width: 164px;
  }

  header {
    background: #fff;
    border-bottom: 0;
  }

  header nav ul.menu {
    display: none !important;
  }

  header nav .navToggle {
    display: block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background-color: #42418c;
    color: #fff;
    border-bottom: 1px solid #d1d1d1;
  }
  header nav .navToggle i {
    padding: 10px 15px;
    border: 1px solid #8e8e8e;
    margin: 10px 5px;
  }
  header nav .navToggle.active {
    border-color: transparent;
  }
  header nav .navToggle.active i {
    background-color: #222;
    color: #fff;
    border-color: #222222;
  }

  header nav ul.menu.active {
    display: block !important;
    border-top: 2px solid gray;
  }
  header nav ul.menu.active li {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    text-align: center;
    height: auto;
    line-height: 100%;
    text-align: left;
  }
  header nav ul.menu.active li a {
    padding: 5px 10px;
    width: 100%;
    font-weight: 600;
    line-height: 24px;
    height: 100%;
    font-size: 14px;
    padding-left: 20px;
  }

  .footerRight,
  .footerLeft {
    text-align: center;
  }

  .footerRight ul.text-right {
    text-align: center !important;
  }

  .adBanner a {
    margin: 5px 0;
  }

  table {
    overflow: scroll;
  }

  .tableBox table.table tbody tr td div img {
    max-width: 100%;
  }

  .tableBordered tbody tr td:nth-child(2) table tbody tr td:first-child {
    min-width: 50px;
  }

  .siteBreadcrumb {
    margin-top: 20px;
  }

  .tableResponsive {
    overflow-x: auto;
  }
  .tableResponsive > table {
    min-width: 500px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box3 .body ul li {
    float: left;
    width: 30%;
  }

  .clear {
    clear: both;
  }

  .box6 .body .block1,
  .box6 .body .block2 {
    width: 48%;
    display: inline-block;
  }
}

.tableBox.nw-cont-wrap {
  border: 1px solid #666666;
}

.nw-cont-box {
  border-bottom: 1px solid #666666;
  padding: 10px;
}

.nw-cont-box2 {
  padding: 20px;
}

.nw-cont-box:last-child {
  border-bottom: 0;
}

.nw-cont-heading {
  border-left: 4px solid #42418c;
  border-bottom: 1px solid #42418c;
  padding-left: 5px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.nw-cont-heading h4 {
  font-size: 1.05rem;
}

.sgl-cont-box {
  border: 1px solid #999;
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px;
  min-height: 75px;
  box-shadow: 1px 1px 2px 1px #ccc;
}
.mLRn5 {
  margin-left: -5px;
  margin-right: -5px;
}
.nw-cont-body p {
  color: #444;
}
.nw-cont-body p b {
  color: #111;
  font-size: 14.5px;
}
.user-box {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.user-box .user-pic {
  max-width: 150px;
  margin-right: 20px;
  border: 1px solid #ddd;
  padding: 5px;
}
.user-box .user-content p {
  margin-bottom: 5px;
}
.solution-box .sgl-cont-box {
  min-height: 55px;
}

.tableBox table.regin-heading {
  width: 100%;
}
.tableBox table.regin-heading tr {
  border: 1px solid #000;
}
.tableBox table.regin-heading tr td {
  width: 25%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 2px;
  color: #fff;
}

.field-link-box {
  margin: 0 20px;
}
.field-heading {
  margin-bottom: 10px;
  border-bottom: 2px solid #000066;
}
.field-heading h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}
ul.field-links li a {
  padding: 3px 0px;
  font-size: 14px;
  color: #44f;
}
ul.field-links li a:visited {
  color: #44f !important;
}
ul.field-links li a:hover {
  color: #11f !important;
  text-decoration: underline;
}
.field-box-head {
  margin-bottom: 20px;
}

.field-box-head h2 {
  font-weight: bold;
  font-size: 25px;
  color: #333;
}

.box.emptyBox {
  position: absolute;
  left: 5px;
  bottom: 0;
  height: 200px;
  z-index: -999;
}

/* ------------ White Paper Page Style START ---------------- */
.page-body-add-banner,
.page-description,
.white-paper {
  margin-left: 20px;
  margin-right: 20px;
}
.page-description {
  line-height: 1.7;
  margin-bottom: 30px;
  /* margin-right: 30px;
  margin-left: 30px; */
}
.white-paper-single {
  overflow: hidden;
  margin-bottom: 10px;
}
.white-paper-single-title {
  float: left;
  width: 23%;
  font-weight: bold;
}
.white-paper-single-title a {
  display: inline-block;
  color: #42418c;
  font-weight: bold;
}
.white-paper-single-title a:hover {
  color: #504ee8;
}
.white-paper-single-description {
  float: right;
  width: 77%;
}
.white-paper-single-right-nav {
  text-align: right;
  margin-bottom: 30px;
}
.white-paper-single:first-child {
  margin-bottom: 20px;
}
.white-paper-single-right-nav ul li a {
  color: #42418c;
  font-size: 16px;
  font-weight: bold;
}
.white-paper-single-title p {
  font-weight: bold;
  font-size: 16px;
}
.page-body-add-banner {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pr15 {
  padding-right: 15px !important;
}
/* ------------ White Paper Page Style END ---------------- */

/* ------------ Top Page Style -------------- */
.mainBody .box .body ul li.new-item a img {
  width: 9%;
  margin-top: -5px;
}

.page-body-add-banner a {
  display: inline-block;
}
.page-body-add-banner img {
  width: 100%;
  height: auto;
}

/* ---------------- online_interpreter Page Style ------------- */
.online_interp-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.online_interp-section-title h3 {
  margin-left: 20px;
  font-weight: bold;
  font-size: 20px;
}
.semi-title img {
  display: inline-block;
  border-radius: 7px;
}

/* ================== Template ====================== */
/* Footer */
.site-info-footer {
  text-align: center;
  color: #fff;
}
.site-info-footer p {
  color: #fff;
}

.site-info-footer {
  margin-top: 30px;
  margin-bottom: -5px;
}

/* style for templating { ifream } start */
.header_lg4lang {
  height: 225px;
}
.left_lg4lang {
  height: 100%;
}

.footer_lg {
  height: 570px;
  margin-bottom: -5px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_lg {
    height: 693px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .header_lg4lang {
    height: 295px;
  }
  .left_lg4lang {
    height: 670px;
  }
  .footer_lg {
    height: 1230px;
  }
}

@media only screen and (max-width: 450px) {
  .header_lg4lang {
    height: 355px;
  }
  .footer_lg {
    height: 1356px;
  }
}

/* style for templating { ifream } end */

/* -------------------- Interpreter-precautions Page ----------------- */
.content-menu {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.content-menu__item {
  display: inline-block;
  border-left: 2px solid #42418c;
  padding: 0px 30px;
}
.content-menu__link {
  display: block;
  color: #42418c;
}
.content-menu__item:first-child {
  border-left: 0px;
}
.content-menu__link:hover {
  color: #4b49aa;
}
.content-box {
  border: 1px solid #ddd;
}
.content-box-title {
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #efefff;
}
.content-box-title__text {
  font-weight: bold;
}
.content-box .icon {
  margin-right: 8px;
  font-size: 20px;
}
.content-box-content__list {
  margin-left: 15px;
}
.content-box {
  margin-bottom: 30px;
}
.exclamatory-sign {
  border: 1px solid #212529;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.externalPageLink {
  color: #42418c;
}
.interpreter-precautions .containerBorder {
  border: none;
}

.content-box.selected {
  box-shadow: none;
  animation-name: itemFocus;
  animation-duration: 2s;
}

@keyframes itemFocus {
  0% {
    border-color: #ddd;
    border-width: 1px;
    box-shadow: none;
  }
  50% {
    border-color: #4c49f7;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }
  100% {
    border-color: #ddd;
    border-width: 1px;
    box-shadow: none;
  }
}

/*------- 05staff/fail_to_pay ---------- */
.content-main-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 8px;
  color: #42418c;
}

.point-section p {
  font-size: 16px;
  margin-bottom: 8px;
}

.point-section p:last-child {
  margin-bottom: 0;
}

.point-area-wrap {
  margin-bottom: 35px;
}

.solve-problem-content .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.solve-problem-content {
  margin-bottom: 20px;
}

.solve-problem-content .desc {
  font-size: 16px;
}

.f-menu-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #fff;
}

.footer-menu-container {
  padding: 30px  0px;
  background: rgb(83 81 157);
}

.f-menu li a {
  color: #ffffff;
  line-height: 1.8;
}

.f-menu li a:hover{
  color: #ddd;
}
.jinzaiprofile{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.jinzaiprofile p{
  margin: 20px;
}
