html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.topBar {
  background-color: #fbbc52;
  color: #fff;
  padding: 3px 0;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar-default.mainMenu {
  background-color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 0;
  padding: 5px 0;
}

a.navbar-brand {
  padding: 15px;
}
a.navbar-brand img {
  max-width: 350px;
  padding-left: 10px;
  padding-top: 8px;
}
.navbar-default.mainMenu .navbar-nav > li > a {
  color: #777;
  padding: 14px 20px;
}
.navbar-default.mainMenu .navbar-nav > li:last-child a {
  padding: 14px 20px;
}
.navbar-default.mainMenu .navbar-nav > li:first-child a {
  padding-right: 0;
  padding-left: 0;
}
.carousel-inner img {
  width: 100%;
  height: 330px !important;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie img {
    width: 100%;
    height: auto !important;
    transform: translateY(-34.5%);
    object-fit: cover;
  } }
.item.active {
  height: 330px;
}
.carousel-caption {
  font-size: 44.208px;
  color: rgb(255, 255, 255);
  line-height: 1.785;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  top: 50%;
  transform: translateY(-38%);
  bottom: auto;
  padding: 0;
}
a.left.carousel-control {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 50px;
}
a.right.carousel-control {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 50px;
}
img.logoImage {
  position: absolute;
  top: 25px;
  left: 12%;
  height: auto !important;
  max-width: 270px;
}
.carousel-control img {
  max-width: 55px;
}
nav.navbar.navbar-default.secondMenu {
  margin: 0;
  background-color: #ecf0f4;
  border: 0;
  border-top: 6px solid #ff6a08;
}
nav.navbar.navbar-default.secondMenu .navbar-nav > li > a {
  color: #333333;
  text-align: center;
  border-right: 1px solid #b9b6b6;
}
nav.navbar.navbar-default.secondMenu .navbar-nav > li:first-child a {
  border-left: 1px solid #b9b6b6;
}
.secondMenu ul.nav.navbar-nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.secondMenu ul.nav.navbar-nav li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
nav.navbar.navbar-default.secondMenu .navbar-nav > li > a.active {
  background-color: #fff;
}
nav.navbar.navbar-default.secondMenu ul.dropdown-menu {
  max-width: 100%;
  width: 100%;
  text-align: center;
  background-color: #ecf0f4;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
nav.navbar.navbar-default.secondMenu .dropdown-menu > li > a {
  border-top: 1px solid #b9b6b6;
  padding: 10px 0;
}
.title {
  padding: 60px 0;
}
.title h1 {
  position: relative;
  margin: 0;
  font-size: 28px;
}
.title h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 3px;
  background-color: #ff6a08;
  width: 85px;
  margin: 0 auto;
}
.secTitle h2 {
  font-size: 26px;
  border-bottom: 1px solid #b9b6b6;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
ul.f {
  list-style-type: decimal;
  padding-left: 15px;
}
ul.b {
  list-style-type: disc;
  padding-left: 15px;
}
ul.listWithBtns li {
  position: relative;
  padding-left: 160px;
}
ul.listWithBtns li a {
  pointer-events: none;
  background-color: #ff6a08;
  color: #fff;
  width: 135px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 0px 0;
  position: absolute;
  left: 0;
  top: 3px;
}
a:hover {
  text-decoration: none;
}
.table li {
  padding: 3px 0;
}
.table .colorO {
  color: #ff6a08;
}
span.col50 {
  display: inline-block;
  width: 200px;
}
table.table tr td {
  line-height: 22px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #b9b6b6;
}

.table tr td:first-child {
  border-right: 1px solid #b9b6b6;
  background-color: #e4f5fc;
  width: 160px;
  vertical-align: middle;
}
.table tr:first-child td {
  vertical-align: middle;
}
table.table tbody {
  border-bottom: 1px solid #b9b6b6;
}
.p-50 {
  padding-top: 50px;
}
.secTitle p {
  margin-bottom: 30px;
  font-size: 18px;
}
ul.nav.nav-tabs li {
  width: 50%;
  text-align: center;
  border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 30px;
  border: 0px solid transparent;
  border-radius: 0;
  background-color: #ff6a08;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.nav-tabs > li > a:hover {
  border: 0px solid transparent;
  background-color: #ff6a08;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #777777;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 51px solid white;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.tab-content {
  background-color: #e4f5fc;
  padding: 20px 30px 200px;
}
.tab-content h2 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 60px;
  margin-top: 15px;
}
.tableGrid {
  position: relative;
  margin-bottom: 30px;
}
.tableGrid span {
  position: absolute;
  background-color: #ff6a08;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 22px;
  top: -25px;
  left: -10px;
}
.tableGrid img {
  width: 100%;
  max-width: 100%;
  /* height: 380px; */
  object-fit: cover;
  border: 2px solid #d3d3d3;
}
.footerWidget {
  position: relative;
  background-color: #eeecef;
  padding: 30px 0;
  margin-top: 100px;
}
.footerWidgettRi {
  width: 0;
  height: 0;
  border-bottom: 100px solid #eeecef;
  border-left: 100vw solid transparent;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 99999999999;
}

.footerWidget .btnn {
  background-color: #ff6a08;
  color: #fff;
  width: 100%;
  display: block;
  max-width: 440px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 16px;
  padding: 20px 0;
  position: relative;
}
.footerWidget .btnn i {
  position: absolute;
  right: 25px;
  top: 16px;
  font-size: 30px;
}
a:hover {
  text-decoration: none;
}
.twitter {
  margin-top: 100px;
}
.twitter img {
  width: 50px;
}
.footerWidget .btnn:hover {
  background-color: #e8630b;
}
.arrowTop {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #000000;
  right: 12%;
  bottom: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 4px;
}
.arrowTop a {
  color: #fff;
  display: block;
}
footer {
  background-color: #fff;
  color: #777777;
  font-size: 12px;
  padding: 20px 0;
}
footer p {
  margin: 0;
}
.page01 {
  background-image: url(../images/participation.png);
}
.page02 {
  background-image: url(../images/taikai.png);
}
.page03 {
  background-image: url(../images/shinsa.jpg);
}
.page04 {
  background-image: url(../images/kako.png);
}
.pageBannerInner {
  height: 235px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageBannerInner h1 {
  font-size: 44.208px;
  color: rgb(255, 255, 255);
  line-height: 1.785;
  margin: 0;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
}
.pageBanner {
  background-size: cover;
  background-position: center center;
}

.particiGrid .media .media-object {
  height: 180px;
  max-width: 334px;
  object-fit: cover;
  object-position: center;
}
.readMore a {
  display: block;
  background-color: #ff6a08;
  text-align: center;
  max-width: 150px;
  color: #fff;
  font-size: 18px;
  padding: 8px 0;
}
.particiGrid .readMore a:hover {
  background-color: #e8630b;
  text-decoration: none;
}
.particiGrid .media-body h2 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
}
.particiGrid .media-left {
  padding-right: 15px;
}
.particiGrid {
  margin-bottom: 40px;
}
.particiGrid .media-body p {
  font-size: 12px;
}
.particiGrid .qouteBottom {
}
.particiGrid .qouteBottom h3 {
  font-size: 16px;
  margin: 10px 0;
}
.particiGrid .qouteBottom h3 i {
  color: #ff6a08;
}
.particiGrid .qouteBottom p {
  font-size: 12px;
  margin-bottom: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kakoGrid .media .media-right {
  width: 69%; /* ;before 75% */
}
.kakoGrid .kakoGridHead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1.5px solid #ff6a08;
  border-top: 1.5px solid #ff6a08;
  padding: 0px 10px 5px;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
}

.kakoGrid .media-right {
  padding-left: 25px;
}
.crownBox {
  color: #ff6a08;
}
.crownBox span {
  display: inline-block;
  font-size: 38px;
}
.crownBox i {
  font-size: 30px;
  margin-right: 2px;
}
.goldCrown {
  color: #faed18;
}
.smallBtn {
  text-align: center;
  margin: 15px 0;
}
.smallBtn a {
  display: block;
  background-color: #ff6a08;
  text-align: center;
  max-width: 130px;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
  margin: 0 auto;
  pointer-events: none;
}
.smallBtn a:hover {
  background-color: #e8630b;
}
.kakoGrid h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.kakoGrid {
  margin-bottom: 60px;
}
.kakoGrid p {
  font-size: 16px;
  line-height: 26px;
}
.kakoGrid .qouteBottom h3 i {
  color: #ff6a08;
  margin-right: 5px;
}
.kakoGrid .qouteBottom h3 {
  font-size: 18px;
  margin: 10px 0;
}
.kakoGrid .qouteBottom p {
  font-size: 16px;
  margin-bottom: 0;
}
.silverCrown {
  color: #b8b2b4;
}
.brownCrown {
  color: #9d6743;
}
.views {
  font-size: 30px;
}
.mt-2 {
  margin-top: 15px;
}
.qouteBottom.mt-2 ul li {
  font-size: 16px;
  line-height: 26px;
}
.leftkaku {
  max-width: 325px;
}
.centerkaku {
  max-width: 325px;
  margin: 0 auto;
}

.rightkaku {
  max-width: 325px;
  margin-left: auto;
}
.kakoGridHead.flexend {
  justify-content: center;
}
.kakoGridRow .col-md-4:first-child .kakoGrid {
  max-width: 325px;
}
.kakoGridRow .col-md-4:nth-child(2) .kakoGrid {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.kakoGridRow .col-md-4:last-child .kakoGrid {
  max-width: 325px;
  margin-left: auto;
}
.shinsaTable {
  max-width: 800px;
  margin: 0 auto;
}
.secTitle span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
  display: inline-block;
}

.profileBox p {
  font-size: 15px;
  line-height: 30px;
  padding-right: 35px;
  margin-bottom: 20px;
}
.profileBox p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .particiGrid .media .media-object {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 98%;
  }
  @media screen and (max-width: 1200px) {
    .particiGrid .media .media-object {
      max-width: 334px;
    }
  }
  .kakoGrid .media .media-right {
    width: 60%;
  }
  .kakoGridRow .col-md-4:first-child .kakoGrid,
  .kakoGridRow .col-md-4:nth-child(2) .kakoGrid,
  .kakoGridRow .col-md-4:last-child .kakoGrid {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  li.search {
    display: none;
  }
  .secondMenu ul.nav.navbar-nav {
    width: 100%;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .footerWidget .btnn {
    max-width: 350px;
  }
  .tableGrid img {
    height: auto;
  }
  .tableResponsive {
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .tableResponsive .table {
    width: 700px;
  }
  a.navbar-brand img {
    max-width: 300px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .carousel-caption {
    transform: translateY(-45%);
    left: -7% !important;
    right: -7% !important;
  }
  .carousel-control img {
    max-width: 35px;
  }
  .carousel-caption img {
    transform: scale(0.75);
  }
  img.logoImage {
    position: absolute;
    top: 20px;
    left: 0;
    height: auto !important;
    max-width: 240px;
    right: 0;
    margin: 0 auto;
  }
  .particiGrid .media-left {
    display: block;
  }
  .particiGrid .media .media-object {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
    height: auto;
  }
  .readMore a {
    max-width: 260px;
    margin-bottom: 25px;
  }
  .profileBox .col-sm-3 img {
    margin: 0 auto 35px;
  }
  .kakoGrid .media .media-right {
    width: 100%;
    padding: 0;
    display: block;
    margin: 20px 0;
  }
  .mt-5 {
    margin-top: unset !important;
  }
  .sec-position {
    padding-top: 1rem;
    float: left;
    margin-left: unset !important;
    position: unset !important;
    margin-top: unset !important;
  }
  .thi-position {
    float: left;
    margin-top: -2rem;
  }
  .item.active {
    height: 260px;
  }
}
.result table tr td:first-child {
  border-right: unset;
  background-color: unset;
  width: auto;
  vertical-align: middle;
}
.result table tr td {
  text-align: center;
  border-bottom-width: 1px !important;
}
.result table tr th {
  text-align: center;
  border-bottom-width: 1px !important;
  border: 1px solid #000000 !important;
}
.result tbody > tr td {
  border: 1px solid #000000 !important;
}
.result-color {
  background-color: #ddd;
}
.ml-2 {
  margin-left: 15px;
}
.f-size {
  font-weight: normal;
}
.smallBtn a {
  margin: unset !important;
}
.kakoGrid h2 {
  font-size: 24px !important;
}
.mt-5 {
  margin-top: 11.6rem;
}
.sec-position {
  margin-left: 15rem;
  position: absolute;
  margin-top: -3.2rem;
}
.examiner-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.examiner-margin {
  margin-top: 80px;
}
.participation tbody > tr td {
  border: 1px solid #000000 !important;
}
.participation table tr th {
  border-bottom-width: 1px !important;
  border: 1px solid #000000 !important;
}
.participation table tr td:first-child {
  border-right: unset;
  background-color: unset;
  width: auto;
  vertical-align: middle;
}
.p-30 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: -30px !important;
  }
}