  @charset "utf-8";
/*
default
*/
body {
  color: #323333;
  font-family: 'Noto Sans JP','DM Sans', sans-serif;
  overflow-x: hidden;
}
img {vertical-align: middle;}

/ top /
/*** header ***/
header {
  top: 0;
  left: 0;
  width: 100%;
}
.header_visual {
  z-index: 2;
}
.header_logo_bg {
/*  background: linear-gradient(to left, #F2FAD2,#328E00);*/
  background: #fff;
  position: relative;
  padding-right: 24px;
  padding-left: 3%;
  height: 70px;
}
.header_logo_bg img {
  height: 50px;
}
.header_logo_bg:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 40px 0 0;
 /* border-color: #F2FAD2 transparent transparent transparent;*/
  border-color: #fff transparent transparent transparent;
}
.header_logo__mark {
  width: 64px;
}
.header_btn {
  white-space: nowrap;
  text-decoration: none;
}
.header_chenge_lang li a, .sp_nav_lang li a {
  color: #F07224;
  text-decoration: none;
}
.header_chenge_lang li + li {
    padding-left: 8px;
    margin-left: 8px;
    position: relative;
}
.header_chenge_lang li + li:before, .sp_nav_lang li + li:before {
    content: "/";
    position: absolute;
    left: 0;
    translate: -50% 0;
}
.header_chenge_lang {
    background: #fff;
    padding: 8px 16px;
}
.header_sns {
    width: 43px;
}
.header_btn_contact {
  padding: 7px 24px;
  width: 100%;
  flex: 1;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
  border: 1px solid #fff;
}
.header_btn_contact:hover {
  background-color: #F07224;
  color: #fff;
  transition: .5s;
  border: 1px solid #F07224;
}
/* search */
.header_search__form {
  display: flex;
}
.header_search__input_text {
  padding: 8px 4px 8px 16px;
  width: 168px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: none;
}
.header_search__input_submit {
  padding: 8px 16px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: url(/adm/utindia/content/000008095.svg) no-repeat center center;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: none;
}
.top_logo_bg {
  background-color: #fff;
  position: relative;
  padding-left: 2%;
  padding-right: 3%;
  height: 70px;
  margin-top: 0px;
}
.top_logo_bg:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 40px 0 0;
  border-color: #fff transparent transparent transparent;
  transform: rotate(180deg);
}
/*** sp nav ***/
.sp_nav {
  height: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sp_nav__list li {
  width: 100%;
  height: 56px;
}
.sp_nav__list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp_nav__list li:nth-of-type(4) {
  line-height: 1;
  text-align: left;
}
.sp_utokyo_logo {
  margin-top: 32px;
}
.sp_nav_sns {
    display: flex;
    align-items: center;
    margin-top: 24px;
    gap: 16px;
}
.sp_nav_lang li + li {
    padding-left: 16px;
    margin-left: 16px;
    position: relative;
}
.sp_nav_lang {
    font-size: 1.7rem;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.humberger {
  display: none;
}
.humberger {
  height: 70px;
  position: fixed;
  z-index: 100;
  width: 70px;
  background: #2A873B;
  cursor: pointer;
  top: 0;
  right: 0;
  color: #fff;
}
.humberger.-active {
  background: none;
  right: 0;
  top: 0;
  background: #2A873B;
}
.humberger.-active .humberger__line {
  background-color: transparent;
}
.humberger.-active .humberger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.humberger.-active .humberger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.humberger.-active .humberger__text::before {
  content: 'Close';
  }
.humberger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  background-color: #fff;
  transition: 0.4s;
}
.humberger__line:before,
.humberger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.humberger__line:before {
  top: -8px;
}
.humberger__line:after {
  top: 8px;
}
.humberger__text {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.humberger__text::before {
  content: "MENU";
  text-align: center;
  font-size: 10px;
}
.header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 90;
  height: 100svh;
  width: 500px;
  visibility: hidden;
  background-color:	#b4cec1;
  transition: 0.4s;
}
.header__nav-area.-active {
  right: 0;
  visibility: visible;
  overflow: auto;
}
.header__nav-area .header_btn_contact img {
  filter: brightness(0);
}
.header__nav-area ul:not(:first-of-type) {
  margin-top: 60px;
}
.header__nav-area .header_btn {
  flex: none;
  width: 100px;
}
.header__nav-area .header_search {
  margin-top: 32px;
}
.header__nav-area::-webkit-scrollbar {
  display: none;
}
/*** page_top ***/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 5px;
}
#page_top a {
  background: #e6e6e6;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
}
#page_top a:after {
  content: "";
  position: absolute;
  right: 27px;
  top: calc(50% - 6px);
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-top: 2px solid #2A873B;
  border-left: 2px solid #2A873B;
}
#page_top a:hover {
  background-color: #2A873B;
  text-decoration: none;
}
#page_top a:hover:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
/*** main ***/
.main_wrap {
  /*display: flex;
  flex-direction: column;*/
  margin-bottom: 100px;
}
/* nav */
.pc_main__nav {
  width: 1200px;
  padding: 8px 16px;
  position: absolute;
  border-radius: 30px;
  margin-inline: auto;
  z-index: 10;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 2px 4px 0px #618f6961;
}
.pc_main__nav.is_active{
  position: fixed;
  top: 20px;
}
.pc_main__nav__list {
  border: 2px solid transparent;
  transition: color 1s;
}
.main_wrap .pc_main__nav__list a:hover, .pc_main__nav__list_dropdown__wrap:hover {
  background:#F07224;
  color: #fff;
  border-radius: 20px;
}
.main_wrap .pc_main__nav__list a:hover, .pc_main__nav__list_dropdown__wrap:hover a {
  color: #fff;
}
.pc_main__nav__list a{
  display: block;
  padding: 4px 12px;
}
.pc_main__nav__list a:active{
  color: #fff;
}
.pc_main__nav_dropdown {
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid transparent;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.pc_main__nav_dropdown:before {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 8px solid #2a873b;
  border-top: 0;
}
.pc_main__nav__list_dropdown__wrap:hover {
  cursor: pointer;
}
.pc_main__nav__list_dropdown__wrap:hover .pc_main__nav_dropdown {
  display: block;
}
.pc_main__nav__list:hover .pc_main__nav_dropdown {
  visibility: visible;
  opacity: 1;
}
.pc_main__nav_dropdown__list {
  height: 68px;
  transition: all .3s;
  border-bottom: 1px solid #31AA4E;
}
.pc_main__nav_dropdown__list:last-of-type {
  border-bottom: none;
}
#dropdown_menu01 .pc_main__nav_dropdown__list {
  width: 360px;
}
#dropdown_menu02 .pc_main__nav_dropdown__list {
  width: 180px;
}
#dropdown_menu02 .pc_main__nav_dropdown__list:lang(en) {
  width: 336px;
}
#dropdown_menu01.project_subnav .pc_main__nav_dropdown__list:lang(en) {
  width: 450px;
}
.pc_main__nav_dropdown__list:hover {
  background-color: #F07224;
}
.pc_main__nav_dropdown__list a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.pc_main__nav_dropdown__list a:hover {
  color: #fff;
}
.is_now {
  background-color: #F07224;
  border-radius: 30px;
}
.is_now a {
  color: #fff;
}
/* nav-akamon */
.main_wrap .pc_akamon__nav a:hover, .main_wrap .pc_akamon__nav:hover{
  background: #89181C;
}
.main_wrap .pc_akamon__nav a:hover, .main_wrap .pc_akamon__nav:hover a{
  color: #fff;
}
.pc_main__nav a:hover {
  color: #fff;
}
.pc_akamon__nav .bg--akamon {
  border-radius: 30px;
}
.pc_akamon__nav_dropdown:before {
  border-bottom: 8px solid #89181C;
}
.pc_akamon__nav_dropdown__list {
  height: 68px;
  transition: all .3s;
  border-bottom: 1px solid #89181C;
}
.pc_akamon__nav_dropdown__list:hover {
  background-color: #89181C;
}
/** mainvisual **/
.sp_main_visual__img__wrap {
  display: none;
}
.main_visual__img__wrap {
    position: relative;
}
.main_visual__title {
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
.main_visual__img {
  object-fit: cover;
  width: 100%;
  height: 100svh;
  min-height: 700px;
}
*/
/** slide **/
.slick-track:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #231515;
  opacity: 0.4;
  z-index: 1;
}
#main_visual__slide_animation {
  display: none;
}
#main_visual__slide_animation.slick-initialized {
  display: block;
}
.dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #F07224;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/* Arrows */
.slide-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slide-prev {
    left: 0;
    z-index: 1;
}
.slide-next {
    right: 13px;
}
.slide-arrow:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fff;
}
.slide-arrow:hover,
.slide-arrow:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slide-arrow:hover:before,
.slide-arrow:focus:before {
    opacity: 1;
}
.slide-arrow.slick-disabled:before {
    opacity: .25;
}
.slide-prev:before{
    content: '¡û';
}
.slide-next:before{
    content: '¡ú';
}



/** topšøÓÃ **/
.top_section__inner {
  width: 1200px;
  margin-inline: auto;
}
.top_section__column_title {
  line-height: 1;
}
.top_section__column_title p {
    font-size: 1.5rem;
}
.top_section__column__btn {
  line-height: initial;
  width: 200px;
}
.top_section__content_img {
  width: 30%;
}
.top_section__content {
  flex: 1;
}
.flee_img__wrap {
  margin-top: 16px;
}
.flee_img__wrap img {
  margin: 4px;
}
.arrow_btn {
  text-decoration: none;
  padding: 14px 53px 14px 30px;
  display: inline-block;
  width: 100%;
  transition: .5s;
}
.arrow_btn:after {
  content: url(/adm/utindia/content/000008096.png);
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 20px;
  position: absolute;
  transition: .5s;
}
.arrow_btn:hover::after {
  transform: translate(10px, -50%);
  transition: .5s;
}
.arrow_btn:hover {
  background-color: #F07224;
  color: #fff;
  transition: .5s;
}
/** topNEWS **/
.top_section_news {
  background: #f2f2f2;
  border-radius: 30px;
}
.dl_wrap:first-child {
  border-top: 1px solid #CBCBCB;
}
.dl_wrap dt {
  width: 120px;
}
.dl_wrap dt:lang(en) {
  width: 80px;
}
.dl_wrap dd {
  flex: 1;
}
.top_style02__title {
    color: #F07224;
    font-size: 4rem;
    font-weight: 800;
    font-family: 'Lora', serif;
    max-width: 700px;
}
.top_style02__wrap {
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2vw;
    row-gap: 1vw;
    margin-bottom: 2vw;
}
.top_style02_subtitle {
    font-size: 1.5rem;
}
/** topAbout Us **/
.top_section__inner__img_style02 {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  object-fit: cover;
  max-height: 460px;
}
.top_section__inner__content_style02 {
  background-color: #FFF;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: -10%;
}
/** topPROJECT **/
.top_section_bg_01 {
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(/adm/utindia/content/000008097.jpg);
  min-height: 100svh;
  margin: 100px calc(50% - 50vw) 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_section__column__wrap {
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
  padding: 60px 40px;
}
/** topACCESS **/
.top_section_map__wrap iframe {
  vertical-align: bottom;
}

/** top video **/
.top_video {
    margin-inline: auto;
    text-align: center;
    width: min(800px, 100%);
    aspect-ratio: 16 / 9;
}
.top_video iframe {
    width: 100%;
    height: 100%;
}
/*** footer ***/
.footer_visual {
  height: auto;
  padding-bottom: 16px;
}
.footer__inner_before {
  height: 60px;
  background-color: #2A873B;
}
.footer__inner {
  width: 1200px;
}
.footer__inner__content_icon {
  gap: 16px;
}
.footer__nav__area a {
  color: #FFF;
}
.footer_logo_ut img {
  width: auto;
  height: 68px;
}
.footer_logo_india img {
  width: auto;
  height: 50px;
}
.footer__nav__wrap {
  width: calc(100% / 2);
}
.footer__nav {
  gap: 20px 32px;
}
.footer__nav li {
  word-wrap: break-word;
  width: 180px;
}
.footer__inner_under {
  width: 100%;
  height: 10px;
}
/* footer-en */
.footer__nav li:lang(en):nth-child(even) {
  width: 280px;
}
.footer__nav.align--center:lang(en) {
  align-items: start;
}
/ detail_page /
.breadcrumb {
  width: 1200px;
  margin-top: 24px;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "?";
  margin: 0 .6em;
  color: #777;
}
.detail_section__inner, .detail_anchor {
  width: 1200px;
}
.section__h2 {
  margin-top: 60px;
}
.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
.detail_section__column_title {
  line-height: 1;
}
.detail_section__column__btn {
  line-height: initial;
  min-width: 200px;
  max-width: 700px;
  width: fit-content;
}
.detail_visual_title {
  top: 320px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.detail_visual__img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.section__h1, .section__h2, .section__h3 {
  margin-bottom: 32px;
}

.section__h1 {
  font-size: 2.6rem;
  margin-top: 100px;
	position: relative;
	padding: 0 12px 24px;
	border-bottom: 3px solid #2A873B;
}
.section__h1:before, .section__h1:after {
	position: absolute;
	content: '';
	left: 32px;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}
.section__h1:before {
	bottom: -14px;
	border-color: #2A873B transparent transparent;
}
.section__h1:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}
.section__h2, .section__h3 {
  padding-left: 56px;
}
.section__h2:before {
  content: '';
  position: absolute;
	width: 30px;
	height: 40px;
  left: 0;
  background: linear-gradient(0.25turn, #328E00, #88C14D);
	-webkit-transform: skewX(-16deg);
	transform: skewX(-16deg);
}
.section__h3:before, .detail_list_area__title:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 4px;
  left: 0;
  background: linear-gradient(0.25turn, #328E00, #88C14D);
  -webkit-transform: skewX(-16deg);
	transform: skewX(-16deg);
}
.section__h4 {
  margin-bottom: 16px;
}
.detail_list_area__title {
  padding-left: 46px;
  margin-top: 32px;
}
.detail_content {
  flex: 1;
  width: 100%;
}
.detail_content_img {
  width: 30%;
}
.detail_img__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 32px;
}
.detail_img {
    text-align: center;
}
.detail_img img {
  max-height: 300px;
}
.detail_list__wrap {
  margin-top: 24px;
}
.detail_list {
  width: fit-content;
  position: relative;
  padding-left: 16px;
  margin-top: 16px;
}
.detail_list:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(0.25turn, #328E00, #88C14D);
  border-radius: 50%;
}
.detail_list_icon {
  width: 13px;
  margin-left: 4px;
}
.table_scroll {
  overflow-x: auto;
  width: 100%;
}
.detail_table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 1200px;
}
.detail_table caption {
  text-align: left;
}
.detail_table th,.detail_table td {
  border-radius: 5px;
  padding: 16px 8px;
  border: 1px solid #CBCBCB;
}
.detail_table th {
  background-color: #89181C;
  color: #fff;
}
.detail_table .td_first_jp {
  width: 160px;
}
.detail-url {
  word-break: break-all;
}
/*a[target="_blank"] {
	background: url(/adm/utindia/content/000008101.svg) no-repeat center right;
  padding-right: 20px;
  background-size: 13px;
}*/
/*** news ***/
.section_content_wrap {
  background: #f2f2f2;
  border-radius: 30px;
  padding: 32px 80px;
}
.section_content_wrap:not(:last-child) {
  margin-bottom: 80px;
}
.detail_dl_content__wrap {
  width: 100%;
}
.detail_dl_content__wrap:first-child {
  border-top: none;
}
.detail_dl_content__wrap:last-child {
  border-bottom: none;
}
.detail_dl_content__wrap dt {
  width: 15%;
}
.dl_wrap .detail_content_label {
  width: 90px;
  flex: unset;
  text-align: center;
  padding: 7px 8px 8px;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 13px;
}
.news {
  background-color: #48755B;
}
.lecture {
  background-color: #5D5176;
}
.session {
  background-color: #495974;
}
.app {
  background-color: #7E7730;
}
.imp {
  background-color: #923A4C;
}
.media {
  background-color: #530000;
}
.detail_btn_wrap {
  min-width: 120px;
}
.detail_btn__inner {
  z-index: 1;
  position: relative;
  column-gap: 32px;
  row-gap: 16px;
}
.detail_btn {
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  width: 100%;
}
.detail_btn:hover {
  background-color: #2A873B;
}
.detail_content_wrap {
  display: block;
}
.section_content__inner {
  margin-top: 40px;
}
.detail_section__column__btn_chart {
  line-height: initial;
  width: 325px;
}
.detail_section__column__btn_chart .arrow_btn {
  border-radius: 5px;
}
.detail_section__column__btn_chart__wrap li:nth-child(even) a {
  background: #F07224;
}
.detail_section__column__btn_chart__wrap li:nth-child(even) a:hover {
  background: #2A873B;
}
/ akamonkai /
.akamonkai .pc_main__nav {
  background-color: #89181C;
}
.akamonkai .pc_main__nav_dropdown:before {
  border-bottom: 8px solid #1E1B24;
}
.akamonkai .pc_main__nav__list a {
  color: #fff;
}
.akamonkai .pc_main__nav__list:hover{
  background:#333333;
  color: #fff;
  border-radius: 20px;
}
.akamonkai .section__h1 {
	border-bottom: 3px solid #89181C;
}
.akamonkai .section__h1:before {
	border-color: #89181C transparent transparent;
}
.akamonkai .section__h2:before,
.akamonkai .section__h3:before,
.akamonkai .detail_list:before {
  background: linear-gradient(0.25turn, #89181C, #D12425);
}
.akamonkai .bg--g {
  background-color: #89181C;
}
.akamonkai .arrow_btn:hover {
  background-color: #333333;
}
.akamonkai .color--g {
  color: #89181C;
}
.footer__inner_before_akamon {
  height: 60px;
  background-color: #89181C;
}
/** ¥µ¥¤¥È¥Þ¥Ã¥× **/
.sitemap_list ul {
  margin-left: 47px;
  margin-bottom: 18px;
}
.sitemap_list li {
  margin: 10px 0;
}
.sitemap_list li a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.sitemap_list li a:before {
  content: "\025b7";
  font-size: 12px;
  margin-right: 6px;
}
.sitemap_list li a:hover {
  border-bottom: 1px dashed #2A873B;
  color: #2A873B;
}
.sitemap_list li a:hover:before {
  color: #2A873B;
}
/**Ô”¼š¥Ú©`¥¸ÑaÖú**/
.detail_content__wrap p {
  margin-bottom: 16px;
}
.mainIndia .detail_content__wrap table th {
  background: #214c29;
  color: #fff;
  font-weight: normal;
  padding: 8px;
}
.mainIndia .detail_content__wrap table td {
  padding: 8px 16px;
  word-break: break-all;
}
.mainIndia .detail_content__wrap table {
  margin: 24px 0;
  border-collapse: collapse;
}
.figure__wrap{
  max-width: 900px;
  margin-inline: auto;
}
.wrap__item {
  width: calc(100% /3 - 14px * 2/3);
}
.list_onerecord {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid;
  padding: 16px;
}
.list_onerecord .list_title {
  width: 150px;
}
.list_onerecord .list_content {
  flex: 1;
}
.speakers {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sp {
  width: calc(100% / 3 - 32px * 2/3);
}
.strong {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.event {
  margin-top: 32px;
  margin-bottom: 32px;
}
.event_li {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.event_img {
  max-width: 300px;
  width: 30%;
}
.event_r {flex: 1;}
.event_r_title {
  color: #00a89a;
  font-size: 18px;
  font-weight: bold;
}
.event_img img {
  width: 100%;
}
.list_onerecord {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid;
  padding: 16px;
}
.list_onerecord .list_title {
  width: 150px;
}
.list_onerecord .list_content {
  flex: 1;
}
/** table_sym **/
.table_sym .top, .mainIndia .detail_content__wrap table th {
  text-align: center;
  background: #296234;
  color: #fff;
}
.table_sym th, .mainIndia .detail_content__wrap table th {
  min-width: 200px;
  width: fit-content;
}
.table_sym td, .mainIndia .detail_content__wrap table td  {
  width: calc(100% - 200px);
  word-break: break-all;
}
.poster {
  text-align: center;
  width: 50%;
}
.table_sym, .mainIndia .detail_content__wrap table {
border-collapse: separate;
border-spacing: 1px;
width: 90%;
margin: auto;
}
.table_sym th, .table_sym td, .mainIndia .detail_content__wrap table th, .mainIndia .detail_content__wrap table td {
border-radius: 5px;
padding: 8px 16px;
border: 1px solid #CBCBCB;
}
table {
  border: 0;
}


/** From Alumni **/
.massage_title {
  border-left: 12px solid;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 46.89px;
  color: #013263
}
.page_srilanka .massage_title {
  color: #003916
}
.page_nepal .massage_title {
  color: #930000
}
.alumni_q_a {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px dotted;
  display: flex;
  gap: 24px;
}
.q_a_l h4, .q_a_r h4, .q_a_full h4 {
  font-size: 20px;
  margin: 0 0 30px;
}
.q_a_l h4:before, .q_a_r h4:before, .q_a_full h4:before {
  content: "\025a0";
  color: #013263;
}
.q_a_l, .q_a_r {
   width: 50%;
}
.q_a_r {
  margin-left: auto;
}
.answer_img_l, .answer_img_r {
  width: calc(50% - 24px);
  text-align: center;
}
.answer {
  font-size: 15px;
}
.answer_img_r img, .answer_img_l img {
  max-width: 100%;
}
.answer_img_full {
  text-align: center;
  margin-top: 30px;
}
.answer_img_full img {
  width: 500px;
}
.answer_free_img {
  text-align: center;
}
.answer_free_img img {
  width: 800px;
}
.capture {
  color: #013263;
  font-size: 12px;
}
.voice_index_img.list_noimg a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
}
.voice_index_img.list_noimg img {
    width: min(235px, 90%);
}
.voice_index_area {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(14rem, 100%), 1fr));
    gap: 30px;
}
.voice_index {
    background: #f1f1f1;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
}
.voice_index:hover {
  opacity: 0.8;
}
.voice_index_img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
  aspect-ratio: 224 / 226;
}
.voice_intro {
  text-align: left;
  padding: 12px 16px 16px;
}
.voice_title a {
  color: #fff;
  text-decoration: none;
}
.bloc_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.update {
  color: #013263;
  margin-top: auto;
  margin-bottom: 16px;
  padding-inline: 8px;
}
.list_btn {
  text-align: center;
  margin: 100px auto;
  width: 300px;
  position: relative;
}
.list_btn a {
  width: 100%;
  display: inline-block;
  border: 1px solid;
  padding: 10px 0;
}
.list_btn a:hover {
  background: #013263;
  color: #fff;
}
.list_btn a::before,
.list_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.list_btn a::before{
  width: 12px;
  height: 12px;
  background: #013263;
}
.list_btn a::after{
    right: 20px;
     width: 3px;
     height: 3px;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
.Alumni_main_img {width: 36%;}
.Alumni_main_img img {
  width: 100%;
}
.no_img img {
    width: min(300px, 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}
.video_area {
  text-align: center;
}
.video_index {
  display: flex;
  flex-direction: column;
}
.video_index:hover {
  opacity: 0.8;
}
.voice_title {
  width: 100%;
  padding: 10px 4%;
  background: #013263;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
.video_index .voice_title {
  flex: 1;
}
.video_index_img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
  aspect-ratio: 22 / 10;
}
.video_youtube, .video {
  aspect-ratio: 16 / 9;
  max-width: 80%;
  margin: auto;
}
.video_youtube iframe, .video iframe {
  width: 100%;
  height: 100%;
}
.answer_free_img {
  text-align: center;
}
.answer_free_img img {
  width: 800px;
}
.alumni_ancher {
  text-align: center;
}
.alumni_ancher ul {
  list-style: none;
}
.alumni_ancher li {
  display: inline-block;
  margin: 5px 15px;
}
.alumni_ancher li a {
  background: #013263;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.alumni_ancher li a:hover {
  background: none;
  color: #013263;
  border: 1px solid;
  padding: 9px 14px;
}
.footer_swasia_banner {
  padding: 25px 0 0;
  text-align: center;
  width: 80%;
}
.swasia_banner {
  margin-top: 40px;
}
.more_info_list {
  margin: 20px 0;
}
.more_info_list h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.link_btn a {
  background: #013263;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
.link_btn {
  margin: 10px 0 0 20px;
}
.link_btn a:hover {
  background: #fff;
  color: #013263;
  padding: 9px 14px;
  border: 1px solid;
}
.subarticle_maintext td {
  padding: 5px 15px;
}
.medalists th {
  padding: 5px;
  background: #E8F3FF;
  border: 1px solid;
}
.medarist_title {
  font-size: 20px;
  border-left: 5px solid #00a89a;
  padding-left: 10px;
  margin: 50px 0 10px;
}
.inner_list {
  margin: 20px 0;
}
.inner_list h3 {
  font-size: 18px;
}
.inner_list h3::before {
  content: "\025a0";
  padding-right: 5px;
  color: #013263;
}
.why_list_content {
  padding: 7px 20px 10px;
}
.plural_btn {
  margin: 10px 0 30px;
}
.plural_btn .link_btn {
  display: inline;
}
ul.sitemap_sub {
  margin: 10px;
}
.flyer {
  width: 200px;
  margin: 60px 0;
}
figcaption {
  text-align: center;
}
.event_link li {
  margin: 20px 0;
}
.view_more {
  text-align: center;
  width: 250px;
  clear: both;
  margin: auto;
}
#mainframe .view_more a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  background: #00a89a;
  color: #fff;
  padding: 10px 0;
  margin-top: 30px;
}
#mainframe .view_more a:hover {
  background: none;
  border: 1px solid;
  color: #00a89a;
  padding: 9px 0;
}
.detail_main_title {
  color: #013263;
  font-size: 46.89px;
  line-height: 1;
  margin-bottom: 30px;
}
.detail_area dd, .detail_area dt {
  margin: 0;
  font-size: 20px;
  color: #333333;
}
.detail_area dt {
  margin-bottom: 16px;
}
.detail_area dd:before {
  content: "\025a0";
  color: #013263;
}
.detail_area {
  flex: 1;
}
.detail_area h2 {
  font-size: 35px;
  font-weight: normal;
  color: #013263;
  margin-bottom: 20px;
}
.info_title {
  color: #013263;
  border-left: 12px solid;
  padding-left: 15px;
  line-height: 1;
  margin: 60px 0 0;
  font-size: 38px;
  position: relative;
}
.column_3 {
  width: calc(100% / 3 - 32px * 2 / 3);
}
.video {
  margin-top: 60px;
}
