@i@charset "utf-8";

ul#tabs-list {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
}
 
label.panel-label {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: block;
		width: 100%;
		color: #666666;
		cursor: pointer;
		background-color: #CCCCCC;
		-webkit-transition-property: border-top, background-color, color;
		transition-property: border-top, background-color, color;
		-webkit-transition-duration: 200ms;
		transition-duration: 200ms;
}
label.panel-label:hover {
		color: #000;
}
 
#panels {
		background-color: white;
		font-family: 'Noto Sans Japanese', sans-serif;
		margin-bottom: 38px;
}
#panels .container {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#panels section main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}
 
#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
 
#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
 
#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
 
#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
 
#panel-5-ctrl:checked ~ #panels #panel-5 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
#panel-6-ctrl:checked ~ #panels #panel-6 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
#panel-7-ctrl:checked ~ #panels #panel-7 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
#panel-8-ctrl:checked ~ #panels #panel-8 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}
.tabContent img,.tabContent2 img {
		float: left;
		width: 45%;
		margin: 0px;
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-left: 0px;
}
.tabContent h3,.tabContent2 h3 {
		font-size: 14px;
		line-height: 1.5em;
		font-family: 'Noto Sans Japanese', sans-serif;
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		color: #333;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #999;
		text-align: left;
		overflow: hidden;
}
.tabContent time,.tabContent2 time {
		color: #333;
		padding-top: 5px;
		padding-right: 15px;
		overflow: hidden;
		font-size: 14px;
		line-height: 2em;
}
.tabContent i,.tabContent2 i {
		color: #FFF;
		font-size: 12px;
		position: absolute;
		z-index: 2;
		left: 0px;
		top: 0px;
		display: block;
		background-color: #FF4D00;
		line-height: 12px;
		font-weight: 300;
		font-style: normal;
		padding: 8px;
}
.detail a {
		display: block;
		text-align: center;
		background-color: #000;
		font-size: 17px;
		line-height: 17px;
		color: #FFF;
		padding-top: 20px;
		padding-bottom: 20px;
		clear: both;
		margin: 4px;
}
.detail a:hover {
	background-color: #CCC;
		color: #000;
}
.tabContent ul li {
		display: block;
		text-align: left;
		overflow: hidden;
		position: relative;
		font-family: 'Noto Sans Japanese', sans-serif;
		width: 96%;
		font-weight: 300;
		margin-top: 6px;
		margin-right: 2%;
		margin-bottom: 6px;
		margin-left: 2%;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #FF4D00;
		background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 #999; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0 #999; /* Firefox用 */
	box-shadow: 3px 3px 5px 0 #999; /* CSS3 */
	margin-top: 24px;
	margin-right: 0.5%;
}
.tabContent2 ul li {
		display: block;
		text-align: left;
		overflow: hidden;
		position: relative;
		font-family: 'Noto Sans Japanese', sans-serif;
		width: 96%;
		font-weight: 300;
		margin-top: 6px;
		margin-right: 2%;
		margin-bottom: 6px;
		margin-left: 2%;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #FF4D00;
		background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 #999; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0 #999; /* Firefox用 */
	box-shadow: 3px 3px 5px 0 #999; /* CSS3 */
	margin-top: 24px;
	margin-right: 0.5%;
}
 
 
@media all and (max-width: 767px) {

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
 
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
 
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
 
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
 
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }
	
	  #nav-ctrl:checked ~ #tabs-list #li-for-panel-6 {
    max-height: 46px;
    opacity: 1;
  }
	  #nav-ctrl:checked ~ #tabs-list #li-for-panel-7 {
    max-height: 46px;
    opacity: 1;
  }
	  #nav-ctrl:checked ~ #tabs-list #li-for-panel-8 {
    max-height: 46px;
    opacity: 1;
  }
 
  #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
 
  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }
 
  #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0px;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }
 
  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
  }
 
  #tabs-list {
    position: relative;
  }
  #tabs-list label.panel-label {
    padding: 12px 0;
  }
  #tabs-list #li-for-panel-1 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-4 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-5 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
	  #tabs-list #li-for-panel-6 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
	  #tabs-list #li-for-panel-7 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
	  #tabs-list #li-for-panel-8 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
  }
 
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
 
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
 
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
 
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
 
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
	  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-6 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
	  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-7 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
	  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-8 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }
 
  #panels .container {
    width: 100%;
  }
  #panels section header {
    display: block;
  }
}
@media all and (min-width: 901px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
		background-color: white;
		color: #000;
		border-top: 6px solid #000;
		padding-top: 26px;
  }
 
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #000;
    border-top: 6px solid #000;
    padding-top: 26px;
  }
 
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #000;
    border-top: 6px solid #000;
    padding-top: 26px;
  }
 
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: white;
    color: #000;
    border-top: 6px solid #000;
    padding-top: 26px;
  }
 
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: white;
    color: #000;
    border-top: 6px solid #000;
    padding-top: 26px;
  }
	
	  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
    background-color: white;
    color: #000;
    border-top: 6px solid #000;
    padding-top: 26px;
  }
	
	  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label {
    background-color: white;
    color: #000;
    border-top: 6px solid #000;
    padding-top: 26px;
  }
	
	  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-right: none;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8:last-child {
    border-right: 1px solid #dfdfdf;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label {
    background-color: white;
    color: #000;
    border-top: 6px solid #000;
    padding-top: 26px;
  }
 
  ul#tabs-list {
		text-align: center;
		border-bottom: 1px solid #dfdfdf;
		display: block;
		margin-right: 11px;
		margin-left: 11px;
		margin-top: 11px;
  }
  ul#tabs-list li {
		display: inline-block;
		text-align: center;
		width: 12%;
		-webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
		box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
		border-top: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		-webkit-transition-property: border-top;
		transition-property: border-top;
		-webkit-transition-duration: 200ms;
		transition-duration: 200ms;
  }
  ul#tabs-list li:hover {
    border-top: none;
    border-right: none;
  }
  ul#tabs-list li:hover:last-of-type {
    border-right: 1px solid #dfdfdf;
  }
  ul#tabs-list li:hover + li {
    border-left: 1px solid #dfdfdf;
  }
  ul#tabs-list li label.panel-label {
		border-top: 0px solid #000;
		padding: 24px 0;
  }
  ul#tabs-list li label.panel-label:hover {
    border-top-width: 6px;
    padding-top: 25px;
  }
 
  #open-nav-label,
  #close-nav-label {
    display: none;
  }
 
  #nav-ctrl {
    display: none;
  }
}
@media all and (min-width: 900px) {
  main {
		margin: 0;
		display: block;
		overflow: hidden;
  }
}
main #allInfo ul li p {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 12px;
		line-height: 1.7em;
}
.panel-radios {
		opacity: 0.5;
}
.panel-radios:nth-child(1) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(2) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(3) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(4) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(5) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(6) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(7) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(8) {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(9) {
  
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);

}
 
#introduction {
}
#introduction h1 {
}
 

main hr {
  margin: 12px 0;
  border-top: 1px solid #dfdfdf;
}
 
label.demo-label {
  background-color: #c0392b;
  color: white;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.demo-label:hover {
  background-color: #e74c3c;
}
 
#demo-child-toggle {
  display: none;
}
#demo-child-toggle:checked ~ #demo-parent #demo-child {
  color: #c0392b;
  font-weight: bold;
  text-transform: uppercase;
}
 
#demo-parent {
  margin-top: 8px;
}
 
code,
pre {
  color: #c0392b;
  font-family: Inconsolata, "Andale Mono", Andale, monowidth;
  background-color: #ecf0f1;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}
 
code {
  padding: 2px 6px;
}
 
pre {
  padding: 12px;
  line-height: 1.6;
}
pre strong {
  color: #444444;
}
.news a i{
		background-color: #FF4D00;
		font-style: normal;
}
.game a i{
		background-color: #FF4D00;
}
.media a i{
		background-color: #FF4D00;
}

.event a i{
		background-color: #FF4D00;
}
.other a i{
}


.works .flag{
		background-color: #E60012;
}
.seminar .flag{
		background-color: #F39800;
}
.radio .flag{
		background-color: #FFF100;
		color: #000;
}
.media .flag{
		background-color: #FF4D00;
}
.boss_blog .flag{
		background-color: #009944;
}
.column .flag{
		background-color: #009E96;
}
.b_bio a .flag{
	background-color: #00A0E9;
}
.ddr_tv .flag{
		background-color: #0068B7;
}
.event .flag{
		background-color: #FF4D00;
}
.news_press .flag{
		background-color: #920783;
}
.study .flag{
		background-color: #E4007F;
}
.other .flag{
}
.box656_sp19_n a i{
		font-weight: 300;
		font-style: normal;
}
.button_all5  {
		border: 1px solid #333;
		font-size: 12px;
		line-height: 12px;
		color: #000;
		text-align: center;
		clear: both;
		overflow: hidden;
		padding-bottom: 10px;
		width: 120px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		bottom: 10px;
		display: none;
		padding-top: 10px;
		left: 0px;
		right: 0px;
}
.button_all5:hover  {
		background-color: #FF4D00;
		color: #FFF;
}
.block_1280_main #allInfo ul div a .im300 img {
}
