/*
Theme Name: withline
*/
@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*==============================
PC-全ページ共通
==============================*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .03rem;
  background: #fff;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #4d90d2;
}
a:hover {
  text-decoration: underline;
}
a.tel-link {
  color: #000;
}
a.tel-link:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
.main-width {
  width: 960px;
  margin: 0 auto;
}
.b {
  display: block;
}
.bold {
  font-weight: 700;
}
.lower-h2 {
  color: #1d6eab;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
#main-48px {
  margin-top: 48px;
}
/* ヘッダ */
header {
  padding: 24px 0;
  border-bottom: double 7px #1d6eab;
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.logo:hover {
  opacity: .7;
  transition: all .3s ease;
}
#menu {
  font-family: acumin-pro-extra-condensed;
  font-weight: 700;
  font-size: 2.4rem;
}
.menu_sp-button {
  display: none;
}
#menu ul li {
  display: inline-block;
  margin-left: 16px;
}
#menu ul li a {
  color: #000;
  display: block;
  position: relative;
}
#menu ul li.current a {
  color: #1d6eab;
}
#menu ul li a:hover {
  color: #1d6eab;
  transition: all .3s ease;
  text-decoration: none;
}
#menu ul li a:before, #menu ul li a:after {
  border-bottom: solid 1px #1d6eab;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  width: 0;
}
#menu ul li a:before {
  left: 50%;
}
#menu ul li a:after {
  right: 50%;
}
#menu ul li a:hover:before, #menu ul li a:hover:after {
  width: 50%;
}
/* フッタ */
footer {
  margin-top: 24px;
  border-top: 2px solid #eee;
  text-align: center;
  padding: 24px 0;
}
footer small {
  font-family: acumin-pro-extra-condensed;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
/* トップに戻るボタン */
#page-top {
  position: fixed;
  width: 40px;
  right: 16px;
  bottom: 16px;
}
#page-top a, #page-top a img {
  display: block;
  width: 40px;
}
/*==============================
PC-トップページ
==============================*/
/* スライダー */
#slider {
  margin-top: 24px;
}
.owl-item img {
  opacity: .5 !important;
}
.owl-item.center img {
  opacity: 1 !important;
}
.owl-theme .owl-dots {
  display: block !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 0 6px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1d6eab !important;
}
.owl-dots button:focus {
  outline: none;
}
/* スライダー下 */
#index-main {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#index-news {
  display: flex;
}
#index-news h2 a {
  font-size: 2rem;
  font-weight: 400;
  color: #1d6eab;
  letter-spacing: .3rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#index-news h2 a:after {
  font-family: "FontAwesome";
  content: "\f138";
  font-size: 1.4rem;
  margin-top: 8px;
}
#index-news h2 a:hover {
  opacity: .7;
  transition: all .3s ease;
  text-decoration: none;
}
.index-news-list {
  margin: 8px 0 0 24px;
}
#news-list li {
  margin-top: 12px;
  display: flex;
}
#news-list .date {
  color: #888;
}
#news-list .date + a {
  color: #000;
  font-weight: 700;
  margin-left: 12px;
}
.index-right {
  flex-basis: 336px;
  margin-left: 48px;
}
.index-right .twitter:hover {
  opacity: .7;
  transition: all .3s ease;
}
.index-right .twitter img {
  margin-top: 20px;
  width: 336px;
}
.index-fan-letter {
  margin-top: 16px;
  padding: 16px 12px;
  border-radius: 6px;
  background-color: #eef4f8;
}
#fan-letter h2 {
  font-size: 1.6rem;
  color: #1d6eab;
}
#-letter p {
  margin-top: 8px;
}
/*==============================
PC-タレント一覧
==============================*/
#talents-list {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}
#male-talents, #female-talents {
  width: 50%;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
#male-talents {
  padding-right: 12px;
}
#female-talents {
  padding-left: 12px;
}
#talents-list a:hover {
  text-decoration: none;
}
#talents-list a:hover img {
  opacity: .7;
  transition: all .3s;
}
#male-talents li, #female-talents li {
  width: 47%;
}
#male-talents li img, #female-talents li img {
  width: 100%;
}
#male-talents li:nth-of-type(n+3), #female-talents li:nth-of-type(n+3) {
  margin-top: 16px;
}
.male-name, .female-name {
  margin-top: 4px;
  text-align: center;
}
.male-name {
  color: #1d6eab;
}
.female-name {
  color: #d0007a;
}
/*==============================
PC-タレント個別
==============================*/
#talent {
  display: flex;
}
#talent-photos {
  width: 320px;
}
#main-photo {
  position: relative;
}
#main-photo img {
  width: 320px;
  position: absolute;
}
#thumbnails {
  display: flex;
  flex-wrap: wrap;
}
#thumbnails li {
  margin-right: 8px;
  margin-top: 8px;
}
#thumbnails li:last-of-type {
  margin-right: 0;
}
#thumbnails li img {
  width: calc((320px - 32px) / 5);
}
#talent-detail {
  margin-left: 24px;
  width: 616px;
}
#talent-name {
  line-height: 1;
  padding: 0 8px 16px;
  border-bottom: 2px solid #c1d5e4;
}
#talent-name h2 {
  font-size: 3.2rem;
  display: table-cell;
}
#talent-name #ruby {
  display: table-cell;
  vertical-align: middle;
  padding-left: 24px;
  color: #999;
}
#talent-profile {
  font-size: 1.6rem;
  margin-top: 32px;
}
#talent-profile h3 {
  color: #1d6eab;
  font-size: 2rem;
  line-height: 1;
}
#talent-profile table {
  margin-top: 8px;
  border-collapse: collapse;
  width: 100%;
}
#talent-profile table th, #talent-profile table td {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
#talent-profile table th {
  width: 24%;
}
#voice-sample {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
#voice-sample > img {
  padding: 10px 60px;
  width: 406px;
}
#voice-sample div.jp-audio {
  background: transparent;
}
#voice-sample .jp-controls {
  width: 100%;
}
#voice-sample div.jp-audio div.jp-type-playlist a.jp-mute, #voice-sample div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 364px;
}
#voice-sample div.jp-audio div.jp-type-playlist div.jp-progress, #voice-sample div.jp-audio div.jp-type-playlist div.jp-time-holder {
  width: 300px;
  left: 130px;
}
#voice-sample div.jp-audio div.jp-volume-bar {
  left: 484px;
}
#voice-sample div.jp-audio, div.jp-audio-stream, div.jp-video {
  border: 0;
}
#voice-sample .jp-type-playlist, #voice-sample div.jp-audio div.jp-type-playlist div.jp-interface {
  width: 554px;
}
#voice-sample .jp-free-media, #voice-sample .jp-playlist-item-remove {
  display: none !important;
}
#voice-sample div.jp-playlist {
  border: 0 !important;
  background: transparent;
  margin-left: -406px;
  width: 960px;
}
#voice-sample div.jp-playlist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 1.4rem;
  margin-top: 8px;
}
#voice-sample div.jp-playlist ul li {
  width: 182px;
	font-size: 1.6rem;
  padding: 12px 0;
  border: 2px solid #ccc;
  text-align: center;
  margin: 12px 0 0 12px;
}
#voice-sample div.jp-playlist ul li.jp-playlist-current {
  background: #1d6eab;
}
#voice-sample div.jp-playlist ul li.jp-playlist-current a {
  color: #fff;
}
#voice-sample div.jp-playlist ul li a {
  display: block;
}
#voice-sample div.jp-playlist ul li a:hover {
  text-decoration: none;
}
#voice-sample div.jp-playlist ul li:first-of-type, #voice-sample div.jp-playlist ul li:nth-of-type(5n + 1) {
  margin-left: 0;
}
#talent-info h2 {
  padding: 12px 16px;
  margin-top: 64px;
  color: #1d6eab;
  font-size: 2.4rem;
  line-height: 1;
  background: #eef4f8;
  border-left: 4px solid #1d6eab;
}
.talent-news-list {
  margin-top: 24px;
}
#talent-info #to-list {
  text-align: right;
  margin-top: 16px;
}
#talent-info #to-list:after {
  font-family: "FontAwesome";
  content: "\f138";
  margin-left: 4px;
  color: #1d6eab;
}
#works-list {
  overflow: hidden;
}
#works-list dt {
  float: left;
  clear: both;
  text-align: right;
  width: 200px;
  margin-top: 24px;
}
#works-list dt h3 {
  font-size: 2rem;
  font-weight: 700;
}
#works-list dd {
  float: left;
  border-left: 2px solid #1d6eab;
  padding: 8px 0 8px 12px;
  margin: 24px 0 0 16px;
  width: 75%;
}
#works-list dd h4 {
  font-size: 1.6rem;
  color: #1d6eab;
}
#works-list dd h4:nth-of-type(n + 2) {
  margin-top: 24px;
}
#talent-footer {
  background: #eee;
  padding: 24px 0;
  margin-top: 96px;
}
.talent-footer {
  display: flex;
  align-items: center;
}
#talent-footer .to-contact {
  display: block;
  width: 320px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  background: #1d6eab;
  border-radius: 6px;
}
#talent-footer .to-contact:hover {
  text-decoration: none;
  opacity: .7;
  transition: all .3s;
}
#talent-footer #fan-letter {
  margin-left: 168px;
}
#talent-footer ~ footer {
  margin-top: 0;
}
/*==============================
PC-最新情報一覧
==============================*/
.news-list > ul li {
  margin-top: 24px !important;
}
ul.page-numbers {
  margin-top: 32px;
}
ul.page-numbers, ul.page-numbers li a, ul.page-numbers li span.current {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.page-numbers li a, ul.page-numbers li span.current {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #1d6eab;
  margin-left: 8px;
}
ul.page-numbers li:first-of-type a {
  margin-left: 0;
}
ul.page-numbers li span .current {
  background: #1d6eab;
  color: #fff;
}
ul.page-numbers li a:hover {
  text-decoration: none;
  background: #1d6eab;
  color: #fff;
  transition: .3s all;
}
ul.page-numbers li span {
  margin-left: 8px;
}
/*==============================
PC-最新情報個別
==============================*/
#news-article .date {
  color: #888;
}
#news-article #article-title {
  font-size: 2rem;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1d6eab;
}
#news-article #article-text {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #ccc;
}


#article-pagination {
  display: flex;
  justify-content: space-around;
  margin: 16px auto 0;
  width: 320px;

}
/*
#article-pagination .prev:before {
  font-family: "FontAwesome";
  content: "\f053";
  color: #1d6eab;
  margin-right: 4px;
}
#article-pagination .next:after {
  font-family: "FontAwesome";
  content: "\f054";
  color: #1d6eab;
  margin-left: 4px;
}
*/
/*==============================
PC-会社概要
==============================*/
#company-overview table {
  width: 640px;
  border-collapse: collapse;
  margin: 0 auto;
}
#company-overview table th, #company-overview table td {
  padding: 12px 24px;
  text-align: left;
  font-weight: 400;
  border: 1px solid #000;
}
#company-overview table th {
  background: #1d6eab;
  color: #fff;
}
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  max-width: 640px;
  margin: 32px auto 0;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*==============================
PC-養成所
==============================*/
.waho-detail {
  margin-top: 48px;
}
.waho-detail + img {
  margin: 24px auto 0;
  width: 300px;
}
.waho-h3 {
  font-size: 2rem;
  margin: 48px 0 24px;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #1d6eab;
}
.lesson-photos {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.lesson-photos li {
  width: 23.75%;
}
.lesson-photos li img {
  width: 100%;
}
#school #steps {
  counter-reset: item;
}
#school #steps li:before {
  counter-increment: item;
  content: 'STEP'counter(item);
  font-family: acumin-pro-extra-condensed;
  font-weight: 700;
  color: #1d6eab;
  font-size: 2.4rem;
  margin-right: 16px;
}
#school #steps + p {
  text-align: center;
  font-weight: 700;
  margin-top: 32px;
}
#school img.steps {
  width: 100%;
  max-width: 640px;
  margin: 32px auto 0;
}
.waho-ctr {
  display: flex;
  width: 688px;
  justify-content: space-between;
  margin: 56px auto;
}
.waho-ctr a {
  width: 320px;
  padding: 20px 0;
  border-radius: 6px;
  background: #fff338;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  box-shadow: 0 4px 0 0 #ffd338;
  transition: .3s all;
}
.waho-ctr a:hover {
  text-decoration: none;
  transform: translateY(4px);
  box-shadow: 0 0 0 0;
}
#tokyo-access, #osaka-access {
  text-align: center;
}
#osaka-access {
  margin-top: 48px;
}
#tokyo-access h4 {
  font-size: 1.6rem;
  color: #005aff;
  margin-bottom: 16px;
}
#osaka-access h4 {
  font-size: 1.6rem;
  color: #0bb11a;
  margin-bottom: 16px;
}
.school-phone {
  margin-top: 24px;
}
.school-phone a.tel-link {
  font-weight: 700;
}
#tokyo-access .map, #osaka-access .map {
  margin-top: 32px;
}
/*==============================
PC-お問い合わせ
==============================*/
#contact-form {
  width: 640px;
  margin: 48px auto 0;
}
#contact-form th {
  text-align: left;
  width: 30%;
}
#contact-form th .required {
  color: #f00;
}
#contact-form td {
  padding: 24px 0 24px 32px;
}
#contact-form td input[type="text"], #contact-form td textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 8px 12px;
}
#contact-form td input[type="text"] {
  width: 200px;
}
#contact-form td.name {
  display: flex;
  justify-content: space-between;
}
#contact-form td input#phone-number, #contact-form td input#mail, #contact-form td textarea {
  width: 412px;
}
#contact-form td textarea {
  height: 128px;
}
#contact-form + input {
  width: 240px;
  background: #1d6eab;
  color: #fff;
  padding: 20px 0;
  margin: 32px auto 0;
  text-align: center;
  border-radius: 6px;
  font-size: 1.6rem;
  transition: all .3s;
}
#contact-form + input:hover {
  opacity: .7;
  text-decoration: none;
}
/*==============================
PC-個人情報保護
==============================*/
.pp-h3 {
  font-size: 1.6rem;
  margin-top: 32px;
}
.pp-h4 {
  font-size: 1.4rem;
  margin-top: 16px;
}
.pp-number-circle {
  margin-top: 16px;
}
.pp-company {
  text-align: right;
  margin-top: 32px;
}
/*==============================
PC-リンク
==============================*/
.link-block {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px dashed #ccc;
  margin-top: 24px;
}
.link-block img {
  width: 160px;
}
.link-block:last-of-type {
  border-bottom: 0;
}
.link-detail {
  margin-left: 24px;
}
.link-detail h3 {
  font-size: 2rem;
}
.link-detail p {
  margin-top: 8px;
}
.link-detail a {
  margin-top: 12px;
}

/*==============================
PC-404
==============================*/

.not-found-btn a {
	margin: 16px auto 0;
  width: 100%;
	max-width: 280px;
  padding: 12px 0;
  border-radius: 6px;
  background: #1d6eab;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 0 0 #113f62;
  transition: .3s all;
}
.not-found-btn a:hover {
  text-decoration: none;
  transform: translateY(4px);
  box-shadow: 0 0 0 0;
}



@media screen and (max-width: 959px) {
  /*==============================
TAB-全ページ共通
==============================*/
  .main-width {
    width: 100%;
    padding: 0 16px;
  }
  #menu {
    text-align: center;
    width: 352px;
  }
  /*==============================
TAB-タレント個別
==============================*/
  #talent-detail {
    width: calc(100% - 344px);
  }
  #voice-sample {
    width: 720px;
    margin: 0 auto;
  }
  #voice-sample > img {
    width: 360px;
  }
  #voice-sample .jp-type-playlist, #voice-sample div.jp-audio, #voice-sample div.jp-audio div.jp-type-playlist div.jp-interface {
    width: 360px;
  }
  #voice-sample div.jp-audio div.jp-type-playlist div.jp-progress, #voice-sample div.jp-audio div.jp-type-playlist div.jp-time-holder {
    width: 144px;
    left: 120px;
  }
  #voice-sample div.jp-audio div.jp-volume-bar {
    left: 290px;
  }
  #voice-sample div.jp-audio div.jp-type-playlist a.jp-mute, #voice-sample div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 174px;
  }
  #voice-sample div.jp-playlist {
    width: 720px;
    margin-left: -360px;
  }
  #voice-sample div.jp-playlist ul li {
    width: 168px;
  }
  #voice-sample div.jp-playlist ul li:nth-of-type(5n + 1) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  /*==============================
SP-全ページ共通
==============================*/
  /* ヘッダ */
  header {
    padding: 16px 0;
  }
  a.logo img {
    width: 230px;
  }
  /* トグルメニュー */
  #menu-toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 3;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #1d6eab;
  }
  #menu-toggle span {
    display: block;
    position: absolute;
    width: 24px;
    border-bottom: solid 4px #1d6eab;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  #menu-toggle span:nth-child(1) {
    top: 9px;
  }
  #menu-toggle span:nth-child(2) {
    top: 16px;
  }
  #menu-toggle span:nth-child(3) {
    top: 23px;
  }
  #menu-toggle.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-toggle.active span:nth-child(2), #menu-toggle.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu {
    position: absolute;
    z-index: 2;
    top: 74px;
    left: 0;
    background: #1d6eab;
    text-align: center;
    transform: translateY(-100%);
    width: 100%;
    display: none;
    opacity: 0;
  }
  #menu ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  #menu ul li:last-child {
    border: 0;
  }
  #menu ul li a {
    display: block;
    color: #fff !important;
    padding: 12px 0;
    text-decoration: none;
  }
  #menu.active {
    transform: translateY(0%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
    animation-direction: alternate;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
  }
  footer {
    margin-top: 48px;
  }
  .sp-32px {
    margin-top: 32px !important;
  }
  /*==============================
SP-トップページ
==============================*/
  /* スライダー */
  #slider {
    margin-top: 16px;
  }
  .owl-item {
    width: 90vw !important;
  }
  /* スライダー下 */
  #index-main {
    margin-top: 32px;
    display: block;
  }
  #index-news {
    display: block;
  }
  #index-news h2 {
    text-align: center;
  }
  #index-news h2 a {
    writing-mode: horizontal-tb;
    letter-spacing: .03rem;
    font-size: 2.4rem;
    font-weight: 700;
  }
  #index-news h2 a:after {
    content: "";
  }
  #news-list {
    margin: 0;
  }
  #news-list ul:first-of-type li {
    display: block;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px dashed #ccc;
  }
  .index-right {
    margin: 0;
  }
  .index-right .twitter img {
    margin-top: 20px;
    width: 100%;
  }
  /*==============================
SP-タレント一覧
==============================*/
  #talents-list {
    display: block;
  }
  #female-talents li {
    margin-top: 16px;
  }
  #male-talents, #female-talents {
    padding: 0;width: 100%;
  }
  /*==============================
SP-タレント個別
==============================*/
  #talent {
    display: block;
  }
  #talent-photos, #main-photo img, #talent-detail {
    width: 100%;
    margin: 0 auto;
  }
  #thumbnails li {
    width: calc((100% - 32px) / 5);
  }
  #thumbnails li img {
    width: 100%;
  }
  #talent-detail {
    margin-top: 32px;
  }
  #talent-name h2 {
    display: block;
    text-align: center;
  }
  #talent-name #ruby {
    display: block;
    padding: 0;
    text-align: center;
    margin-top: 12px;
  }
  #talent-profile table th {
    width: 32%;
  }
  #talent-info h2 {
    margin-top: 48px;
  }
  #voice-sample {
    display: block;
    margin-top: 32px;
    width: 100%;
  }
  #voice-sample > img {
    width: 100%;
    padding: 0 32px;
  }
  #voice-sample .jp-type-playlist, #voice-sample div.jp-audio {
    width: 100%;
    margin-top: 16px;
  }
  #voice-sample div.jp-audio div.jp-type-playlist div.jp-interface {
    width: 100%;
    margin: 0 auto;
  }
  #voice-sample div.jp-volume-bar, #voice-sample a.jp-mute, #voice-sample a.jp-unmute {
    display: none !important;
  }
  #voice-sample div.jp-playlist {
    width: 100%;
    margin-left: 0;
  }
  #voice-sample div.jp-playlist ul li, #voice-sample div.jp-playlist ul li:nth-of-type(5n + 1) {
    width: 100%;
    margin-left: 0;
  }
  #works-list {
    margin-top: 16px;
  }
  #works-list dt, #works-list dd {
    float: none;
    width: 100%;
  }
  #works-list dt {
    text-align: left;
    padding: 0 8px 4px;
    border-bottom: 1px solid #1d6eab;
    margin-top: 32px;
  }
  #works-list dt:first-of-type {
    margin: 0;
  }
  #works-list dd {
    border: 0;
    padding: 0;
    margin: 12px 0 0;
  }
  #talent-footer {
    margin-top: 48px;
  }
  .talent-footer {
    display: block;
  }
  #talent-footer .to-contact {
    margin: 0 auto;
    width: 100%;
  }
  #talent-footer #fan-letter {
    margin: 40px 0 0;
  }
  /*==============================
SP-最新情報一覧
==============================*/
  .news-list > ul li {
    margin-top: 0 !important;
  }
  .news-list > ul li:first-of-type {
    padding-top: 0 !important;
  }
  ul.page-numbers {
    margin-top: 24px;
  }
  ul.page-numbers li {
    padding: 0;
    border: 0;
  }
  /*==============================
SP-最新情報個別
==============================*/
  #article-pagination {
    width: 100%;
  }
	#news-article #article-text img{
		max-width: 100%;
	}
  /*==============================
SP-会社概要
==============================*/
  #company-overview table, #company-overview table th, #company-overview table td {
    width: 100%;
  }
  #company-overview table th, #company-overview table td {
    display: block;
    border-bottom: 0;
    padding: 8px 16px;
  }
  #company-overview table tr:last-of-type td {
    border-bottom: 1px solid #000;
  }
  /*==============================
SP-養成所
==============================*/
  .waho-detail + img {
    width: 72%;
    max-width: 240px;
  }
  #school #steps + p {
    text-align: left;
  }
  .waho-ctr {
    display: block;
    width: 100%;
    margin: 32px 0;
  }
  .waho-ctr a {
    margin: 0 auto;
    width: 100%;
  }
  .waho-ctr a:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .school-phone a.tel-link:after {
    content: "\A";
    white-space: pre;
  }
  /*==============================
SP-お問い合わせ
==============================*/
  #contact-form, #contact-form th, #contact-form td {
    width: 100%;
  }
  #contact-form th, #contact-form td, #contact-form td.name {
    display: block;
  }
  #contact-form th {
    margin-top: 24px;
  }
  #contact-form th:first-of-type {
    margin: 0;
  }
  #contact-form td {
    padding: 0;
  }
  #contact-form td input[type="text"], #contact-form td input[type="tel"], #contact-form td input[type="email"], #contact-form td textarea {
    width: 96% !important;
    margin-top: 12px;
  }
  /*==============================
SP-リンク
==============================*/
  .link-block {
    display: block;
    text-align: center;
  }
  .link-block img {
    margin: 0 auto;
  }
  .link-detail {
    margin: 16px 0 0 0;
  }
}