@charset "utf-8";
/*=================================
1: reset-CSS
2: setting
3: header
4: gnav
5: contents
6: footer
=================================*/


/* 1: reset-CSS
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  font-weight: normal;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
  display:block;
}
li {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}

/* 2: setting
================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/* clearfix*/
.cf:after { content: ""; clear: both; display: block; }
.clear { clear: both;}

html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-feature-settings : "palt";
  font-weight: 500;
  color: #383737;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  -webkit-print-color-adjust: exact;/* baskground_print */
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* safari_textBold*/
  -webkit-text-size-adjust: 100%;/* safari_textBold*/
}
@media all and (-ms-high-contrast:none){
  body {font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'ヒラギノ角ゴ Pro W3', メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
}
img {
  display: block;
  line-height: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

a {
  color: #0a75b8;
}

a img {
  -webkit-transition: all .2s;
  transition: all .2s;
}
a img:hover {
  opacity:.7;
}
.tel {
  color: #383737;
  text-decoration: none;
}

/* icon */
.blank {
  background: url(../img/icn_blank.svg) right center no-repeat;
  background-size: 16px;
  padding-right: 20px;
}
.pdf {
  background: url(../img/pdf.svg) left center no-repeat;
  background-size: 14px;
  padding-left: 23px;
}

/* flexbox */
.flexbox_wap {/* 折り返しのみ */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.flexbox_sbwap {/* 折り返し・水平方向端揃え */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.flexbox_sb {/* 折り返しなし・水平方向端揃え */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
.flexbox_c {/* 折り返しなし・水平中央揃え */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.flexbox_cwap {/* 折り返し・水平中央揃え */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.flexbox_atc {/* 垂直方向中央揃え */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
.flexreverse {
  flex-direction: row-reverse;
}

/* text-decoration */
.fB {font-weight: bold;}
.fS {font-size: 80%;}
.fR {float:right;}
.tC {text-align: center;}

.mT1em {margin-top:1em;}
.mB1em {margin-bottom:1em;}


/* media query -> pc
=======================*/
@media all and (min-width: 768px) {
  html {
    min-width: 1000px;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}


/* 3: header
================================== */
@media all and (min-width: 768px) {
  #header {
    -webkit-align-items: center; /* Safari */
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.logo {
  margin: 12px 0px;
}
@media all and (min-width: 768px) {
  .logo {
    margin: 0;
  }
}
.logo img {
  width: 120px;
  height: auto;
  margin: 0 8px;
}
@media all and (min-width: 768px) {
  .logo img {
    width: 218px;
  }
}
.hd_jst {
  display: none;
}
@media all and (min-width: 768px) {
  .hd_jst {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
  }
  .hd_jst img {
    width: 360px;
    height: auto;
    margin: 0 auto;
  }
}


/* 4: gnav
================================== */
.menu {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  background: url(../img/bg.png) rgba(55, 151, 188, 0.8);
  z-index: 999;
}
.menu a {
  display: block;
  padding: 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.menu_trigger {
  position: absolute;
  top: 18px;
  right: 15px;
  background: #3797BC;
  border-radius : 18px;
  border: none;
  width: 110px;
  height: 36px;
  text-indent: -900em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.menu_trigger img {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  width: 60px;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
}
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
}
.menu_trigger span {
  position: absolute;
  left: 20px;
  width: 16px;
  height: 3px;
  background-color: #FFF;
}
.menu_trigger span:nth-of-type(1) {
  top: 13px;
}
.menu_trigger span:nth-of-type(2) {
  top: 21px;
}
.menu_trigger.active span {
  background-color: #FFF;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -ms-filter: "alpha(opacity=50)";/* ie 8 */
  opacity: 0.6;
  z-index: 200;
}

/* media query -> pc
=======================*/
@media all and (min-width: 768px) {
  .menu_trigger {
    display: none;
  }
  .menu {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: none;
    font-size: 0;
  }
  .menu a {
    position: relative;
    display: block;
    width: 115px;
    padding: 5px 0;
    border-radius: 100px;
    box-sizing: border-box;
    background: #3797BC;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .menu a:hover {
    opacity: 0.7;
    box-shadow : none;
  }
  .menu li {
    display: inline-block;
    padding-left: 5px;
    font-size: 1.6rem;
  }
  .menu li:first-child {
    padding-left: 0;
  }
}

/* 5: contents
================================== */
.sp_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
.mainimg_bg {
  padding: 36px;
  background: #EEF7FC;
  background: url(../img/main_bg.jpg) no-repeat 0 center;
  background-size: cover;
}
.mainimg_pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mainimg_pc {
    display: block;
    text-align: center;
  }
  .mainimg_pc img {
    width: 100%;
    max-width: 977px;
    margin: 0 auto;
  }
}
.mainimg_sp {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align:center;
}
@media only screen and (min-width: 768px) {
  .mainimg_sp {
    display: none;
  }
}

.mainimg_sp img {
	max-width:100%;
	height:auto;
	margin: 0 auto;
}



@media all and (min-width: 768px) {
  .mainimg_bg {
    padding: 36px 0;
    background: #EEF7FC;
    background: url(../img/main_bg.jpg) no-repeat 0 center;
    background-size: cover;
  }
}

@media all and (max-width: 768px) {
  .mainimg_bg {
    padding: 10px 0 60px;
    background: url(../img/main_bg_sp.jpg) no-repeat 0 center;
  }
}

@media only screen and (min-width: 768px) {
  .mainimg_sp {
    display: none;
  }
}
.mainttl{
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.mainttl01{
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #fff;
  margin: 10px 0;
}
.mainttl02{
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 900;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.4;
  margin: 10px 0;
}
.mainttl03{
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #fff;
  line-height: 1.2;
  margin: 10px 0;
}
.mainttldate{
  color: #F8C57D;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #F8C57D;
  line-height: 1.2;
  margin: 10px 0;
}
.mainttldatestrong{
  color: #F8C57D;
  font-size: 3.8rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #F8C57D;
  line-height: 1.2;
  margin: 10px 0;
}


.mainttl_sp{
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.mainttl01_sp{
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 5px 0;
}
.mainttl02_sp{
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 900;
  -webkit-text-stroke: 0.5px #fff;
  line-height: 1.8;
  margin: 10px 0;
}
.mainttl03_sp{
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #fff;
  line-height: 1.8;
  margin: 10px 0;
}
.mainttldate_sp{
  color: #F8C57D;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #F8C57D;
  margin: 10px 0;
}
.mainttldatestrong_sp{
  color: #F8C57D;
  font-size: 2rem;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #F8C57D;
  margin: 10px 0;
}
.outofservice{
  margin: 16px auto 0;
}
.info_outofservice{
  color: #ff0000;
  font-size: 2.5rem;
  line-height: 1.4;
  -webkit-text-stroke: 1.5px #ff0000;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mainimg_sp {
    display: none;
  }
}
.section_inr {
  padding: 32px 24px;
}
@media only screen and (min-width: 768px) {
  .section_inr {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.section_inr h2 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background: #001D3A;
  text-align: center;
}
.bg_color {
  background: #F5F5F5;
}
#outline dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media all and (max-width: 768px) {
  #outline dl {
    display: block;
  }
}
#outline dt {
  width: 9em;
  background: #3797BC;
  color: #FFF;
  margin-right: 2em;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}
@media all and (max-width: 768px) {
  #outline dt {
    margin-bottom: 8px
  }
}
#outline dd {
  width: calc(100% - 11em);
  padding: 3px;
}
@media all and (max-width: 768px) {
  #outline dd {
    width: 100%;
  }
}
#program h3 {
  display: flex;
  align-items: center;
  width: 100%;
  margin:0 auto 16px;
  color: #001D3A;
  font-size: 1.6rem;
  font-weight: bold;
}
#program h3::before,
#program h3::after {
    border-top: 2px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}
#program h3::before {
  margin-right: 10px;
}
#program h3::after {
  margin-left: 10px;
}
#program dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}
#program dt {
  width: 10em;
  margin-right: 2em;
  margin-left: 3em;
  font-size: 1.8rem;
  font-weight:  bold;
}
@media all and (max-width: 768px) {
  #program dt {
    width: 5em;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.6rem;
  }
}
#program dd {
  width: calc(100% - 6em);
}
@media all and (max-width: 768px) {
  #program dd {
    width: calc(100% - 5em);
  }
}
#program .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  color: #1C1E84;
}
@media all and (max-width: 768px) {
  #program .ttl {
    font-size: 1.6rem;
  }
}
.profileList li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 24px;
  padding:  24px;
  background: #F5F5F5;
}

.team_tsuda_title{
  font-weight: bold;
  font-size: 1.8rem;
}
#program .comment{
  margin-bottom: 24px;
}
#program .comment_name{
  margin-left: 7em;
}
@media all and (max-width: 768px) {
#program .comment_name{
  margin-left: 1em;
}
}
#program .f_box{
  display: -webkit-flex;
  display: -ms-flex;
  display:flex;
}
#program .f-item01 {
  flex-basis:70%;
}
@media all and (max-width: 768px) {
  #program .f-item02 {
    flex-basis:41%;
  }
}

#program .f-item03 {
  flex-basis:10%;
  flex-wrap: nowrap;
  align-self: center;
  text-align: center;
  font-size: 250%;
  margin-top:-1em;
}

#program .f-item_text {
  display: -webkit-flex;
  display: -ms-flex;
  display:flex;
}
#program .f-item_text01 {
  margin-top:3em;
  flex-basis:25%;
  flex-wrap: nowrap;
  text-align: left;
}
#program .f-item_text03 {
  margin-top:2em;
  flex-basis:40%;
  flex-wrap: nowrap;
  align-self: center;
  text-align: center;
  font-size: 150%;
}

#program .f-item02 img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 768px) {
  #program .f_box{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    flex-wrap: wrap;
  }
  #program .f-item01 {
    flex-basis:100%;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 16px;
  }
  #program .f-item02 img {
    max-width: 160px;
  }
  #program .f-item_text01 {
  flex-basis:40%;
}
#program .f-item_text03 {
  flex-basis:40%;
  }
}

@media all and (max-width: 768px) {
  .profileList li {
    display: block;
  }
}
.profileList .img {
  max-width: 140px;
  margin-right: 40px;
}
@media all and (max-width: 768px) {
  .profileList .img {
    text-align: center;
    margin:  0 auto;
  }
}
.profileList .img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .profileList .img img {
    margin:  0 auto 16px;
    text-align: center;
  }
}
.profileList .txt {
  width: calc(100% - 180px);
}
@media all and (max-width: 768px) {
  .profileList .txt {
    width: 100%;
  }
}
.profileList .name {
  margin-bottom: 4px;
  font-size:  1.8rem;
  font-weight: bold;
  color: #1C1E84;
}
.profileList .affiliation {
  margin-bottom: 16px;
  font-weight: bold;
}
.btn a {
  display: block;
  width: 300px;
  margin: 0 auto 24px;
  padding: 16px;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #B3BE1D;
  color: #FFF;
  border-radius: 16px;
  box-shadow : 0px 2px 2px rgba(152, 152, 152, 0.4);
  transition: all 0.2s ease;
}
.btn a:hover {
  opacity: 0.7;
  box-shadow : none;
}
.more {
  background:url(../img/icon-y.png) no-repeat left 5px;
  background-size: 16px;
  padding-left: 24px;
}
@media all and (max-width: 768px) {
  .more {
    background-size:13px;
    padding-left:16px;
  }
}

.table-ttl{
  margin: 0 auto 10px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #001D3A;
}

.poster-table {
  margin: 0 auto 30px;
  text-align: left;
}
.poster-table td, th {
	border: 3px solid #F5F5F5;
	border-collapse: collapse;
}
.poster-table td, th {
	padding: 8px;
	width: auto;
	height: auto;
  background:#FFF;
}
.poster-table th {
	background: #5A6574;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
.poster-table th:first-child {
	width: 10%;
}
.poster-table th:last-child {
	width: 30%;
}
.poster-table .even {
	background: #fbf8f0;
}
.poster-table .odd {
	background: #fefcf9;
}

@media screen and (max-width: 640px) {
  .table-ttl{
    font-size: 1.6rem;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .poster-table th:first-child {
    width: 20%;
  } 
  .poster-table {
    min-width: 640px;
    margin: 0 10px 50px;
  }
}


/* 6: footer
================================== */
#footer {
  padding: 30px 20px;
  background: #3e3a39;
}
.footer_logo {
  max-width: 140px;
  margin: 0 auto 24px;
  height: 40px;
}
.footer_jst {
  width: 165px;
  margin: 0 auto 24px;
}
.footer_logo img,
.footer_jst img {
  width: 100%;
  height: auto;
}
.footer_link a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.copy {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .footer_link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer_logo,
  .footer_jst {
    margin: 0 24px 24px;
  }
}


/* go topボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-weight: bold;
  font-size: 80%;
  z-index: 5;
  text-align: center;
}
#page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(207, 220, 10, 0.8);;
  color: #fff;
  opacity: 0.7;
}
#page-top a:hover {
  opacity: 0.7;
}
#page-top a:active {
  opacity: 1;
}
#page-top a:after {
  position: absolute;
  right: 15px;
  top: 40%;
  display: block;
  content:"";
  width:10px;
  height:10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (min-width: 768px) {
  #page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  #page-top a {
    width: 60px;
    height: 60px;
  }
  #page-top a:after {
    position: absolute;
    right: 21px;
    width:17px;
    height:17px;
  }
}

@media all and (max-width: 768px) {
  .flexbox_sb {
    justify-content: flex-start;
  }
  .logo img {
    width: 120px;
    height: 40px;
    margin-right: 5px;
  }
  .info_outofservice{
    color: #ff0000;
    font-size: 2rem;
    -webkit-text-stroke: 1.5px #ff0000;
    text-align: center;
  }
}

/* 20240705追記 - 20250725修正*/
.mainimg_pc .ttl-institute {
  font-size: 1.2em;
  color: #fff;
  font-weight: 900;
}
.mainimg_pc .ttl-field {
  font-size: 1.2em;
  color: #fff;
  font-weight: 900;
}
.mainimg_pc .ttl-event {
  font-size: 3.2em;
  color: #fff;
  font-weight: 900;
}
.mainimg_pc .ttl-eventday {
  font-size: 2.0em;
  color: #cfdc0a;
  font-weight: 900;
}
.mainimg_pc .ttl-eventlocation {
  font-size: 2.0em;
  color: #cfdc0a;
  font-weight: 900;
}

.mainimg_pc .ttl-online {
  border-radius: 1.2em;
  background: #cfdc0a;
  width: 190px;
  margin: 0 auto;
  margin-top: 36px;
  color: #333;
  font-weight: 900;
  padding: 7px;
}

@media only screen and (min-width: 768px) {
  .mainimg_pc {
      display: block;
      text-align: center;
  }
}
@media (min-width: 768px) {
  .mainimg_bg {
      padding: 36px 0;
  }
}

@media (max-width: 768px) {
  .mainimg_bg {
      padding: 24px 0 24px;
  }
}
.mainimg_sp .ttl-institute {
  font-size: 12px;
  color: #fff;
  font-weight: 900;
}
.mainimg_sp .ttl-field {
  font-size: 12px;
  color: #fff;
  font-weight: 900;
}
.mainimg_sp .ttl-event {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
}
.mainimg_sp .ttl-eventday {
  font-size: 24px;
  color: #cfdc0a;
  font-weight: 900;
}
.mainimg_sp .ttl-eventlocation {
  font-size: 22px;
  color: #cfdc0a;
  font-weight: 900;
}

.mainimg_sp .ttl-online {
  border-radius: 18px;
  background: #cfdc0a;
  width: 190px;
  margin: 0 auto;
  margin-top: 15px;
  color: #333;
  font-weight: 900;
  padding: 7px;
}

.section_inr .annotation {
  margin: 25px 0;
  color: #f00;
  font-size: 150%;
  font-weight: 800;
  text-align: center;
}