@charset "utf-8";

/*----　トップイメージ　----*/
.BG_colorful{
	width: 100%;
	background-image: url("../images/BG_1.jpg");
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.page_top{
	height: 200px;	
}
.page_top p{
	font-family: "font_T";
	font-size: 50px;
	line-height: 30px;
	text-align: right;
	margin-right: 50px;
	margin-top: 10px;
	text-shadow: 2px 3px 15px rgba(20, 220, 148, 1), 2px 3px 15px rgba(20, 220, 148, 1);
}
.page_top p span{
	font-family: "font_M";
	font-size: 20px;
}

/*----　フローデザイン　----*/
.audition h3{
	font-size: 30px;
}
.flow ul {
  padding: 0;
}
.flow li {
  list-style-type: none;
}
.flow dd {
  margin-left: 0;
	font-family: "font_M";
	font-size: 18px;
}
.flow {
  border: 3px solid rgb(107,144,219);
	width: 700px;
	margin: auto;
	border-radius: 10px;
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid rgb(107,144,219);
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
  text-align: center;
	font-family: "font_B";
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
	font-family: "font_T";
}

/*----　募集要項　----*/
.audition .waku{
	width: 320px;
}
.audition .waku p{
	text-align: center;
}
.audition .img{
	width: 100%;
	height: 350px;
}
.audition .img1{
	background-image: url("../images/pixta_102504529.jpg");
}
.audition .img2{
	background-image: url("../images/pixta_91039359.jpg");
	background-position:20% center ;
}
.audition .img3{
	background-image: url("../images/pixta_84471596_XL.jpg");
	background-position:80% center ;
}
/*----　応募方法　----*/
.audition .title{
	font-family: "font_B";
	background-color:#E5E5E5;
	font-size: 21px;
	padding: 10px;
	border-radius: 5px;
}
.audition .p{
	padding: 10px;
}

/*----　　----*/
.p6 {
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.p6 th,
.p6 td {
	display: block;
	border: none;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	
}
.p6 th {
	font-weight: normal;
	padding: 14px 0 4px;
	font-family: "font_B";
}
.p6 td {
	background: #ffffffcc;
	font-family: "font_M2";
	border-radius: 5px;
}


