@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Color Variables */
/* Global Reset or Basic Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1.125em;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  color: #000;
  background-color: #ebf1f1;
  line-height: 1.5;
}

#pcHide {
  display: none;
}

.container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 1.5;
}

.takasa {
	line-height:2em;
}
/* Header Section */
header {
  position: fixed;
  background-color: #ebf1f1;
  width: 100%;
  height: 135px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  z-index: 999;
}
header .surala-logo {
  height: 60px;
}
header .btn-toggle {
  display: none;
}
header .menu-ul {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  list-style-type: none;
  padding: 0;
  column-gap: 30px;
}
header .menu-ul li a {
  font-size: 24px;
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 500;
}
header .menu-ul li a:hover {
  color: #116036;
  font-weight: 700;
  border-bottom: 3px solid #116036;
}
header .menu-ul li a.active {
  color: #116036;
  font-weight: 700;
  border-bottom: 3px solid #116036;
}

/* Slick Slider */
.slider-wrapper {
  width: 100%;
  height: 600px;
  background-image: url("../images/student-teacher/slider_back.png");
  background-repeat: repeat-x;
  background-position: top center;
  padding-bottom: 60px;
  position: relative;
  top: 135px;
}
.slider-wrapper .slider-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-top: 34px;
}
.slider-wrapper .slider-content h2 {
  font-size: 33px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #116036;
  padding-left: 26px;
}
.slider-wrapper .slider-content .slider {
  width: 100%;
}
.slider-wrapper .slider-content .slick-slide {
  margin: 0px 20px;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slider-wrapper .slider-content .slick-slide img {
  width: 100%;
}
.slider-wrapper .slider-content .slick-prev {
  width: auto;
  height: auto;
  left: -35px;
}
.slider-wrapper .slider-content .slick-prev:before {
  content: "";
  color: #000;
  background-image: url("../images/student-teacher/control-btn.png");
  width: 46px;
  height: 68px;
  background-size: 46px 68px;
  display: block;
  transform: rotate(-180deg);
}
.slider-wrapper .slider-content .slick-next {
  width: auto;
  height: auto;
  right: -35px;
}
.slider-wrapper .slider-content .slick-next:before {
  content: "";
  color: #000;
  background-image: url("../images/student-teacher/control-btn.png");
  width: 46px;
  height: 68px;
  background-size: 46px 68px;
  display: block;
}
.slider-wrapper .slider-content .slick-active {
  opacity: 0.5;
}
.slider-wrapper .slider-content .slick-current {
  opacity: 1;
}

/* Main Container */
main {
  padding: 138px 0 160px 0;
  display: block !important;
  top: 138px;
  position: relative;
  /* -----  ribbon button ----- */
}
main .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}
main .btn:hover {
  opacity: 0.8;
}
main .btn.btn-blue {
  background-color: #0B4055;
  border-radius: 10px;
  color: #fff;
}
main .btn.btn-gray {
  background-color: #727171;
  border-radius: 10px;
  color: #fff;
}
main .btn.btn-light-green {
  background-color: #5CA544;
  border-radius: 10px;
  color: #fff;
}
main .tit-tanq {
  display: block;
  margin: 0 auto;
  width: 1100px;
}
main h1 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #116036;
  margin: 0 0 25px 0;
}
main h1.mt {
  margin-top: 52px;
}
main h2 {
  font-size: 33px;
  text-align: center;
  margin: 60px 0 30px 0;
  font-weight: 700;
}
main h2 br {
  display: none;
}
main h2 span br {
  display: initial;
}
main p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
main .quest-transition {
  margin: 41px auto 0 auto;
  width: 100%;
  cursor: pointer;
}
main .quest-transition:active {
  opacity: 0.8;
}
main .tit-program {
  margin: 113px auto 60px auto;
  display: block;
  width: 1100px;
}
main .ribbon-btn {
  position: relative;
  display: block;
  margin: 50px auto 0 auto;
  width: 315px;
  height: 53px;
  padding: 8px 10px;
  border: 2px solid #116036;
  background: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #116036;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
main .ribbon-btn::before {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  border-top: 10px solid #116036;
  border-left: 27px solid transparent;
  left: 0;
}
main .ribbon-btn::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  border-top: 10px solid #116036;
  border-left: 27px solid transparent;
  right: 0;
  transform: scaleX(-1);
}
main .card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 30px 0;
  position: relative;
}
main .card .card-content {
  padding: 34px 85px 40px 85px;
  /* Table design */
}
main .card .card-content h2 {
  font-size: 38px;
  text-align: left;
  font-weight: 800;
  color: #116036;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
main .card .card-content h2 .session {
  width: 80px;
  margin-left: 10px;
}
main .card .card-content h2 .session-sp {
  display: none;
}
main .card .card-content h2 span {
  font-size: 26px;
  color: #5CA544;
  margin-left: 35px;
  white-space: initial;
}
main .card .card-content h2.sub-heading {
  font-size: 24px;
  margin-top: 45px;
  margin-left: -10px;
}
main .card .card-content h2:before {
  content: "";
  width: 56.5px;
  height: 46.7px;
  position: absolute;
  left: -70px;
}
main .card .card-content h2.ttl-one:before {
  background-image: url("../images/student-teacher/tit_icon_1.png");
}
main .card .card-content h2.ttl-two:before {
  background-image: url("../images/student-teacher/tit_icon_2.png");
}
main .card .card-content h2.ttl-three:before {
  background-image: url("../images/student-teacher/tit_icon_3.png");
}
main .card .card-content h2.ttl-four {
  align-items: flex-start;
}
main .card .card-content h2.ttl-four:before {
  background-image: url("../images/student-teacher/tit_icon_4.png");
}
main .card .card-content h2.ttl-five:before {
  background-image: url("../images/student-teacher/tit_icon_5.png");
}
main .card .card-content .btn.btn-blue.align-center {
  display: flex;
  max-width: 500px;
  font-size: 24px;
  margin-top: 35px;
}
main .card .card-content .btn.btn-gray.align-center {
  display: flex;
  max-width: 500px;
  font-size: 24px;
  margin-top: 35px;
}
main .card .card-content .two-col-area {
  display: flex;
  justify-content: space-between;
  column-gap: 22px;
  margin-top: 30px;
}
main .card .card-content .two-col-area .col-left {
  width: calc((100% - 22px) / 2);
}
main .card .card-content .two-col-area .col-left p {
  margin-bottom: 30px;
}
main .card .card-content .two-col-area .col-left .img-wrapper {
  display: flex;
}
main .card .card-content .two-col-area .col-left .img-wrapper .img-bubble {
  width: 482px;
  margin-left: auto;
}
main .card .card-content .two-col-area .col-left .mb-0 {
  margin-bottom: 0;
}
main .card .card-content .two-col-area .col-left .btn.btn-blue {
  font-size: 24px;
  margin: 40px 0 0 0;
}
main .card .card-content .two-col-area .col-left .btn.btn-gray {
  font-size: 24px;
  margin: 40px 0 0 0;
}
main .card .card-content .two-col-area .col-left .chara-arm {
  display: block;
  margin: 40px auto 0 auto;
  width: 428px;
}
main .card .card-content .two-col-area .col-left .present {
  display: block;
  margin: 0 auto;
}
main .card .card-content .two-col-area .col-right {
  width: calc((100% - 22px) / 2);
  text-align: right;
}
main .card .card-content .two-col-area .col-right .chatboardimg {
  margin-left: auto;
}
main .card .card-content .two-col-area .col-right .two-pic {
  width: 431px;
}
main .card .card-content .two-col-area .col-right .three-pic {
  width: 384px;
  margin: 0 auto;
  display: block;
}
main .card .card-content .two-col-area .col-right .btn.btn-light-green {
  width: 100%;
  max-width: 470px;
  height: 90px;
  border-radius: 11px;
  margin: 33px auto 0 auto;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
}
main .card .card-content .two-col-area .col-right .btn.btn-blue {
  display: flex;
  font-size: 24px;
}
main .card .card-content .two-col-area .col-right .btn.btn-gray {
  display: flex;
  font-size: 24px;
}
main .card .card-content .two-col-area .col-right .img-idea-exhibition {
  display: block;
  margin: 0 auto;
}
main .card .card-content .two-col-area .col-right .five-pic {
  width: 100%;
}
main .card .card-content p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
main .card .card-content p.main-para {
  font-size: 24.5px;
  line-height: 38px;
  font-weight: 500;
}
main .card .card-content p.green-para {
  margin: 0 auto;
  display: block;
  width: max-content;
  font-size: 24px;
  line-height: 36px;
  color: #5CA544;
  font-weight: 700;
}
main .card .card-content p span {
  font-weight: 800;
  color: #116036;
}
main .card .card-content p b {
  color: #EB613D;
}
main .card .card-content .q-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  row-gap: 44px;
}
main .card .card-content .q-area .q-single {
  width: calc((100% - 20px) / 2);
}
main .card .card-content .q-area .q-single .q-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
main .card .card-content .q-area .q-single .q-title span {
  margin-left: 7px;
}
main .card .card-content .q-area .q-single .q-title img {
  width: 60px;
}
main .card .card-content .q-area .q-single .btn-area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  margin-top: 26px;
}
main .card .card-content .q-area .q-single .btn-area .btn {
  display: flex;
  max-width: 440px;
  width: 100%;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 20px;
}
main .card .card-content .q-area .q-single .btn-area .btn.btn-primary {
  background-color: #5CA544;
}
main .card .card-content .q-area .q-single .btn-area .btn.btn-secondary {
  background-color: #189084;
}
main .card .card-content .q-area .q-single .btn-area .btn.btn-gray2 {
  background-color: #727171;
  opacity: 1;
}
main .card .card-content .btm-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
main .card .card-content .btm-btn-area .btn-area-side {
  width: 50%;
  text-align: center;
}
main .card .card-content .btm-btn-area .btn-area-side .btn {
  display: flex;
}
main .card .card-content .btm-btn-area .btn-area-side .btn.btn-blue {
  background-color: #5CA544;
  border-radius: 10px;
  color: #fff;
  font-size: 21pt;
  font-weight: 700;
  width: 100%;
  max-width: 470px;
  height: 90px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  padding: 0;
}
main .card .card-content .btm-btn-area .btn-area-side .btn.btn-blue:active {
  opacity: 0.5;
}
main .card .card-content .btm-btn-area .btn-area-side .btn.btn-gray {
  background-color: #727171;
  border-radius: 10px;
  color: #fff;
  font-size: 21pt;
  font-weight: 700;
  width: 100%;
  max-width: 470px;
  height: 90px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  padding: 0;
  opacity: 1;
}
main .card .card-content .btm-btn-area .btn-area-side .btn.btn-link {
  font-size: 20pt;
  color: #0B4055;
  text-decoration: underline;
}
main .card .card-content .btm-btn-area .btn-area-side .btn.btn-link:active {
  opacity: 0.5;
}
main .card .card-content .schedule {
  max-width: 800px;
  width: 100%;
  margin: 0 0 20px 20px;
  border: 1px solid #999999;
  border-collapse: collapse;
}
main .card .card-content .schedule col.am {
  width: 25%;
}
main .card .card-content .schedule col.pm {
  width: 25%;
}
main .card .card-content .schedule col.detail {
  width: 50%;
}
main .card .card-content .schedule thead th {
  background: #5CA544;
  font-size: 20px;
  color: #fff;
  padding: 1px 6px 3px 6px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #5CA544;
}
main .card .card-content .schedule thead th:nth-child(1) {
  border-right: 1px solid #999999;
}
main .card .card-content .schedule thead th:nth-child(2) {
  border-right: 1px solid #999999;
}
main .card .card-content .schedule tbody td {
  height: 34px;
  padding: 0 6px;
  border: 1px solid #cfd5d9;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
main .card .card-content .schedule tbody tr:nth-child(even) {
  background: #f3f9f2;
}
main .card .card-content .schedule tbody tr:nth-child(odd) {
  background: #fff;
}
main .card .card-content .btn.btn-blue {
  display: block;
  width: 100%;
  max-width: 470px;
  height: 100px;
  border-radius: 11px;
  margin: 22px auto 30px auto;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
}
main .card .card-content .btn.btn-blue span {
  color: #FFFF00;
}
main .card .card-content .btn.btn-blue medium {
  font-size: 30px;
}
main .card .card-content .btn.btn-gray {
  display: block;
  width: 100%;
  max-width: 470px;
  height: 100px;
  border-radius: 11px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
}
main .card .card-content .btn.btn-gray span {
  color: #FFFF00;
}
main .card .card-content .btn.btn-gray medium {
  font-size: 30px;
}
main .card .card-content .ow-area {
  display: flex;
  /*justify-content: space-between;*/	
  margin-top: 30px;
}
main .card .card-content .ow-area button {
  border: none;
  background: none;
  cursor: pointer;
  /*add250604*/
  padding-right:10px;
}
main .card .card-content .ow-area button:active {
  opacity: 0.6;
}
/* New styles in 5th collapse area */
main .card .card-content .judge-area {
  
}
main .card .card-content .judge-area h2.sub-heading {
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 125px;
}
main .card .card-content .judge-area .center-date {
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  margin-top: -10px;
}
main .card .card-content .judge-area .yt-frame {
  /* width: 1033px; */
  width: 100%;
  height: 584px;
  margin: 25px auto 0 auto;
}
/* Table */
main .card .card-content .judge-area .table-judge {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: auto;
}
main .card .card-content .judge-area .table-judge th {
  font-size: 22px;
  font-weight: 600;
  background-color: #5CA544;
  color: white;
  border: 1px solid #999999;
  padding: 10px;
}
main .card .card-content .judge-area .table-judge th:nth-child(1) {
  width: 30%;
}
main .card .card-content .judge-area .table-judge th:nth-child(2) {
  width: 70%;
}
main .card .card-content .judge-area .table-judge td {
  border: 1px solid #999999;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 400;
}
main .card .card-content .judge-area .table-judge tr:nth-child(odd) {
  background-color: #eff6ec;
}
/* End table */
main .card .card-content .judge-area .btn-light-green.green-large {
   width: 520px;
  height: 120px;
  font-size: 30px;
  margin: 0 auto 80px auto;
}
main .card .card-content .judge-area .user-card-area {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 23px;
}
main .card .card-content .judge-area .user-card-area .user-card {
  width: 100%;
  padding: 20px;
  background-color: #ebf1f1;
  display: flex;
  align-items: flex-start;
}
main .card .card-content .judge-area .list-group {
  margin-top: 35px;
  gap: px;
  display: flex;
  flex-wrap: wrap;
}
main .card .card-content .judge-area .list-group .list-single {
  display: flex;
  align-items: center;
  width: calc((100% - 35px) / 2);
}
main .card .card-content .judge-area .list-group .list-single p {
  width: 100%;
  font-size: 26px;
  line-height: 160%;
  margin-right: 25px;
  font-weight: 500;
}
main .card .card-content .judge-area .list-group .list-single .btn-light-green {
  width: 170px;
  height: 50px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 7px;
}
main .card .card-content .judge-area .list-group .list-single .btn.btn-light-green {
  font-size: 20px;
  width: 100%;
  max-width: 470px;
  height: 70px;
  font-weight: 600;
  margin: 20px auto 30px auto;
}
main .card .card-content .judge-area .user-card-area .user-card:nth-child(1) {
  width: calc((100% - 23px) / 2);
}
main .card .card-content .judge-area .user-card-area .user-card:nth-child(2) {
  width: calc((100% - 23px) / 2);
}
main .card .card-content .judge-area .user-card-area .user-card img {
  margin-right: 20px;
  width: 240px;
}
main .card .card-content .judge-area .user-card-area .user-card p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
main .card .card-content .judge-area .user-card-area .user-card span {
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 15px;
  display: block;
}
main .btn-area {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
}
main .btn-area .btn {
  background-color: #fff;
  width: 100%;
  max-width: 550px;
  height: 130px;
  border-radius: 10px;
  font-size: 24px;
  display: block;
  padding: 18px 20px;
}
main .btn-area .btn span {
  font-size: 32px;
}
main .btn-area .btn.btn-outline {
  border: 2px solid;
}
main .btn-area .btn.btn-outline.light-green {
  border-color: #8CC63F;
  color: #8CC63F;
}
main .btn-area .btn.btn-outline.light-green:active {
  background-color: #8CC63F;
  color: #fff;
  opacity: 1 !important;
}
main .btn-area .btn.btn-outline.light-green:active:hover {
  opacity: 1;
}
main .btn-area .btn.btn-outline.primary {
  border-color: #178F83;
  color: #178F83;
}
main .btn-area .btn.btn-outline.primary:active {
  background-color: #178F83;
  color: #fff;
  opacity: 1 !important;
}
main .btn-area .btn.btn-outline.primary:active:hover {
  opacity: 1;
}
main .go-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 9;
}

footer {
  padding: 60px 0;
  text-align: center;
  font-size: 22px;
  color: #4D4D4D;
  position: relative;
}
footer br {
  display: none;
}

#teacher {
  padding-top: 100px;
  padding-bottom: 160px;
}
#teacher .btn:active {
  opacity: 0.6;
}
#teacher .card .card-content .btn.btn-blue {
  font-size: 24px;
  background-color: #0B4055;
  margin-top: 45px;
  padding: 11px 20px;
}
#teacher .card .card-content .btn.btn-blue.sm {
  font-size: 24px;
  height: 90px;
  padding: 26px 0;
  margin: 80px auto 65px auto;
}
#teacher .card .card-content .btn.btn-blue.custom {
  padding: 16px 20px;
}
#teacher .card .card-content .btn.btn-gray {
  font-size: 24px;
  background-color: #727171;
  margin-top: 45px;
  padding: 11px 20px;
  opacity: 1;
}
#teacher .card .card-content .btn.btn-gray.sm {
  font-size: 24px;
  height: 90px;
  padding: 26px 0;
  margin: 80px auto 65px auto;
}
#teacher .card .card-content .btn.btn-gray.custom {
  padding: 16px 20px;
}
#teacher .card .card-content .btn.btn-light-green {
  font-size: 24px;
  width: 100%;
  max-width: 470px;
  height: 100px;
  margin: 35px auto 65px auto;
}

#teacher  .card .card-content .judge-area .btn.btn-light-green {
  font-size: 20px;
  width: 100%;
  max-width: 470px;
  height: 60px;		
  font-weight: 600;
  border-radius: 7px;
  margin: 20px auto 30px auto;
}
#teacher .card .card-content .btn.btn-light-green.sm {
  font-size: 24pt;
  max-width: 470px;
  height: 90px;
  padding: 26px 0;
  margin: 80px auto 25px auto;
  border-radius: 10px;
}
#teacher .card .card-content .btn.btn-link {
  font-size: 20pt;
  color: #0B4055;
  text-decoration: underline;
}
#teacher .card .card-content p .orange {
  color: #EB613D;
}
#teacher .card .card-content .btn-area-flex {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin: 0 0 33px 0;
}
#teacher .card .card-content .btn-area-flex .btn.btn-blue {
  margin: 0;
  padding: 30px 20px;
}
#teacher .card .card-content .btn-area-flex .btn.btn-gray {
  margin: 0;
  padding: 30px 20px;
}
#teacher .card .card-content .two-col-area .col-left .btn.btn-blue {
  padding: 30px 20px;
}
#teacher .card .card-content .two-col-area .col-left .btn.btn-gray {
  padding: 30px 20px;
}

#agree {
  padding: 70px 0 0 0;
  top: 0;
}
#agree h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
}
#agree h1 br {
  display: none;
}
#agree h1::before, #agree h1::after {
  content: "";
  background-image: url("../images/student-teacher/leaf.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 56.5px;
  height: 46.7px;
  background-size: contain;
}
#agree h1::before {
  margin-right: 23px;
}
#agree h1::after {
  transform: scaleX(-1);
  margin-left: 23px;
}
#agree .card {
  background-color: #DFEEBB;
  margin: 50px 0 90px 0;
  border-radius: 30px;
  box-shadow: none;
}
#agree .card:before {
  display: none;
}
#agree .card .card-content {
  padding: 55px 30px 40px 40px;
}
#agree .card .card-content p {
  font-size: 23.4px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
#agree .card .card-content p .pcHide {
  display: none;
}
#agree .card .card-content p.orange {
  text-align: center;
  color: #EB613D;
  line-height: 42px;
  margin-top: 40px;
  font-weight: 600;
}
#agree a.green {
  text-decoration: none;
  color: #116036;
  font-size: 24px;
  display: table;
  margin: 30px auto 40px auto;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #116036;
}
#agree a.green:active {
  opacity: 0.6;
}
#agree .btn.btn-light-green {
  font-size: 32px;
  font-weight: 800;
  border-radius: 150px;
  margin: 0 auto;
  max-width: 470px;
  width: 100%;
  height: 90px;
}
#agree .btn.btn-light-green:active {
  opacity: 0.6;
}
#agree p {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  font-weight: 500;
}

#quest {
  padding: 30px 0 160px 0;
}
#quest .main-heading {
  margin: 0 0 50px 0;
}
#quest .main-heading img {
  width: 492px;
}
#quest .main-para {
  font-size: 33px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
}
#quest .main-para span {
  color: #5CA544;
  font-weight: 700;
}
#quest .green-box {
  background-color: rgba(92, 165, 68, 0.2);
  margin: 65px 0 0 0;
}
#quest .green-box .green-box-content {
  padding: 46px 80px 36px 80px;
}
#quest .green-box .green-box-content .clearbenefit-tit {
  width: 544px;
  margin: 0 auto 45px auto;
  display: block;
}
#quest .green-box .green-box-content .two-col-area {
  display: flex;
  justify-content: space-between;
}
#quest .green-box .green-box-content .two-col-area .col-left, #quest .green-box .green-box-content .two-col-area .col-right {
  width: calc((100% - 20px) / 2);
}
#quest .green-box .green-box-content .two-col-area .col-left .col-title, #quest .green-box .green-box-content .two-col-area .col-right .col-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
#quest .green-box .green-box-content .two-col-area .col-left .col-title img, #quest .green-box .green-box-content .two-col-area .col-right .col-title img {
  width: 84px;
  margin-right: 10px;
}
#quest .green-box .green-box-content .two-col-area .col-left .col-img, #quest .green-box .green-box-content .two-col-area .col-right .col-img {
  display: block;
  margin: 15px auto 0 auto;
  height: 192px;
}
#quest .wood-bg {
  background: url("../images/quest/wood.png");
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 100px;
}
#quest .wood-bg .wood-bg-content {
  padding: 45px 100px;
}
#quest .wood-bg .wood-bg-content .quest-board {
  display: block;
  margin: 0 auto;
}
#quest .wood-bg .wood-bg-content p {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
#quest .wood-bg .wood-bg-content .row {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#quest .wood-bg .wood-bg-content .row button {
  background-color: unset;
  border: unset;
  cursor: pointer;
  transition: 0.1s;
}
#quest .wood-bg .wood-bg-content .row button:active {
  opacity: 0.8;
}
#quest .quest-section {
  margin-top: 70px;
}
#quest .quest-section .quest-banner {
  width: 100%;
}
#quest .quest-section .quest-title {
  display: block;
  margin: 70px auto 0 auto;
  width: 996px;
}
#quest .quest-section .result {
  width: 100%;
  margin: 27px 0 0 0;
}
#quest .quest-section .congra {
  margin: 52px 0 0 auto;
  display: flex;
}
#quest .table-wrapper {
  width: 100%;
}
#quest .table-strip.quest-tbl1 thead tr th:nth-child(1) {
  width: 500px;
}
#quest .table-strip.quest-tbl1 thead tr th:nth-child(2) {
  width: 315px;
}
#quest .table-strip {
  width: 100%;
  margin: 40px auto;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
}
#quest .table-strip th, td {
  border: 1px solid #6a3906;
  padding: 10px auto;
  height: 50px;
  text-align: center;
  word-wrap: break-word;
  font-size: 20px;
  font-weight: 300;
}
#quest .table-strip th {
  background-color: #6a3906;
  color: white;
  font-weight: bold;
  height: 65px;
  border: 1px solid #fff;
  font-size: 22px;
  font-weight: 600;
}
#quest .table-strip td:nth-child(1) {
  width: 40%;
}
#quest .table-strip td:nth-child(2) {
  width: 30%;
}
#quest .table-strip td:nth-child(3) {
  width: 30%;
}
#quest .table-strip tr:nth-child(even):not(:first-child) {
  background-color: #f9f4dd;
}
#quest .table-strip caption {
  caption-side: top;
  text-align: right;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 300;
}
#quest .total-container {
  display: flex;
  width: fit-content;
  margin-left: auto;
  border: 1px solid #8b5e20;
  font-size: 18px;
}
#quest .total-container .label {
  background-color: #754c24;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 5px;
  width: 265px;
  text-align: center;
}
#quest .total-container .value {
  background-color: white;
  font-size: 18px;
  font-weight: 600;
  color: #754c24;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1px;
  width: 100px;
}

#report {
  padding: 35px 0 160px 0;
}
#report .report-theme {
  width: 100%;
}
#report .report-title {
  font-size: 38px;
  line-height: 56px;
  font-weight: 700;
  margin: 85px 0 35px 0;
}
#report p.large {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 35px;
}
#report .theme-img {
  max-width: 1030px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#report .section-application, #report .section-screen {
  background-image: url("../images/report/application_back.png");
  background-repeat: repeat-y;
  background-position: top center;
  margin-top: 80px;
}
#report .section-application .section-content, #report .section-screen .section-content {
  padding: 66px 90px;
}
#report .section-application .section-content .application-tit, #report .section-screen .section-content .application-tit {
  display: block;
  margin: 0 auto;
}
#report .section-application .section-content p.red, #report .section-screen .section-content p.red {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #EB613D;
  text-align: center;
  margin-top: 37px;
}
#report .section-application .section-content .para-area, #report .section-screen .section-content .para-area {
  margin-top: 40px;
}
#report .section-application .section-content .para-area h3, #report .section-screen .section-content .para-area h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #116036;
  margin: 0 0 12px 0;
}
#report .section-application .section-content .para-area h3.sp, #report .section-screen .section-content .para-area h3.sp {
  margin-left: -13px;
}
#report .section-application .section-content .para-area p, #report .section-screen .section-content .para-area p {
  font-size: 18px;
  line-height: 30px;
}
#report .section-application .section-content .para-area p span, #report .section-screen .section-content .para-area p span {
  color: #ff0000;
  font-weight: 500;
}
#report .section-application .section-content .para-area .ul-area, #report .section-screen .section-content .para-area .ul-area {
  margin-top: 25px;
  padding-left: 20px;
}
#report .section-application .section-content .para-area .ul-area .ul-title, #report .section-screen .section-content .para-area .ul-area .ul-title {
  margin-top: 30px;
}
#report .section-application .section-content .para-area .ul-area .ul-list, #report .section-screen .section-content .para-area .ul-area .ul-list {
  padding-left: 20px;
}
#report .section-application .section-content .para-area .ul-area .ul-list li, #report .section-screen .section-content .para-area .ul-area .ul-list li {
  font-size: 18px;
}
#report .section-application .section-content .para-area .col-area, #report .section-screen .section-content .para-area .col-area {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
#report .section-application .section-content .para-area .col-area .col, #report .section-screen .section-content .para-area .col-area .col {
  width: calc((100% - 15px) / 2);
}
#report .section-application .section-content .para-area .col-area .col .green-title, #report .section-screen .section-content .para-area .col-area .col .green-title {
  font-size: 22px;
  font-weight: 500;
  color: #5CA544;
}
#report .section-application .section-content .para-area .col-area .col p.red, #report .section-screen .section-content .para-area .col-area .col p.red {
  text-align: left;
  color: #ff0000;
  font-weight: 500;
  margin: 5px 0 0 0;
}
#report .section-application .section-content .para-area .col-area .col p.indent, #report .section-screen .section-content .para-area .col-area .col p.indent {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-top: 25px;
}
#report .section-application .section-content .para-area .col-area .col p.indent::before, #report .section-screen .section-content .para-area .col-area .col p.indent::before {
  content: "※";
  position: absolute;
  left: 0;
}
#report .section-application .section-content .para-area .col-area .col .report-chara1, #report .section-screen .section-content .para-area .col-area .col .report-chara1 {
  width: 393px;
  display: block;
  margin: 0 auto;
}
#report .section-screen {
  background-image: url("../images/report/screening_back.png");
}
#report .section-screen .section-content .center-para {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 32px;
}
#report .section-screen .section-content .para-area .col-area .col p.indent {
  font-size: 17.8px;
  margin-top: 5px;
}
#report .section-screen .section-content .para-area .col-area .col p.indent::before {
  display: none;
}
#report .section-screen .section-content .para-area .report-chara2 {
  display: block;
  margin: 20px auto 0 auto;
}
#report .section-screen .section-content .table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  border: 1px solid #4d4d4d;
}
#report .section-screen .section-content .table tbody tr td {
  border: 1px solid #4d4d4d;
  padding: 7px 10px;
  font-size: 18px;
  color: #4d4d4d;
}
#report .section-screen .section-content .table tbody tr td.ttl {
  font-size: 20px;
  font-weight: 400;
  width: 348px;
  vertical-align: top;
}

.collapse-area .collapsible {
  background-color: #fff;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: #000;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.collapse-area .collapsible .card-header {
  cursor: pointer;
  width: calc(100% + 85px);
  z-index: 2;
  position: relative;
}
.collapse-area .collapsible .expand-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  transition: all 0.3s ease;
}
.collapse-area .collapsible.active .expand-area {
  max-height: max-content;
  transition: all 0.3s ease;
}
.collapse-area .collapsible.active::after {
  content: "▲";
}
.collapse-area .collapsible::after {
  content: "▼";
  color: #178F83;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: transform 0.3s;
  position: absolute;
  top: 43px;
  right: 20px;
  font-size: 50px;
}

/* Results page */
#results {
  padding-top: 35px;
}
#results .main-heading img {
  width: 675px;
}
#results .main-para {
  font-size: 22px;
  line-height: 38px;
  max-width: 100%;
}
#results .main-para span {
  color: #116036;
  font-weight: 600;
}
#results .thum-presen {
  width: 100%;
  max-width: 1160px;
  margin: 40px auto 100px auto;
  display: block;
}
#results .card {
  border: 4px solid #178f83;
  border-radius: 10px;
  margin-top: 80px;
}
#results .card .card-content {
  padding: 45px 30px 50px 30px;
}
#results .card .card-content .tit-grandprize {
  margin: 0 auto;
  display: block;
  width: 415px;
}
#results .card .card-content .two-col {
  display: flex;
  column-gap: 50px;
  margin-top: 44px;
}
#results .card .card-content .two-col.mr-top {
  margin-top: 120px;
}
#results .card .card-content .two-col .left {
  min-width: 400px;
}
#results .card .card-content .two-col .left .pic-team {
  width: 100%;
}
#results .card .card-content .two-col .right {
  width: 100%;
}
#results .card .card-content .two-col .right h3 {
  font-size: 26px;
  line-height: 45px;
  font-weight: 800;
  color: #116036;
}
#results .card .card-content .two-col .right .green-text {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  color: #116036;
}
#results .card .card-content .two-col .right p {
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 20px;
}
#results .card .card-content .two-col .right .btn-set {
  display: flex;
  justify-content: center;
  column-gap: 54px;
  margin-top: 37px;
}
#results .card .card-content .two-col .right .btn-set .btn {
  width: 242px;
  height: 55px;
  border-radius: 150px;
  font-size: 22px;
}
#results .card .card-content .two-col .right .btn-set .btn.btn-secondary {
  background-color: #189084;
  color: #fff;
}
#results .card .card-content .green-card {
  background-color: #eff6ec;
  padding: 23px 70px 23px 55px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
#results .card .card-content .judge-area {
  margin-top: 50px;
  width: 100%;
  display: flex;
  column-gap: 56px;
}
#results .card .card-content .judge-area .left-col img {
  min-width: 180px;
  max-width: 180px;
}
#results .card .card-content .judge-area .right-col {
  width: 100%;
}
#results .card .card-content .judge-area .right-col h3 {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  color: #116036;
}
#results .card .card-content .judge-area .right-col p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 5px 0 0 0;
}
#results .card .card-content .judge-area .right-col p.bold {
  font-weight: 500;
  margin-top: 10px;
}
#results .col-area {
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
}
#results .col-area .two-col {
  width: calc((100% - 55px) / 2);
  margin-top: 62px !important;
}
#results .nyan-comment {
  display: block;
  margin: 80px auto 52px auto;
}
#results .card-white {
  width: 100%;
  padding: 40px 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
#results .card-white h3 {
  font-size: 33px;
  font-weight: 700;
  color: #116036;
  width: 100%;
  text-align: center;
  margin: 0 0 35px 0;
}
#results .card-white p {
  font-size: 21px;
}
#results .card-white polygon {
  font-size: 22px;
  line-height: 36px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 1.017vw;
  }
  .container {
    max-width: 1400px;
    padding-left: 6.25em;
    padding-right: 6.25em;
  }
  header {
    height: 9.5em;
  }
  header .surala-logo {
    height: 3.75em;
  }
  header .menu-ul {
    column-gap: 1.875em;
  }
  header .menu-ul li a {
    font-size: 1.5em;
  }
  .slider-wrapper {
    height: auto;
    padding-bottom: 5em;
    top: 9.5em;
  }
  .slider-wrapper .slider-content {
    width: 90%;
  }
  .slider-wrapper .slider-content h2 {
    font-size: 2.0625em;
  }
  main {
    padding: 8.625em 0 8.625em 0;
    top: 7.5em;
  }
  main .tit-tanq {
    width: 68.75em;
  }
  main h2 {
    font-size: 2.0625em;
    margin: 1.85em 0 0.875em 0;
  }
  main p {
    font-size: 1.375em;
    line-height: 1.6em;
  }
  main .quest-transition {
    margin-top: 3.4em;
  }
  main .tit-program {
    width: 68.75em;
    margin: 7em auto 3.8em auto;
  }
  main .card::before {
    background-repeat: no-repeat;
    width: 4em;
    height: 2em;
    top: 4em;
    right: 1.3em;
  }
  main .card .card-content {
    padding: 2.125em 5.3125em 2.5em 5.3125em;
  }
  main .card .card-content h2 {
    font-size: 2.375em;
    margin: 0 0 0.1em 0;
  }
  main .card .card-content h2 .session {
    width: 2.1em;
    margin-left: 0.25em;
  }
  main .card .card-content h2.sub-heading {
    font-size: 1.5em;
    margin-top: 1.8em;
    margin-left: -0.4em;
  }
  main .card .card-content h2:before {
    background-size: 1.466em 1.259em;
    background-repeat: no-repeat;
    left: -1.775em;
    width: 1.466em;
    height: 1.259em;
  }
  main .card .card-content h2 span {
    font-size: 0.68em;
    margin-left: 1.09375em;
  }
  main .card .card-content p {
    font-size: 1.12em;
    line-height: 1.65em;
  }
  main .card .card-content p.main-para {
    font-size: 1.52125em;
  }
  main .card .card-content p.green-para {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  main .card .card-content .two-col-area {
    margin-top: 1.9em;
  }
  main .card .card-content .two-col-area .col-left p {
    margin-bottom: 1.6em;
  }
  main .card .card-content .two-col-area .col-left .img-wrapper .img-bubble {
    width: 95%;
  }
  main .card .card-content .two-col-area .col-left .btn.btn-blue {
    font-size: 1.5em;
    margin-top: 1.6em;
  }
  main .card .card-content .two-col-area .col-left .chara-arm {
    width: 85%;
  }
  main .card .card-content .two-col-area .col-left .present {
    width: 80%;
  }
  main .card .card-content .two-col-area .col-right .chatboardimg {
    width: 29em;
  }
  main .card .card-content .two-col-area .col-right .two-pic {
    width: 95%;
  }
  main .card .card-content .two-col-area .col-right .three-pic {
    width: 77%;
  }
  main .card .card-content .two-col-area .col-right .btn.btn-light-green {
    max-width: 92%;
    height: 4em;
    font-size: 1.375em;
  }
  main .card .card-content .two-col-area .col-right .btn.btn-blue {
    font-size: 1.5em;
    height: 4.2em;
  }
  main .card .card-content .two-col-area .col-right .img-idea-exhibition {
    width: 91%;
  }
  main .card .card-content .two-col-area .col-right .chara-cap {
    width: 90%;
    margin-top: 3.5em;
  }
  main .card .card-content .q-area .q-single .q-title {
    font-size: 1.375em;
  }
  main .card .card-content .q-area .q-single .q-title span {
    margin-left: 0.4375em;
  }
  main .card .card-content .q-area .q-single .q-title img {
    width: 2.7em;
  }
  main .card .card-content .q-area .q-single .btn-area {
    margin-top: 1.6em;
  }
  main .card .card-content .q-area .q-single .btn-area .btn {
    font-size: 1.25em;
    max-width: 22em;
    height: 2.5em;
  }
  main .card .card-content .btm-btn-area {
    margin-top: 3.4em;
  }
  main .card .card-content .btm-btn-area .btn-area-side .btn.btn-blue {
    font-size: 1.5em;
    max-width: 19.6em;
    height: 4.1em;
  }
  main .card .card-content .btm-btn-area .btn-area-side .btn.btn-gray {
    font-size: 1.5em;
    max-width: 19.6em;
    height: 4.1em;
  }
  main .card .card-content .btm-btn-area .btn-area-side .btn.btn-link {
    font-size: 1.8em;
  }
  main .card .card-content .btm-btn-area .btn-area-side img {
    width: 24em;
  }
  main .card .card-content .btn.btn-blue {
    font-size: 1.375em;
    max-width: 21.4em;
    height: auto;
    margin: 1em auto 1.4em auto;
  }
  main .card .card-content .btn.btn-blue medium {
    font-size: 1.375em;
  }
  main .card .card-content .btn.btn-blue.align-center {
    font-size: 1.5em;
    height: 4.2em;
  }
  main .card .card-content .btn.btn-gray {
    font-size: 1.375em;
    max-width: 21.4em;
    height: auto;
    margin: 1em auto 1.4em auto;
  }
  main .card .card-content .btn.btn-gray medium {
    font-size: 1.375em;
  }
  main .card .card-content .btn.btn-gray.align-center {
    font-size: 1.5em;
    height: 4.2em;
  }
  main .card .card-content .ow-area button {
    width: 24%;
  }
  main .card .card-content .ow-area button img {
    width: 100%;
  }
 /* Judge area */
  main .card .card-content .judge-area .user-card-area { 
    gap: 1.5em 0;
  }
  main .card .card-content .judge-area .user-card-area .user-card {
    width: calc((100% - 0) / 2);
    padding: 1.25em;
  }
  main .card .card-content .judge-area .user-card-area .user-card:nth-child(2) { 
    margin-left: auto;
  }
  main .card .card-content .judge-area .user-card-area .user-card img {
    width: 14em;
    margin-right: 1.25em;
  }
  main .card .card-content .judge-area .user-card-area .user-card p {
    font-size: 1.125em;
    line-height: 1.6;
  }
  main .card .card-content .judge-area .user-card-area .user-card span {
    font-size: 1.125em;
    line-height: 1.6;
  }
  main .card .card-content .judge-area h2.sub-heading {
    margin-top: 5.8em;
    margin-bottom: 1.7em;
  }
  main .card .card-content .judge-area .list-group {
    gap: 2.1em;
  }
  main .card .card-content .judge-area .list-group .list-single {
    width: calc((100% - 2.1em) / 2);
  }
  main .card .card-content .judge-area .list-group .list-single p {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.6;
    margin-right: 1.1em;
  }
  main .card .card-content .judge-area .list-group .list-single .btn-light-green {
    font-size: 1.125em;
    min-width: 9.4em;
    height: 2.75em;
  }
  main .card .card-content .judge-area .center-date {
    font-size: 1.5625em;
  }
  main .card .card-content .judge-area .yt-frame {
    margin: 1.6em auto 0 auto;
    height: 36.5em;
  }
  main .card .card-content .judge-area .table-judge th {
    font-size: 1.375em;
  }
  main .card .card-content .judge-area .table-judge td {
    font-size: 1.25em;
    height: 2.5em;
  }
  main .card .card-content .judge-area .btn-light-green.green-large {
    font-size: 1.875em;
    width: 17.3em;
    height: 4em;
  }

	
	
  main .ribbon-btn {
    margin-top: 1.6em;
  }
  main .btn-area {
    margin-top: 6.2em;
    gap: 2.5em;
  }
  main .btn-area .btn {
    font-size: 1.5em;
    height: 5.4em;
    padding: 0.8em;
  }
  main .btn-area .btn span {
    font-size: 1.3em;
  }
  main .go-to-top {
    right: 2em;
    bottom: 1.5em;
  }
  main .go-to-top img {
    width: 5em;
    height: 5em;
  }
  footer {
    font-size: 1.375em;
  }
  .collapse-area .collapsible::after {
    font-size: 3.2em;
  }
  .collapse-area .collapsible .card-header {
    width: calc(100% + 4em);
  }
  #teacher {
    padding-top: 6.25em;
    padding-bottom: 8.25em;
  }
  #teacher h1 {
    font-size: 2.5em;
    margin-bottom: 0.65em;
  }
  #teacher h1.mt {
    margin-top: 1.3em;
  }
  #teacher .card .card-content .btn.btn-blue {
    font-size: 1.4em;
    margin-top: 1.5em;
  }
  #teacher .card .card-content .btn.btn-blue.sm {
    font-size: 1.4em;
    height: auto;
    margin: 2em auto 1em auto;
  }
  #teacher .card .card-content .btn.btn-gray {
    font-size: 1.4em;
    margin-top: 1.5em;
  }
  #teacher .card .card-content .btn.btn-gray.sm {
    font-size: 1.4em;
    height: auto;
    margin: 2em auto 1em auto;
  }
  #teacher .card .card-content .btn.btn-light-green {
    padding: 30px 20px;
    font-size: 1.4em;
    height: auto;
    max-width: 21.4em;
  }
  #teacher .card .card-content .btn.btn-light-green.sm {
    font-size: 2em;
    max-width: 14.7em;
    height: auto;
    margin: 3em auto 0.8em auto;
  }
  #teacher .card .card-content .btn.btn-link {
    font-size: 1.8em;
  }
  #agree {
    padding: 4.4em 6.25em 1em 6.25em;
  }
  #agree h1 {
    font-size: 2.62em;
  }
  #agree h1::before, #agree h1::after {
    width: 1.3em;
    height: 1.15em;
  }
  #agree .card {
    margin-top: 3.1em;
	  margin-bottom: 3.1em;
  }
  #agree .card .card-content {
    padding: 3.5em 1.9em 1.9em 2.4em;
  }
  #agree .card .card-content p {
    font-size: 1.46em;
    line-height: 2.05;
  }
  #agree .card .card-content p.orange {
    font-size: 1.48em;
    line-height: 1.8;
    margin-top: 1.7em;
  }
  #agree a.green {
    font-size: 1.5em;
    margin: 3.75em auto 1.65em auto;
  }
  #agree .btn.btn-light-green {
    font-size: 2em;
    max-width: 14.7em;
    height: 2.8em;
  }
  #agree p {
    font-size: 1.13em;
    margin-top: 1.4em;
  }
   #quest {
    padding-left: 6.25em;
    padding-right: 6.25em;
    padding-bottom: 9em;
  }
  #quest .main-heading {
    margin: 0 0 1.235em 0;
    font-size: revert;
  }
  #quest .main-heading img {
    width: 15.3em;
  }
  #quest .main-para {
    font-size: 2.0625em;
    line-height: 1.8;
  }
  #quest .green-box {
    margin: 4.1em 0 0 0;
  }
  #quest .green-box .green-box-content {
    padding: 2.875em 5em 2.25em 5em;
  }
  #quest .green-box .green-box-content .clearbenefit-tit {
    width: 34em;
  }
  #quest .green-box .green-box-content .two-col-area .col-left, #quest .green-box .green-box-content .two-col-area .col-right {
    width: calc((100% - 1.1em) / 2);
  }
  #quest .green-box .green-box-content .two-col-area .col-left .col-title, #quest .green-box .green-box-content .two-col-area .col-right .col-title {
    font-size: 1.5em;
    line-height: 1.5;
  }
  #quest .green-box .green-box-content .two-col-area .col-left .col-title img, #quest .green-box .green-box-content .two-col-area .col-right .col-title img {
    width: 3.5em;
  }
  #quest .green-box .green-box-content .two-col-area .col-left .col-img, #quest .green-box .green-box-content .two-col-area .col-right .col-img {
    height: 12em;
  }
  #quest .wood-bg {
    margin-top: 6.25em;
  }
  #quest .wood-bg .wood-bg-content {
    padding: 2.8125em 6.25em;
  }
  #quest .wood-bg .wood-bg-content .quest-board {
    width: 26.9em;
  }
  #quest .wood-bg .wood-bg-content p {
    font-size: 1.75em;
  }
  #quest .wood-bg .wood-bg-content .row {
    margin-top: 2.6875em;
    gap: 6.3em;
  }
  #quest .wood-bg .wood-bg-content .row button {
    width: 20em;
  }
  #quest .wood-bg .wood-bg-content .row button img {
    width: 100%;
  }
  #quest .quest-section {
    margin-top: 4.375em;
  }
  #quest .quest-section .quest-title {
    width: 62.25em;
    margin: 4.375em auto 0 auto;
  }
  #quest .quest-section .congra {
    width: 30.75em;
    margin: 3.25em 0 0 auto;
  }
  #quest .quest-section .result {
    margin: 1.6875em 0 0 0;
  }
  #quest .table-strip caption {
    font-size: 1.875em;
  }
  #quest .table-strip th {
    font-size: 2.375em;
    height: 2.2em;
  }
  #quest .table-strip td {
    font-size: 1.875em;
    height: 2em;
  }
  #quest .table-strip.quest-tbl1 thead tr th:nth-child(1) {
    width: 13.1em;
  }
  #quest .table-strip.quest-tbl1 thead tr th:nth-child(2) {
    width: 8.3em;
  }
  #quest .total-container .label {
    font-size: 2em;
    width: 7.4em;
    padding: 0.3em 0.6em;
  }
  #quest .total-container .value {
    font-size: 2em;
    width: 9.5em;
    padding: 0.3em 0.6em;
    gap: 1.3em;
  }
  #report {
    padding-left: 6.25em;
    padding-right: 6.25em;
    padding-bottom: 9em;
  }
  #report .report-title {
    font-size: 2.375em;
    line-height: 1.5;
    margin: 2em 0 1em 0;
  }
  #report p.large {
    font-size: 1.375em;
    line-height: 1.65;
    margin-bottom: 1.6em;
  }
  #report .theme-img {
    max-width: 64.375em;
  }
  #report .section-application, #report .section-screen {
    margin-top: 5em;
  }
  #report .section-application .section-content, #report .section-screen .section-content {
    padding: 4.125em 5.625em;
  }
  #report .section-application .section-content .application-tit, #report .section-screen .section-content .application-tit {
    width: 19.75em;
  }
  #report .section-application .section-content p.red, #report .section-screen .section-content p.red {
    font-size: 1.625em;
    line-height: 1.1;
    margin-top: 1.4em;
  }
  #report .section-application .section-content .para-area, #report .section-screen .section-content .para-area {
    margin-top: 2.5em;
  }
  #report .section-application .section-content .para-area h3, #report .section-screen .section-content .para-area h3 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
  }
  #report .section-application .section-content .para-area .col-area .col .green-title, #report .section-screen .section-content .para-area .col-area .col .green-title {
    font-size: 1.375em;
  }
  #report .section-application .section-content .para-area .col-area .col p.red, #report .section-screen .section-content .para-area .col-area .col p.red {
    margin: 0.3em 0 0 0;
    line-height: 1.5;
  }
  #report .section-application .section-content .para-area .col-area .col .report-chara1, #report .section-screen .section-content .para-area .col-area .col .report-chara1 {
    width: 19.4em;
  }
  #report .section-application .section-content .para-area p, #report .section-screen .section-content .para-area p {
    font-size: 1.125em;
    line-height: 1.7;
  }
  #report .section-application .section-content .para-area .ul-area .ul-list li, #report .section-screen .section-content .para-area .ul-area .ul-list li {
    font-size: 1.125em;
  }
  #report .section-screen .section-content .center-para {
    font-size: 1.375em;
    line-height: 1.7;
    margin-top: 2.4em;
  }
  #report .section-screen .section-content .para-area .col-area .col p.indent {
    font-size: 1.1125em;
  }
  #report .section-screen .section-content .para-area .report-chara2 {
    width: 41.188em;
  }
  #report .section-screen .section-content .table tbody tr td {
    font-size: 1.125em;
  }
  #report .section-screen .section-content .table tbody tr td.ttl {
    width: 17.15em;
    font-size: 1.25em;
  }
 /* Results page */
  #results {
    font-size: 1.13em;
  }
  #results .main-heading img {
    width: 54.8%;
  }
  #results .main-para {
    font-size: 1.5em;
    line-height: 1.6;
  }
  #results .thum-presen {
    margin: 2.5em auto 6.25em auto;;
  }
  #results .card {
    margin-top: 5em;
  }
  #results .card .card-content {
    padding: 2.8em 1.875em 3.125em 1.875em;
  }
  #results .card .card-content .two-col.mr-top {
    margin-top: 7.5em;
  }
  #results .card .card-content .tit-grandprize {
    width: 26em;
  }
  #results .card .card-content .two-col {
    margin-top: 2.8em;
    column-gap: 3.125em;
  }
  #results .card .card-content .two-col .left {
    min-width: 25em;
  }
  #results .card .card-content .two-col .right h3 {
    font-size: 1.625em;
    line-height: 1.7;
  }
  #results .card .card-content .two-col .right .green-text {
    font-size: 1.625em;
    line-height: 1.7;
  }
  #results .card .card-content .two-col .right p {
    font-size: 1.5625em;
    line-height: 1.35;
    margin-top: 0.8em;
  }
  #results .card .card-content .two-col .right .btn-set {
    column-gap: 3.375em;
    margin-top: 2.3125em;
  }
  #results .card .card-content .two-col .right .btn-set .btn {
    font-size: 1.375em;
    width: 11em;
    height: 2.5em;
  }
  #results .card .card-content .green-card {
    margin-top: 1.875em;
    padding: 1.4375em 4.375em 1.4375em 3.4375em;
    font-size: 1.125em;
    line-height: 1.55;
  }
  #results .card .card-content .judge-area {
    margin-top: 3.125em;
    column-gap: 3.5em;
  }
  #results .card .card-content .judge-area .left-col img {
    min-width: 11.3em;
    max-width: 11.3em;
  }
  #results .card .card-content .judge-area .right-col h3 {
    font-size: 1.625em;
    line-height: 1.7;
  }
  #results .card .card-content .judge-area .right-col p {
    font-size: 1.125em;
    line-height: 1.35;
  }
  #results .col-area {
    column-gap: 3.4375em;
  }
  #results .col-area .two-col {
    width: calc((100% - 3.4375em) / 2);
    margin-top: 3.875em !important;
  }
  #results .nyan-comment {
    width: 37.8em;
    margin: 5em auto 3.25em auto;
  }
  #results .card-white {
    padding: 2.5em 2em;
  }
  #results .card-white h3 {
    font-size: 2.0625em;
    margin: 0 0 1em 0;
  }
  #results .card-white p {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.07vw;
  }
  #pcHide {
    display: initial;
  }
  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .slider-wrapper {
    padding-bottom: 1.5em;
    top: 3.5em;
    position: relative;
  }
  .slider-wrapper .slider-content {
    padding-top: 1em;
  }
  .slider-wrapper .slider-content h2 {
    font-size: 1.063em;
  }
  .slider-wrapper .slider-content .slick-next {
    right: -5px;
    z-index: 9;
  }
  .slider-wrapper .slider-content .slick-next::before {
    width: 1em;
    height: 1em;
    background-size: 1em 1em;
  }
  .slider-wrapper .slider-content .slick-prev {
    left: -5px;
    z-index: 9;
  }
  .slider-wrapper .slider-content .slick-prev::before {
    width: 1em;
    height: 1em;
    background-size: 1em 1em;
  }
  header {
    height: 3.5em;
    position: fixed;
    width: 100%;
    background-color: #ebf1f1;
    z-index: 9999;
  }
  header .surala-logo {
    height: 2em;
  }
  header .btn-toggle {
    display: block;
    margin-left: auto;
    border: none;
    background: unset;
    cursor: pointer;
  }
  header .btn-toggle:hover {
    background: unset;
    opacity: 0.8;
  }
  header .btn-toggle img {
    width: 2em;
  }
  header .menu-ul {
    display: none;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 3.1em);
    left: 0;
    top: 3.1em;
    padding: 1.5em;
    z-index: 999;
  }
  header .menu-ul li {
    text-align: left;
    padding: 0.7em 0;
  }
  header .menu-ul li .alink {
    font-size: 1em;
    text-align: left;
  }
  main {
    padding: 1.625em 0 2.5em 0;
    top: 3em;
  }
  main .tit-tanq {
    width: 100%;
  }
  main h2 {
    font-size: 1.2em;
    margin: 0.95em 0 0.875em 0;
  }
  main h2 br {
    display: block;
  }
  main p {
    font-size: 1em;
  }
  main .quest-transition {
    margin-top: 1.3em;
  }
  main .tit-program {
    width: 100%;
    margin: 1.5em auto 1.2em auto;
  }
  main .card::before {
    width: 2em;
    height: 1em;
    top: 4em;
    right: 5px;
    background-position-x: center;
  }
  main .card .card-content {
    padding: 1em 1em 1em 1em;
  }
  main .card .card-content h2 {
    display: block;
    font-size: 1.3em;
    white-space: initial;
    padding-left: 1.5em;
    padding-right: 1em;
  }
  main .card .card-content h2::before {
    top: 0.4em;
    left: 0em;
  }
  main .card .card-content h2 span {
    display: block;
    margin: 0;
    font-size: 0.75em;
  }
  main .card .card-content h2.sub-heading {
    font-size: 1.1em;
    margin-bottom: 0.7em;
    padding-left: 0;
    margin-left: 0;
  }
  main .card .card-content h2 .session {
    display: none;
  }
  main .card .card-content h2 .session-label {
    /* display: inline-flex; */
    display: flow-root;
    max-width: calc(100% - 2em);
  }
  main .card .card-content h2 .session-label::after {
    content: "";
    background-image: url("../images/student-teacher/session.png");
    background-repeat: no-repeat;
    background-size: 1.9em auto;
    width: 2.7em;
    height: 1.9em;
    display: block;
    margin-left: 0.25em;
    position: absolute;
    top: 0;
    right: 0;
  }
  main .card .card-content p {
    font-size: 0.9em;
    line-height: 1.4;
  }
  main .card .card-content p.main-para {
    font-size: 1.1em;
    line-height: 1.5;
  }
  main .card .card-content p.green-para {
    margin: 0;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.5px;
  }
  main .card .card-content .two-col-area {
    flex-wrap: wrap;
    margin-top: 1em;
  }
  main .card .card-content .two-col-area .col-left {
    width: 100%;
  }
  main .card .card-content .two-col-area .col-left p {
    font-size: 0.9em;
    margin-bottom: 1em;
  }
  main .card .card-content .two-col-area .col-left .img-wrapper .img-bubble {
    width: 100%;
    margin: 1em 0;
  }
  main .card .card-content .two-col-area .col-left .btn.btn-blue {
    font-size: 1.1em;
  }
  main .card .card-content .two-col-area .col-left .btn.btn-gray {
    font-size: 1.1em;
  }
  main .card .card-content .two-col-area .col-left .chara-arm {
    width: 100%;
    margin-bottom: 1.5em;
  }
  main .card .card-content .two-col-area .col-left .present {
    width: 100%;
    max-width: 540px;
  }
  main .card .card-content .two-col-area .col-right {
    width: 100%;
  }
  main .card .card-content .two-col-area .col-right .chatboardimg {
    width: 100%;
    margin: 0.5em 0 1em 0;
  }
  main .card .card-content .two-col-area .col-right .two-pic {
    width: 100%;
    margin: 0.5em 0 1em 0;
  }
  main .card .card-content .two-col-area .col-right .three-pic {
    width: 100%;
    max-width: 540px;
    margin: 1em 0 0 0;
  }
  main .card .card-content .two-col-area .col-right .btn.btn-light-green {
    font-size: 0.875em;
  }
  main .card .card-content .two-col-area .col-right .btn.btn-blue {
    font-size: 0.9em;
  }
  main .card .card-content .two-col-area .col-right .btn.btn-gray {
    font-size: 0.9em;
  }
  main .card .card-content .two-col-area .col-right .img-idea-exhibition {
    width: 100%;
    margin-bottom: 1.5em;
  }
  main .card .card-content .two-col-area .col-right .five-pic {
    margin: 2em 0;
  }
  main .card .card-content .two-col-area .col-right .chara-cap {
    width: 100%;
    max-width: 540px;
    margin-top: 0.5em;
  }
  main .card .card-content .q-area {
    flex-wrap: wrap;
    margin-top: 1.5em;
    row-gap: 1.8em;
  }
  main .card .card-content .q-area .q-single {
    width: 100%;
  }
  main .card .card-content .q-area .q-single .q-title {
    font-size: 1.1em;
    line-height: 1.3;
  }
  main .card .card-content .q-area .q-single .btn-area {
    margin-top: 0.7em;
    row-gap: 0.5em;
  }
  main .card .card-content .q-area .q-single .btn-area .btn {
    font-size: 0.8em;
  }
  main .card .card-content .btm-btn-area {
    margin-top: 1.4em;
    flex-wrap: wrap;
  }
  main .card .card-content .btm-btn-area .btn-area-side {
    width: 100%;
  }
  main .card .card-content .btm-btn-area .btn-area-side .btn.btn-blue {
    font-size: 0.82em;
  }
  main .card .card-content .btm-btn-area .btn-area-side .btn.btn-gray {
    font-size: 0.82em;
  }
  main .card .card-content .btm-btn-area .btn-area-side .btn.btn-link {
    font-size: 0.9em;
    margin-bottom: 2em;
  }
  main .card .card-content .btm-btn-area .btn-area-side img {
    width: 100%;
  }
  main .card .card-content .btn.btn-blue {
    font-size: 0.975em;
  }
  main .card .card-content .btn.btn-blue.align-center {
    font-size: 0.75em;
  }
  main .card .card-content .btn.btn-gray {
    font-size: 0.975em;
  }
  main .card .card-content .btn.btn-gray.align-center {
    font-size: 0.75em;
  }
  main .card .card-content .table-wrapper {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 0.75em;
  }
  main .card .card-content .table-wrapper .schedule {
    min-width: 700px;
    margin: 0 auto 0.5em auto;
  }
	
main .card .card-content .schedule thead th {
  font-size: 0.9em;
}
main .card .card-content .schedule tbody td {
  font-size: 0.9em;
}	
  main .card .card-content .ow-area {
    flex-wrap: wrap;
    gap: 0.3em 1%;
  }
  main .card .card-content .ow-area button {
    width: 49%;
  }
  main .card .card-content .ow-area button .ow-img {
    width: 100%;
  }
  /* Judge area */
  main .card .card-content .judge-area h2.sub-heading {
    padding: 0;
    text-align: center;
    margin-top: 2.4em;
    margin-bottom: 0.9em;
    font-size: 1.07em;
  }
  main .card .card-content .judge-area .user-card-area .user-card:nth-child(1) {
    width: 100%;
  }
  main .card .card-content .judge-area .user-card-area .user-card:nth-child(2) {
    width: 100%;
  }
  main .card .card-content .judge-area .user-card-area .user-card {
    padding: 0.95em;
    flex-direction: column;
  }
  main .card .card-content .judge-area .user-card-area .user-card img {
    width: 100%;
    margin: 0;
  }
  main .card .card-content .judge-area .user-card-area .user-card p {
    font-size: 0.925em;
    line-height: 1.5;
    margin-top: 0.7em;
  }
  main .card .card-content .judge-area .user-card-area .user-card span {
    font-size: 0.925em;
    line-height: 1.6;
  }
  main .card .card-content .judge-area .list-group {
    margin: 0;
  }
   main .card .card-content .judge-area .list-group .list-single {
    width: 100%;
    flex-direction: column;
  }
  main .card .card-content .judge-area .list-group .list-single p {
    font-size: 0.9em;
  }
  main .card .card-content .judge-area .list-group .list-single .btn-light-green {
    font-size: 0.9em;
    min-width: 9.4em;
    height: 3em;
    margin-top: 0.7em;
  }
  main .card .card-content .judge-area .center-date {
    font-size: 0.9em;
    line-height: 1.6;
    word-break: keep-all;
  }
  main .card .card-content .judge-area .yt-frame {
    height: 10em;
  }
  main .card .card-content .judge-area .table-judge th {
    font-size: 1em;
  }
  main .card .card-content .judge-area .table-judge td {
    font-size: 0.9em;
    height: 2em;
  }
  main .card .card-content .judge-area .btn-light-green.green-large {
    font-size: 0.95em;
    width: 100%;
    max-width: 550px;
    height: 3em;
    margin-bottom: 1em;
  }
  main .ribbon-btn {
    width: 100%;
    margin-top: 0.7em;
    transform: scale(0.7);
  }
  main .btn-area {
    margin-top: 2.2em;
    flex-wrap: wrap;
    gap: 1em;
  }
  main .btn-area .btn {
    width: 100%;
    font-size: 0.9em;
  }
  main .go-to-top {
    right: 0.5em;
    bottom: 0.3em;
  }
  main .go-to-top img {
    width: 2.5em;
    height: 2.6em;
  }
  footer {
    font-size: 0.975em;
  }
  footer br {
    display: block;
  }
  .collapse-area .collapsible .card-header {
    width: calc(100% + 0.3em);
  }
  .collapse-area .collapsible::after {
    content: "▼";
    font-size: 1.2em;
    color: #178F83;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: transform 0.3s;
    position: absolute;
    top: 0.8em;
    right: 0.4em;
  }
  #teacher {
    padding-top: 2.25em;
    padding-bottom: 1.25em;
  }
  #teacher h1 {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 0.65em;
  }
  #teacher h1.mt {
    margin-top: 1.3em;
  }
  #teacher .card .card-content .btn.btn-blue {
    font-size: 0.9em;
    margin-top: 1.5em;
  }
  #teacher .card .card-content .btn.btn-blue.sm {
    font-size: 0.9em;
    height: auto;
    margin: 2em auto 1em auto;
  }
  #teacher .card .card-content .btn.btn-gray {
    font-size: 0.9em;
    margin-top: 1.5em;
  }
  #teacher .card .card-content .btn.btn-gray.sm {
    font-size: 0.9em;
    height: auto;
    margin: 2em auto 1em auto;
  }
  #teacher .card .card-content .btn.btn-light-green {
    padding: 30px 20px;
    font-size: 0.9em;
    height: auto;
    max-width: 21.4em;
    margin: 1.6em auto 2em auto;
  }
  #teacher .card .card-content .btn.btn-light-green.sm {
    font-size: 1em;
    max-width: 100%;
    margin: 1.5em auto 0.7em auto;
  }
  #teacher .card .card-content .btn.btn-link {
    font-size: 0.9em;
  }
  #teacher .card .card-content .btn-area-flex {
    flex-direction: column;
    gap: 0.7em;
    margin: 0 0 1.3em 0;
  }
  #teacher .two-col-area .col-right .img-idea-exhibition {
    margin-top: 1.5em;
  }
  #agree {
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 2.5em;
  }
  #agree h1 {
    font-size: 1.12em;
  }
  #agree h1 br {
    display: block;
  }
  #agree h1::before, #agree h1::after {
    width: 1.6em;
    height: 1.35em;
  }
  #agree h1::before {
    margin-right: 0.5em;
  }
  #agree h1::after {
    margin-left: 0.5em;
  }
  #agree .card {
    margin-top: 1.6em;
  }
  #agree .card .card-content {
    padding: 1.5em;
  }
  #agree .card .card-content p {
    font-size: 0.77em;
    line-height: 1.6;
  }
  #agree .card .card-content p .pcHide {
    display: initial;
  }
  #agree .card .card-content p.orange {
    font-size: 0.8em;
  }
  #agree a.green {
    font-size: 0.9em;
    margin: 2.45em auto 1.65em auto;
  }
  #agree .btn.btn-light-green {
    font-size: 1.3em;
  }
  #agree p {
    font-size: 0.75em;
  }
  #quest {
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 3.4em;
  }
  #quest .main-heading {
    margin: 0 0 0.335em 0;
  }
  #quest .main-heading img {
    width: 7em;
  }
  #quest .main-para {
    font-size: 0.65em;
  }
  #quest .green-box {
    margin: 1.4em 0 0 0;
  }
  #quest .green-box .green-box-content {
    padding: 2em 1.5em 2em 1.5em;
  }
  #quest .green-box .green-box-content .clearbenefit-tit {
    width: 14em;
  }
  #quest .green-box .green-box-content .two-col-area {
    flex-direction: column;
    gap: 2em;
  }
  #quest .green-box .green-box-content .two-col-area .col-left, #quest .green-box .green-box-content .two-col-area .col-right {
    width: 100%;
  }
  #quest .green-box .green-box-content .two-col-area .col-left .col-title, #quest .green-box .green-box-content .two-col-area .col-right .col-title {
    font-size: 0.75em;
  }
  #quest .green-box .green-box-content .two-col-area .col-left .col-img, #quest .green-box .green-box-content .two-col-area .col-right .col-img {
    height: 7em;
  }
  #quest .green-box .green-box-content .clearbenefit-tit {
    margin: 0 auto 1.3em auto;
  }
  #quest .wood-bg {
    margin-top: 1.25em;
  }
  #quest .wood-bg .wood-bg-content {
    padding: 1.25em 1.25em;
  }
  #quest .wood-bg .wood-bg-content .quest-board {
    width: 13em;
  }
  #quest .wood-bg .wood-bg-content p {
    font-size: 0.7em;
  }
  #quest .wood-bg .wood-bg-content .row {
    margin-top: 0.6em;
    gap: 0.7em;
  }
  #quest .quest-section {
    margin-top: 1.075em;
  }
  #quest .quest-section .quest-title {
    width: 16em;
    margin: 0.375em auto 0 auto;
  }
  #quest .quest-section .result {
    margin: 0.65em 0 0 0;
  }
  #quest .quest-section .congra {
    width: 14em;
    margin: 0.45em 0 0 auto;
  }
  #quest .table-wrapper {
    overflow-x: scroll;
  }
  #quest .table-strip {
    margin: 1em auto;
  }
  #quest .table-strip caption {
    font-size: 0.9em;
  }
  #quest .table-strip th {
    font-size: 0.775em;
  }
  #quest .table-strip td {
    font-size: 0.775em;
  }
  #quest .table-strip.quest-tbl1 thead tr th:nth-child(1) {
    width: 18em;
  }
  #quest .table-strip.quest-tbl1 thead tr th:nth-child(2) {
    width: 10.3em;
  }
  #quest .table-strip.quest-tbl1 thead tr th:nth-child(3) {
    width: 13.3em;
  }
  #quest .total-container {
    margin-bottom: 1em;
  }
  #quest .total-container .label {
    font-size: 0.8em;
  }
  #quest .total-container .value {
    font-size: 0.8em;
  }
  #report {
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 3.4em;
  }
  #report .report-title {
    font-size: 0.775em;
    margin: 1.2em 0 0.7em 0;
  }
  #report p.large {
    font-size: 0.675em;
    margin-bottom: 1.1em;
  }
  #report .section-application, #report .section-screen {
    margin-top: 1.4em;
  }
  #report .section-application .section-content, #report .section-screen .section-content {
    padding: 1.325em 1.125em;
  }
  #report .section-application .section-content .application-tit, #report .section-screen .section-content .application-tit {
    width: 8.9em;
  }
  #report .section-application .section-content p.red, #report .section-screen .section-content p.red {
    font-size: 0.7em;
    margin-top: 0.9em;
  }
  #report .section-application .section-content .para-area, #report .section-screen .section-content .para-area {
    margin-top: 1.3em;
  }
  #report .section-application .section-content .para-area h3, #report .section-screen .section-content .para-area h3 {
    font-size: 0.9em;
    line-height: 1.4;
  }
  #report .section-application .section-content .para-area p, #report .section-screen .section-content .para-area p {
    font-size: 0.6em;
  }
  #report .section-application .section-content .para-area .col-area, #report .section-screen .section-content .para-area .col-area {
    flex-direction: column;
    gap: 0.7em;
  }
  #report .section-application .section-content .para-area .col-area .col, #report .section-screen .section-content .para-area .col-area .col {
    width: 100%;
  }
  #report .section-application .section-content .para-area .col-area .col .green-title, #report .section-screen .section-content .para-area .col-area .col .green-title {
    font-size: 0.7em;
  }
  #report .section-application .section-content .para-area .col-area .col .report-chara1, #report .section-screen .section-content .para-area .col-area .col .report-chara1 {
    width: 90%;
  }
  #report .section-application .section-content .para-area .ul-area, #report .section-screen .section-content .para-area .ul-area {
    margin-top: 0.8em;
  }
  #report .section-application .section-content .para-area .ul-area .ul-title, #report .section-screen .section-content .para-area .ul-area .ul-title {
    margin-top: 0.5em;
  }
  #report .section-application .section-content .para-area .ul-area .ul-list li, #report .section-screen .section-content .para-area .ul-area .ul-list li {
    font-size: 0.6em;
  }
  #report .section-screen .section-content .center-para {
    font-size: 0.7em;
    margin-top: 1.1em;
  }
  #report .section-screen .section-content .para-area .col-area .col p.indent {
    font-size: 0.7em;
  }
  #report .section-screen .section-content .para-area .report-chara2 {
    width: 90%;
  }
  #report .section-screen .section-content .table tbody tr td {
    font-size: 0.6em;
  }
  #report .section-screen .section-content .table tbody tr td.ttl {
    font-size: 0.65em;
    width: 35%;
  }
main .fon13e {
	font-size: 0.9em;
 }
 /* Results page */
  #results .main-para {
    font-size: 1em;
  }
  #results .main-heading img {
    width: 95%;
  }
  #results .thum-presen {
    margin: 1.5em auto 1.5em auto;
  }
  #results .card {
    margin-top: 2em;
  }
  #results .card .card-content {
    padding: 0.8em 0.875em 1.125em 0.875em;
  }
  #results .card .card-content .tit-grandprize {
    width: 75%;
  }
  #results .card .card-content .two-col {
    flex-direction: column;
    margin-top: 1em;
  }
  #results .card .card-content .two-col .left {
    min-width: 100%;
  }
  #results .card .card-content .two-col .right {
    margin-top: 1em;
  }
  #results .card .card-content .two-col .right h3 {
    font-size: 1.2em;
    line-height: 1.3;
  }
  #results .card .card-content .two-col .right .green-text {
    font-size: 1.3em;
    line-height: 1.7;
  }
  #results .card .card-content .two-col .right p {
    font-size: 1.15em;
  }
  #results .card .card-content .two-col .right .btn-set {
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
    margin-top: 1.4em;
  }
  #results .card .card-content .two-col .right .btn-set .btn {
    font-size: 1em;
  }
  #results .card .card-content .green-card {
    padding: 1em;
    font-size: 0.9em;
  }
  #results .card .card-content .judge-area {
    flex-direction: column-reverse;
    row-gap: 1em;
  }
  #results .card .card-content .judge-area .left-col img {
    min-width: initial;
    width: 100%;
    max-width: 181px;
    margin: 0 auto;
    display: block;
  }
  #results .card .card-content .judge-area .right-col h3 {
    font-size: 1.2em;
    line-height: 1.7;
  }
  #results .card .card-content .judge-area .right-col p {
    font-size: 1em;
    line-height: 1.35;
  }
  #results .card .card-content .two-col.mr-top {
    margin-top: 1.5em;
  }
  #results .col-area {
    flex-direction: column;
    row-gap: 1em;
  }
  #results .col-area .two-col {
    margin-top: 0 !important;
    width: 100%;
  }
  #results .nyan-comment {
    width: 100%;
    max-width: 605px;
    margin: 1em auto 1.1em auto;
  }
  #results .card-white {
    padding: 1em 1em;
  }
  #results .card-white h3 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
  }
  #results .card-white p {
    font-size: 1em;
  }
}

/*# sourceMappingURL=style.css.map */

/* 共通 */
.no-pointer {
  pointer-events: none;
}
.naka {
  text-align: center;
}

.orange {
	color: #EB613D;
}
.fon13e {
	font-size: 1.3em;
}
.fonwei600{
	font-weight: 600;
}
.darkblue {
	color: #173F53;
}
.darkgreen {
	color: #135D33;
}
ruby {
  vertical-align: baseline;
  line-height: 1.8;
}

rt {
  font-size: 0.4em;
  line-height: 1; 
}