@charset "utf-8";
html {
  font-size: 62.5%;
  background-color: #FFF;
}
body {
  color: #092935;
  min-width: 1280px;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: #90CCD9;
  background-image: url(../../images/bg_ill.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
select, input, button, textarea, button {
  font: 99%;
}
table {
  font-size: inherit;
  font: 100%;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
#wrapper {
  overflow: hidden;
  position: relative;
}
/*--HEADER-------------*/
header {
  width: 100%;
  min-width: 1280px;
  height: 100px;
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  display: flex
}
header .logo_tohoku_u img, header .logo_reic img {
  width: auto;
  height: 100px;
}
header table {
  margin-top: 10px;
  height: 80px;
}
header table img {
  width: auto;
  height: 40px;
}
header .name {
  font-size: 2.0rem;
  padding-left: 0.5em;
}
header .right_object {
  margin-left: auto;
}
header .sns {
  margin-top: 26px;
  margin-right: 100px;
  position: relative;
}
header .sns a {
  display: inline-block;
  background-color: #000;
  border-radius: 100px;
  line-height: 1;
  padding: 15px 0px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000;
  color: #FFF;
  font-size: 2.0rem;
  width: 50px;
  text-align: center;
}
header .btn_home {
  margin-top: 26px;
  margin-right: 20px;
  position: relative;
  z-index: 20;
}
header .btn_home a {
  display: inline-block;
  background-color: #e1e7ea;
  border-radius: 100px;
  line-height: 1;
  padding: 15px 23px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000;
}
header .btn_home a:hover {
  background-color: #FFF;
  color: inherit
}
header .btn_dl {
  margin-top: 26px;
  margin-right: 20px;
  position: relative;
  z-index: 20;
}
header .btn_dl a {
  display: inline-block;
  background-color: #FFEC00;
  border-radius: 100px;
  line-height: 1;
  padding: 15px 23px;;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000;
}
header .btn_dl a:hover {
  background-color: #FFF;
  color: inherit
}
/*--NAVIGATION-------------*/
#panel-btn {
  display: inline-block;
  position: fixed;
  width: 100px;
  height: 100px;
  margin: 0px 0 0px;
  right: 0px;
  top: 0px;
  z-index: 9999999;
  animation-duration: 2s;
}
#panel-btn-txt {
  position: absolute;
  bottom: 18%;
  text-align: center;
  font-size: 1.2rem;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.12em;
}
#panel-btn-txt .menu_on {
  display: block
}
#panel-btn-txt .menu_close {
  display: none
}
#panel-btn-txt.close .menu_on {
  display: none
}
#panel-btn-txt.close .menu_close {
  display: block
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 3px;
  margin: -7px 0 0 -25px;
  background: #092935;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 3px;
  background: #092935;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -13px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#gnav {
  display: none;
  position: fixed;
  right: 0;
  top: 100px;
  width: 100%;
  height: 100vh;
  max-width: calc(calc(100% - 430px) / 2);
  text-align: center;
  background-color: #6CA2AD;
  overflow-y: scroll;
  background-image: url(../../images/gnav_sp_bg.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9999;
}
#gnav .inner {
  width: 90%;
  max-width: 374px;
  margin-right: auto;
  margin-left: auto;
  height: 670px;
  background-image: url(../../images/gnav_bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 37px;
  background-size: contain;
}
#gnav ul {}
#gnav ul li {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
}
#gnav ul li:nth-child(3n) {
  margin-right: 0px;
}
#gnav ul li img {
  width: 100%;
  height: auto;
}
#gnav ul li a {}
#gnav ul li a:hover {}
#gnav .sns {
  display: none
}
/*--INDEX_PAGE-------------*/
#index_page {
  background-color: #FFF
}
/*--MAINVIS-------------*/
#mainVis {
  margin-top: 100px;
  background-color: #90CCD9;
  text-align: center;
}
#mainVis img {
  width: 100%;
  height: auto;
}
/*--CONTENTS-------------*/
#contents {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
}
#contents_sub {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  margin-top: 150px;
  margin-bottom: 60px;
}
.ttl_bx {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-top: 70px;
  margin-bottom: 40px;
  position: relative
}
.ttl_bx .en {
  color: #80A0AC;
  font-size: 1.6rem;
}
.ttl_bx .link {
  font-size: 1.4rem;
  margin-top: 0.5em;
  position: relative;
  z-index: 10;
  margin-bottom: 2.5em
}
/*--INDEX_CONT-------------*/
.index_cont, .index_cont_scroll {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.index_cont_in {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.index_ft_info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.btn_round {
  text-align: center;
  margin-top: 2em
}
.btn_round a {
  display: inline-block;
  line-height: 1;
  border: 1px solid #092935;
  padding: 3px 35px 3px 20px;
  border-radius: 100px;
  text-decoration: none;
  background-image: url(../../images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.btn_round a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #092935;
  color: #FFF
}
.anc {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
/*--INDEX_NEWS-------------*/
#index_news_ttl_ill {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align-last: center;
  top: 0
}
#news {
  width: 70%;
  margin-left: auto;
  margin-right: auto
}
#news table {
  width: 100%;
}
#news th, #news td {
  display: block;
}
#news th {
  font-size: 1.4rem;
  color: #80A0AC;
  padding-bottom: 5px;
}
#news td {
  border-bottom: 1px solid #80A0AC;
  padding-bottom: 10px;
}

/*--INDEX_ANC_BTN-------------*/
ul.index_acnc_btn{
text-align: center;
width: 100%;
margin-bottom: 70px;
}
ul.index_acnc_btn li{
text-align: center;
font-size: 2.4rem;
width: 49%;
margin-right: 2%;
float: left;
margin-bottom: 20px;
}
ul.index_acnc_btn li:nth-child(2n){
margin-right: 0%;
}
ul.index_acnc_btn li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #90CCD9;
	border-radius: 100px;
	line-height: 70px;
	background-image: url(../../images/ico_arrow_down.svg);
	background-repeat: no-repeat;
	background-position: right 23px center;
}
ul.index_acnc_btn li a:hover{
opacity: .3;
}
ul.index_acnc_btn li:nth-child(2) a{
	background-color: #F38200;
}
ul.index_acnc_btn li:nth-child(3) a{
	background-color: #E9787C;
}
ul.index_acnc_btn li:nth-child(4) a{
	background-color: #005DAB;
}
ul.index_acnc_btn li:nth-child(5) a{
	background-color: #8CB808;
}
ul.index_acnc_btn li:nth-child(6) a{
	background-color: #6561A6;
}

/*--INDEX_CONT PROGRAM-------------*/
ul.index_bx_program {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center
}
ul.index_bx_program li {
  width: calc(calc(100% - 172px)/3);
  margin-bottom: 50px;
  border: 2px solid #000000;
  border-radius: 16px;
  padding: 20px;
  text-align: justify
}
ul.index_bx_program .ill {
  margin-bottom: 15px;
}
ul.index_bx_program .ill img {
  width: 100%;
  height: auto
}
.index_bx_program .shiminkouza {
  color: #E9787C;
  border: 2px solid #E9787C;
}
.index_bx_program .gijyutsu {
  color: #8CB808;
  border: 2px solid #8CB808;
}
.index_bx_program .tenjikai {
  color: #F38200;
  border: 2px solid #F38200;
}
.index_bx_program .kengakukai {
  color: #6561A6;
  border: 2px solid #6561A6;
}
.index_bx_program .networking {
  color: #5AD872;
  border: 2px solid #5AD872;
}
.index_bx_program .poster {
  color: #036EB8;
  border: 2px solid #036EB8;
}
.shiminkouza .btn_round a {
  border: 1px solid #E9787C;
  background-image: url(../../images/btn_arrow_shiminkouza.svg);
  color: #E9787C
}
.shiminkouza .btn_round a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #E9787C;
  color: #FFF
}
.gijyutsu .btn_round a {
  border: 1px solid #8CB808;
  background-image: url(../../images/btn_arrow_gijyutsu.svg);
  color: #8CB808
}
.gijyutsu .btn_round a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #8CB808;
  color: #FFF
}
.tenjikai .btn_round a {
  border: 1px solid #F38200;
  background-image: url(../../images/btn_arrow_tenjikai.svg);
  color: #F38200
}
.tenjikai .btn_round a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #F38200;
  color: #FFF
}
.kengakukai .btn_round a {
  border: 1px solid #6561A6;
  background-image: url(../../images/btn_arrow_kengakukai.svg);
  color: #6561A6
}
.kengakukai .btn_round a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #6561A6;
  color: #FFF
}
.networking .btn_round a {
  border: 1px solid #5AD872;
  background-image: url(../../images/btn_arrow_networking.svg);
  color: #5AD872
}
.networking .btn_round a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #5AD872;
  color: #FFF
}
.poster .btn_round a {
  border: 1px solid #036EB8;
  background-image: url(../../images/btn_arrow_poster.svg);
  color: #036EB8
}
.poster .btn_round a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #036EB8;
  color: #FFF
}
.map_fig {
  width: 100%;
}
.map_fig img {
  width: 100%;
  height: auto
}
/*--INDEX_TIME_SCHEDULE-------------*/
#index_timetable {
  display: flex
}
#index_timetable .aside {}
#index_timetable .body {}
/*--INDEX_FLOORMAP-------------*/
#index_floormap {
  width: 100%;
  height: 513px;
  position: relative
}
#index_floormap .body {
  width: 100%;
}
/*--INDEX_INFO-------------*/
ul.index_bx_info {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
ul.index_bx_info li {
  width: calc(calc(100% - 40px)/3);
  border: 2px solid #90CCD9;
  border-radius: 10px;
  padding: 15px;
}
.index_bx_info .ttl {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  min-height: 3.2em;
  line-height: 1.5;
}
.index_bx_info .ttl::first-letter {
  color: #90CCD9
}
.index_bx_info .ill {
  margin-bottom: 0.5em
}
.index_bx_info .ill img {
  width: 100%;
  height: auto
}
/*--INDEX_ACCESS-------------*/
#index_access_ttl_ill {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align-last: center;
  top: 0
}
.index_access_txt {
  text-align: center;
  margin-bottom: 1em
}
#index_gmap {
  margin-bottom: 40px
}
#index_gmap iframe {
  width: 100%;
}
/*--INDEX_FT_INFO-------------*/
#index_ft_info {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem
}
.access_txt {
  width: calc(100% - 510px);
}
.access_txt ul li {
  display: block;
  line-height: 1;
  padding: 10px 40px;
  border-radius: 100px;
  text-decoration: none;
  background-color: #e1e7ea;
  color: #092935;
  margin-bottom: 10px;
}
.access_txt strong {
  color: #1C78D0;
  font-size: 1.6rem
}
#index_ft_info .ttl_line {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000000;
  font-size: 1.6rem;
  margin-top: 2.5em;
}
#index_ft_info .ttl_line:first-child {
  margin-top: 0em;
}
#index_ft_info .ttl_line i {
  font-size: 3.6rem;
  margin-right: 0.2em
}
.map_fig {
  width: 480px;
}
.map_fig img {
  width: 100%;
  height: auto;
  margin-top: 1em;
}

/*--FOOTER_NAVIGATION-------------*/
  #ft_navigation {
    background-color: #FFF;
    height: 56px;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 999;
    font-size: 2.2rem;
    clear: both;
    margin-top: 120px;
    margin-bottom: 60px;
  }
  #ft_navigation ul {
    text-align: center;
    margin-top: 12px;
  }
  #ft_navigation ul li {
    display: inline-block;
    width: calc(90% / 3)
  }
  #ft_navigation ul li a {
    background-color: #092935;
    color: #FFF;
    display: block;
    border-radius: 50px;
    padding: 10px 0px;
    line-height: 1;
    text-decoration: none;
    background-image: url(../../images/ico_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-size: 20px auto;
  }
  
/*--CREDIT-------------*/
.ft_credit {
  clear: both;
  margin-top: 90px;
}
.ft_credit .inner {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #80A0AC;
  padding-top: 50px;
  padding-bottom: 20px;
}
.ft_credit .sponsored {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em
}
.ft_credit .adress {
  margin-bottom: 1.5em
}
.ft_credit table {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.ft_credit table th {
  white-space: nowrap;
  vertical-align: top
}
/*--FOOTER-------------*/
footer {
  clear: both;
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #F4F4F4;
}
/*--CATEGORY_PAGE-------------*/
#cate_contents {
  min-height: calc(100vh - 200px);
  background-color: #D7E1E3;
  padding-bottom: 20px;
}
.cate_mv {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cate_mv img {
  width: 100%;
  height: auto;
}
.cate_read {
  font-size: 2.4rem;
  color: #FFF;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}
.cate_cont_in {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
.cate_cont_in img {
  max-width: 100%;
  height: auto
}
.cate_entry_bx {
  border: 1px solid #000;
  background-color: #FFFFFF;
  padding: 10px;
  box-shadow: 4px 4px;
  margin-bottom: 25px;
  line-height: 1.9
}
.cate_entry_bx.poster {
  border: 0px solid #000;
  background-color: #FFFFFF;
  padding: 0px;
  box-shadow: 0px 0px;
  margin-bottom: 50px;
  line-height: 1.9
}
.cate_entry_bx a {
  text-decoration: none
}
.cate_entry_bx a:hover {
  color: inherit
}
.num {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  line-height: 50px;
  /*font-size: 2.0rem;*/
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0.5em
}
.num.fl_L {
  margin-right: 0.5em
}
.cate_entry_bx .kouen_num {
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
}
.cate_entry_bx .kouen_num br {
  display: none;
}
.cate_entry_bx .kouen_num span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 1em
}
.cate_entry_bx .place_time {
  font-size: 1.4rem;
  font-weight: 600
}
.cate_entry_bx .meta {
  font-size: 1.4rem;
  font-weight: 600
}
.cate_entry_bx .meta_notice {
  font-size: 1.6rem;
  font-weight: 600
}
.cate_entry_bx .ttl {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6 !important
}
.cate_entry_bx .show_detail {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  border: 1px solid #092935;
  padding: 4px 15px;
  border-radius: 100px;
  text-decoration: none;
  color: #092935;
  margin-top: 0.6em
}
.cate_entry_bx .show_detail img {
  vertical-align: middle;
  margin-left: 5px;
}
.cate_entry_bx .poster_ttl {
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5em;
  background-color: #F4F4F4;
  border-radius: 100px;
  padding: 10px 50px;
  margin-left: 53px;
}
.cate_entry_bx .poster_demo_ph {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 15px;
}
.cate_entry_bx .poster_demo_ph img {
  width: 100%;
  height: auto
}
.btn_round.yellow a {
  display: inline-block;
  line-height: 1;
  border: 1px solid #092935;
  padding: 15px 55px 15px 40px;
  border-radius: 100px;
  text-decoration: none;
  background-image: url(../../images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-color: #FFEC00;
  font-weight: 600;
  background-size: 20px auto;
}
.btn_round.yellow a:hover {
  background-image: url(../../images/btn_arrow_w.svg);
  background-color: #092935;
  color: #FFF
}
.btn_round.back a {
  display: inline-block;
  line-height: 1;
  border: 1px solid #092935;
  padding: 15px 40px 15px 55px;
  border-radius: 100px;
  text-decoration: none;
  background-image: url(../../images/btn_arrow_back.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-color: #e1e7ea;
  font-weight: 600;
  background-size: 20px auto;
  color: #092935
}
.btn_round.back a:hover {
  background-image: url(../../images/btn_arrow_back_w.svg);
  background-color: #092935;
  color: #FFF
}
.form_notice {
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #FFF
}
/*--CATEGORY_COLOR-------------*/
#cate_contents.shiminkouza_list {
  background-color: #E9787C
}
#cate_contents.gijyutsu_list {
  background-color: #8CB808
}
#cate_contents.tenjikai_list {
  background-color: #F38200
}
#cate_contents.networking_list {
  background-color: #5AD872
}
#cate_contents.kengakukai_list {
  background-color: #6561A6
}
#cate_contents.poster_demo_list {
  background-color: #FFF;
  color: #092935
}
.num.AB-1 {
  background: #E9787C;
}
.num.A2, .num.A3, .num.A4, .num.A5, .num.A6, .num.A7,.num.A1-1,.num.A1-2,.num.A1-3,.num.A1-4,.num.A2-1,.num.A2-2,.num.A2-3,.num.AB-2 {
  background: #DB2027;
}
 .num.B1, .num.B2, .num.B3, .num.B4, .num.B1-1, .num.B1-2, .num.B1-3, .num.B1-4, .num.B2-1, .num.B2-2, .num.B2-3, .num.B2-4 {
    background: #2027DB;
  }
.num.C1, .num.C2, .num.C3, .num.C4, .num.C5, .num.C6, .num.C7, .num.C8, .num.C9, .num.C10, .num.C11, .num.C12, .num.C13, .num.C14, .num.C15, .num.C16, .num.C17, .num.C18, .num.C19, .num.C20 {
  background: #F48201;
}
.num.E1, .num.E2, .num.E3, .num.E4, .num.E5, .num.E6 {
  background: #6561A6;
}
.num.D {
  background: #5AD872;
}
.num.D1, .num.D2, .num.D3, .num.D4, .num.D5, .num.D6, .num.D7, .num.D8, .num.D9, .num.D10 {
  background: #036EB8;
}

/*--技術ショーケース2列表示-------------*/
.entry_bx_wrap{
display: flex;
gap:30px;
}
.entry_bx_wrap .entry_bx_left,
.entry_bx_wrap .entry_bx_right{
width: 50%;
}
.entry_bx_wrap .entry_bx_left .cate_entry_bx,
.entry_bx_wrap .entry_bx_right .cate_entry_bx{
min-height: 330px;
}


/*--SINGLE_PAGE-------------*/
#single_contents {
  min-height: calc(80vh - 100px);
  background-color: #FFF;
  padding-bottom: 20px;
}
.entry_eyecatch img {
  width: 100%;
  height: auto
}
.entry_eyecatch_bar {
  width: 100%;
  height: 16px;
  background-color: #80A0AC;
  margin-bottom: 20px;
}
#single_contents .heading {
  color: #567884;
  font-size: 1.6rem;
  font-weight: 600;
}
#single_contents .ttl {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
#single_contents .meta {
  color: #567884;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
#single_contents .meta.larger {
  font-size: 2.0rem;
  margin-bottom: 5px;
}
#single_contents .cat-data {
  font-size: 1.2rem;
  padding: 3px 20px;
  text-align: center;
  white-space: nowrap;
  color: #fff !important;
  border-radius: 100px;
  background-color: #80A0AC;
  margin-right: 1em
}
#single_contents .cat-data a {
  color: #fff !important;
}
#single_contents .num {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
#single_contents .ph_face {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
#single_contents .ph_face img {
  width: 100%;
  height: auto
}
#single_contents .gaiyou {
  margin-bottom: 20px;
}
#single_contents .gaiyou a{
  color: #0080A9;
  text-decoration: underline
}
#single_contents .ttl_line {
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600
}
#single_contents .column {
  margin-bottom: 20px;
  border: 1px solid #898989;
  border-radius: 10px;
  padding: 15px
}
.entry figure {
  width: 100% !important;
  height: auto
}
/*--SINGLE_PAGEカラバリ-------------*/
.event_shiminkouza .entry_eyecatch_bar {
  background-color: #E9787C;
}
#single_contents.event_shiminkouza .cat-data {
  background-color: #E9787C;
}
.event_gijyutsu .entry_eyecatch_bar {
  background-color: #8CB808;
}
#single_contents.event_gijyutsu .cat-data {
  background-color: #8CB808;
}
.event_tenjikai .entry_eyecatch_bar {
  background-color: #F38200;
}
#single_contents.event_tenjikai .cat-data {
  background-color: #F38200;
}
.event_networking .entry_eyecatch_bar {
  background-color: #5AD872;
}
#single_contents.event_networking .cat-data {
  background-color: #5AD872;
}
.event_kengakukai .entry_eyecatch_bar {
  background-color: #6561A6;
}
#single_contents.event_kengakukai .cat-data {
  background-color: #6561A6;
}

#single_contents.opening .entry_eyecatch_bar {
  background-color: #E9787C;
}
#single_contents.opening  .cat-data {
  background-color: #E9787C;
}

/*--NEWS-------------*/
.subpage_ttl {
  padding-top: 1px;
  padding-bottom: 50px;
}
/*--ARTICLE-------------*/
.entry {
  margin-bottom: 50px;
}
.entry a {
  text-decoration: none;
}
.entry a:hover {
  text-decoration: none;
}
.entry p {
  margin: 0 0 20px 0;
  zoom: 1;
}
.entry p strong {
  font-weight: bold;
}
.entry p img.aligncenter {
  display: block;
  margin: auto;
}
.entry p img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry p img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h6 {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}
.entry ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
  content: "";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry .date {
  font-weight: bold;
}
.entry .tag li {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
  display: inline-block;
  float: left;
}
.entry .tag li:first-child {
  color: #464646;
  background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}


















































@media screen and (max-width: 520px) {
  html {
    font-size: 62.5%;
    background-color: #FFF;
  }
  body {
    background-color: #FFF;
    color: #092935;
    min-width: 320px;
    font-size: 1.6rem;
    font-family: 'Noto Sans Japanese', sans-serif;
    -webkit-text-size-adjust: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-image: url(../../images/bg_ill.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  select, input, button, textarea, button {
    font: 99%;
  }
  table {
    font-size: inherit;
    font: 100%;
  }
  pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
  }
  a:link {
    color: #000000;
    transition: .3s;
  }
  a:visited {
    color: #000000;
    text-decoration: none;
  }
  a:hover {
    color: #0099CC;
    text-decoration: underline;
  }
  a:active {
    color: #999999;
    text-decoration: none;
  }
  a.btn img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-filter: 'alpha(opacity=100)';
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  a:hover.btn img {
    -ms-filter: 'alpha(opacity=60)';
    filter: alpha(opacity=30);
    -moz-opacity: 0.40;
    opacity: 0.40;
  }
  a {
    outline: none;
  }
  ::selection {
    background: #000000;
    color: #FFFFFF;
  }
  ::-moz-selection {
    background: #000000;
    color: #FFFFFF;
  }
  ::-webkit-selection {
    background: #000000;
    color: #FFFFFF;
  }
  strong {
    font-weight: bold;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  #wrapper {
    overflow: hidden;
    position: relative
  }
  /*--HEADER-------------*/
  header {
    width: 100%;
    min-width: 320px;
    height: 50px;
    background-color: #FFF;
    position: fixed;
    z-index: 9999;
    display: flex
  }
  header .logo_tohoku_u img, header .logo_reic img {
    width: auto;
    height: 50px;
  }
  header table {
    margin-top: 0px;
    height: auto;
  }
  header table img {
    width: auto;
    height: 17px;
    padding-bottom: 4px;
  }
  header table a {
    height: 25px;
  }
  header table td {
    vertical-align: middle;
    height: 25px;
  }
  header .name {
    font-size: 1.0rem;
    padding-left: 0.5em;
    line-height: 25px;
  }
  header .right_object {
  margin-left: auto;
}
  header .sns {
      display: none;
    margin-top: 26px;
    margin-right: 26px;
    position: relative;
    z-index: 20;
  }
  header .sns a {
    display: inline-block;
    background-color: #000;
    border-radius: 100px;
    line-height: 1;
    padding: 15px 0px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000;
    color: #FFF;
    font-size: 2.0rem;
    width: 50px;
    text-align: center;
  }
  header .btn_home {
  display: none;
  margin-top: 26px;
  margin-right: 26px;
  position: relative;
  z-index: 20;
}
header .btn_home a {
  display: inline-block;
  background-color: #e1e7ea;
  border-radius: 100px;
  line-height: 1;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000;
}
header .btn_home a:hover {
  background-color: #FFF;
  color: inherit
}
  header .btn_dl {
  display: none;
    margin-top: 4px;
    margin-right: 60px;
    position: relative;
    z-index: 20;
  }
  header .btn_dl a {
    display: inline-block;
    background-color: #FFEC00;
    border-radius: 100px;
    line-height: 1;
    padding: 7px 7px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 1.2rem;
  }
  header .btn_dl a:hover {
    background-color: #FFF;
    color: inherit
  }
/*--NAVIGATION-------------*/
  #panel-btn {
    display: inline-block;
    position: fixed;
    width: 40px;
    height: 40px;
    margin: 0px 0 0px;
    right: 10px;
    top: 5px;
    z-index: 9999999;
    animation-duration: 2s;
  }
  #panel-btn-txt {
    position: absolute;
    bottom: 0%;
    text-align: center;
    font-size: 0.8rem;
    width: 100%;
    font-weight: 600;
  letter-spacing: 0.12em;
  }
  #panel-btn-txt .menu_on {
    display: block
  }
  #panel-btn-txt .menu_close {
    display: none
  }
  #panel-btn-txt.close .menu_on {
    display: none
  }
  #panel-btn-txt.close .menu_close {
    display: block
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 30px;
    height: 1px;
    margin: -1px 0 0 -15px;
    background: #092935;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #092935;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -8px;
  }
  #panel-btn-icon:after {
    margin-top: 6px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #gnav {
    position: fixed;
    right: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
   max-width: 100%;
    text-align: center;
    display: none;
    background-color: #90CCD9;
    overflow-y: scroll;
    background-image: url(../../images/gnav_sp_bg.svg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
  }
  #gnav .inner {
    width: 90%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    background-image: url(../../images/gnav_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 37px;
    background-size: contain;
    padding-bottom: 20vh;
  }
  #gnav ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  #gnav ul li {
    width: 31%;
    height: auto;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 20px;
  }
  #gnav ul li:nth-child(3n) {
    margin-right: 0px;
  }
  #gnav ul li img {
    width: 100%;
    height: auto;
  }
  #gnav ul li a {}
  #gnav ul li a:hover {}
  #gnav .sns {
    display: inline;
  }
  #gnav .sns a {
    display: inline-block;
    background-color: #000;
    border-radius: 100px;
    line-height: 1;
    padding: 5px 30px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000;
    color: #FFF;
    font-size: 2.2rem;
    width: 10%;
    text-align: center;
    float: none
  }
  #gnav .btn_dl {
    display: inline;
    margin-bottom: 1em
  }
  #gnav .btn_dl a {
    display: inline-block;
    background-color: #FFEC00;
    border-radius: 100px;
    line-height: 1;
    padding: 8px 30px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000;
    float: none;
    width: 100%
  }
  #gnav .btn_dl a:hover {
    background-color: #FFF;
    color: inherit
  }
/*--INDEX_PAGE-------------*/
#index_page {
  background-color: #FFF
}
/*--MAINVIS-------------*/
#mainVis {
    margin-top: 50px;
    background-color: #90CCD9;
    text-align: center;
    background-image: url(../../images/bg_ill.svg);
    background-position: center top;
    background-repeat: no-repeat;
}
#mainVis img {
  width: 100%;
  height: auto;
}
  /*--CONTENTS-------------*/
  #contents {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
  }
  #contents_sub {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  margin-top: 50px;
  margin-bottom: 30px;
}
  .ttl_bx {
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative
  }
  .ttl_bx .en {
    color: #80A0AC;
    font-size: 1.6rem;
  }
  .ttl_bx .link {
    font-size: 1.4rem;
    margin-top: 0.5em
  }
  /*--INDEX_CONT-------------*/
  .index_cont, .index_cont_scroll {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .index_cont_in {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  .index_ft_info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .btn_round {
    text-align: center;
    margin-top: 2em
  }
  .btn_round a {
    display: inline-block;
    line-height: 1;
    border: 1px solid #092935;
    padding: 3px 35px 3px 20px;
    border-radius: 100px;
    text-decoration: none;
    background-image: url(../../images/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
  }
  .btn_round a:hover {
    background-image: url(../../images/btn_arrow_w.svg);
    background-color: #092935;
    color: #FFF
  }
  .anc {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }
  /*--INDEX_NEWS-------------*/
  #index_news_ttl_ill {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align-last: center;
    top: 0
  }
  #index_news_ttl_ill img {
    width: 90%;
    height: auto
  }
  #news {
    width: 80%;
  margin-left: auto;
  margin-right: auto
  }
  #news table {
    width: 100%;
  }
  #news th, #news td {
    display: block;
  }
  #news th {
    font-size: 1.4rem;
    color: #80A0AC;
    padding-bottom: 5px;
  }
  #news td {
    border-bottom: 1px solid #80A0AC;
    padding-bottom: 10px;
  }
  /*--INDEX_CONT PROGRAM-------------*/
  ul.index_bx_program {
  display: block;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center
}
ul.index_bx_program li {
  width:calc( 100% - 44px);
  margin-bottom: 25px;
  border: 2px solid #000000;
  border-radius: 16px;
  padding: 20px;
}
ul.index_bx_program .ill {
  margin-bottom: 15px;
}
  .index_bx_program .ill img {
    width: 100%;
    height: auto
  }
.index_bx_program .shiminkouza {
  color: #E9787C;
  border: 2px solid #E9787C;
}
.index_bx_program .gijyutsu {
  color: #8CB808;
  border: 2px solid #8CB808;
}
.index_bx_program .tenjikai {
  color: #F38200;
  border: 2px solid #F38200;
}
.index_bx_program .kengakukai {
  color: #6561A6;
  border: 2px solid #6561A6;
}
.index_bx_program .networking {
  color: #5AD872;
  border: 2px solid #5AD872;
}
.index_bx_program .poster {
  color: #036EB8;
  border: 2px solid #036EB8;
}
  .shiminkouza .btn_round a {
    border: 1px solid #E9787C;
    background-image: url(../../images/btn_arrow_shiminkouza.svg);
    color: #E9787C
  }
  .shiminkouza .btn_round a:hover {
    background-image: url(../../images/btn_arrow_w.svg);
    background-color: #E9787C;
    color: #FFF
  }
  .gijyutsu .btn_round a {
    border: 1px solid #8CB808;
    background-image: url(../../images/btn_arrow_gijyutsu.svg);
    color: #8CB808
  }
  .gijyutsu .btn_round a:hover {
    background-image: url(../../images/btn_arrow_w.svg);
    background-color: #8CB808;
    color: #FFF
  }
  .tenjikai .btn_round a {
    border: 1px solid #F38200;
    background-image: url(../../images/btn_arrow_tenjikai.svg);
    color: #F38200
  }
  .tenjikai .btn_round a:hover {
    background-image: url(../../images/btn_arrow_w.svg);
    background-color: #F38200;
    color: #FFF
  }
  .kengakukai .btn_round a {
    border: 1px solid #6561A6;
    background-image: url(../../images/btn_arrow_kengakukai.svg);
    color: #6561A6
  }
  .kengakukai .btn_round a:hover {
    background-image: url(../../images/btn_arrow_w.svg);
    background-color: #6561A6;
    color: #FFF
  }
  .networking .btn_round a {
    border: 1px solid #005DAB;
    background-image: url(../../images/btn_arrow_networking.svg);
    color: #005DAB
  }
  .networking .btn_round a:hover {
    background-image: url(../../images/btn_arrow_w.svg);
    background-color: #005DAB;
    color: #FFF
  }
  .map_fig {
    width: 100%;
  }
  .map_fig img {
    width: 100%;
    height: auto
  }
  /*--INDEX_TIME_SCHEDULE-------------*/
  #index_timetable {
    width: 100%;
    height: 790px;
    position: relative
  }
  #index_timetable .aside {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
  }
  #index_timetable .body {
    width: calc(100vw - 68px);
    margin-left: 68px;
    overflow-x: scroll
  }
  /*--INDEX_FLOORMAP-------------*/
  #index_floormap {
    width: 100%;
    height: 513px;
    position: relative
  }
  #index_floormap .body {
    width: 100%;
    overflow-x: scroll
  }
  /*--INDEX_INFO-------------*/
  ul.index_bx_info {
  display: block;
  gap: 50px;
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
ul.index_bx_info li {
  width: calc(100% - 44px);
  border: 2px solid #90CCD9;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
}
  .index_bx_info .ttl {
    font-size: 2.0rem;
    margin-bottom: 0.5em
  }
  .index_bx_info .ttl::first-letter {
    color: #90CCD9
  }
  .index_bx_info .ill {
  margin-bottom: 0.5em
}
.index_bx_info .ill img {
  width: 100%;
  height: auto
}
  /*--INDEX_ACCESS-------------*/
  #index_access_ttl_ill {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align-last: center;
  top: 0
}
  #index_access_ttl_ill img{
  width: 100%;
  height: auto
}
  .index_access_txt {
    text-align: center;
    margin-bottom: 1em
  }
  .index_access_txt {
  text-align: center;
  margin-bottom: 1em
}
  #index_gmap {
    margin-bottom: 40px
  }
  #index_gmap iframe {
    width: 100%;
  }
  /*--INDEX_FT_INFO-------------*/
  #index_ft_info {
    display: block;
  justify-content: flex-end;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  width: 90%;
  }
  .access_txt {
  width: 100%;
  font-size: 1.3rem
}
.access_txt ul li {
  display: block;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 100px;
  text-decoration: none;
  background-color: #e1e7ea;
  color: #092935;
  margin-bottom: 10px;
}
.access_txt strong {
  color: #1C78D0;
  font-size: 1.4rem
}
  #index_ft_info .ttl_line {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000000;
    font-size: 1.6rem;
    margin-top: 2.5em;
  }
  #index_ft_info .ttl_line:first-child {
  margin-top: 0em;
}
#index_ft_info .ttl_line i {
  font-size: 2.6rem;
  margin-right: 0.2em
}
  .map_fig {
  width: 100%;
  margin-top: 2em
  }
  .map_fig img {
    width: 100%;
    height: auto
  }
  /*--FOOTER_NAVIGATION-------------*/
  #ft_navigation {
    background-color: #E1E9EB;
    height: 56px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    font-size: 1.0rem;
     clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #ft_navigation ul {
    text-align: center;
    margin-top: 12px;
  }
  #ft_navigation ul li {
    display: inline-block;
    width: calc(90% / 3)
  }
  #ft_navigation ul li a {
    background-color: #092935;
    color: #FFF;
    display: block;
    border-radius: 50px;
    padding: 10px 0px;
    line-height: 1;
    text-decoration: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-size: 20px auto;
  }
  /*--CREDIT-------------*/
.ft_credit {
  clear: both;
  margin-top: 40px;
}
.ft_credit .inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #80A0AC;
  padding-top: 20px;
  padding-bottom: 10px;
}
.ft_credit .sponsored {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em
}
.ft_credit .adress {
  margin-bottom: 1.5em
}
.ft_credit table {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.ft_credit table th {
  white-space: nowrap;
  vertical-align: top
}
  /*--FOOTER-------------*/
  footer {
    clear: both;
    padding-top: 20px;
    padding-bottom: 100px;
    font-size: 1.2rem;
    text-align: center;
    background-color: #F4F4F4;
  }
  /*--CATEGORY_PAGE-------------*/
  #cate_contents {
    min-height: calc(100vh - 200px);
    background-color: #DCDCDC;
     padding-bottom: 20px;
  }
  .cate_mv {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
  .cate_mv img {
    width: 100%;
    height: auto
  }
  .cate_read {
    font-size: 2.4rem;
    color: #FFF;
    margin-bottom: 1em;
    font-weight: 700;
  }
  .cate_cont_in {
    width: 80%;
    margin-left: auto;
    margin-right: auto
  }
  .cate_entry_bx {
    border: 1px solid #000;
    background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 4px 4px;
    margin-bottom: 25px;
    line-height: 1.9
  }
  .cate_entry_bx.poster {
    border: 0px solid #000;
    background-color: #FFFFFF;
    padding: 0px;
    box-shadow: 0px 0px;
    margin-bottom: 50px;
    line-height: 1.9
  }
  .cate_entry_bx a {
    text-decoration: none
  }
  .cate_entry_bx a:hover {
    color: inherit
  }
  .num {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    line-height: 50px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0.5em
  }
  .num.fl_L {
    margin-right: 0.5em
  }
  .cate_entry_bx .kouen_num {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .cate_entry_bx .kouen_num span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    padding-left: 1em
  }
  .cate_entry_bx .place_time {
    font-size: 1.4rem;
    font-weight: 600
  }
  .cate_entry_bx .meta {
    font-size: 1.4rem;
    font-weight: 600
  }
  .cate_entry_bx .meta_notice {
    font-size: 1.6rem;
    font-weight: 600
  }
  .cate_entry_bx .ttl {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6 !important
  }
  .cate_entry_bx .show_detail {
    font-size: 1.4rem;
  }
  .cate_entry_bx .show_detail img {
    vertical-align: middle;
  }
  .cate_entry_bx .poster_ttl {

      text-align: left;
  font-weight: 600;
  margin-bottom: 0.5em;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 10px 10px;
  margin-left: 0px;
      
  }
  .cate_entry_bx .poster_demo_ph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .cate_entry_bx .poster_demo_ph img {
    width: 100%;
    height: auto
  }
  .btn_round.yellow a {
    display: inline-block;
    line-height: 1;
    border: 1px solid #092935;
    padding: 6px 45px 6px 30px;
    border-radius: 100px;
    text-decoration: none;
    background-image: url(../../images/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-color: #FFEC00
  }
  .btn_round.yellow a:hover {
    background-image: url(../../images/btn_arrow_w.svg);
    background-color: #092935;
    color: #FFF
  }
  .btn_round.back a {
  display: inline-block;
  line-height: 1;
  border: 1px solid #092935;
  padding: 15px 40px 15px 55px;
  border-radius: 100px;
  text-decoration: none;
  background-image: url(../../images/btn_arrow_back.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-color: #e1e7ea;
  font-weight: 600;
  background-size: 20px auto;
  color: #092935;
  font-size: 1.2rem;
}
.btn_round.back a:hover {
  background-image: url(../../images/btn_arrow_back_w.svg);
  background-color: #092935;
  color: #FFF
}
  .form_notice {
    margin-top: 1em;
    margin-bottom: 3em;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
    color: #FFF
  }
  /*--CATEGORY_COLOR-------------*/
  #cate_contents.shiminkouza_list {
    background-color: #E9787C
  }
  #cate_contents.gijyutsu_list {
    background-color: #8CB808
  }
  #cate_contents.tenjikai_list {
    background-color: #F38200
  }
  #cate_contents.networking_list {
    background-color: #5AD872
  }
  #cate_contents.kengakukai_list {
    background-color: #6561A6
  }
  #cate_contents.poster_demo_list {
    background-color: #FFF;
    color: #092935
  }

  
  /*--技術ショーケース2列表示-------------*/
.entry_bx_wrap{
display: block;
gap:30px;
}
.entry_bx_wrap .entry_bx_left,
.entry_bx_wrap .entry_bx_right{
width: 100%;
}
.entry_bx_wrap .entry_bx_left .cate_entry_bx,
.entry_bx_wrap .entry_bx_right .cate_entry_bx{
min-height: auto;
}
  /*--SINGLE_PAGE-------------*/
  #single_contents {
    min-height: calc(100vh - 100px);
    background-color: #FFF;
    padding-bottom: 20px;
  }
  .entry_eyecatch img {
    width: 100%;
    height: auto
  }
  .entry_eyecatch_bar {
    width: 100%;
    height: 16px;
    background-color: #80A0AC;
    margin-bottom: 20px;
  }
  #single_contents .heading {
    color: #567884;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #single_contents .ttl {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #single_contents .meta {
    color: #567884;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  #single_contents .meta.larger {
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
  #single_contents .cat-data {
    font-size: 1.2rem;
    padding: 3px 20px;
    text-align: center;
    white-space: nowrap;
    color: #fff !important;
    border-radius: 100px;
    background-color: #80A0AC;
    margin-right: 1em
  }
  #single_contents .cat-data a {
    color: #fff !important;
  }
  #single_contents .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0.5em;
    margin-right: 0.5em
  }
  #single_contents .ph_face {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #single_contents .ph_face img {
    width: 100%;
    height: auto
  }
  #single_contents .gaiyou {
    margin-bottom: 20px;
  }
  #single_contents .ttl_line {
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 600
  }
  #single_contents .column {
    margin-bottom: 20px;
    border: 1px solid #898989;
    border-radius: 10px;
    padding: 15px
  }
  .entry figure {
    width: 100% !important;
    height: auto
  }
  /*--SINGLE_PAGEカラバリ-------------*/
  .shiminkouza .entry_eyecatch_bar {
    background-color: #E9787C;
  }
  #single_contents.shiminkouza .cat-data {
    background-color: #E9787C;
  }
  .gijyutsu .entry_eyecatch_bar {
    background-color: #8CB808;
  }
  #single_contents.gijyutsu .cat-data {
    background-color: #8CB808;
  }
  .tenjikai .entry_eyecatch_bar {
    background-color: #F38200;
  }
  #single_contents.tenjikai .cat-data {
    background-color: #F38200;
  }
  .networking .entry_eyecatch_bar {
    background-color: #005DAB;
  }
  #single_contents.networking .cat-data {
    background-color: #005DAB;
  }
  .kengakukai .entry_eyecatch_bar {
    background-color: #6561A6;
  }
  #single_contents.kengakukai .cat-data {
    background-color: #6561A6;
  }
  /*--NEWS-------------*/
.subpage_ttl {
  padding-top: 1px;
  padding-bottom: 50px;
}
  /*--ARTICLE-------------*/
  .entry {
    margin-bottom: 50px;
  }
  .entry a {
    text-decoration: none;
  }
  .entry a:hover {
    text-decoration: none;
  }
  .entry p {
    margin: 0 0 20px 0;
    zoom: 1;
  }
  .entry p strong {
    font-weight: bold;
  }
  .entry p img.aligncenter {
    display: block;
    margin: auto;
  }
  .entry p img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
  }
  .entry p img.alignright {
    float: right;
    margin: 0 0 10px 10px;
  }
  .entry h1 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .entry h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .entry h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .entry h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .entry h5 {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .entry h6 {
    font-size: 0.7em;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .entry ul li {
    list-style: disc;
    margin: 5px 0 5px 20px;
  }
  .entry ol li {
    list-style: decimal;
    margin: 5px 0 5px 20px;
  }
  /* clearfix */
  .entry p:before, .entry p:after {
    content: "";
    display: table;
  }
  .entry p:after {
    clear: both;
  }
  .entry .date {
    font-weight: bold;
  }
  .entry .tag li {
    font-size: .6em;
    padding: 3px 5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #464646;
    display: inline-block;
    float: left;
  }
  .entry .tag li:first-child {
    color: #464646;
    background-color: #FFF;
  }
  /*--PAGENATION-------------*/
  .pagination {
    margin: 40px 0 30px;
    text-align: center;
  }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pagination li {
    display: inline-block;
    width: auto;
  }
  .pagination li a, .pagination li > span {
    font-size: .9em;
    display: block;
    width: 30px;
    margin: 0 1px;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
    border: solid 1px #ccc;
    border-radius: 3px;
  }
  .pagination li > span {
    color: #fff;
    background-color: #464646;
  }
  .pagination li a:hover {
    color: #fff;
    background-color: #464646;
  }
  .pagination li .dots {
    width: 15px;
    padding: 0;
    color: #000;
    border-color: transparent;
    background-color: transparent;
  }
}