@charset "utf-8";
@import url("./second.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
.program_dayBox .button_style01{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.program_dayBox .button_style01 a{
	min-width: 140px;
	margin: 0 .5em;
}

#program .program-title {
  font-size: 1.3333333333em;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#program .program-sche {
  font-weight: 700;
  text-align: right;
  font-size: 1.1111111111em;
  margin-bottom: 20px;
}
#program .program-actor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#program .program-actor dt {
	font-weight: 700;
  background-color: #3f6cb4;color: #fff;
  padding-right: 1em;
  padding-left: 1em;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
	#program .program-actor dt {font-size: .85em;}
}
#program .program-actor dd {
	font-weight: 500;
	width: calc(100% - 5em);
}
#program .program-actor dd > div:nth-child(n+2) {
  margin-top: 10px;
}
#program .program-actor dd > div{font-weight: 500;}
#program .program-actor dd span {
	font-weight: 500;
  font-size: 0.85em;
}
#program .program-actor.mainact {
  margin-bottom: 30px;
}
#program .program-actor2 dt {
  font-weight: 500;
}
#program .program-actor2 dt span {
  background-image: linear-gradient(transparent 70%, rgba(242, 164, 198, 0.3) 70%);
}
#program .program-actor2 dt:nth-of-type(n+2) {
  margin-top: 20px;
}
#program .program-actor2 dd span {
  font-size: 0.85em;
}
#program .program-actor3 {
  display: flex;
  flex-wrap: wrap;
}
#program .program-actor3 > dt {
  width: 3.5em;
  box-sizing: border-box;
  padding: 5px 0;
  align-self: flex-start;
}
#program .program-actor3 > dt > span {
  background-image: linear-gradient(transparent 70%, rgba(242, 164, 198, 0.3) 70%);
}
#program .program-actor3 > dd {
  width: calc(100% - 4em);
  margin-left: 0.5em;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
#program .program-actor3 > dt:nth-of-type(n+2), #program .program-actor3 > dd:nth-of-type(n+2) {
  margin-top: 15px;
}
#program .program-subTitle {
  font-size: 1.1111111111em;
  margin-bottom: 30px;
  font-weight: 500;
}
#program .program-subTitle > span {
	font-weight: 700;
}
#program .program-subTitle2{
	font-weight: 500;
	margin-bottom: 10px;
}
#program .program-subTitle2 span{
	font-weight: 500;
	font-size: .85em;
}
#program .program-planList {
  margin-top: 30px;
}
#program .program-planList dt {
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
#program .program-planList dt:before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 2px;
  background: #f2a4c6;
  position: absolute;
  top: 0.95em;
  left: 0;
}
#program .program-planList dt:nth-of-type(n+2) {
  margin-top: 15px;
}
#program .program-planList dd {
  margin-left: 3em;
}
#program .program-planList dd span {
  font-size: 0.9em;
}
#program .program-days {
	text-align: right;
  color: #3f6cb4;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom:10px;
}
@media screen and (max-width: 768px) {
  #program .program-days {margin-bottom:20px;}
}
#program .presents {
	font-weight: 500;
  margin-top: 40px;
 /* text-align: right;*/
}
#program .prof {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#program .prof > div {
  text-align: right;
}
#program .prof > .name {
  width: 7em;
}
@media screen and (max-width: 768px) {
  #program .prof > .name {
    width: 100%;
    margin-left: 0;
  }
}
#program .prof > .hos {
  width: calc(100% - 8em);
}
@media screen and (max-width: 768px) {
  #program .prof > .hos {
    width: 100%;
  }
}
#program .seminar-actor dt {
	font-size: 1.025em;
  font-weight: 500;
	margin-bottom: 5px;
}
#program .seminar-actor dt > span {
  font-weight: 700;
}
#program .seminar-actor dt:nth-of-type(n+2) {
  margin-top: 20px;
}
#program .seminar-actor dd {
  font-size: 0.98em;
	
}
#program .seminar-actor dd div{font-weight: 500;}
@media screen and (min-width: 769px), print {
  #program .seminar-actor dd {
    text-align: right;
  }
}

#program .title_style02{
	font-size: 1.2em;
	text-align: left;
}
#program .irregular{font-family: "Noto Sans JP", sans-serif;font-weight: 500;}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1001px){
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
	.program_dayBox .button_style01 a{
		min-width: 16%;
		margin: 0 .3em;
	}



}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:999px) and (min-width:641px){

}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	.adoptionBox ul{margin-bottom: 25px;}



}