@charset "UTF-8";

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  color: #707070;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6875;
  font-size: 16px;
}

img {
  width: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
br.br {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
	br.br {
		display: inline;
	}
}
.main {
	padding-top: 0;
}
.row {
	width: 100%;
	max-width: 1150px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.inner {
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.id_block {
		padding-top: 0;
	}
.page #headline {
	position: relative;
}
.page #headline::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.page #headline .row {
	position: inherit;
}
.page #headline h1 {
	padding: 3rem 0;
	text-align: center;
	font-size: 2.6em;
	font-weight: bold;
	color: #FFF;
}

.util-title {
  padding-bottom: 17px;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.util-title::after {
  content: "";
  width: 191px;
  height: 4px;
  background: #CD3D34;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.util-subtitle {
  color: #CD3D34;
  text-align: center;
}

.header {
  background-color: #171C61;
  /*padding-top: 14px;
  height: 85px;
	position: static;*/
	z-index:10;
}

.header-title,
.header-subtitle {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN", serif;
}

.header-title {
  font-size: 26px;
  font-weight: bold;
}

.header-subtitle {
  font-size: 14px;
  margin-top: -7px;
}
.navi_block {
	display: flex;
	flex-direction: column;
}
.navi_block .sightseen {
	display: flex;
	padding-bottom: 10px;
	justify-content: flex-end;
	/*text-align: right;*/
}
.navi_block .sightseen a:first-child {
	background-color: #1F9200;
	display: inline-block;
	padding: 0.2rem 2rem;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	color: #FFF;
}
.navi_block .sightseen a:nth-child(2) {
	background-color: #1d9bf0;color: #FFF;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	margin-left: 0.6rem;
}

/***** Navigation *****/
button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.btn {
	display: none;
}
.menu {
	/*background-color: #fee642;
	border-radius: 2em;
	padding: 5px 10px;*/
	width: 535px;
	text-align: right;
}
.menu li {
	display: inline;
	padding: 5px;
	
	background-color: #fee642;
	border-radius: 1em;
}
.menu li:hover {
	background-color: #BE473C;
}
.menu li:hover a {
	color: #F3EDC7;
}
.menu li a {
	color: #171C61;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px 1rem;
}
.menu li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1020px) {
	.menu li {
		padding: 5px;
	}
	.menu li a {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 930px) {
	.header-subtitle {
		font-size: 0.6rem;
	}
}
@media screen and (max-width: 890px) {
	.menu {
		width: 500px;
	}
}
@media screen and (max-width: 860px) {
	.menu {
		width: 400px;
	}
	.menu li a {
		font-size: 0.8rem;
	}
	.menu li, .menu li a {
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
	.main {
		padding-top: 60px;
	}
  .is-pc {
    display: none;
  }
  .navi_block .sightseen {
    position: static;
  }
	.navi_block .sightseen a:first-child {
		background-color: #1F9200;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.2rem 2rem;
		border-bottom-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-bottom-right-radius: 0;
		color: #FFF;
		width: 50%;
		height: 2rem;
		position: fixed;
		left: 0;
		bottom: 0;
	}
	.navi_block .sightseen a:nth-child(2) {
		background-color: #1d9bf0;
		color: #FFF;
		width: 50%;
		height: 2rem;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		margin-left: 0.6rem;
		position: fixed;
		right: 0;
		bottom: 0;
	}

  .util-title {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    position: relative;
	  width: 100%;
  }
  .util-title::after {
    height: 2px;
  }
	.util-subtitle {
		width: 100%;
	}
  .header {
    height: 60px;
    /*padding-top: 18px;*/
	  position: fixed;
	  top: 0;
	  width: 100%;
  }
	.inner {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.id_block {
		padding-top: 18px;
	}
  .header-title {
    font-size: 18px;
  }
  .header-subtitle {
    font-weight: normal;
  }
	.menu {
		position: fixed;
		right: -70%;
		width: 70%;
		height: 100vh;
		margin-left: auto;
		display: flex;
		flex-direction: column;
		background-color: rgba(23, 28, 97, 0.8);
		transition: .3s;
		border-radius: 0;
		padding-top: 1em;
		box-sizing: border-box;
	}
	.menu li {
		width: 100%;
		display: flex;
		justify-content: center;
		background-color: transparent;
	}
	.menu li a {
		color: #fbfad6;
	}
	.menu.open li a {
		display: block;
		padding: 0.6rem 0;
		border-bottom: 2px dotted #fbfad6;
		text-align: center;
		font-size: 1rem;
		width: 100%;
	}
	.btn {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		z-index: 10;
		background-color: #fbfad6;
		display: block;
		border-radius: 3px;
	}
	.btn-line {
		display: block;
		position: relative;
		width: 60%;
		height: 3px;
		background-color: #171C61;
		transition: .2s;
		margin: 0 auto;
	}
	.btn-line::before,
	.btn-line::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #171C61;
		transition: .5s;
	}
	.btn-line::before {
		transform: translateY(-9px);
	}
	.btn-line::after {
		transform: translateY(9px);
	}
	.btn-line.open {
		background-color: transparent;
	}
	.btn-line.open::before,
	.btn-line.open::after {
		content: '';
		transition: .2s;
	}
	.btn-line.open::before {
		transform: rotate(45deg);
	}
	.btn-line.open::after {
		transform: rotate(-45deg);
	}
	.menu.open {
		right: 0;
		padding-top: 60px;
	}
	footer {
		margin-bottom: 2rem;
	}
}

.swiper-button-prev {
  width: 28px;
  height: 46px;
  background: transparent url(../img/before.png) no-repeat center center/contain;
  left: 80px;
}

.swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  width: 28px;
  height: 46px;
  background: transparent url(../img/after.png) no-repeat center center/contain;
  right: 80px;
}

.swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

.swiper-pagination-bullet-active {
  background: #171C61;
}

.swiper-slide {
	height: 560px;
	width: 100%;
	background: transparent url(../img/top_back.jpg) no-repeat top center/cover;
}

.swiper-slide .row {
	width: 100%;
	max-width: 1150px;
	height: 100%;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.fujishiro {
	height: 100%;
	width: auto;
}
.swiper-slide .introduction {
  color: #171C61;
  font-family: 'Times New Roman','Baskerville','Yu Mincho Medium','YuMincho','Hiragino Mincho ProN',Meiryo,sans-serif;
  width: 100%;
  text-align: center;
}
.swiper-slide .introduction .catch_copy {
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.swiper-slide .introduction .catch_copy span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
.swiper-slide .introduction .catch_copy span.sp_break {
	display: inline;
	font-size: 1em;
	font-weight: bold;
}
.swiper-slide .introduction .text-box {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.swiper-slide .introduction .tpc {
  font-size: 1.3em;
}
.swiper-slide .introduction .tpc .headline {
  background-color: #171C61;
  padding: 3px 10px;
  margin-right: 0.5em;
	color: #FFF;
}
.swiper-slide .introduction .tpc .number {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 0;
}
.swiper-slide .introduction .tpc .week {
  background-color: #171C61;
  padding: 7px;
  border-radius: 30px;
  margin-right: 0.4em;
	color: #FFF;
}
.swiper-slide .introduction ul {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 0 0;
}
.swiper-slide .introduction ul li {
	background-color: #BE473C;
	padding-right: 26px;
	width: 80%;
	margin-bottom: 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.swiper-slide .introduction ul li:last-child {
	background-color: #051466;
}
.swiper-slide .introduction ul li a {
	display: block;
	width: 100%;
	padding: 12px 0 12px 20px;
	background-color: #BE473C;
	color: #F3EDC7;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.swiper-slide .introduction ul li:last-child a {
	background-color: #051466;
}
.swiper-slide .introduction ul li a span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.swiper-slide .introduction ul li a::after {
	content: '▼';
	display: flex;
	align-items: center;
	padding: 0 5px;
	position: absolute;
	top: 0;
	right: -26px;
	background-color: #82372D;
	height: 100%;
}
.swiper-slide .introduction ul li:last-child a::after {
	background-color: #000935;
}
.swiper-slide .introduction ul li a span br {
	display: none;
}

@media screen and (max-width: 1120px) {
	.swiper-slide .introduction ul li a span br {
		display: inline;
	}
}
@media screen and (max-width: 1035px) {
	.swiper-slide {
		height: 480px;
	}
	.swiper-slide .introduction ul {
		padding-top: 10px;
	}
}
@media screen and (max-width: 955px) {
	.swiper-slide .row {
		align-items: center;
	}
	.fujishiro {
		height: 80%;
	}
}
@media screen and (max-width: 880px) {
	.swiper-slide .introduction .catch_copy {
		font-size: 1.6em;
	}
	.swiper-slide .introduction .tpc {
		font-size: 1em;
	}
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    height: 915px;
	background: transparent url(../img/top_sp@2x.jpg) no-repeat bottom center/cover;
	  /*margin-top: 60px;*/
  }
	.swiper-slide .row {
		align-items: flex-start;
	}
  .swiper-slide .introduction {
    width: 100%;
	  padding-top: 1em;
  }
	.swiper-slide .introduction ul li {
		width: 100%;
	}
  .swiper-slide .introduction .catch_copy {
    font-size: 2em;
	  line-height: 1.2em;
  }
  .swiper-slide .introduction .tpc {
    font-size: 0.8em;
  }
	.swiper-slide .introduction .catch_copy span.sp_break {
		display: block;
	}
	.swiper-slide .introduction .catch_copy span.sp_break + span {
		font-size: 0.6em;
	}
	.swiper-slide .introduction ul {
		padding-top: 10px;
	}
	.swiper-slide .introduction ul li a {
		padding: 6px 0 6px 20px;
	}
}
@media screen and (max-width: 360px) {
	.swiper-slide {
		height: 980px;
	}
}
@media screen and (max-width: 310px) {
	.swiper-slide {
		height: 1085px;
	}
}
@media screen and (max-width: 1000px) {
	.top-font {
		width: calc(100% - 400px);
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.swiper-slide.slide01 .row {
		position: relative;
	}
  .top-font {
	  position: absolute;
    width: 100%;
	height: auto;
    top: 20px;
    left: 5px;
  }
}

.slide01 {
  background: transparent url(../img/top_back.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .slide01 {
    background: transparent url(../img/top_sp.jpg) no-repeat top center/cover;
  }
}

.slide02 {
  background: transparent url(../img/top_02.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .slide02 {
    background: transparent url(../img/top_02.jpg) no-repeat top right -250px/cover;
  }
}

.slide03 {
  background: transparent url(../img/top_03.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .slide03 {
    background: transparent url(../img/top_03.jpg) no-repeat top left -120px/cover;
  }
}

.slide04 {
  background: transparent url(../img/top_04.jpg) no-repeat top right/cover;
}

@media screen and (max-width: 767px) {
  .slide04 {
    background: transparent url(../img/top_04.jpg) no-repeat top right -80px/cover;
  }
}

.slide05 {
  background: transparent url(../img/top_05.jpg) no-repeat top center/cover;
}

.greetings {
  margin-top: 116px;
  background: url(../img/gr_bg.png) no-repeat top right/62px 261px;
	padding-top: 0;
}

@media screen and (max-width: 767px) {
  .greetings {
    margin-top: 0;
	  padding-top: 50px;
  }
}

#emergency_announce {
	padding: 2em 0.5rem;
	margin-bottom: -2rem;
	border-top: solid 2px #171C61;
	border-bottom: solid 2px #171C61;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
#emergency_announce h2 {
	color: #171C61;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
#emergency_announce h2 .br {
	display: none;
}
#emergency_announce h2 span {
	padding-left: 1em;
}
@media screen and (max-width: 767px) {
	#emergency_announce {
		margin-bottom: 0;
	}
	#emergency_announce h2 .br {
		display: inline;
	}
	#emergency_announce h2 span {
		padding-left: 0;
	}
}
@media screen and (max-width: 515px) {
	#emergency_announce {
		padding: 2em 0.2rem;
	}
	#emergency_announce h2 {
		font-size: 1.5rem;
	}
}
#finished .main_view {
    margin-bottom: 1rem;
}
#finished .row p:first-child {
    margin-bottom: 1rem;
}
#finished ul {
    display: flex;
    margin-bottom: 2rem;
}
#finished ul li {
    width: calc(100% / 3);
}
#finished .row p:last-child {
    text-align: right;
    padding-top: 1rem;
}
@media screen and (max-width: 767px) {
    #finished ul {
        flex-wrap: wrap;
    }
    #finished ul li {
        width: 100%;
    }
}
.greetings-wrapper {
  margin-top: 33px;
}

.greetings-wrapper>div:nth-of-type(1) {
  width: calc(38% - 50px);
}

.greetings-wrapper>div:nth-of-type(1) img {
  width: 100%;
  height: auto;
}

.greetings-wrapper>div:nth-of-type(2) {
  width: 62%;
}

.greetings-wrapper>div:nth-of-type(2) p:nth-of-type(1) {
  text-align: justify;
  line-height: 1.8em;
}

.greetings-wrapper>div:nth-of-type(2) p:nth-of-type(1) strong {
  margin-bottom: 10px;
  font-size: 120%;
  display: block;
}

.greetings-wrapper>div:nth-of-type(2) p:nth-of-type(2) {
  text-align: right;
  margin-top: 20px;
  line-height: 1.5em;
}

.greetings-wrapper>div:nth-of-type(2) p:nth-of-type(2) span {
  font-size: 85%;
}

@media screen and (min-width: 768px) {
  .greetings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .greetings-wrapper {
    margin-top: 17px;
  }

  .greetings-wrapper>div {
    text-align: center;
  }

  .greetings-wrapper>div:nth-of-type(1) {
    width: 100%;
  }

  .greetings-wrapper>div:nth-of-type(1) img {
    max-width: 360px;
  }

  .greetings-wrapper>div:nth-of-type(2) {
    width: 100%;
    margin-top: 25px;
  }
}

.greetings-item-left {
  margin-right: 1%;
}

.greetings-item-right {
  margin-left: 1%;
}

.greetings-txt {
  background: #F4F4F4;
  padding: 23px 28px;
}

@media screen and (max-width: 767px) {
  .greetings-txt {
    padding: 23px 8px;
  }
}

.greetings-name-wrapper {
  position: relative;
  height: 109px;
}

.greetings-name {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 30px;
  text-align: right;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .greetings-name {
    top: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.greetings-title {
  font-size: 21px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .greetings-title {
    font-size: 16px;
  }
}

#special .row {
	padding: 5rem 0 0;
}
#special #morning_recture, #special #hvc_10th, #special #opening_act {
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	padding: 45px 40px;
	margin-bottom: 50px;
}
#special h3 {
	background-color: #BE473C;
	color: #F3EDC7;
	padding: 15px;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
	margin-bottom: 2rem;
}
#special h3::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border-bottom: solid 15px transparent;
	border-right: solid 30px rgb(139, 15, 0);
}
#special h3 span {
	font-size: 1rem;
	font-weight: normal;
	display: block;
}
#special h3 small {
	font-size: 1rem;
}
#special #morning_recture .discription {
	float: left;
	width: calc(100% - 250px);
	margin-bottom: 0;
}
#special .portrait {
	text-align: right;
}
#special .portrait img {
	width: 231px;
	height: auto;
	text-align: right;
}
#special .portrait p {
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}
#special .organizer {
	display: flex;
	align-items: center;
}
#special .organizer > p {
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 2rem;
}
#special .organizer > div {
	padding: 0.5rem 0 0.5rem 1rem;
	border-left: 5px solid #BE473C;
	border-top: 0;
	display: flex;
	justify-content: space-between;
}
#special .organizer div p {
	text-align: justify;
	font-size: 1rem;
	font-weight: normal;
	white-space: pre-wrap;
}
#special .organizer div div {
	display: block;
	width: 300px;
	margin-left: 1.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#special .organizer div a:last-child {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    background-color: #006993;
    color: #FFF;
    text-align: center;
    padding: 0.6rem 0;
    font-weight: bold;
    font-size: 1.2rem;
}
#special .organizer div img {
	width: 300px;
	height: auto;
}
#special #opening_act h3 {
	background-color: #051466;
}
#special #opening_act h3::before {
	border-right: solid 30px rgb(0, 9, 53);
}
#special #opening_act ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#special #opening_act ul li {
	width: calc(100% / 3);
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#special #opening_act ul li a {
	display: block;
	background: #1d289b; /* Old browsers */
	background: -moz-linear-gradient(top, #1d289b 0%, #051466 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1d289b 0%,#051466 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1d289b 0%,#051466 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d289b', endColorstr='#051466',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #F3EDC7;
	text-align: center;
	padding: 0.6rem 0;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (max-width: 963px) {
	#special .portrait img {
		width: 251px;
	}
	#special #morning_recture .discription {
		width: calc(100% - 271px);
	}
}
@media screen and (max-width: 900px) {
	#special .organizer > div {
		flex-wrap: wrap;
	}
	#special .organizer div p,
	#special .organizer div a,
    #special .organizer div div {
		width: 100%;
	}
	#special .organizer div p {
		margin-bottom: 1rem;
	}
	#special .organizer div a,
    #special .organizer div div {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#special #morning_recture, #special #hvc_10th, #special #opening_act {
		width: 90%;
		margin: 0 auto 50px;
	}
	#special #morning_recture .discription {
		width: 100%;
		float: none;
		margin-bottom: 1rem;
	}
	#special .portrait {
		text-align: left;
	}
	#special .portrait img {
		width: 100%;
	}
	#special .organizer {
		flex-direction: column;
	}
	#special .organizer p:last-child {
		border-top: 5px solid #BE473C;
		border-left: 0;
		padding-left: 0;
	}
	#special .organizer > div {
		border-top: 1px dashed #BE473C;
		border-left: none;
		padding-left: 0;
	}
	#special #opening_act ul li {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#special .portrait p {
		white-space: pre-wrap;
	}
}

#prospectus {
	width: 100%;
	margin-top: 126px;
	padding: 70px 35px 20px 15px;
	background-image: url(../img/info_bg1.png);
	background-position: 100px left;
	background-size: 229px 1244px;
	background-repeat: no-repeat;
}
#prospectus .row {
	width: 100%;
	max-width: 920px;
	padding: 50px 72px 68px;
	margin: 0 auto;
	background-color: #f4edc2;
	border-radius: 3em;
	box-shadow: 26px 26px rgb(195 195 195 / 69%);
}
#prospectus p {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#prospectus .util-subtitle {
	margin-bottom: 30px;
	font-size: 1em;
	font-weight: normal;
}
#prospectus a {
	display: block;
	margin: 0 auto;
	padding: 10px 30px;
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
	max-width: 20em;
	text-align: center;
	box-sizing: border-box;
	background-color: #171C61;
	color: #f4edc2;
	letter-spacing: 0.2em;
}
#sponsor {
	padding: 10px 0 20px;
}
#sponsor ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 50px;
}
#sponsor ul li {
    width: calc(92% / 4);
    padding: 0 1%;
    margin: 0 1% 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
}
#sponsor ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
#sponsor ul li img {
	width: 100%;
	height: auto;
}
#sponsor ul li a span {
    display: block;
    font-size: 0.8em;
	padding-top: 0.6rem;
}
#cooper {
	padding: 70px 0 0;
}
#cooper .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cooper #co_seminer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cooper #co_seminer li {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#cooper #co_seminer li:nth-child(even) {
	text-align: right;
	padding-right: 1rem;
}
#cooper #co_seminer li:nth-child(odd) {
	text-align: left;
	padding-left: 1rem;
}
#cooper #exhibition,
#cooper #advertise {
	width: 49%;
}
#cooper h2 {
	margin-bottom: 1.5rem;
}
#cooper ul {
	padding: 2rem;
	background-color: #f9f5dd;
	margin-bottom: 1rem;
}
#cooper #co_seminer,
#cooper #donation {
	width: 100%;
}
#cooper #donation {
	display: flex;
	flex-wrap: wrap;
}
#cooper #co_seminer h2,
#cooper #donation h2 {
	width: 100%;
}
#cooper #donation li {
	padding: 0 2rem;
	margin-bottom: 1rem;
	white-space: nowrap;
}
#cooper #donation li span {
	display: inline;
}

.info {
  width: 100%;
  /*margin-top: 126px;*/
  padding: 70px 35px 128px 15px;
  background-image: url(../img/info_bg1.png), url(../img/info_bg2.png);
  background-position: center left, center right, bottom center;
  background-size: 229px 1244px, 127px 265px;
  background-repeat: no-repeat, no-repeat;
  background-color: #f4edc2;
}

@media screen and (max-width: 767px) {
  .info {
    margin-top: 100px;
    padding: 70px 15px;
  }
	#cooper ul {
		padding: 2rem 1rem;
	}
	#cooper #co_seminer li {
		width: 100%;
	}
	#cooper #co_seminer li:nth-child(even),
	#cooper #co_seminer li:nth-child(odd) {
		text-align: center;
		padding: 0;
	}
	#cooper #donation li {
		white-space: pre-wrap;
		padding: 0;
	}
	#cooper #donation li span {
		display: block;
	}
}

.info-inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 72px 68px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .info-inner {
    -webkit-box-shadow: 26px 26px rgba(195, 195, 195, 0.69);
    box-shadow: 26px 26px rgba(195, 195, 195, 0.69);
  }
}

@media screen and (max-width: 767px) {
  .info-inner {
    padding: 30px 15px;
  }
}

.info-wrapper {
  border-top: 1px solid #707070;
  margin-top: 27px;
}

.info-item {
  padding: 9px 0;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .info-item {
    padding: 18px 0 18px 5px;
  }
}

.info-item-date {
  padding-right: 65px;
  display: block;
}

@media screen and (max-width: 767px) {
  .info-item-date {
    margin-bottom: 2px;
  }
	#sponsor ul li {
		width: calc(94% / 3);
	}
}
@media screen and (max-width: 600px) {
	#sponsor ul li {
		width: calc(96% / 2);
	}
	#cooper #exhibition, #cooper #advertise {
		width: 100%;
	}
}

/**********************************
 ACCESS
**********************************/
.access #headline {
	background-image: url(../img/access_headline_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.access #venue {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.access #venue h2 {
	width: 100%;
	text-align: center;
	padding: 3em 0 1em;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
}
.access #venue h2 span {
	font-size: 1.4em;
	display: block;
}
.access #venue h2 span::before {
	content: '— ';
	display: inline;
	font-weight: normal;
}
.access #venue h2 span::after {
	content: ' —';
	display: inline;
	font-weight: normal;
}
.access #venue p {
	width: 100%;
	text-align: center;
	padding-bottom: 2em;
}
.access #venue p a {
	display: inline-block;
	padding: 0.6rem 5rem;
	background-color: #fcba2c;
	color: #000;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weignt: bold;
}
.access .flexslider,
.access #venue iframe {
	width: 50%;
	margin: 0 auto;
}
.access #venue iframe {
	width: 50%;
	height: auto;
}
.access #trafic {
	background-color: #f4edc2;
padding-bottom: 3rem;
}
.access #trafic h2 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding: 3em 0 2em;
}
.access #trafic h3 {
	text-align: center;
	border-bottom: 3px solid #000;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.access #trafic h3 i {
	display: block;
	font-size: 1.4em;
}
.access #trafic ul,
.access #trafic ul li ul {
	display: flex;
	justify-content: space-between;
}
.access #trafic ul li {
	padding: 0 2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.access #trafic ul li:first-child {
	width: 33%;
}
.access #trafic ul li:last-child {
	width: 66%;
}
.access #trafic ul li h4 {
	text-align: center;
	border-bottom: 1px dotted #000;
	margin-bottom: 0.6rem;
	font-size: 1.2em;
	font-weight: bold;
}
.access #trafic ul li p {
	padding-bottom: 2em;
}
.access #trafic ul li:last-child ul li,
.access #trafic ul li:last-child ul li:first-child,
.access #trafic ul li:last-child ul li:last-child {
	width: 48%;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.access #trafic ul li h5 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 0.6rem;
}
.access #trafic ul li h5 i {
	display: block;
	font-size: 1.1em;
}
.access #sightseen {
	background-image: url(../img/access/892463_m.jpg);
	background-image: image-set(url(../img/access/892463_m.jpg) 1x, url(../img/access/892463_m@2x.jpg) 2x);
	background-image: -webkit-image-set(url(../img/access/892463_m.jpg) 1x, url(../img/access/892463_m@2x.jpg) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 5rem 0;
}
.access #sightseen::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.access #sightseen .row {
	position: inherit;
}
.access #sightseen h2 {
	color: #FFF;
	font-size: 2em;
	margin-bottom: 2em;
	font-weight: bold;
	text-align: center;
}
.access #sightseen h2 span {
	padding: 0 2rem;
	border-bottom: 1px solid #FFF;
	padding-bottom: 0.4rem;
}
.access #sightseen ul {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.access #sightseen ul li {
	width: 23%;
	margin: 0 1% 1rem;
	transition-duration: 0.5s;
}
.access #sightseen ul li:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition-duration: 0.5s;
}
.access #sightseen ul li img {
	width: 100%;
	height: auto;
}
.access #sightseen ul li a {
	display: block;
	position: relative;
	color: #FFF;
	font-weight: bold;
}
.access #sightseen ul li a::before {
	content: '';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.access #sightseen ul li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1.5rem 0 0.5rem;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.access #sightseen .shunnavi {
	text-align: center;
}
.access #sightseen .shunnavi img {
	width: inherit;
	transition-duration: 0.5s;
}
.access #sightseen .shunnavi img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
	.page {
		padding-top: 60px;
	}
	.access .flexslider, .access #venue iframe {
		width: 90%;
	}
	.access #venue iframe {
		height: 300px;
	}
	.access #trafic ul li:first-child, .access #trafic ul li:last-child {
		width: 100%;
	}
	.access #trafic ul, .access #trafic ul li ul {
		flex-wrap: wrap;
	}
	.access #sightseen ul {
		flex-wrap: wrap;
	}
	.access #sightseen ul li {
		width: 48%;
	}
}
@media screen and (max-width: 500px) {
	.access #venue h2 {
		font-size: 1em;
	}
	.access #trafic h2, .access #sightseen h2 {
		font-size: 1.2em;
	}
	.access #trafic h3 {
		font-size: 1.2em;
	}
	.access #trafic ul li:last-child ul li, .access #trafic ul li:last-child ul li:first-child, .access #trafic ul li:last-child ul li:last-child {
		width: 100%;
	}
}

/**********************************
 演題登録
**********************************/
.cf-abstract #headline,
.program #headline,
.participation #headline {
    background-image: url(../img/common_h1_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#period {
	padding: 3rem 0;
}
#period .row {}
#period h2 {
	padding: 1rem 0;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background-color: #F6F6F6;
	color: #000;
	margin-bottom: 1rem;
}
#period h2 span {
	display: inline;
}
#period h2 span::after {
	content: '：';
	display: inline;
}
#period h2 span.small {
	font-size: 1.2rem;
	display: block;
}
#period h2 span.small::before {
	content: '【';
	display: inline;
}
#period h2 span.small::after {
	content: '】';
	display: inline;
}
#period p {
	width: 96%;
	margin: 0 auto;
	color: #000;
}
#period p a {
	border-bottom: 1px dashed #00F;
}
#content {
	background-color: #f4edc2;
	padding: 3rem 0;
}
#content .row {
	width: 90%;
	background-color: #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 2.4rem 3rem 3rem;
}
#content h2 {
	background-color: #BE473C;
    color: #F3EDC7;
    padding: 15px;
    font-weight: bold;
    font-size: 1.3rem;
    position: relative;
    margin-bottom: 2rem;
	margin-top: 3rem;
}
#content h2::before {
	position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border-bottom: solid 15px transparent;
    border-right: solid 30px rgb(139, 15, 0);
}
#content h2 span {
	display: inline;
}
.cf-abstract #content h2 span.small {
	font-size: 1rem;
	display: block;
}
.cf-abstract #content h2 span.small::before {
	content: '【';
	display: inline;
}
.cf-abstract #content h2 span.small::after {
	content: '】';
	display: inline;
}
#content h3 {
	position: relative;
	padding: 1rem 0.4rem 0.8rem;
	width: 96%;
	margin: 0 auto 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #BE473C;
}
#content h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #BE473C, #BE473C 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #BE473C, #BE473C 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#content p, #content ul {
	width: 96%;
	margin: 0 auto 1rem;
}
#content .for_member {
	border: #BE473C 1px solid;
	width: 96%;
	margin: 0 auto 1rem;
}
#content .for_member p:first-child {
	background-color: #BE473C;
	color: #F3EDC7;
	width: 100%;
	padding: 0.5rem 2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#content .for_member p:nth-child(2),
#content .for_member p:nth-child(3) {
	margin-bottom: 0;
}
#content p strong::after,
#content .for_member p strong::after {
	content: '：';
	display: inline;
}
#content .note {
	padding-left: 0.5rem;
	text-indent: -0.5rem;
}
#content .note::before {
	content: '※';
	display: inline;
}
#content .note span {
	display: block;
	padding-left: 0.5rem;
}
#content .required_items {
	padding-left: 1rem;
}
#content .required_items li {
	list-style: disc;
}
#content .required_items li span::before {
	content: '（';
	display: inline;
}
#content .required_items li span::after {
	content: '）';
	display: inline;
}
.button {
	text-align: center;
}
.button a {
	display: block;
	margin: 0 auto;
	padding: 0.4rem 3rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #171C61;
	color: #e6d66c;
	width: fit-content;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
	#period h2 span {
		display: block;
		margin: 0 auto;
	}
	#period h2 span::after {
		content: '';
	}
	#content .row {
		width: 96%;
		padding: 2rem;
	}
	#content h2 span {
		display: block;
	}
	.cf-abstract #content .for_member p strong {
		display: block;
	}
	#content .for_member p strong::after {
		content: '';
	}
	#content .for_member p span {
		display: block;
	}
	#content .for_member p:nth-child(2), #content .for_member p:nth-child(3) {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 470px) {
	#period h2 {
		font-size: 1.3rem;
	}
	#content .row {
		padding: 1rem;
	}
	.button a {
		width: 100%;
		padding: 0.4rem 0;
	}
}

/**********************************
 プログラム
**********************************/
.program #content {
	color: #000;
}
.program #content img {
	width: 100%;
	height: auto;
}
.program #content h3 time {
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
	padding-left: 1rem;
}
.program #content h4 {
	font-size: 1.6rem;
	width: 96%;
	margin: 0 auto;
	color: #171C61;
	border-bottom: 1px dashed #171C61;
	margin-bottom: 1.4rem;
    font-weight: bold;
}
.program #content h4.hv-conf {
    background-color: #f6ecea;
    border-bottom: 1px dashed #a7291d;
    color: #BE473C;
    padding: 0 1rem;
}
.program #content h4 .coron::before {
	content: '：';
	display: inline;
}
.program #content h4 .kara::before {
	content: '〜';
	display: inline;
}
.program #content table {
	margin-left: 2%;
	border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 2rem;
}
.program #content table th,
.program #content table td {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.program #content table th {
	text-align: right;
	padding-right: 1rem;
	font-weight: bold;
	font-size: 1.1rem;
	color: #BE473C;
	/*white-space: nowrap;*/
	width: 10rem;
}
.program #content table th.h5_title,
.program #content table th.h5_title_hl7 {
    text-align: left;
    padding-top: 1rem;
    padding-right: 0;
    padding-left: 1rem;
    font-weight: normal;
    font-size: 1.2rem;
}
.program #content table th.h5_title h5 {
    border-bottom: 1px dotted #171C61;
    color: #171C61;
}
.program #content table th.h5_title_hl7 h5 {
    font-weight: normal;
    color: #086900;
    border-bottom: 1px dotted #086900;
}
.program #content table th.h5_title h5 span {
    display: block;
}
.program #content table th.h5_title_hl7 h5 span {
    font-weight: bold;
    display: block;
}
.program #content table th.h5_title_hl7 h5 span::before {
    content: '【';
    display: inline;
}
.program #content table th.h5_title_hl7 h5 span::after {
    content: '】';
    display: inline;
}
.program #content table th.hl1 {
	border-right: 5px solid #BE473C;
}
.program #content table th.hl2 {
	border-right: 5px solid #e68076;
}
.program #content table th.hl3 {
	border-right: 5px solid #fab8b2;
}
.program #content table th.hl4 {
	border-right: 5px solid #171C61;
	color: #171C61;
}
.program #content table th.hl5 {
	border-right: 5px solid #d2b514;
	color: #947d00;
}
.program #content table th.hl6 {
	border-right: 5px solid #086900;
	color: #086900;
}
.program #content table th.hl7 {
	border-right: 5px solid #2db65a;
	color: #086900;
}
.program #content table tr td {
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: bold;
	white-space: nowrap;
}
.program #content table tr td:last-child {
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
	font-size: 0.9rem;
	white-space: normal;
}
.program #content .with_pict {
	width: 96%;
	margin: 0 auto;
}
.program #content .with_pict::after {
	content: '';
	display: block;
	clear: both;
}
.program #content .with_pict p {
	width: 170px;
	height: 170px;
	overflow: hidden;
	float: left;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.program #content .kyousai {
	text-align: right;
	font-weight: bold;
	margin-top: -1rem;
	margin-bottom: 2rem;
	font-size: 1.1rem;
}
.program #content .kyousai span::after {
	content:'：';
	display: inline;
}
.program #content .round {
	margin-bottom: 0.2rem;
	color: #171C61;
}
.program #content .round span {
	border-bottom: 2px dashed #171C61;
	padding: 0 10rem 0.2rem 0.2rem;
}
.program #content .side-flyer p {
    width: 100%;
}
.program #content .side-flyer table {
    margin-left: 0;
}
.program #content .side-flyer {
    display: flex;
    justify-content: space-between;
}
.program #content .side-flyer li:first-child {
    width: 70%;
}
.program #content .side-flyer li:last-child {
    width: 29%;
    padding-left: 3rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.program #sp_news li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #56635e;
	color: #FFF;
}
.program #sp_news li:first-child a {
	font-size: 1.4em;
	font-weight: bold;
	background-color: #01aa80;
}
.program #sp_news a:hover {
	background-color: #b40331;
}
.program #content .row {
    margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
    .program #content .side-flyer {
        justify-content: center;
        flex-wrap: wrap;
    }
    .program #content .side-flyer li:first-child {
        width: 100%;
    }
    .program #content .side-flyer li:last-child {
        width: 60%;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
	.program #content table {
		margin: 0 auto 4rem;
		width: 96%;
	}
	.program #content table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.program #content table th {
		display: block;
		width: 100%;
		text-align: left;
		margin: 0.6rem 0;
	}
    .program #content table th.h5_title, .program #content table th.h5_title_hl7 {
        padding-left: 0;
        margin-bottom: 0;
    }
    .program #content table th.h5_title h5 {
        border-top: 2px solid #171C61;
        padding-top: 2rem;
    }
    .program #content table th.h5_title_hl7 h5 {
        border-top: 2px solid #086900;
        padding-top: 2rem;
    }
	.program #content table th.hl1 {
		border-right: none;
		border-bottom: 1px solid #BE473C;
	}
	.program #content table th.hl2 {
		border-right: none;
		border-bottom: 1px solid #e68076;
	}
	.program #content table th.hl3 {
		border-right: none;
		border-bottom: 1px solid #fab8b2;
	}
	.program #content table th.hl4 {
		border-right: none;
		border-bottom: 1px solid #171C61;
	}
	.program #content table th.hl5 {
		border-right: none;
		border-bottom: 1px solid #d2b514;
	}
	.program #content table th.hl6 {
		border-right: none;
		border-bottom: 1px solid #086900;
	}
	.program #content table th.hl7 {
		border-right: none;
		border-bottom: 1px solid #2db65a;
	}
	.program #content .with_pict {
		margin: -3rem auto 4rem;
	}
	.program #content .kyousai {
		margin-top: -3rem;
		background-color: #efefef;
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
		text-align: center;
		padding: 0.4rem 0;
	}
}
@media screen and (max-width: 500px) {
	.program #content h3 time {
		display: block;
	}
	.program #content table td {
		width: 100%;
	}
	.program #content table tr td:last-child {
		padding-left: 1rem;
	}
	.program #content .with_pict {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.program #content .with_pict p {
		padding-right: 0;
		float: none;
	}
}
@media screen and (max-width: 420px) {
	.program #content .kyousai {
		font-size: 0.95rem;
	}
}
@media screen and (max-width: 361px) {
	.program #content .kyousai {
		font-size: 0.8rem;
	}
}

/**********************************
 参加のご案内
**********************************/
.participation #second_navi {
	background-color: #171C61;
	padding: 1rem 0;
}
.participation #second_navi ul {
	display: flex;
}
.participation #second_navi ul li {
	width: 31%;
	margin: 0 1%;
}
.participation #second_navi a {
	display: block;
	text-align: center;
	background-color: #fee642;
	color: #171C61;
	padding: 0.5rem 0;
	border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
}
.participation #content table.normal,
.participation #content table.detail {
	margin: 0 2% 0.6rem;
	border-collapse: collapse;
}
.participation #content table.normal th,
.participation #content table.normal td,
.participation #content table.detail th,
.participation #content table.detail td {
	border: 1px solid #999;
	padding: 0.4rem 1rem;
}
.participation #content table.normal th,
.participation #content table.detail th {
	white-space: nowrap;
}
.participation #content table.normal {
	overflow-x: scroll;
}
.participation #content table.normal.pc {
	overflow-x: initial;
}
.participation #content td table.normal th {
	border: 1px solid #999;
	color: #707070;
	font-weight: bold;
	background-color: #f2f2f2;
}
.participation #content ul.notes {
	font-size: 0.9rem;
}
.participation #content ul.notes li {
	text-indent: -0.6rem;
	padding-left: 1rem;
}
.participation #content ul.notes li::before {
	content: '※';
	display: inline;
	padding-right: 0.2rem;
}
.participation #content h4 {
	width: 96%;
	margin: 0 auto 1.2rem;
	color: #BE473C;
	font-weight: bold;
	border-bottom: 1px solid #BE473C;
	font-size: 1.2rem;
}
.participation #content h5 {
	width: 96%;
	margin: 0 auto 1rem;
	color: #000;
	font-weight: bold;
}
.participation #content table.date,
.participation #content table.date2,
.participation #content table.date3 {
	margin: 0 2%;
	border-spacing: 0.6rem;
}
.participation #content table.date th,
.participation #content table.date td,
.participation #content table.date2 th,
.participation #content table.date2 td,
.participation #content table.date3 th,
.participation #content table.date3 td {
	padding: 0.2rem 1rem;
}
.participation #content table.date th,
.participation #content table.date2 th,
.participation #content table.date3 th {
	border-right: 5px solid #BE473C;
	color: #BE473C;
	white-space: nowrap;
}
.participation #content .row > ol {
	padding-top: 1rem;
}
.participation #content .row > ol li {
	padding-bottom: 1.6rem;
}
.participation #content .row > ol li:first-child h4::before {
	content: '1）';
	display: inline;
}
.participation #content .row > ol li:nth-child(2) h4::before {
	content: '2）';
	display: inline;
}
.participation #content .row > ol li:nth-child(3) h4::before {
	content: '3）';
	display: inline;
}
.participation #content .row > ol li:nth-child(4) h4::before {
	content: '4）';
	display: inline;
}
.participation #content .row > ol li p {
	width: 92%;
}
.participation #content .row > ol li h5 {
	width: 94%;
	font-weight: bold;
	font-size: 1.1rem;
	margin: 0 auto 1.1rem;
	padding-top: 0.8rem;
}
.participation #content .row > ol li h5::before {
	content: '●';
	display: inline;
}
.participation #content .row > ol li ul li {
	padding-bottom: 0;
}
.participation #content .row > ol li ol {
	padding-left: 3.8rem;
}
.participation #content .row > ol li ol li {
	list-style: decimal;
}
.participation #content .row > ol li ol li p {
	width: 96%;
	margin: 0;/*margin: 0 0 1rem;*/
}
.participation #content .os_info {
	border-collapse: collapse;
	margin-bottom: 0.8rem;
}
.participation #content .os_info th,
.participation #content .os_info td {
	border-bottom: 1px solid #707070;
	padding-top: 0.8rem;
}
.participation #content .os_info td::before {
	content: '：';
	display: inline;
}
.participation #content .os_info_sample tr td:first-child,
.participation #content .os_info_sample tr td:nth-child(2) {
	white-space: nowrap;
}
.participation #content .os_info_sample tr td:nth-child(2) {
	padding-right: 0.8rem;
}
.participation #content #connecter {
	display: flex;
	justify-content: center;
	width: 92%;
	margin: 0 0 1rem 0;
}
.participation #content #connecter li {
	width: 44%;
	max-width: 150px;
	list-style: none;
	margin: 0 1.5%;
}
.participation #content #connecter li img {
	width: 100%;
	height: auto;
}
.participation #content .float_left {
	display: flex;
}
.participation #content .float_left img {
	width: 400px;
	height: auto;
}
.participation #content .float_left .note {
	display: block;
}
.participation #content #seagaia_foods {
    display: flex;
    justify-content: center;
}
.participation #content #seagaia_foods li {
    width: 40%;
    padding: 0 1%;
}
.participation #content #seagaia_foods li img {
    width: 100%;
    height: auto;
}
.participation #content #seagaia_foods li span {
    display: block;
    text-align: center;
    font-size: 0.9rem;
}
.buttons, .buttons2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.buttons li, .buttons2 li {
	width: 48%;
	margin: 0 1% 1rem;
}
.buttons li a, .buttons2 li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.6rem 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	font-size: 1.2rem;
}
.buttons li:first-child a {
	background-color: #BE473C;
	color: #F3EDC7;
}
.buttons li:last-child a {
	background-color: #012e9f;
	color: #95ddfe;
}
.buttons2 li a {
	background-color: #171C61;
	color: #e6d66c;
}
.buttons2 li.gb a {
	/*text-shadow: 1px 1px 0px #F00, 1px -1px 0px #F00, -1px -1px 0px #F00, -1px 1px 0px #F00;*/
	color: #FFF;
	border: 1px solid #171C61;
}
.buttons2 li.jp a {
	border: 1px solid #F00;
	color: #F00;
	background-color: #FFF;
}
@media screen and (max-width: 767px) {
	.participation #second_navi ul {
		flex-wrap: wrap;
	}
	.participation #second_navi ul li:first-child,
	.participation #second_navi ul li:nth-child(2) {
		width: 48%;
		margin-bottom: 0.6rem;
	}
	.participation #second_navi ul li:last-child {
		width: 98%;
	}
	.participation #content table.date,
	.participation #content table.date2,
	.participation #content table.date3 {
		width: 100%;
	}
	.participation #content table.date th,
	.participation #content table.date td,
	.participation #content table.date2 th,
	.participation #content table.date2 td,
	.participation #content table.date3 th,
	.participation #content table.date3 td,
	.participation #content table.detail th,
	.participation #content table.detail td,
	.participation #content table.os_info th,
	.participation #content table.os_info td {
		display: block;
		width: 96%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.participation #content table.date th,
	.participation #content table.date2 th,
	.participation #content table.date3 th {
		border-right: 0;
		border-bottom: 1px solid #BE473C;
		text-align: left;
	}
	.participation #content table.date td span {
		display: block;
	}
	.participation #content table.detail {
		width: 100%;
	}
	.participation #content table.detail th {
		border-top: 0;
		border-right: 0;
		border-left: 0;
		text-align: left;
	}
	.participation #content table.detail td {
		border: 0;
	}
	.participation #content table.date td .normal th {
		background-color: transparent;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}
	.participation #content table.date td .normal td {
		border: 0;
	}
	.scroll_x {
		width: 100%;
		overflow-x: scroll;
	}
	.participation #content .row > ol li ol {
		padding-left: 1.5rem;
	}
	.participation #content .normal.nowrap td {
		white-space: nowrap;
	}
	.participation #content table.os_info td {
		border-bottom: 0;
		padding-top: 0;
	}
	.participation #content table.os_info td::before {
		content: '';
		display: inline;
	}
	.participation #content .float_left {
		flex-wrap: wrap;
	}
	.participation #content .float_left img {
		width: 100%;
	}
    .participation #content #seagaia_foods li {
        width: 50%;
        padding: 0;
    }
    .participation #content #seagaia_foods li span {
        font-size: 0.8rem;
    }
	.buttons li, .buttons2 li {
		width: 100%;
		margin: 0 0 1rem;
	}
	.buttons li a, .buttons2 li a {
		font-size: 1.1rem;
	}
}

/**********************************
 FOOTER
**********************************/
.footer {
  background: #171C61;
    position: absolute;
    width: 100%;
}

.footer-bottom {
  padding-top: calc(50 / 1280 * 100%);
  background: url(../img/footer_bottom.jpg) center center/cover;
}

.footer-top {
  padding-top: calc(40 / 1280 * 100%);
    padding-bottom: 50px;
  background: url(../img/footer_top.png) center center/cover;
}

.footer .inner {
	flex-wrap: wrap;
}

.footer-middle {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 37px;
	width: 100%;
}
.officer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
}
.officer h4 {
	width: 100%;
	padding: 0.4rem 2rem 0.4rem 1rem;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	background-color: #f4edc2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
}
.officer h4 span {
	color: #171C61;
	font-weight: bold;
	font-size: 1.1rem;
}
.officer p {
	font-size: 0.9rem;
}
.officer p span {
	white-space: nowrap;
}
.footer-left {
	width: 30%;
	color: #fff;
}
.footer-center,
.footer-right {
	width: 46.15%;
	color: #fff;
}
.footer-left a,
.footer-center a,
.footer-right a {
	display: block;
	color: #fff;
}
.footer-left img,
.footer-center img,
.footer-right img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 0.6rem;
}



@media screen and (max-width: 767px) {
  .footer-middle {
	  justify-content: center;
	  flex-wrap: wrap;
	  flex-direction: column;
    padding-top: 35px;
    padding-bottom: 27px;
	  margin: 0 auto;
	  width: 50%;
  }
	.officer {
		width: 100%;
	}
	.footer-left,
	.footer-center,
	.footer-right {
		width: 100%;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 650px) {
	.officer h4 {
		flex-wrap: wrap;
	}
	.officer h4 span {
		display: block;
	}
}
@media screen and (max-width: 500px) {
	.footer-middle {
		width: 90%;
	}
}

.copy-right {
  padding-bottom: 15px;
  background: #171C61;
  color: #fff;
  text-align: center;
  font-size: 12px;
	width: 100%;
}

@media screen and (max-width: 767px) {
  .copy-right {
    padding-bottom: 5px;
  }
}

#sp_news {
	background-color: rgba(180,3,49,0.9);
	width: 100%;
	padding: 15px 0;
	z-index: 10;
}
.program #sp_news {
	background-color: transparent;
	padding-bottom: 0;
}
#sp_news div {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer #sp_news a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
}
.program #sp_news ul {
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.program #sp_news li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 0.6em;
}
.program #sp_news li:first-child {
	width: 99%;
}
.program #sp_news li:nth-child(n+2):nth-child(-n+4) {
	width: 31%;
}
.program #sp_news li a {
	height: 100%;
}
.program #sp_news li a i {
	margin-left: 10px;
}
#sp_news h3 {
	white-space: nowrap;
	color: #F0E8C2;
	font-size: 1.4em;
	padding-right: 15px;
}
#sp_news p {
	font-size: 0.9em;
	color: #F0E8C2;
	border-left: 2px solid #F0E8C2;
	padding-left: 15px;
	line-height: 1.5em;
	font-weight: bold;
}
