  .aly_tx_xxs {font-size: 0.55em; }
.aly_tx_xs {font-size: 0.7em; }
.aly_tx_s {font-size: 0.8em; }
.aly_tx_m {font-size: 1em; }
.aly_tx_l {font-size: 1.2em; }
.aly_tx_xl {font-size: 1.44em; }
.aly_tx_xxl {font-size: 2em; }

.aly_tx_left {text-align: left;}
.aly_tx_center {text-align: center;}
.aly_tx_right {text-align: right;}
.aly_tx_justify {text-align: justify;}

.aly_tx_f_auto{color:rgb(0,0,0);}
.aly_tx_f_black{color:rgb(0,0,0);}
.aly_tx_f_maroon{color:rgb(128,0,0);}
.aly_tx_f_saddlebrown{color:rgb(139,69,19);}
.aly_tx_f_darkslategray{color:rgb(47,79,79);}
.aly_tx_f_teal{color:rgb(0,128,128);}
.aly_tx_f_navy{color:rgb(0,0,128);}
.aly_tx_f_indigo{color:rgb(75,0,130);}
.aly_tx_f_dimgray{color:rgb(105,105,105);}
.aly_tx_f_firebrick{color:rgb(178,34,34);}
.aly_tx_f_brown{color:rgb(165,42,42);}
.aly_tx_f_goldenrod{color:rgb(218,165,32);}
.aly_tx_f_darkgreen{color:rgb(0,100,0);}
.aly_tx_f_turquoise{color:rgb(64,224,208);}
.aly_tx_f_mediumblue{color:rgb(0,0,205);}
.aly_tx_f_purple{color:rgb(128,0,128);}
.aly_tx_f_gray{color:rgb(128,128,128);}
.aly_tx_f_red{color:rgb(255,0,0);}
.aly_tx_f_darkorange{color:rgb(255,140,0);}
.aly_tx_f_gold{color:rgb(255,215,0);}
.aly_tx_f_green{color:rgb(0,128,0);}
.aly_tx_f_cyan{color:rgb(0,255,255);}
.aly_tx_f_blue{color:rgb(0,0,255);}
.aly_tx_f_violet{color:rgb(238,130,238);}
.aly_tx_f_darkgray{color:rgb(169,169,169);}
.aly_tx_f_lightsalmon{color:rgb(255,160,122);}
.aly_tx_f_orange{color:rgb(255,165,0);}
.aly_tx_f_yellow{color:rgb(255,255,0);}
.aly_tx_f_lime{color:rgb(0,255,0);}
.aly_tx_f_paleturquoise{color:rgb(175,238,238);}
.aly_tx_f_lightblue{color:rgb(173,216,230);}
.aly_tx_f_plum{color:rgb(221,160,221);}
.aly_tx_f_lightgrey{color:rgb(211,211,211);}
.aly_tx_f_lavenderblush{color:rgb(255,240,245);}
.aly_tx_f_antiquewhite{color:rgb(250,235,215);}
.aly_tx_f_lightyellow{color:rgb(255,255,224);}
.aly_tx_f_honeydew{color:rgb(240,255,240);}
.aly_tx_f_azure{color:rgb(240,255,255);}
.aly_tx_f_aliceblue{color:rgb(240,248,255);}
.aly_tx_f_lavender{color:rgb(230,230,250);}
.aly_tx_f_white{color:rgb(255,255,255);}

.h1_area {
  width: 100%;
  height: 250px;
  position: relative;
  background-image: url(/content/400081394.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
}
@media screen and (max-width: 750px) {
  .h1_area {
    height: 34.8vw;
  }
}
.h1_area .contents_wrap {
  height: 250px;
}
@media screen and (max-width: 1510px) {
  .h1_area .contents_wrap {
    max-width: inherit;
  }
}
@media screen and (max-width: 750px) {
  .h1_area .contents_wrap {
    height: 34.8vw;
  }
}
.h1_area h1, .img_on_cate_title {
  font-family: "noto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: 3px;
  display: inline-block;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  left: 200px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: calc(100% - 200px);
}
@media screen and (max-width: 750px) {
  .h1_area h1, .img_on_cate_title {
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.3vw;
    left: 125px;
    width: calc(100% - 130px);
  }
}
.h1_area .h1_logo {
  width: 160px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.h1_area .h1_logo.change_logo {
    width: 130px;
    height: auto;
}

@media screen and (max-width: 750px) {
  .h1_area .h1_logo {
    width: 21.33%;
    height: auto;
  }
  .h1_area .h1_logo.change_logo {
    width: 18%;
  }
}
.h1_area .h1_logo img {
  width: 100%;
  height: auto;
}
/* Scss Document */
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
#wrapper {
  background-color: #fff;
}
.main_contents {
  background-color: #fff;
    font-family: "noto", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    min-height: 400px;
  }
.main_contents .event_block {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block {
    margin-bottom: 3.7vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block {
    margin-bottom: 6.7vw;
  }
}
.main_contents .event_block.bottom {
  margin-bottom: 76px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block.bottom {
    margin-bottom: 7vw;
  }
}
.main_contents .event_block.border .contents_wrap {
  border: 2px solid #cbcbcb;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block.border .contents_wrap {
    border: 0.2vw solid #cbcbcb;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block.border .contents_wrap {
    border: 0.3vw solid #cbcbcb;
  }
}
.main_contents .event_block .contents_wrap {
  box-sizing: border-box;
}
.main_contents .event_block .contents_wrap h2.double {
  margin-bottom: 33px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .contents_wrap h2.double {
    margin-bottom: 2.88vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap h2.no_pic {
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap ul.tag {
    margin-bottom: 5.3vw;
  }
}
.main_contents .event_block .contents_wrap ul.tag li {
    /* width: 150px; */
    background-color: #343435;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    margin-right: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px 24px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .contents_wrap ul.tag li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap ul.tag li {
    font-size: 2.8vw;
  }
}
.main_contents .event_block .contents_wrap ul.tag li:last-child {
  margin-right: 0;
}
.main_contents .event_block .contents_wrap .contents_inner {
  clear: both;
  gap: 1;
}
.main_contents .event_block .contents_wrap .left_column {
  width: 400px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .contents_wrap .left_column {
    width: 46.07%;
  }
  .main_contents .event_block .contents_wrap .left_column img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap .left_column {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap .left_column .pic {
    margin-bottom: 5.2vw;
  }
}
.main_info {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
@media screen and (max-width: 767px) {
  .main_info {
      flex-wrap: wrap;
  }
}
.pic img{
    width: 100%;
}

.main_contents .event_block .contents_wrap .left_column .detail_btn {
  height: 50px;
  background-color: #343435;
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .contents_wrap .left_column .detail_btn {
    height: 4.54vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap .left_column .detail_btn {
    height: 8vw;
  }
}
.main_contents .event_block .contents_wrap .right_column {width: calc(100% - 300px - 5% * 1 / 2);}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .contents_wrap .right_column {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap .right_column {
    width: 100%;
  }
}
.main_contents .event_block .contents_wrap .right_column dl {
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 15px 0;
    display: flex;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .contents_wrap .right_column dl {
    border-top: 0.1vw solid #e5e5e5;
    font-size: 1.5vw;
    padding: 1.4vw 0;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap .right_column dl {
    border-top: 0.2vw solid #e5e5e5;
    font-size: 3.2vw;
    padding: 2.1vw 0;
  }
}
.main_contents .event_block .contents_wrap .right_column dl:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .contents_wrap .right_column dl:last-child {
    border-bottom: 0.1vw solid #e5e5e5;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .contents_wrap .right_column dl:last-child {
    border-bottom: 0.2vw solid #e5e5e5;
    margin-bottom: 5.4vw;
  }
}
.main_contents .event_block .contents_wrap .right_column dl dt {
  font-weight: bold;
  color: #14c3e9;
  width: 130px;
}
.main_contents .event_block .contents_wrap .right_column dl dd {
  width: calc(100% - 130px);
}
.main_contents .event_block .text_area {
  padding-top: 43px;
  clear: both;
}
.main_contents .event_block .text_area .title {
  margin-bottom: 53px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .text_area .title {
    margin-bottom: 4.7vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .text_area .title {
    margin-bottom: 4.1vw;
  }
}
@media screen and (max-width: 599px) {
  .main_contents .event_block .contents_wrap .right_column dl dt {
    width: 60px;
  }
  .main_contents .event_block .contents_wrap .right_column dl dd {
      width: calc(100% - 60px);
  }
}
.main_contents .event_block .text_area .title p {
  font-weight: bold;
}
.main_contents .event_block .text_area .section_text {
  margin-bottom: 55px;
}
@media screen and (max-width: 1100px) {
  .main_contents .event_block .text_area .section_text {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .text_area .section_text {
    margin-bottom: 5.2vw;
  }
}
.info_text_area table {
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .info_text_area table {
    margin-bottom: 3.6vw;
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 750px) {
  .info_text_area table {
    font-size: 3.2vw;
    border: none;
  }
}
.info_text_area table tr td {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .info_text_area table tr td {
    padding: 2vw 0 1.9vw 2.8vw;
  }
}
@media screen and (max-width: 750px) {
  .info_text_area table tr td, .info_text_area table th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-left: 0.3vw solid #d1d1d1;
    border-right: 0.3vw solid #d1d1d1;
    border-bottom: 0.3vw solid #d1d1d1;
    padding: 2vw 2.8vw 1.9vw 2.8vw;
  }
}
.info_text_area table th {
  background-color: #f5f5f7;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  width: 338px;
}
@media screen and (max-width: 1100px) {
  .info_text_area table th {
    width: 30.7vw;
  }
}
@media screen and (max-width: 750px) {
  .info_text_area table th {
    width: 100%;
    border-right: none;
    border: 0.3vw solid #d1d1d1;
  }
}
@media screen and (max-width: 750px) {
  .info_text_area table tr td:last-child {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .info_text_area table tr:first-child td:first-child {
    border: 0.3vw solid #d1d1d1;
  }
}
.info_text_area table tr:last-child {
  border-bottom: none;
}
.info_text_area table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .info_text_area table tr:last-child td {
    border: 0.3vw solid #d1d1d1;
  }
}
@media screen and (max-width: 750px) {
  .info_text_area table tr:last-child td:last-child {
    border-top: none;
    border-left: 0.3vw solid #d1d1d1;
    border-right: 0.3vw solid #d1d1d1;
    border-bottom: 0.3vw solid #d1d1d1;
  }
}
.main_contents .event_block .link_btn_area .link_btn {
  width: 500px;
  height: 60px;
  background-color: #14c3e9;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .main_contents .event_block .link_btn_area .link_btn {
    width: 49.01%;
    height: 5.45vw;
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .link_btn_area .link_btn {
    width: 100%;
    height: 9.2vw;
    font-size: 3.3vw;
    margin-bottom: 2.8vw;
  }
}
/*周年学年会用*/
.main_contents .event_block .anniv .link_btn_area .link_btn {
    width: 90%;
    margin-right: 7%;
    font-size: 14px;
}
@media screen and (max-width: 750px) {
.main_contents .event_block .anniv .link_btn_area .link_btn {
    width: 100%;
}
}

.main_contents .event_block .link_btn_area .link_btn a, .main_contents .event_block .link_btn_area .link_btn a:link, .main_contents .event_block .link_btn_area .link_btn a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  display: block;
}
@media screen and (max-width: 750px) {
  .main_contents .event_block .link_btn_area .link_btn:last-child {
    margin-bottom: 0;
  }
}

footer {
  background-color: #f5f5f7;
}
/**new_event**/
.btn_area {
    display: flex;
}
@media screen and (max-width: 1000px) {
  .btn_area {
      flex-wrap: wrap;
  }
  .request_button {
      width: 70%;
      margin: 30px auto;
  }
}
.request_button {
    width: 45%;
    margin: 50px auto;
    text-align: center;
    padding: 1%;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
}
.request_button a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1f5ff), to(#188bc3));
    background: -webkit-linear-gradient(top, #e1f5ff 0%, #188bc3 100%);
    background: linear-gradient(to bottom, #e1f5ff 0%, #188bc3 100%);
    box-sizing: border-box;
}
.request_button a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#e1f5ff), to(#188bc3));
    background: -webkit-linear-gradient(bottom, #e1f5ff 0%, #188bc3 100%);
    background: linear-gradient(to top, #e1f5ff 0%, #188bc3 100%);
}
.view_btn .request_button a {
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdb8c), to(#ffaf00));
    background: -webkit-linear-gradient(top, #ffdb8c 0%, #ffaf00 100%);
    background: linear-gradient(to bottom, #ffdb8c 0%, #ffaf00 100%);
}
.view_btn .request_button a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffdb8c), to(#ffaf00));
    background: -webkit-linear-gradient(bottom, #ffdb8c 0%, #ffaf00 100%);
    background: linear-gradient(to top, #ffdb8c 0%, #ffaf00 100%);
}
.request_button.yet {
    width: 50%;
}
.request_button.yet span {
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
    border-radius: 50px;
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1f5ff), to(#188bc3));
    background: -webkit-linear-gradient(top, #e1f5ff 0%, #188bc3 100%);
    background: linear-gradient(to bottom, #e1f5ff 0%, #188bc3 100%);
}

@media screen and (max-width: 750px) {
  .request_button {
      width: 90%;
      padding: 2vw;
      margin: 20px auto;
  }
  .request_button.yet {
      width: 90%;
  }
}

.sns_icon {
    text-align: right;
}
.sns_icon li {
    display: inline-block;
    margin: 0 10px;
}
@media screen and (max-width: 750px) {
  .sns_icon {
      margin: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .sns_icon li {
      margin: 0 5px;
  }
}
.report_img ul {
    width: 100%;
    display: inline-block;
}
.report_img li {
    background: #f5f5f7;
}
.report_img .main_img {
    position: relative;
    overflow: hidden;
    padding-top: 53%;
}
.report_img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.after_report {
    margin-top: 60px;
    width: 100%;
}
.report_img {
    margin: 40px 0;
}
.other_link_area {
    margin: 30px 0;
}
.other_link_area, .other_file_area {
    margin: 30px 0;
}
.link_area_title {
    width: 100%;
}
.link_area_subtitle {
    margin: -35px 0 30px;
    width: 100%;
}
@media screen and (max-width: 750px) {
  .link_area_subtitle {
      margin: -3.3vw 0 3.3vw;
      font-size: 3.3vw;
  }
}
ul.tag.clearfix.pc_only {
    margin-bottom: 10px;
}
.index_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.list_detail h3 {
  background: #1195Ad;
  color: #fff;
  padding: 8px;
  margin-bottom: 4px;
}
.PageList {
    width: calc(94% / 3);
    margin-bottom: 3%;
    border: 1px solid #ccc;
    padding: 2%;
    box-sizing: border-box;
    box-shadow: 3px 2px 4px 1px #ccc;
}
.PageList:not(:nth-child(3n)) {
    margin-right: 3%;
}
.indexListImg img {
    width: 100%;
}
@media screen and (max-width: 750px) {
  .index_area ul.listAreaFlex{
  display: flex;
  }
  .PageList {
      width: calc(94% / 2);
      margin-bottom: 3%;
  }
  .PageList:not(:nth-child(3n)) {
      margin-right: auto;
  }
  .PageList:not(:nth-child(2n)) {
      margin-right: 3%;
  }
}
@media screen and (max-width: 750px){
  li.column.third_column {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 5.1vw;
  }
  .index_area {
      margin-top: 40px;
  }
}
/***周年会***/
.message {
    width: 50%;
}
@media screen and (max-width: 750px) {
  .message {
      width: 88%;
  }
}
.content_remarks {
    margin: 40px 0;
}

/***講師***/
.lecturer_theme {
    font-size: 30px;
    margin: 50px 0 4px;
    text-align: center;
}
@media screen and (max-width:750px){
  .lecturer_theme {
      font-size: 4.5vw;
      margin: 0;
  }
}
.link_area_title, .video_area h3, .report_title{
    font-size: 20px;
    font-weight: bold;
    border-left: 6px solid #49c4e9;
    padding-left: 14px;
    margin-bottom: 41px;
}

/**一覧**/
/*.main_contents .index_list .contents_wrap {
    border: 2px solid #fff;
    box-sizing: border-box;
    background-color: #fff;
    padding: 39px 38px 40px;
}*/
.list_bloc {
    border: 1px solid #ccc;
    padding: 2%;
    margin-bottom: 30px;
    width:96%;
    display: flex;
    flex-wrap: wrap;
}
.list_header_taxt {
    margin-bottom: 55px;
}
h2.event_index {
    font-size: 24px;
    font-weight: bold;
    border-left: 6px solid #ed423a;
    padding-left: 14px;
    margin-bottom: 41px;
}
h3.index_title {
    font-size: 20px;
    font-weight: bold;
    border-left: 6px solid #49c4e9;
    padding-left: 14px;
    margin-bottom: 10px;
    width: 100%;
}
.left_area {
  width: 32%;
  margin-right: 3%;
}
.right_area {
  width: 65%;
}
.link_btn {
    text-align: center;
    margin: 10px 0;
    padding: 1% 0;
    background: #343435;
}
.link_btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
}
.list_bloc dl {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  display: flex;
}
.list_bloc dt {
    font-weight: bold;
    color: #14c3e9;
    width: 80px;
    padding-right: 20px;
}
.list_bloc dd {
  width: calc(100% - 80px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width:750px){
  .left_area {
      width: 100%;
  }
  .link_btn {
      width: 80%;
      margin: 10px auto;
  }
  .right_area {
      width: 100%;
  }
}

/***アーカイブ***/
.main_contents .homecomingday .text_area {
    padding-top: 0;
}

@media screen and (max-width:750px){
  .main_contents .homecomingday li.column .pic_area img {
      width: 100% !important;
      height: auto;
  }
  .event_block.homecomingday li.column.third_column {
      width: 100%;
  }
}
.homecomingday .report_img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.third_column {
  width: calc(100% / 3 - 3% * 2 / 3);
  margin-bottom: 3%;
}
.report_img .main_img {
  margin: auto;
  width: 100%;
}
.homecomingday .index_title {
    background: #f5f5f7;
    padding: 26px 8%;
}

.homecomingday .index_title h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.homecomingday .index_title h4 a{
    color: #14c3e9;
}

@media screen and (max-width:750px){
  .homecomingday .report_img ul {
      display: inline-block;
  }
}

.main_contents .lode_anniv_block.event_block table tr td {
  padding: 20px 30px;
}
@media screen and (max-width: 1100px) {
 .main_contents .lode_anniv_block.event_block table tr td {
    padding: 1.9vw 2.8vw;
  }
}
.tab_top li {
  align-items: center;
  justify-content: center;
  display: flex;
}

.list_bloc__info {
  display: flex;
  gap: 7%;
  justify-content: space-between;
}
.main_img img {
  width: 100%;
}
.list_bloc__info__text {
  width: calc(100% - 300px - 5% * 1 / 2);
}
@media screen and (max-width:750px){
  .list_bloc__info {
    flex-wrap: wrap;
  }
  .main_img {
      width: 100%;
  }
  .list_bloc__info__text {
      width: 100%;
  }
}
/**イベント一覧ソート**/
.index_list .tab_area {
  padding-top: 50px;
  margin-bottom: 60px;
}
.tab_top {
  display: flex;
  align-items: center;
}
.tab_top li {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 750px) {
  .index_list .tab_area {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .index_list .tab_area p {
    padding: 0 5.3%;
    box-sizing: border-box;
    width: 100%;
    font-size: 3.4vw;
    font-weight: 600;
    margin-bottom: 6.6vw;
  }
}
.index_list .tab_area .contents_wrap ul.tab_top li {
  width: 50%;
  height: 80px;
  background-color: #f5f5f7;
  box-sizing: border-box;
  border-right: 1px solid #d1d1d1;
  border-top: 5px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #d1d1d1;
  -webkit-transition: background 0.3s ease-out,border 0.3s ease-out,color 0.3s ease-out;
  transition: background 0.3s ease-out,border 0.3s ease-out,color 0.3s ease-out;
}
@media screen and (max-width: 1100px) {
  .index_list .tab_area .contents_wrap ul.tab_top li {
    width: 50%;
    height: 7.27vw;
    font-size: 1.45vw;
    border-top: 0.44vw solid #d1d1d1;
  }
}
@media screen and (max-width: 750px) {
  .index_list .tab_area .contents_wrap ul.tab_top li {
    border-top: 0.7vw solid #d1d1d1;
    height: 15.9vw;
    border-right: 0.3vw solid #d1d1d1;
    border-bottom: 0.3vw solid #d1d1d1;
    font-size: 3.2vw;
  }
}
.index_list .tab_area .contents_wrap ul.tab_top li:last-child {
  border-right: none;
}
@media screen and (min-width: 751px) {
  .index_list .tab_area .contents_wrap ul.tab_top li:hover {
    color: #f2b227;
    border-top: 5px solid #f2b227;
    background-color: #fcffdb;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .index_list .tab_area .contents_wrap ul.tab_top li:hover {
    border-top: 0.44vw solid #f2b227;
  }
}

.index_list .tab_area .contents_wrap ul.tab_top li.is_active {
  color: #f2b227;
  border-top: 5px solid #f2b227;
  border-bottom: none;
  background-color: #fcffdb;
  cursor: default;
}
@media screen and (max-width: 1100px) {
  .index_list .tab_area .contents_wrap ul.tab_top li.is_active {
    border-top: 0.44vw solid #f2b227;
  }
}
@media screen and (max-width: 750px) {
  .index_list .tab_area .contents_wrap ul.tab_top li.is_active {
    border-top: 0.7vw solid #f2b227;
  }
}
.index_list .tab_area .contents_wrap .tab_inner {
  position: relative;
  background-color: #fcffdb;
  box-sizing: border-box;
  padding: 30px 29px 29px;
  height: 122px;
}
@media screen and (max-width: 1100px) {
  .index_list .tab_area .contents_wrap .tab_inner {
    padding: 2.7vw 2.6vw 2.7vw;
    height: 11.1vw;
  }
}
@media screen and (max-width: 750px) {
  .index_list .tab_area .contents_wrap .tab_inner {
    padding: 5.3vw 5vw 2.7vw;
    height: 81.3vw;
  }
}
.index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom {
  position: absolute;
  -webkit-transition: opacity 0.3s ease-out,visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out,visibility 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom {
    width: 88.5%;
  }
}
.index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom.is_active {
  opacity: 1;
  visibility: visible;
}
.index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li {
  width: 165px;
  height: 63px;
  box-sizing: border-box;
  border: 2px solid #cbcbcb;
  background-color: #fff;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-out,color 0.3s ease-out;
  transition: border 0.3s ease-out,color 0.3s ease-out;
}
.index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 165px;
    height: 63px;
}
@media screen and (max-width: 1100px) {
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li {
      width: 15vw;
      height: 5.72vw;
      border: 0.2vw solid #cbcbcb;
      font-size: 1.3vw;
      margin-right: 0.9vw;
  }
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li span {
      width: 15vw;
      height: 5.72vw;
  }
}
@media screen and (max-width: 750px) {
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li {
    width: 100%;
    margin: 0 auto;
    border: 0.4vw solid #cbcbcb;
    height: 10.7vw;
    margin-bottom: 1.3vw;
    font-size: 3vw;
    font-weight: 400;
    letter-spacing: 0.3vw;
    padding: 0 4vw;
  }
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li span {
    width: 100%;
    height: 10.7vw;
  }
}
.index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 751px) {
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li:hover {
    border: 2px solid #f2b227;
    color: #f2b227;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li:hover {
    border: 0.2vw solid #f2b227;
  }
}

.index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li.is_active {
  border: 2px solid #f2b227;
  color: #f2b227;
}
@media screen and (max-width: 1100px) {
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li.is_active {
    border: 0.2vw solid #f2b227;
  }
}
@media screen and (max-width: 750px) {
  .index_list .tab_area .contents_wrap .tab_inner ul.tab_bottom li.is_active {
    border: 0.4vw solid #f2b227;
  }
}
.sort_tab_list__wrap.catelist_sort {
    border: none;
}

/**TITLE_LONG**/
title, .pan br {
    display: none;
}
.news_area {
    padding: 39px 38px 40px;
    margin: auto;
    min-height: 500px;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
}
.news_area h2 {
    font-size: 24px;
    font-weight: bold;
    border-left: 6px solid #ed423a;
    padding-left: 14px;
    margin-bottom: 41px;
}
.news_date {
    font-size: 22px;
    margin-bottom: 20px;
}
.lecture_detail_bloc {
    margin: 48px 0;
}
h3.lecture_title {
    font-weight: bold;
    font-size: 22px;
    padding: 0 12px;
    background: #f0f3f4;
    border-top: 4px double #d0d0d0;
    border-bottom: 4px double #d0d0d0;
}
.speaker {
    font-weight: bold;
    text-align: right;
}
.detail {
    margin: 20px 30px;
}
.forum_theme {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline #ff0000;
}
.teacher .main_img {
    height: auto;
    width: 99%;
    border: 1px solid #ccc;
}
.teacher .main_img img {
    width: 100%;
}
.index_area {
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .h1_area h1 {
      left: 25%;
      width: 70%;
      text-align: left;
  }
  .forum_theme {
      font-size: 18px;
  }
  h3.lecture_title{
      font-size: 16px;
  }
}
.online_info .contents_wrap.clearfix {
    padding: 100px 3.25%;
    border: 2px solid #cbcbcb;
    box-sizing: border-box;
    background-color: #fff;
    padding: 65px 3.25%;
}
.online_info h2 {
    font-family: "noto", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: bold;
    color: #343435;
    text-align: center;
    font-size: 36px;
    position: relative;
    border-left: none;
    margin-bottom: 0;
    padding-left: 0;
}
.online_info .title_area {
    margin-bottom: 5px;
}
.title_area .bar {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 525px;
    height: 54px;
    padding-bottom: 10px;
}
img.bar1 {
    position: absolute;
    left: 0;
    top: 0;
}
img.bar2 {
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 750px) {
  .online_info h2 {
      font-size: 3.5vw;
      letter-spacing: 0.5vw;
      font-weight: 600;
      margin-bottom: 1.6vw;
  }
  .title_area .bar {
      padding-bottom: 11.4vw;
      width: 84.62%;
      height: auto;
  }
  img.bar1{
      width: 53.79%;
  }
  img.bar2 {
      width: 53.79%;
  }
}
.video_all {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.video_area {
    width: 45%;
    display: flex;
    flex-direction: column;
}
.video_area:nth-child(2n){
    margin-left: 10%;
}
.video {
    margin-top: auto;
}
.video_descript {
    margin-bottom: 20px;
}
.video iframe {
    width: 100%;
}
@media screen and (max-width: 750px) {
  .video_all {
      margin-top: 10px;
  }
  .video_area {
      width: 100%;
      margin-top: 30px;
  }
  .video_area:last-child {
      margin-left: 0;
  }
  .video_area h3 {
      margin-bottom: 20px;
  }
}
.news_area .teacher .main_img {
    height: 178px;
}
.index_list .tab_area .contents_wrap .tab_inner ul {
    display: flex;
    flex-wrap: wrap;
}
/***映像のみ開催時対応***/
/*li#category5 {
    display: none;
}*/
/*li#cat2 {
    display: none;
}*/
//

.request_close {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    border: 1px solid;
    width: 400px;
    padding: 15px 0;
    color: #333;
}
@media screen and (max-width: 750px) {
  .request_close {
      width: 90%;
  }
}
.after_report h3 span#forum_ondemand {
    margin-top: -170px;
    padding-top: 170px;
}
.img-list-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.img-list-ul li {
    width: calc(94% /3);
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.img-list_item {
    padding: 8px;
    background: #fff;
    text-align: center;
    min-height: 250px;
    display: flex;
    border: 1px solid #d1d1d1;
    box-shadow: inset -1px -1px 7px 3px #efefef;
}
.img-list-ul li img {
    width: 100%;
    position: relative;
    max-width: 100%;
    max-height: 245px;
    object-fit: contain;
}
@media screen and (max-width: 750px) {
  .img-list-ul li {
      width: 100%;
      margin-bottom: 30px;
  }
  .img-list_item {
    border: none;
    box-shadow: none;
    min-height: auto;
  }
    .img-list-ul li img {
        max-height: unset;
  }
}
.coontent_inner_img {
    text-align: center;
    margin: 40px auto 100px;
}
.linkEventTitle a {
    font-size: 20px;
    font-weight: bold;
    color: #1876d2;
}
.tag {
    display: flex;
    justify-content: end;
}
.width50 {
    width: 50%;
}
.width30 {
    width: 30%;
}
.width20 {
    width: 20%;
}
.achive_subtitle span {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.achive_subtitle span:before, .achive_subtitle span:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #1876d2;
}
.achive_subtitle span:before {
    margin-right: 10px;
}
.achive_subtitle span:after {
    margin-left: 10px;
}
.achive_subtitle {
    margin-bottom: 25px;
}
/*# sourceMappingURL=event_detail.css.map */

.contents_wrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.pan {
  margin-bottom: 31px;
}
@media screen and (max-width: 750px) {
  .pan {
    margin-bottom: 6.7vw;
  }
}
.text_area th {
    background-color: #f5f5f7;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    width: 338px;
}
.sp_only {
    display: none;
}
@media screen and (max-width: 750px) {
  .pc_only{
      display: none;
  }
  .sp_only {
      display: block;
  }
  .tag.sp_only {
      display: flex;
  }
}
@media screen and (max-width: 750px) {
  .block2 ul.year_party {
      flex-wrap: wrap;
  }
  .forth {
      width: calc(95% / 2);
      margin-bottom: 24px;
  }
}
.eventListImg {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.eventListImg img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.program {
    width: 330px;
    padding: 2%;
    transition-duration: .3s;
    box-shadow: 2px 2px #cecece;
    margin: 20px auto;
    background: #ececec;
}
.program_img {
    padding: 5%;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.program_img img {
    position: relative;
    max-width: 100%;
    max-height: 240px;
    box-shadow: 0px 5px 7px 2px #dadada;
}
.program:hover {
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transform: scale(1.02);
    transition-duration: .3s;
}
.program a img:hover {
    opacity: unset;
}
.program p {
    text-align: center;
    margin-top: 5%;
    font-size: 18px;
}
.program p a {
    color: #343435;
    font-weight: bold;
}
.program .small {
    font-size: 15px;
}
@media screen and (max-width: 400px) {
  .program {
      width: 90%;
  }
  .program_img img {
      width: 80%;
  }
  .program p {
      font-size: 15px;
  }
}
.archive_content {
    margin-bottom: 40px;
}
.archive_content p {
    width: 65%;
}
.flex_img {
    width: 30%;
}
.right_img {
    margin-left: 5%;
}

.left_img {
    margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .archive_content {
      flex-wrap: wrap;
  }
  .flex_img {
      width: 100%;
      margin-bottom: 40px;
      border-bottom: 1px dotted;
      padding-bottom: 40px;
  }
  .archive_content p {
      width: 100%;
      margin-bottom: 16px;
  }
  .right_img, .left_img {
      margin: 0;
  }
  .left_img {
      order: 2;
  }
}
.sort_tab_change li.is_active {
  color: #49c4e9;
  border-top: 5px solid #49c4e9;
  border-bottom: none;
  background-color: #fcffdb;
  cursor: default;
}
.sort_tab_change li {
  width: 50%;
  height: 80px;
  background-color: #f5f5f7;
  box-sizing: border-box;
  border-right: 1px solid #d1d1d1;
  border-top: 5px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #d1d1d1;
  -webkit-transition: background 0.3s ease-out,border 0.3s ease-out,color 0.3s ease-out;
  transition: background 0.3s ease-out,border 0.3s ease-out,color 0.3s ease-out;
}
.sort_tab_change li.is_active {
  color: #49c4e9;
  border-top: 5px solid #49c4e9;
  border-bottom: none;
  background-color: #ffffff;
  cursor: default;
}
.sort_tab_change li {
  width: 50%;
  height: 80px;
  background-color: #f5f5f7;
  box-sizing: border-box;
  border-right: 1px solid #d1d1d1;
  border-top: 5px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #d1d1d1;
  -webkit-transition: background 0.3s ease-out,border 0.3s ease-out,color 0.3s ease-out;
  transition: background 0.3s ease-out,border 0.3s ease-out,color 0.3s ease-out;
}
.sort_tab_list__wrap {
  position: relative;
  background-color: #fff;
  padding: 30px 29px 29px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.sort_tab_list {
  -webkit-transition: opacity 0.3s ease-out,visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out,visibility 0.3s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
.sort_tab_list.is_active {
  display: flex;
}
.sort_tab_list li {
  width: 165px;
  height: 54px;
  border: 2px solid #cbcbcb;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-out,color 0.3s ease-out;
  transition: border 0.3s ease-out,color 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sort_tab_list li.is_active {
  border: 2px solid #49c4e9;
  color: #49c4e9;
}
.sort_tab_change {
  border-left: 1px solid #d1d1d1;
}