@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　style_piano_sp.css追加ファイル*/
/* ----------------------------------------------------------------------------------------------------------------------------- */

body {
  font-size: 1.125rem;
  background-color: #F0F0F0;
}
p, li {
  font-size: 1em;
}
img {
  width: auto;
  height: auto;
}
picture {
  text-align: center;
}
.pc_view, .is-pc {
  display: block;
}
span.pc_view {
  display: inline;
}
.smp_view, .is-sp {
  display: none;
}
span.smp_view {
  display: none;
}
.pc_block {
  display: block;
}
.smp_block {
  display: inline;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main.wrapper {
  margin: 1em auto;
  padding: 0;
  width: 980px;
  border: 1px solid #999;
  box-sizing: content-box;
}
section {
  padding: 2em 0;
}
.wrapper {
  width: 980px;
}
.inner {
  padding: 0 50px;
}
.inner.wrapper {
  width: 760px;
}
.notice_box, 
.minbox {
  width: 650px;
}
.pic_box {
  width: 750px;
  margin: 2em auto;
}
/* ボックス内共通設定 */
h1 {
  font-size: 0.8rem;
  line-height: 2;
  text-align: right;
  font-weight: normal;
}
h2 {
  line-height: 1.2;
}
section p {
  margin-bottom: 1em;
}
/* -------------------------------------- 特典バナー .toku_bnr */
.toku_bnr {
  margin: 2em auto;
}
.toku_bnr img {
  /*max-height: 780px;*/
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox figure {
  width: auto;
  margin: 0 auto;
  position: fixed;
  left: calc(50% - 420px);
  top: calc(50% - 30vh);
  z-index: 110;
}
.lightbox img {
  max-width: 900px;
}
.lightbox .x-txt {
  content: "";
  display: block;
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: absolute;
  bottom: 0;
  z-index: 200;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  margin: 0 auto;
}
.title:hover {
  cursor: pointer;
}
.title::after,
.title::before {
  right: 50px;
}
.tglbox p {
  padding: 1em 0 0;
  font-size: 1em;
}
.tglbox p:last-child {
  padding: 1em 0;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: block;
  padding-top: 0.5em;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
header .wrapper {
  padding: 0;
  justify-content: space-between;
}
header .wrapper.flexbox p {
  margin: 0 0 0.5em;
  line-height: 0;
}
header .wrapper.flexbox p:first-child {
  color: #460000;
  line-height: 1.2;
  font-family: "新ゴ R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4em;
}
header .wrapper.flexbox p:first-child strong {
  display: block;
  color: #EA3903;
  font-size: 0.8em;
}
.h_nav {
  display: block;
  margin: 0;
}
.h_nav ul {
  margin-bottom: 0;
  justify-content: center;
  background-color: #fef2f2;
  border-top: 1px solid #d42527;
  border-bottom: 1px solid #d42527;
}
main article > .h_nav:last-child ul {
  border-bottom: none;
}
.h_nav ul a {
  display: block;
  padding-top: 50px;
  width: 196px;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  transition: 0s;
}
.h_nav ul li.nav-ord a {
  background-image: url("../asp-img/nav/p_nav-ord.png");
}
.h_nav ul li.nav-3set a {
  background-image: url("../asp-img/nav/p_nav-3set.png");
}
.h_nav ul li.nav-vc a {
  background-image: url("../asp-img/nav/p_nav-voice.png");
}
.h_nav ul li.nav-qa a {
  background-image: url("../asp-img/nav/p_nav-qa.png");
}
.h_nav ul li.nav-cont a {
  margin-right: 0;
  background-image: url("../asp-img/nav/p_nav-contact.png");
}
.h_nav ul li a:hover,
/*#p_1dan .h_nav ul li:first-child a,*/
#p_3set .h_nav ul li.nav-3set a,
#voice .h_nav ul li.nav-vc a,
#contact .h_nav ul li.nav-cont a {
  background-position-y: -50px;
  background-color: #fe5b00;
}
/*.cntct_btn {
  margin: 2em auto;
  display: flex;
  justify-content: center;
}
.cntct_btn a {
  width: 420px;
  padding-top: 60px;
  margin: 0 1em;
}
.shiryo_btn p {
  width: 700px;
  margin: 0 auto 0.5em;
}
.shiryo_btn a {
  padding-top: 100px;
}*/
/* -------------------------------------- メインビジュアル .main_v  */
.main_v.wrapper {
  /*margin-bottom: 60px;*/
}
/* -------------------------------------- レッスン動画 .movie */
.movie {
  text-align: center;
}
.movie h2 {
  padding-top: 170px;
}
.movie h2+p {
  padding-top: 130px;
  background-position: top center;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  width: 680px;
  height: 400px;
  margin: 0 auto .5em;
  padding: 0;
}
.yt_play {
  border: 1px solid #000;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*.yt_movie {
  width: 680px;
  height: 400px;
  margin: 0 auto;
  padding: 48px 0;
}
.yt_movie a:hover {
  opacity: 1;
}
.yt_movie img {
  width: 560px;
  height: auto;
}
.yt_movie a:hover img {
  opacity: 1;
}*/
.yt_movie + p {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0.5em 0 2em;
}
.movie > p:nth-last-of-type(2) {
  font-size: 1.8em;
  letter-spacing: 0;
}
.movie > p:last-of-type {
  font-size: 1.4em;
}
/* -------------------------------------- 講師紹介 .prof */
.prof {
}
.prof .prof_ttl {
  min-height: 160px;
  margin-bottom: 1em;
  background-position: left 0.5em top;
  background-size: 160px 160px;
}
.prof .prof_ttl h2,
.prof .prof_ttl p {
  margin: 0 0 0.5em 200px;
  padding: 0.5em 0;
}
.prof .prof_ttl h2 {
  font-size: 1.5em;
}
.prof .prof_box {
  padding: 2em 3.5em;
}
.prof .prof_box h3 {
  margin: 0 230px 0.5em 0;
  font-size: 1.6em;
}
.prof .prof_box h3 span {
  font-size: 0.8em;
  letter-spacing: -2px;
}
.prof .prof_box h4 {
  font-size: 1em;
}
.prof .prof_box p {
  font-size: 1em;
}
.prof .prof_box h3+p,
.prof .prof_box>p:nth-of-type(2) {
  margin-right: 220px;
}
.prof .prof_box .prof_img {
  width: 220px;
  right: 2.5em;
  top: 1em;
}
.prof .prof_box .flexbox {
  justify-content: space-around;
}
.prof .prof_box .flexbox img {
  width: 280px;
}
.prof .prof_box .flexbox:last-of-type {
  display: flex;
  flex-direction: row-reverse;
}
.prof .prof_box .flexbox:last-of-type>.flexitem h4,
.prof .prof_box .flexbox:last-of-type>.flexitem p {
  margin-left: 1em;
  text-align: left;
  font-size: 1em;
}
.prof .prof_box .flexbox:last-of-type>.flexitem p:last-child {
  padding-left: 1em;
  text-indent: -1em;
}
.prof .prof_box .flexbox:last-of-type>p img {
  width: 240px;
}
.careerbox {
  width: 720px;
  height: 80vh;
  margin: 0;
  padding: 30px 0;
  font-size: .9em;
  line-height: 1.4;
  background-color: #FFFFF6;
  border: 3px solid #DED3B0;
  border-radius: 1em;
  position: fixed;
  left: calc(50% - 360px);
  top: calc(50% - 40vh);
  z-index: 200;
  overflow-y: hidden;
}
.crbox-inner {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  overflow-y: auto;
}
.career-ttl {
  margin-left: -10px;
  padding-left: .5em;
  font-weight: bold;
  border-left: 5px solid #DED3B0;
}
/* -------------------------------------- 推薦者の声 .recom */
.recom.inner.wrapper {
  margin: 2em auto;
  padding: 2em 1em;
  width: 720px;
  background-position: top center, bottom center, center center;
  background-size: 720px auto;
}
.recom h2 {
  margin: 1em 0;
  padding: 120px 0 0;
  height: 0;
  font-size: 1em;
  background-image: url("../asp-img/p_recom-ttl.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.recom .recom_box {
  display: flex;
  padding: 0.5em 2em;
}
.recom .recom_box .recom_prof {
  margin-right: 2em;
  padding: 0;
  width: 150px;
  font-size: 1em;
  line-height: 1.2;
}
.recom .recom_box .recom_prof p:nth-of-type(2) {
  margin-bottom: 0.5em;
}
.recom .recom_box .recom_prof img {
  width: 130px;
}
/* -------------------------------------- 上部お客様の声 .voice-top */
.voice-top {
  width: 760px;
  margin: 0 auto 2em;
}
.voice-top .inner {
  padding: 0 0 2em;
}
.voice-top h2 {
  font-size: 1.9em;
  line-height: 1.3;
  letter-spacing: -2px;
  /*text-shadow: 0 3px 1px #c42e00;*/
}
.voice-top h3 {
  font-size: 2.2em;
}
.voice-top .voice_box {
  padding: 2em 3em 1em 180px;
  width: 680px;
}
.voice-top .voice_box::before {
  width: 28px;
  height: 28px;
  right: -1.2px;
}
.voice-top .voice_box p {
  font-size: 1em;
}
.voice-top .voice_box p:nth-last-child(2) {
  width: 100%;
}
.voice_box p:last-child {
  width: 130px;
  margin-bottom: 2em;
  font-size: 0.8em;
  left: 2rem;
  top: 2rem;
}
.voice_box p:last-child img {
  width: 110px;
  height: auto;
  max-width: none;
  max-height: none;
}
.voice_box::after {
  right: 3em;
  bottom: 0.5em;
}
.voice.voice_challenge h2{
  height: 0;
  padding-top: 130px;
  background-image: url("../asp-img/p_voice-challenge-ttl.png");
}
.voice.voice_challenge .voice_box {
  margin: 1em auto;
  padding: 0.5em 1em 2.5em;
  min-height: 200px;
}
.voice.voice_challenge .voice_box p {
  width: auto;
  margin-left: 140px;
}
.voice.voice_challenge .voice_box p:nth-last-of-type(2) {
  width: auto;
}
.voice.voice_challenge .voice_box p:last-child {
  width: 130px;
  margin: 0;
  font-size: 0.8em;
  left: 10px;
}
.voice.voice_challenge .voice_box::after {
  right: 1em;
}
/* -------------------------------------- ピアノ教材について .about */
.about {
  margin-top: 1em;
}
.about h2 {
  margin-bottom: 1em;
  padding: 190px 0 0 0;
  height: 0;
  background-image: url("../asp-img/p_about-h2.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  text-shadow: 0;
  overflow: hidden;
}
.about h2::before,
.about h2::after {
  content: "";
  display: none;
}
.about h3, .about .h3 {
  display: block;
  margin: 1em 0 60px 180px;
  padding: 0.5em 1em;
  min-width: 650px;
  max-width: 650px;
  width: 650px;
  min-height: 60px;
  font-size: 1.4em;
  letter-spacing: -2px;
  background-image: none !important;
  background-color: #D5ECEA;
  border: solid 3px #558FB7;
  border-radius: 1em;
  box-shadow: 0 3px 0 0 #558fb7;
}
.about h3::before, .about .h3::before {
  content: "";
  display: block;
  width: 45px;
  height: 40px;
  background-image: url("../asp-img/p_about-ttl-tail_b.png");
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 50px;
  margin-top: 0;
  border: 0;
  border-right: 0;
  z-index: 2;
}
.about h3::after, .about .h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 145px;
  background-repeat: no-repeat;
  background-size: 130px auto;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: -140px;
  margin-top: 0;
  border: 0;
  border-right: 0;
}
.about h3:first-of-type::after {
  width: 170px;
  height: 145px;
  background-size: 170px auto;
  left: -170px;
  background-image: url("../asp-img/me_icon-01.png");
}
.about h3:nth-of-type(2)::after {
  background-image: url("../asp-img/me_icon-03.png");
}
.about .h3 {
  background-color: #FFF8EE;
  border: solid 3px #EA3903;
  border-radius: 1em;
  box-shadow: 0 3px 0 0 #EA3903;
}
.about p.h3:nth-of-type(2) {
  padding: 0.5em 1em;
}
.about .h3::before {
  background-image: url("../asp-img/p_about-ttl-tail_o.png");
}
.about p.h3:first-of-type::after {
  background-image: url("../asp-img/me_icon-02.png");
}
.about p.h3:nth-of-type(2)::after {
  background-image: url("../asp-img/me_icon-05.png");
}
.about h3.h3::after {
  background-image: url("../asp-img/me_icon-04.png");
}
.about .notice_box {
  padding: 1em 130px 1em 3em;
  min-height: 170px;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.about .notice_box p:last-of-type {
  margin-right: 0;
} 
.about .about_img {
	margin: 1em auto 3em;
  padding: 1em 0;
  width: 860px;
  text-align: center;
  border: 3px solid #EA3903;
  box-shadow: 0 3px 0 0 #EA3903;
}
.about .about_img.pd {
  padding: 1em 100px;
  text-align: left;
  }
.about .about_img:last-of-type {
  padding: 1em 60px;
  }
.about .about_img h4 {
	margin: 0.5em auto 1em;
  font-size: 1.6em;
}
.about .about_img p {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-family: "新ゴ R","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.about .about_img:last-of-type img {
  width: auto;
}
.about .about_img:last-of-type p:last-child {
  text-align: right;
}
.about .yt_movie {
  width: 240px !important;
  height: 200px !important;
  margin: 0;
  /*padding: 0;*/
}
.about .yt_play {
  width: 240px !important;
  height: 200px !important;
  border: none;
}
/* -------------------------------------- 楽しく続く理由 .reason */
.reason h2 {
  padding-top: 130px;
}
.reason li {
  margin: 1em auto;
  padding: 1em 360px 1em 80px;
  width: 800px;
  min-height: 240px;
}
.reason li::after {
  width: 75px;
  height: 100px;
  top: -10px;
  left: -10px;
}
.reason li img {
  display: inline;
  width: auto;
  margin: 0;
}
.reason h3 {
  font-size: 1.4em;
}
.reason li .rsn-img {
  margin-top: -106px;
  position: absolute;
  top: 50%;
  right: 1em;
}
/*.reason li:last-child .rsn-img {
  margin-top: -120px;
}
.reason li:nth-child(5) {
  padding: 1em 280px 1em 80px;
}*/
.reason li p:last-child,
.reason li:nth-child(2) p:nth-last-child(2) {
  margin-bottom: 0;
}
.reason li:nth-child(5) img {
  width: auto;
}
/* -------------------------------------- 各弾の中身は .nakami */
.nakami h2 {
  padding: 130px 0 0;
  height: 0;
  background-image: url("../asp-img/p_nakami-ttl.png");
}
.nakami .naiyou.inner.wrapper {
  margin-top: 50px;
  width: 860px;
  border-right: 1px solid #353535;
  border-left: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
.nakami h3:first-of-type {
	margin-bottom: 1.5em;
  padding: 0 0 0 140px;
  height: 70px;
  line-height: 70px;
}
.nakami h3:first-of-type .smp_block {
  display: block;
  width: 125px;
  height: 0;
  margin-top: -62.5px;
  padding-top: 20vw;
  background-repeat: no-repeat;
  background-size: 125px 125px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
}
.nakami .first h3:first-of-type .smp_block {
  background-image: url("../asp-img/p_1dan-ttlop.png");
}
.nakami .second h3:first-of-type .smp_block {
  background-image: url("../asp-img/p_2dan-ttlop.png");
}
.nakami .third h3:first-of-type .smp_block {
  background-image: url("../asp-img/p_3dan-ttlop.png");
}
.nakami h3:first-of-type::after {
  content: "";
  display: block;
  width: 200px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 1em;
}
.nakami .first h3:first-of-type::after {
  background-image: url("../asp-img/p_1dan-item.png");
}
.nakami .second h3:first-of-type::after {
  background-image: url("../asp-img/p_2dan-item.png");
}
.nakami .third h3:first-of-type::after {
  background-image: url("../asp-img/p_3dan-item.png");
}
.nakami .naiyou_txt {
  padding: 0 50px;
}
.nakami .naiyou_txt p:first-child {
  margin-bottom: 0.5em;
  padding-right: 360px;
  font-size: 1.5em;
  font-family: "新ゴ B","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.2;
  letter-spacing: -1px;
}
.nakami .naiyou_txt p:nth-child(2) {
  padding-right: 360px;
  line-height: 1.2;
  font-family: "新ゴ B","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.nakami .naiyou_txt p:last-child {
  width: 330px;
  right: 70px;
}
.nakami .set_list {
  margin: 0 auto;
  padding: 0 1em;
  width: 760px;
}
.nakami .set_list ul {
  padding-left: 0;
  list-style-type: none;
}
.nakami .set_list .m_list {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.5em 150px;
  background-color: #E2E2E2;
  border: 1px solid #353535;
  position: relative;
  overflow: hidden;
}
.nakami .set_list .m_list h4 {
  margin-top: -85px;
  padding-top: 170px;
  width: 155px;
  height: 0;
  background-image: url("../asp-img/p_music-list.png");
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: -20px;
  }
.nakami .set_list .m_list li {
  font-weight: bold;
}
.nakami .set_list .n_list h4 {
  margin-bottom: 0.2em;
  padding: 0.2em 0.5em;
  background-color: #191919;
}
.nakami .set_list .n_list ul {
  display: flex;
}
.nakami .set_list .n_list li::after {
  content: "/";
  padding: 0 0.5em;
}
.nakami .set_list .n_list li:last-child::after {
  content: "";
  padding: 0;
}
.jsrc {
  margin-bottom: 0;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.nakami .naiyou_ttl {
  display: block;
  margin: 2em auto;
  padding: 0;
  height: 45px;
  line-height: 40px;
  font-family: "新ゴ R","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1em;
  text-align: center;
  background-color: transparent;
  background-image: url("../asp-img/p_naiyou-ttl_bg.gif");
  background-repeat: no-repeat;
  background-position: center top;
}
.nakami .nakami_box {
  margin: 0 auto;
  padding: 0;
  width: 760px;
}
.nakami .nakami_box .flexbox {
  flex-direction: row-reverse;
  margin: 1em 0;
  padding: 0;
  min-height: 160px; 
}

.nakami .nakami_box h4 {
  font-size: 1em;
}
.nakami .nakami_box h4 {
  padding-left: 120px;
  text-indent: -120px;
}
.nakami .nakami_box h4 span:first-of-type {
  display: inline-block;
  width: 120px;
  text-indent: 0;
}
.nakami .nakami_box .flexitem+p {
  margin: 0;
  width: 270px;
  align-self: flex-start;
}
.nakami .nakami_box .flexbox .flexitem:first-child {
  width: 470px;
  align-self: flex-start;
}
.nakami .nakami_box .flexbox .flexitem p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
/* -------------------------------------- 分かりやすい工夫 .idea */
.idea {
}
.idea h2 {
  padding-top: 210px;
}
.idea .idea_box {
  padding: 1em;
  margin: 0 auto 1em;
  width: 860px;
}
.idea .idea_box h3 {
  margin: 0 0 0.5em;
  padding-left: 40px;
  background-position: left top 8px;
  background-size: 30px 35px;
  font-size: 1.6em;
}
.idea .idea_box h3+p {
  font-size: 1.4em;
}
.idea .idea_box:first-of-type::after {
  content: "";
  display: block;
  width: 235px;
  height: 235px;
  background-image: url("../asp-img/p_idea-img-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  right: 1em;
  top: 1em;
}
.idea .idea_box:first-of-type li {
  margin-left: 40px;
  padding-left: 30px;
  font-size: 1.4em;
  background-position: left top 3px;
  background-size: 24px 28px;
}
.idea .idea_box:first-of-type ul+p {
  margin-bottom: 0;
}
.idea .idea_box:first-of-type .flexbox {
  justify-content: center;
}
.idea .idea_box:first-of-type .flexbox p {
  align-self: flex-end;
}
.idea .idea_box:first-of-type .flexbox p:last-child {
  padding: 1em 2em;
  text-align: left;
}
.idea .idea_box .inner.wrapper>p {
  padding-left: 40px;
}
/*.idea .idea_box:nth-of-type(2) p:last-child {
  margin-top: 1em;
}*/
.idea .idea_box h4 {
  margin: 0 0 1em 40px;
  width: 380px;
  font-size: 1em;
  line-height: 2;
}
.idea .idea_box .chk_mark,
.idea .idea_box h5,
.idea .idea_box .ybsr_m-list {
  margin-left: 40px;
}
.idea .idea_box .chk_mark li {
  padding: 0.2em 0 0.2em 50px;
  background-position: left 10px top 2px;
  background-size: 35px 35px;
  font-family: "新ゴ R","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.idea .idea_box:nth-of-type(2) ul.ybsr_m-list li {
  display: inline;
  font-family: "新ゴ R","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.idea .idea_box:nth-of-type(2) ul.ybsr_m-list li:nth-child(2)::after,
.idea .idea_box:nth-of-type(2) ul.ybsr_m-list li:nth-child(5)::after {
  content: "\a";
  white-space: pre;
}
.idea .idea_box:nth-of-type(2) ul.ybsr_m-list+p {
  width: 190px;
  right: 3em;
  top: 70px;
}
.idea .idea_box:nth-of-type(3) p:last-child,
.idea .idea_box:nth-of-type(4) p:last-child  {
  display: none;
}
.idea .idea_box:nth-of-type(3)::before {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background-image: url("../asp-img/p_idea-img04.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.idea .idea_box:nth-of-type(3) h3 strong {
  letter-spacing: -2px;
}
.idea .idea_box:nth-of-type(3) h3+p,
.idea .idea_box:nth-of-type(4) h3+p {
  font-size: 1em;
}
.idea .idea_box:nth-of-type(3) p {
  margin: 0 200px 0.5em 0;
}
.idea .idea_box:nth-of-type(4) p {
  margin: 0 305px 0.5em 0;
}
.idea .idea_box:nth-of-type(4)::before {
  content: "";
  display: block;
  width: 300px;
  height: 270px;
  background-image: url("../asp-img/p_idea-img05.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 1em;
}
.idea_box:nth-of-type(5) h3 + p {
  width: 250px;
  padding-left: 0;
}
.idea_box:nth-of-type(5) h3 + p img {
  width: 250px;
}
.watch-type {
  display: flex;
  align-content: flex-start;
  margin-left: 20px;
}
.watch-type li {
  margin-top: 0;
  font-size: 1.1em;
}
.watch-type li:first-child {
  margin-top: 0;
}
.watch-type li:nth-child(odd) {
  width: 250px;
  float: none;
}
.watch-type li:nth-child(3) {
  margin-left: -30px;
}
.watch-type li:nth-child(even) {
  width: 250px;
  margin-top: 100px;
  margin-left: -50px;
  float: none;
}
.watch-type li:nth-child(4) {
  width: 280px;
}
.watch-type li::before {
  left: 30px;
  top: 60px;
}
.watch-type li:nth-child(even)::before {
  left: 30px;
  right: auto;
}
/* -------------------------------------- 金銭比較 .hikaku */
.hikaku h2 {
  font-size: 2em;
}
.hikaku h2::before {
  margin: 0 auto 1em;
  width: 320px;
  height: 70px;
}
.hikaku .hikaku_cap {
  margin: 0.5em auto 2em;
}
.hikaku .hikaku_cap li {
  font-size: 0.8em;
}
/* -------------------------------------- 教材内容・価格 .item */
.item>p:first-of-type {
  margin-bottom: 0;
  font-size: 1.2em;
  font-family: "新ゴ R","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: inherit;
  background-color: transparent;
}
.item h2 {
  margin-bottom: 0.5em;
  font-size: 2.6em;
  letter-spacing: -3px;
}
.item h2 .ls {
  letter-spacing: -12px;
}
.item h2 .smp_block {
  margin-top: 0.5em;
  padding-top: 70px;
}
.item h2+.flexbox {
  justify-content: center;
}
.item .item_sub-ttl,
.item .set_box.wrapper {
  margin: 0.5em auto;
  width: 760px;
}
.item .item_sub-ttl {
  height: 50px;
  line-height: 35px;
}
.item .item_dan {
  padding: 1em 200px 1em 2em;
  background-repeat: no-repeat;
  background-size: 260px auto;
}
.item .item_dan:first-child {
  background-image: url("../asp-img/p_1dan-item_lg.png");
  background-position: right 1em center;
}
.item .item_dan:nth-child(2) {
  background-image: url("../asp-img/p_2dan-item_lg.png");
  background-position: right -1em center;
}
.item .item_dan:nth-child(3) {
  background-image: url("../asp-img/p_3dan-item_lg.png");
  background-position: right -1em top 1em;
}
.item .item_dan ul:nth-of-type(2),
.item .item_dan p {
  margin-bottom: 0;
}
.item ul li {
  padding-left: 0;
}
.item .jsrc {
  bottom: 1.5em;
  right: 200px;
}
.item .sm {
  display: inline-block;
  margin-top: -0.2em;
  font-size: 0.8em;
}
.item .item_dan:last-of-type .sm {
  display: block;
}
.item picture {
  margin: 1em 0;
}
.or {
  width: 700px;
  margin: 2em auto;
}
.or p:first-child {
  font-size: 1.2em;
}
.or img {
  width: 500px;
  height: auto;
}
.or::before {
  left: 40px;
}
.or::after {
  right: 40px;
}
/* -------------------------------------- 1弾レター教材内容・価格 .item1dan */
.item1dan h2 {
  padding: 0.2em 0;
  font-size: 50px;
}
.item1dan h2 .txt_block {
  font-size: 0.8em;
}
.item1dan>p:first-of-type {
  font-size: 1.8em;
  line-height: 1.4;
}
.item1dan>p:first-of-type strong:first-child {
  font-size: 0.9em;
}
.item1dan .item_sub-ttl {
  margin: 0.5em auto;
  width: 760px;
  font-size: 1.2em;
}
.item1dan .item_sub-ttl + .flexbox p:first-child {
  width: auto;
  margin: 0;
}
.item1dan .flexbox {
  justify-content: center;
}
.item1dan > ul {
  width: 760px;
  margin: 0 auto;
  padding: 0 0 1em;
}
.item1dan > ul li {
  width: 650px;
  margin: 0 auto;
  font-size: 1em;
}
.item1dan .item_dan {
  width: 760px;
  margin: 1em auto;
  padding: 0.5em 30px;
}
.item1dan ul li {
  padding-left: 0;
}
/* -------------------------------------- 購入ボタン .ord_btn */
.ord_btn {
  margin-top: 60px;
}
.ord_btn>p:first-of-type img {
  width: 358px;
}
.btn_only .ord_btn, 
.itlp .ord_btn {
  margin-top: 0;
}
.itlp .btn_only:has(+.qanda), 
.itlp .btn_only:has(+.h_nav) {
  margin-bottom: 60px;
}
.ord_btn .pay-type {
  content-visibility: visible;
  display: block;
  margin: 30px 0;
  text-align: center;
}
.btn_only .ord_btn .pay-type {
  content-visibility: hidden;
  display: none;
}
.itlp .ord_btn .pay-type {
  content-visibility: visible;
  display: block;
  margin: 40px 0 10px;
  font-size: .9em;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  margin: 0 auto;
}
.title:hover {
  cursor: pointer;
}
.title::after,
.title::before {
  right: 50px;
}
.tglbox p {
  padding: 1em 0 0;
  font-size: 1em;
}
.tglbox p:last-child {
  padding: 1em 0;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 780px;
  margin: 0 auto 60px;
}
.toggle + .title {
  width: 780px;
  padding: 1.5em 0;
  font-size: 1.3em;
  left: calc(50% - 390px);
}
.tglbox.flow-online {
  padding: 0 40px;
}
.tglbox.flow-online h3 {
  margin-top: 1em;
  font-size: 1.3rem;
  border-left: 8px solid #0170B9;
}
.tglbox.flow-online p {
  padding: .5em 0;
}
.tglbox.flow-online img {
  width: 512px;
}
.tglbox.flow-online .w70 {
  width: 430px;
}
.tglbox.flow-online .txt_c {
  margin: 1em 0;
}
.tglbox.flow-online .limit-info {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: .9em;
}
.tglbox.flow-online .yasu {
  width: 550px;
  margin: 0 auto 1em;
  padding: 50px 0;
}
.tglbox.flow-online .yasu::before {
  width: 180px;
  height: 185px;
  background-size: 180px 185px;
  background-position: left top;
  right: 0;
}
.toggle:checked + .title + .tglbox.flow-online {
  max-height: 2680px;
}
/* -------------------------------------- 指スラ .yubisura */
.yubisura {
  margin-top: 2em;
}
.yubisura h2 {
  margin-bottom: 0.5em;
  font-size: 2em;
  letter-spacing: -2px;
}
.w_u-line::before {
  width: 12.5em;
  top: 0.9em;
  border-bottom: 10px double rgba(255,255,0,0.40);
}
.yubisura .ybsr_ttl {
  padding: 124px 0 0;
  height: 0;
  background-image: url("../asp-img/p_yubisura-ttl.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  overflow: hidden;
}
.yubisura .wrapper,
.yubisura .ybsr_m-list {
  margin: 0 auto;
  width: 760px;
}
.yubisura .ybsr_list {
  margin: 1em 0;
  flex-wrap: wrap;
  justify-content: space-around;
}
.yubisura .ybsr_list li {
  width: 360px;
  margin: 0 0 0.5em;
  padding: 0.5em 0;
  font-size: 0.9em;
  font-family: "TBUDゴシック E","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  text-align: center;
}
.yubisura .ybsr_box {
  margin: 0 auto;
  padding: 0;
  width: 650px;
}
.yubisura .ybsr_m-list {
  margin: 0 auto;
}
.yubisura .ybsr_m-list h3 {
  font-size: 1em;
}
.yubisura .ybsr_m-list ul {
  padding: 0 2em;
}
.yubisura .ybsr_m-list li {
  display: inline;
  font-size: 0.9em;
  font-family: "新ゴ R","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.yubisura .ybsr_m-list li:nth-child(2)::after,
.yubisura .ybsr_m-list li:nth-child(5)::after {
  content: "\a";
  white-space: pre;
}
/* -------------------------------------- 3弾セットリンク .link */
.link {
  margin: 4em auto 2em;
  padding: 0;
  overflow: hidden;
}
.link > p {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
/*a.link3set {
  width: 640px;
  height: 0;
  margin: 0 auto;
  padding: 160px 0 0;
  border: none;
  background-image: url("/piano/images/90set.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 640px 160px;
  overflow: hidden;
}*/
/* -------------------------------------- お客様の声 .voice */
.voice h2 {
  padding-top: 210px;
}
.voice .tsukaikata .notice_box {
  margin: 2em auto;
  padding: 1em 150px 1em 1.5em;
  width: 600px;
  border-radius: 1em;
}
.voice .tsukaikata .notice_box::after {
  width: 130px;
  height: 145px;
  right: 1em;
  bottom: -8px;
}
.voice .voice_box {
  min-height: 200px;
  margin: 1em auto;
  padding: 1em 2em 1em 180px;
  width: 650px;
  line-height: 1.2;
}
.voice .voice_box p:nth-last-of-type(2) {
  width: auto;
}
.voice .voice_box p:last-child {
  width: 110px;
  margin-bottom: 0;
  top: 1em;
}
.voice>p:last-of-type a {
  margin: 1em auto;
  padding: 1em 0;
  width: 650px;
  font-size: 2em;
}
.voice>p:last-of-type a::after {
  bottom: 1em;
}
/* -------------------------------------- よくある質問 .qanda */
.qanda {
  margin-bottom: 60px;
}
.qanda h2 {
  padding: 110px 0 0 0;
  height: 0;
  background-image: url("../asp-img/p_qanda-ttl.jpg");
  background-position: left top;
}
.qanda dl.minbox {
  padding: 2em 0 0;
  width: 820px;
}
.qanda dl dt, .qanda dl dd {
  padding-left: 150px;
  min-height: 80px;
  background-position: left 40px top;
}
.qanda dl dt {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 80px;
  background-size: 80px 80px;
}
/*.qanda dl dt:nth-of-type(12), 
.qanda dl dt:nth-of-type(15), 
.qanda dl dt:nth-of-type(20), 
.qanda dl dt:nth-of-type(21), 
.qanda dl dt:nth-of-type(22), 
.qanda dl dt:nth-of-type(24), 
.qanda dl dt:nth-of-type(26), 
.qanda dl dt:nth-of-type(27) {
  line-height: 80px;
}*/
#qa dl dt, #qa dl dt.line1 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  line-height: 80px;
  background-size: 80px 80px;
}
/*.qanda dl dt:nth-of-type(4),
.qanda dl dt:nth-of-type(8),
.qanda dl dt:nth-of-type(9),
.qanda dl dt:nth-of-type(10),
.qanda dl dt:nth-of-type(17),
.qanda dl dt:nth-of-type(18),
.qanda dl dt:nth-of-type(28) {
  padding-top: 0.2em;
  line-height: 1.4;
}*/
#qa dl dt.line2 {
  line-height: 1.6;
}
.qanda dl dd {
  background-size: 80px 80px;
}
/* -------------------------------------- ランキング .rank */
.rank, .media {
  margin: 2em auto 1em;
  padding: 1em 0;
  width: 760px;
  box-shadow: 0 0 8px 1px #ccc; 
  position: relative;
  overflow: visible;
}
.rank {
  margin: 5em auto 1em;
}
.rank h2, .media h2 {
  margin: 0 0 1em 0;
  padding: 60px 0 0;
  height: 0;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  top: -1em;
  overflow: visible;
}
.rank h2 {
  width: 730px;
  background-image: url("../asp-img/p_rank-ttl.png");
  background-size: 730px 60px;
}
.rank h2::before, .media h2::before {
  content: "";
  border-top: 10px solid #000514;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
}
.rank h2+p, .media .flexbox {
  margin: 0 1em;
  padding: 1.5em 1em 1em;
}
/* -------------------------------------- メディア .media */
.media h2 {
  width: 420px;
  background-image: url("../asp-img/p_media-ttl.png");
  background-size: 420px 60px;
}
.media .flexbox .flexitem {
  padding-left: 1em;
}
.media .flexbox>p:last-of-type {
  height: 310px;
  background-position: left top;
}
.media .flexbox>p:last-of-type img {
  margin-top: 5em;
  width: 285px;
}
/* -------------------------------------- さいごに .msg */
.msg {
  margin-top: 5em;
}
.msg h2 {
  margin-bottom: 1em;

  padding-bottom: 0;
  font-size: 2em;
}
.msg h2::before,
.msg h2::after {
  width: 100px;
  height: 110px;
}
.msg h2::before {
  left: 130px;
  transform: scale(-1,1);
}
.msg h2::after {
  right: 130px;
}
.msg .msg_box {
  width: 650px;
  margin: 0 auto;
  padding: 0;
}
.msg .msg_box .flo-r {
  width: 230px;
  float: right;
}
.msg .msg_box .flo-r img {
  width: 100%;
}
.msg .msg_box p.msg_name {
  font-size: 1.6em;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  padding: 4em 3em;
  font-size: 0.8em;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .asp_info {
  padding: 0 50px;
  background-size: 326px 113px;
  background-position: right top;
}
#shopinfo img.maxw60 {
  max-width: 60%;
}
#shopinfo img.maxh60 {
  max-height: 60px;
}
#shopinfo .shopinfo_l {
  width: 420px;
  padding-right: 19px;
  border-right: 1px dotted #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 420px;
  padding-left: 20px;
}
#shopinfo h2, #shopinfo h3 {
  font-size: 1.2em;
}
#shopinfo h3 {
  padding: 8px 0 0 20px;
}
#shopinfo h4 {
  margin-top: 1em;
  font-size: 1em;
}
#shopinfo p {
  font-size: 1em;
}
#shopinfo ul li {
  font-size: 1em;
  /*text-indent: -2.8em;
  padding-left: 2.5em;*/
}
#shopinfo .maxw60 {
  max-width: 140px;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .conv-ex {
  padding: 0.5em;
}
#shopinfo .conv-ex ol li {
  text-indent: -2.8em;
  padding-left: 2.5em;
}
/* -------------------------------------- トップへ #page_top */
#page_top {
  position: fixed;
  right: calc(50% - 580px);
  bottom: 40px;
}
#page_top a:hover {
  opacity: 0.6;
}
/* -------------------------------------- フッター footer */
footer {
  border: none;
}
footer .wrapper {
	border-top: none;
}
footer nav ul li {
  font-size: 0.8em;
  border-bottom: none;
  position: static;
}
footer nav ul li a {
  display: inline;
  padding: 0;
}
footer nav ul li::after {
  content: "-";
  margin: 0 0.5em;
  font-weight: normal;
  position: static;
}
footer nav ul li:last-of-type::after {
  content: "";
  margin: 0;
}
footer .f_nav {
  z-index: 10;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
}
footer .f_nav ul {
  margin-bottom: 0;
  justify-content: center;
}
footer .f_nav ul a {
  display: block;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  transition: 0s;
}
footer .f_nav ul li {
  margin-right: 1px;
  padding: 0;
  width: 195px;
}
footer .f_nav ul li::after {
  content: "";
  display: none;
}
/*footer .f_nav ul li:first-child a {
  background-image: url("/piano/images/nav/p_fnav-1dan.jpg");
}
footer .f_nav ul li:nth-child(2) a {
  background-image: url("/piano/images/nav/p_fnav-3set.jpg");
}
footer .f_nav ul li:nth-child(3) a {
  background-image: url("/piano/images/nav/p_fnav-voice.jpg");
}
footer .f_nav ul li:nth-child(4) a {
  background-image: url("/piano/images/nav/p_fnav-qa.jpg");
}
footer .f_nav ul li:nth-child(5) a {
  background-image: url("/piano/images/nav/p_fnav-contact.jpg");
}
#p_1dan footer .f_nav ul li:first-child a,
#p_3set footer .f_nav ul li:nth-child(2) a,
#voice footer .f_nav ul li:nth-child(3) a,
#contact footer .f_nav ul li:nth-child(5) a,
footer .f_nav ul a:hover {
  background-position: left top -50px;
}*/
footer .f_nav>.flexbox:last-child {
  padding: 1em 20px;
  margin-bottom: 0;
  justify-content: space-between;
  border-top: none;
}
footer .f_nav>.flexbox:last-child p:first-child {
  color: #460000;
  line-height: 1.2;
  font-family: "新ゴ R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4em;
}
footer .f_nav>.flexbox:last-child p:first-child strong {
  display: block;
  color: #EA3903;
  font-size: 0.8em;
}
/* __________________________________________ ↓ここからサブページ用 */
/* -------------------------------------- ヘッダー header  */
.subp header .wrapper.flexbox p:first-of-type img {
  width: auto;
}
.subp header h1,
.subp header .wrapper.flexbox p:nth-of-type(2),
.subp header .h_nav {
  display: block;
}
/* -------------------------------------- パンくずリスト .path  */
.path {
  padding: 1em 0 0 1em;
}
.path li {
  font-size: 0.8em;
}
.path li::after {
  font-size: 0.8em;
}
/* -------------------------------------- コンテンツ領域 */
.subp section {
  padding: 0 1em 2em;
  font-size: 1em;
  line-height: 1.4;
}
.subp section h2 {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  font-size: 2em;
  color: #EC3B04;
  background-color: transparent;
  border-radius: 0;
}
.subp section .notice_box table {
  border: none;
}
.subp section .notice_box th {
  display: table-cell;
  width: 30%;
  padding: 0.5em 0;
  text-align: center;
}
.subp section .notice_box td {
  display: table-cell;
  width: 70%;
  padding: 0.5em 0;
}
/* __________________________________________ 運営者情報 #company */
/*#company section h2 {
  margin-top: 0;
}*/
#company iframe {
  display: block;
  width: 425px;
  height: 350px;
  margin: 0 auto 2em;
}
/* __________________________________________ プライバシーポリシー #privacy */
#privacy ol {
  padding-left: 2em;
}
#privacy section .notice_box p, 
#privacy section .notice_box li {
  font-size: 0.9em;
}
/* __________________________________________ 皆様のご感想 #voice */
#voice h2 {
  padding: 0.5em 0;
  color: #EC3B04;
  font-size: 2em;
  background-color: transparent;
}
#voice .page_indx p, #voice .page_indx nav {
  margin: 0;
}
#voice .page_indx li a::before {
  font-size: 1.5em;
  left: 0.5em;
}
/* -------------------------------------- 使い方 #howto  */
#voice #howto h3 {
  margin-top: 2em;
  padding: 120px 0 0;
  height: 0;
  background-color: transparent;
  background-image: url("../of123-img/ttl_tsukaikata.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 780px 120px;
  overflow: hidden;
}
/* -------------------------------------- お便り #otayori  */
#voice #otayori h2 {
  padding: 113px 0 0;
  height: 0;
  background-image: url("../of123-img/p_kansouj_01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 781px 113px;
}
#voice #otayori .kansou_hagaki {
  margin: 1em auto;
  width: 760px;
}
#voice #otayori .kansou_hagaki img {
  margin-top: -1em;
  width: 330px;
}
/* -------------------------------------- ご感想 #hiketa  */
#voice #hiketa h2 {
  color: #6A0000;
  margin-bottom: 2em;
  border-top: 6px double #6A0000;
  border-bottom: 6px double #6A0000;
}
#voice #hiketa .voice_box {
  margin: 0 auto 1em;
  padding: 0.5em 1em 2em 160px;
  width: 760px;
  border: 3px solid #EC3B04;
}
#voice #hiketa .voice_box::after {
  right: 1em;
}
#voice #hiketa .voice_box p:nth-last-child(2) {
  padding-right: 0;
}
#voice #hiketa .voice_box p:last-child {
  line-height: 1.2;
  left: 1em;
  top: 1em;
}
#voice .ord {
  padding: 455px 0 0;
  background-position: top 2em center;
  background-size: 720px 435px;
}
#voice .ord a {
  margin: 1em auto 2em;
  width: 650px;
}
