@charset 'UTF-8';

/* top */
.sakuhin {
	margin: 0 auto;
}
.sakuhin p {
	margin-bottom: 10px;
}
p.textwide {
	text-align: center;
	font-weight: bold;
	color: #f90202;
	text-decoration:underline;
}
.sakuhin a {
	border-bottom: none;
}
@media (min-width: 1000px)  {
	.sakuhin p {
		width: calc(50% - 10px);
	}
	p.textwide {
		width: calc(100% - 10px);
		text-align: center;
		font-size: 28px;
		font-weight: bold;
		color: #f90202;
	}
}

.btn_01.wide {
	width: 240px;
} 
/* 10のポイント */
.special-10point .box h2 {
	color: #555;
	font-size: 2rem;
    height: auto;
    padding: 3px 0 8px 8px;
    background: red;
}
.special-10point .box h2 strong {
	color: red;
	font-size: 2.88rem;
}

/* デビューストーリー */
.flex-box.read {
	margin: 0 auto;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 0.5em auto 1.5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #f29c9f;
  border-radius: 15px;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f29c9f;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}
.hr-box .img-wrap {
	background-color: #fff;
}

@media (min-width: 1000px)  {
	.debutstory .read {
		text-align: center;
	}
	.debutstory #pic_area img {
		width: 70%;
		margin: auto;
		display: block;
	}
	.hr-box {
		width: 400px;
		margin: auto;
	}
	.hr-box .read,
	.debutstory .hr-box .read {
		text-align: left;
	}
}

/* 指とま！ */
.yubitoma .box h2 {
	height: auto;
	padding: 3px 0 8px 8px;
}
.yubitoma .whitebox {
	margin: 5.4% auto 1.8em;
}
.bangumi p {
	padding-left: 1em;
	margin-bottom: 1em;
}
.bangumi {
	margin-bottom: 1.8em;
}
@media (min-width: 1000px)  {
	.yubitoma .whitebox {
		box-sizing: border-box;
	}
	.yubitoma .tbl-default table tbody th:after {
		right: auto;
		left: 0;
	}
}

/* 入所オーディションオンライン応募 */
.audition-form label {
	display: inline-block;
	min-width: 4em;
	margin: 0.25em;
}
.audition-form label span {
	display: block;
	font-size: 1.5rem;
}
.audition-form .address label {
	display: block;
	margin-bottom: 0.5em;
}
.audition-form .msg {
	display: block;
	font-size: 1.5rem;
	margin: 0 0 1em;
	text-align: left;
	padding-left:1em;
	text-indent:-1em;
}
.audition-form textarea.form-control {
	width: 95%;
}
.audition-form input[name="age"] {
	width: 5em;
}
.audition-form .error_msg {
	color: red;
	font-size: 16px;
}