@charset "utf-8";
/* PCレイアウト用 pf3set_common.css追加ファイル */
/* -------------------------------------- ページ内リンク位置調整 */
/*#item, #tokucho {
  margin-top: -70px;
  padding: 70px 0 0;
}
#ord, #naiyou, #voice, #shopinfo {
  margin-top: -70px;
  padding: 100px 0 0;
}*/
/* -------------------------------------- 特典バナー .tokuten */
/*.toku_bnr {
  margin: 1em auto 0;
}
.tokuten {
  margin: 1em 0;
}*/
.img-ttl {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- キャッチ .main_v */
.main_v {
  height: 800px;
}
/* -------------------------------------- 資料・問い合わせボタン .inqbtn */
.inqbtn {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin: 10px auto 60px;
}
.inqbtn button {
  display: block;
  width: 420px;
  height: 0;
  padding-top: 60px;
  margin: 0;
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 36px;
  border: 1px solid #999;
  border-radius: .5em;
  overflow: hidden;
  transition: .5s;
}
.inqbtn button:hover,
.inqbtn button:active {
  opacity: .8;
}
.inqbtn button.docbtn {
  background-image: url("../of123-img/pf_ga_inqbtn01.png");
}
.inqbtn button.contactbtn {
  background-image: url("../of123-img/pf_ga_inqbtn02.png");
}
/* -------------------------------------- レッスン紹介映像 .movie */
.movie {
  text-align: center;
}
.playinfo {
  font-size: .9em;
}
.playinfo::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 .2em 0 0;
  background-image: url("../of123-img/ic_r3k.svg");
  background-size: contain;
  position: relative;
  top: .2em;
}
.movie .yt_movie + p {
  font-size: .8em;
}
/* -------------------------------------- 推薦者の声 .recom */
.recom {
  width: 720px;
  margin: 1.5em auto;
  padding: .8em 1em 0;
  border: 1px solid #602B00;
  overflow: hidden;
  position: relative;
}
.recom::before {
  content: "";
  display: block;
  width: 220px;
  height: 280px;
  background-color: #FFFFFF;
  float: right;
}
.recom-img {
  width: 180px;
  height: 270px;
  position: absolute;
  right: 1.2em;
  top: 1em;
} 
.recom h2 {
  margin-bottom: .2em;
  font-size: 3rem;
  text-align: left;
}
.recom h3 {
  margin: 0 0 .2em;
  padding: .2em .5em;
  text-align: left;
  background-color: #DED3B0;
}
.recom h3 + p {
  margin-bottom: .2em;
  padding: 0 .5em;
  font-size: 1em;
}
.recom p.u {
  font-size: 1em;
}
.recom .title {
  width: 720px;
  margin-left: -1em;
}
.recom-comment {
  padding: 0 50px;
}
.recom-comment p {
  font-size: 1em;
  text-align: justify;
}
/* -------------------------------------- たくさんの方がチャレンジしています .challenge */
.challenge h2 {
  margin-bottom: 0;
  color: #FF3700;
  font-size: 3.6rem;
  text-align: center;
}
.challenge .ttl {
  margin-bottom: .5em;
  padding: .5em 0;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  background-color: #FF3700;
}
.challenge .ttl p {
  margin-bottom: 0;
}
.challenge p.inner {
  margin: 2em auto;
  text-align: center;
}
.challenge > p:last-child {
  padding-right: 130px;
  color: #999;
}
.acd-voice .acd-ttlbox {
  width: 700px;
  min-height: 120px;
  margin: 20px auto 0;
  padding: .5em 70px .5em 130px;
  background-color: #FFF6EB;
  border: 1px solid #693100;
  border-bottom: 0;
  position: relative;
  top: 1px;
}
.cust-name {
  display: block;
  color: #78593D;
}
.cust-img {
  display: block;
  width: 115px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: .5em;
  -webkit-box-shadow: 4px 4px 0 0 rgba(115,55,0,0.40);
  box-shadow: 4px 4px 0 0 rgba(115,55,0,0.40);
  position: absolute;
  top: -.5em;
  left: -.5em;
}
#cust01 + .acd-ttlbox .cust-img {
  background-image: url("../of123-img/voice/voice178.jpg");
}
#cust02 + .acd-ttlbox .cust-img {
  background-image: url("../of123-img/voice/voice179.jpg");
}
#cust03 + .acd-ttlbox .cust-img {
  background-image: url("../of123-img/voice/voice180.jpg");
}
#cust04 + .acd-ttlbox .cust-img {
  background-image: url("../of123-img/voice/voice181.jpg");
}
/*  感想トグルボタン .blnbtn */
.blnbtn {
  display: block;
  width: 90px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center top 1px;
  background-size: contain;
  color: #FF3700;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 10;
}
.blnbtn::after,
.blnbtn::before {
  content: "";
  position: absolute;
  left: 44px;
  top: calc(50% - 22px);
  width: 2px;
  height: 3rem;
  background-color: #FF3700;
  transition: all 0.3s;
}
.blnbtn::before {
  transform: rotate(90deg);
}
.blnbtn img {
  width: 100%;
  height: auto;
}
/*  ボックス展開部分 .tglbox.acd-voicebox */
.acd-voicebox {
  width: 700px;
  margin: 0 auto 20px;
  padding: 0 60px;
  font-size: 1em;
  text-align: justify;
  background-color: #FFF6EB;
  border: 1px solid #693100;
  border-top: 0;
}
.acd-voice .toggle:checked + .acd-ttlbox + .tglbox {
  max-height: 2000px;
  padding: .5em 60px;
  transition: all 1.5s;
}
.acd-voice .toggle:checked + .acd-ttlbox + .tglbox::before {
  content: "";
  display: block;
  width: 80%;
  border-bottom: 1px dotted #693100;
  position: absolute;
  top: 4px;
  left: 10%;
}
.acd-voice .toggle:checked + .acd-ttlbox .blnbtn::after {
  transform: rotate(90deg) !important;
}
.close-bar {
  display: block;
  width: 700px;
  padding: .2em 0;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  background-color: #AFABA7;
  position: relative;
  left: 50%;
  bottom: -.5em;
  transform: translateX(-50%);
}
.close-bar::before {
  content: "\02715";
  margin-right: .5em;
}
/* -------------------------------------- プロフィール .prof */
.prof {
  width: 720px;
  margin: 0 auto;
  padding-top: 0;
}
.prof h2 {
  padding-top: 0;
  min-height: 150px;
  padding-left: 150px;
  font-size: 1.4em;
  text-align: left;
  background-image: url("../of123-img/pf_hello-img.jpg");
  background-size: 130px 150px;
  background-repeat: no-repeat;
  background-position: left top;
}
.prof h2 + p.inner {
  width: 100%;
  margin: -80px 0 30px;
  padding-left: 150px;
  text-align: left;
  letter-spacing: -.04em;
}
.profbox {
  width: 720px;
  margin: 1em auto;
  padding: 30px 40px 0;
  font-size: .94em;
  line-height: 1.6;
  background-color: #FBFBF5;
  border: 1px solid #3D232B;
  position: relative;
  overflow: hidden;
} 
.career-btn {
  margin-bottom: 0;
  text-align: right;
}
.careerbox {
  clear: both;
  text-align: justify;
}
.careerbox p.career-ttl {
  padding: 0 0 0 .5em;
  font-weight: bold;
  border-left: 10px solid #DED3B0;
}
.profbox .flexbox_all {
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 40px;
}
.profimg {
  width: 170px;
  height: 120px;
  margin: 0 0 1em;
  background-image: url("../of123-img/pf_prof-imgx680.jpg");
  background-repeat: no-repeat;
  background-position: center top -170px;
  background-size: 170px 400px;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 3px 1px #ccc;
}
.profimg:nth-child(2) {
  background-position: left bottom;
}
.prof h3 {
  margin-top: 30px;
  font-weight: bold;
}
.profbox .flexbox p:last-child,
.profbox .flexbox p:last-child img {
  width: 300px;
  margin: 0;
}
/*  トグルリンク .tgllnk */
.tgllnk {
  color: #0066CC;
  text-decoration: underline;
}
.prof .toggle:checked + p + .tglbox.careerbox {
  max-height: 2000px;
  transition: all 1.5s;
}
/* -------------------------------------- ご存知でしたか？ .know */
.know h2.img-ttl {
  padding-top: 230px;
  background-image: url("../of123-img/pf_ga_know-ttl.png");
}
.know .flo-r {
  width: 360px;
  height: auto;
  margin-right: -100px;
  margin-top: -100px;
}
.know .inner {
  font-size: .97em;
  text-align: justify;
}
/* -------------------------------------- 大変そう。 .taihen */
.taihen h2.img-ttl {
  padding-top: 170px;
  background-image: url("../of123-img/pf_ga_taihen-ttl-sp.png"),-webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 17.5%,rgba(0,15,103,1.00) 18%);
  background-image: url("../of123-img/pf_ga_taihen-ttl-sp.png"),-moz-linear-gradient(270deg,rgba(255,255,255,1.00) 17.5%,rgba(0,15,103,1.00) 18%);
  background-image: url("../of123-img/pf_ga_taihen-ttl-sp.png"),-o-linear-gradient(270deg,rgba(255,255,255,1.00) 17.5%,rgba(0,15,103,1.00) 18%);
  background-image: url("../of123-img/pf_ga_taihen-ttl-sp.png"),linear-gradient(180deg,rgba(255,255,255,1.00) 17.5%,rgba(0,15,103,1.00) 18%);
}
.taihen-ol {
  width: 650px;
  margin: 1em auto;
  background-color: #FFFFEE;
  border: 1px solid #FF3700;
  counter-reset: item;
}
.taihen-ol li {
  padding: .8em 30px .8em 70px;
  text-indent: -50px;
  font-weight: bold;
  position: relative;
}
.taihen-ol li::before {
  display: inline-block;
  width: 2em;
  margin-right: .5em;
  counter-increment: item;
  content: counter(item)'.';
  color: #FF3700;
  font-weight: bold;
  text-align: right;
  text-indent: 0;
}
.taihen h3.img-ttl.taihen01 {
  margin: 2em auto;
  width: 750px;
  padding-top: 230px;
  background-image: url("../of123-img/pf_ga_point01-ttl.png");
}
.taihen picture.pic-bd {
  display: block;
  width: 750px;
  margin: 30px auto;
  padding: .5em 0;
  border: 1px solid #7A6652;
  border-radius: .5em;
  overflow: hidden;
}
/*.taihen picture.pic-bd img {
  width: 675px;
  height: 126px;
}*/
.taihen h3.img-ttl.taihen02 {
  margin: 2em auto;
  width: 750px;
  padding-top: 230px;
  background-image: url("../of123-img/pf_ga_point02-ttl.png");
}
.taihen h3.img-ttl.taihen03 {
  margin: 2em auto;
  width: 750px;
  padding-top: 190px;
  background-image: url("../of123-img/pf_ga_point03-ttl.png");
}
.grdbox-gr {
  margin: 40px 0;
  padding: 40px 0 0;
  text-align: center;
  background-image: -webkit-linear-gradient(270deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 100%);  
}
.grdbox-gr img {
  width: 550px;
  height: auto;
}
.taihen p.img-ttl {
  padding-top: 330px;
  background-image: url("../of123-img/pf_ga_sura-arw-sp.png");
}
/* -------------------------------------- 常識をくつがえしたレッスン .kutsu */
.kutsu .blntxt {
  padding: .2em 0;
  /*position: relative;
  margin: 0 0 1em;
  color: #FFFFFF;*/
  font-weight: normal;
  text-shadow: none;
  /*text-align: center;
  line-height: 1.4;*/
  background-color: #333333;
}
.kutsu .blntxt:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 7px);
}
.kutsu h2 {
  margin: -1em 0 1em;
  padding: .8em 0 .5em;
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: normal;
  background-color: #FF3700;
}
.kutsu .inner {
  margin-bottom: .5em;
}
.kutsu p:last-child {
  font-size: 2.8rem;
  font-weight: bold;
}
/* -------------------------------------- 内容の一部を紹介 .ichibu-carousel */
.ichibu-carousel h2 {
  width: 720px;
  margin: 0 auto;
  padding: 1em 0;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: normal;
  background-color: #0B1967;
  position: relative;
}
.ichibu-carousel h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 130px;
  background-image: url("../of123-img/pf_ga_item-pic.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ichibu_box h3 {
  color: #0B1967;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.ichibu_box p {
  position: relative;
  z-index: 10;
}
.ichibu_box p:last-child {
  padding-right: 230px;
}
.ichibu_box::after {
  content: "";
  display: block;
  width: 200px;
  height: 110px;
  background-image: url("../of123-img/pf_ga_ichibu-img.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200px 1375px;
  position: absolute;
  right: 20px;
  bottom: 1em;
  z-index: 0;
}
.ichibu_box.no2::after {
  background-position: left top -125px;
}
.ichibu_box.no3::after {
  background-position: left top -250px;
}
.ichibu_box.no4::after {
  background-position: left top -375px;
}
.ichibu_box.no5::after {
  background-position: left top -500px;
}
.ichibu_box.no6::after {
  background-position: left top -625px;
}
.ichibu_box.no7::after {
  background-position: left top -750px;
}
.ichibu_box.no8::after {
  background-position: left top -875px;
}
.ichibu_box.no9::after {
  background-position: left top -1000px;
}
.ichibu_box.no10::after {
  background-position: left top -1125px;
}
.ichibu_box.no11::after {
  background-position: left top -1250px;
}
/* ------------------------------------- スライダー */
.swiper {
  width: 720px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
  border: 1px solid #593434;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 700px;
  margin: 0 10px;
  padding: 1em 10px 0 20px;
  font-size: 1em;
  background-color: #FFFFFF;
  border-bottom: 2px dotted #CCCCCC;
  position: relative;
}
.swiper-slide:last-child {
  border-bottom: none;
}
/* -------------------------------------- 特徴 .tokucho */
.tokucho h2 {
  width: 720px;
  margin: 0 auto 20px;
  padding: 1em 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: normal;
  background-color: #FF3700;
}
.tokucho h2 + p {
  text-align: center;
}
.tokucho-subttl {
  font-size: 4.2rem;
  text-align: center;
}
.tokucho-subttl .txt_lg {
  display: block;
}
.tokucho-box {
  width: 720px;
  margin: 0 auto;
  padding: .5em 40px;
  background-color: #E7E7E7;
  border: 1px solid #725625;
}
.tokucho-box h3 {
  width: 720px;
  padding: .5em 40px;
  color: #FFFFFF;
  background-color: #966E29;
  position: relative;
  top: -.5em;
  left: 50%;
  transform: translateX(-50%);
}
.tokucho-box p {
  text-align: justify;
}
.tokucho-box .tokucho-name {
  display: block;
  padding-left: 20px;
  font-size: 1.2em;
}
.tokucho-box p.flo-img {
  float: right;
  width: 200px;
  margin: -80px -20px 0 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.40);
  position: relative;
  z-index: 10;
}
/* -------------------------------------- 各弾紹介 .lesson  */
.lesson {
  width: 720px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.lesson::before {
  content: "";
  width: 296px;
  height: 192px;
  background-image: url("../of123-img/pf_naiyou-cap.jpg");
  background-repeat: no-repeat;
  background-size: 296px 576px;
  position: absolute;
  right: 0;
  top: 150px;
}
.lesson.dai2::before {
  background-position: left top -192px;
}
.lesson.dai3::before {
  background-position: left top -384px;
}
.lesson h2 {
  height: 80px;
  padding: 0 0 0 140px;
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 80px;
  background-color: #010D5F;
  position: relative;
  overflow: hidden;
}
.lesson h2 .dan-no {
  width: 100px;
  height: 0;
  padding-top: 80px;
  background-color: #FABE00;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 0;
}
.lesson h2 .dan-no::before {
  content: "";
  display: block;
  width: 100px;
  height: 80px;
  background-image: url("../of123-img/ttl-dan.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 300px 80px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 40px);
}
.lesson.dai2 h2 .dan-no::before {
  background-position: left -100px center;
}
.lesson.dai3 h2 .dan-no::before {
  background-position: left -200px center;
}
.caption_ttl {
  margin-bottom: .5em;
  color: #010D5F;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  left: 30px;
  z-index: 1;
}
.caption_ttl + p {
  margin-bottom: 40px;
  line-height: 1.2;
  position: relative;
  left: 30px;
  z-index: 1;
}
.lesson h3 {
  display: block;
  width: 140px;
  margin: 0;
  padding: .5em 1em;
  color: #FFFFFF;
  text-align: center;
  background-color: #010D5F;
}
.lesson h3 + ul {
  margin: -60px 0 1em 160px;
}
.lesson h3 + ul li {
  letter-spacing: -.5px;
}
.lesson h3 + ul li .cp-name {
  margin-left: .5em;
}
.lsnbox h3 {
  display: block;
  width: 580px;
  height: 2em;
  margin: 0 auto 1em;
  padding: 0;
  line-height: 2;
  text-align: center;
  background-color: #181818;
  position: relative;
}
.lsnbox h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 26px 1em 0;
  border-color: transparent #181818 transparent transparent;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
}
.lsnbox h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 26px;
  border-color: transparent transparent transparent #181818;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}
.lsnbox h4 {
  font-weight: bold;
  border-bottom: 2px solid #010D5F;
}
.lsnbox h4 .lsnno {
  display: block;
  margin-bottom: -.3em;
  width: 6em;
  color: #010D5F;
  font-size: .9em;
}
.lsnbox ol {
  width: 650px;
  margin: 0 auto 1em;
}
.lsnbox li {
  overflow: hidden;
  position: relative;
}
.lsnbox li p {
  font-size: .9em;
}
.lsnbox li .lsnimg {
  display: block;
  width: 192px;
  height: 105px;
  margin-left: 20px;
  background-image: url("../of123-img/dvd_no1.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 192px 1050px;
  float: right;
}
.dai2 .lsnbox li .lsnimg {
  background-image: url("../of123-img/dvd_no2.jpg");
  background-size: 192px 840px;
}
.dai3 .lsnbox li .lsnimg {
  background-image: url("../of123-img/dvd_no3.jpg");
  background-size: 192px 840px;
}
.lsnbox li:nth-child(2) .lsnimg {
  background-position: left top -105px;
}
.lsnbox li:nth-child(3) .lsnimg {
  background-position: left top -210px;
}
.lsnbox li:nth-child(4) .lsnimg {
  background-position: left top -315px;
}
.lsnbox li:nth-child(5) .lsnimg {
  background-position: left top -420px;
}
.lsnbox li:nth-child(6) .lsnimg {
  background-position: left top -525px;
}
.lsnbox li:nth-child(7) .lsnimg {
  background-position: left top -630px;
}
.lsnbox li:nth-child(8) .lsnimg {
  background-position: left top -735px;
}
.lsnbox li:nth-child(9) .lsnimg {
  background-position: left top -840px;
}
.lsnbox li:nth-child(10) .lsnimg {
  background-position: left top -945px;
}
.jsrc {
  float: right;
  margin-top: -50px;
  padding-left: 55px;
  font-size: .8em;
  background-image: url("../of123-img/jasrac-logo.png");
  background-repeat: no-repeat;
  background-size: 50px 15px;
  background-position: left center;
}
/* -------------------------------------- 分かりやすい工夫 .idea  */
/*.idea {
  padding-top: 0;
}*/
.idea h2 {
  font-weight: normal;
  font-size: 4.2rem;
}
/*.idea h2 + p.txt_lg {
  text-align: center;
  font-size: 3.6rem;
}*/
.ideabox {
  width: 720px;
  margin: 0 auto 20px;
  padding: 20px 40px;
  background-color: #FFFDD0;
  border: 1px solid #3D232B;
  position: relative;
}
.ideabox h3 {
  margin-bottom: .5em;
  padding: .1em 0 0 1.2em;
  font-size: 3.2rem;
  line-height: 1.2;
  background-image: url("../of123-img/icon_check.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1em auto;
}
.ideabox h3 + p,
.ideabox:nth-of-type(3) p:nth-of-type(2) {
  padding-left: 4.4rem;
  margin-bottom: 0;
}
.ideabox ul.tri-mark {
  margin: 20px 0 0;
  padding: 20px 0 170px;
  background-image: url("../of123-img/pf_ga_idea-img1-1.jpg");
  background-repeat: no-repeat;
  background-position: right -10px bottom;
  background-size: 400px auto;
}
.tri-mark li {
  color: #350000;
  padding-left: 4.4rem;
  position: relative;
}
.tri-mark li::before {
  content: "\025b6";
  margin-left: -1.2em;
  padding-right: .2em;
  color: #FF3700;
}
.ideabox:nth-of-type(1) .ideaimg1 {
  margin: -30px 0 0;
}
.ideabox:nth-of-type(1) .ideaimg1 img {
  width: 384px;
  height: 150px;
}
.gray-kdmr {
  width: 250px;
  padding: 1em;
  color: #350000;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #E4E4E4;
  border-radius: .5em;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.ideabox:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 160px;
  height: 225px;
  background-image: url("../of123-img/pf_idea-img2.jpg");
  background-size: 160px 225px;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 2px 1px #b9b897;
  transform: rotate(15deg);
  position: absolute;
  right: 50px;
  top: calc(50% - 50px);
}
.ideabox h4, .ybsr_m-list {
  margin: 0 0 0 60px;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.4;
}
.ideabox h4 {
  margin-top: .5em;
  text-indent: -.5em;
}
.ybsr_m-list li::before {
  content: "\02022";
  margin-right: .2em;
}
.ideabox:nth-of-type(3) p.txt_c img {
  width: 495px;
  height: 645px;
  margin-top: 1em;
}
.ideabox:nth-of-type(4) h3 + p {
  width: 250px;
  margin: 0 auto;
  padding-left: 0;
}
.ideabox:nth-of-type(4) h3 + p img {
  width: 250px;
}
.watch-type {
  display: flex;
  align-content: flex-start;
  margin-left: 20px;
}
.watch-type li {
  margin-top: 0;
  padding: 130px 0 0;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}
.watch-type li:nth-child(odd) {
  width: 250px;
}
.watch-type li:nth-child(even) {
  width: 250px;
  margin-top: 100px;
  margin-left: -50px;
}
.watch-type li:nth-child(3) {
  margin-left: -30px;
}
.watch-type li:nth-child(4) {
  width: 280px;
}
.watch-type li::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-color: #FFF4E8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}
.watch-type li::after {
  content: "";
  display: block;
  width: 200px;
  height: 130px;
  background-image: url("../of123-img/devicex400.gif");
  background-repeat: no-repeat;
  background-size: 800px 130px;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.watch-type li:nth-child(2)::after {
  background-position: left -200px bottom;
}
.watch-type li:nth-child(3)::after {
  background-position: left -400px bottom;
}
.watch-type li:nth-child(4)::after {
  background-position: left -600px bottom;
  top: 0;
}
/* -------------------------------------- 比較 .hikaku */
.hikaku h2.arrow {
  margin-bottom: 30px;
  padding-top: 90px;
  color: #FF3700;
  font-size: 3.2rem;
  font-weight: bold;
  /*letter-spacing: -1px;*/
  background-image: url("../of123-img/hikaku_arrow.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 310px 60px;
}
.hikaku h2.arrow + .minbox {
  font-size: 1em;
  /*line-height: 1.6;*/
}
.hikaku picture {
  display: block;
  margin-top: 2em;
  text-align: center;
}
.hikaku .hikaku_cap {
  margin-bottom: 2em;
}
.hikaku .hikaku_cap li {
  padding-left: 3em;
  text-indent: -3em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.hikaku .hikaku_cap li .kome {
  display: inline-block;
  width: 3em;
  text-indent: 0;
  white-space: nowrap;
}
.hikaku strong {
  color: #FF3700;
}
/* -------------------------------------- 教材セット内容 .item  */
.item {
  padding-bottom: 0;
}
.item h2:first-of-type {
  width: 800px;
  margin: 0 auto 1em;
  padding: .5em 0;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: normal;
  background-color: #010D5F;
}
.item .itemttl {
  height: 0;
  padding-top: 150px;
  background-image: url("../of123-img/pf_item-ttl.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 150px;
  overflow: hidden;
}
.item .itemimg {
  display: block;
  width: 800px;
  margin: 0 auto 1em;
}
#p_1st .item .itemimg img {
  width: 500px;
}
.item h3, .item h4, .item ul {
  width: 650px;
  margin: 0 auto 1em;
}
.item > h3 {
  padding: .5em 0;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #3D232B;
  border-bottom: 2px solid #3D232B;
}
.item h4 {
  font-weight: bold;
  border-bottom: 1px solid #3D232B;
}
.or {
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  position: relative;
}
.or img {
  width: 600px;
}
.or p:first-child {
  color: #0170B9;
  font-weight: bold;
  text-align: center;
}
.or::before,.or::after {
  width: 50%;
  text-align: center;
}
.or::before {
  content: "DVDで見る";
  position: absolute;
  left: 0;
  bottom: 0;
}
.or::after {
  content: "オンラインで見る";
  position: absolute;
  right: 0;
  bottom: 0;
}
.item .itemttl + p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #000E76;
}
.kon-bg {
  display: inline-block;
  padding: .1em .3em;
  margin-right: .2em;
  color: #FFFFFF;
  background-color: #000E76;
}
.price {
  display: block;
  text-align: center;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 700px;
  margin: 20px auto 40px;
  border: 1px solid #0170B9;
}
.flow .toggle + .title {
  width: 700px;
  margin: -1px 0 0;
  padding: 1.5em 0;
  font-size: 1.1em;
  line-height: 1;
  background-color: #0170B9;
  background-image: url("/img/online-info/ic_online.svg");
  background-repeat: no-repeat;
  background-size: 56px 48px;
  background-position: right 20px center;
  text-shadow: 0 2px 2px rgba(0,51,67,0.70);
  border-radius: 0;
  position: relative;
  left: calc(50% - 350px);
}
.flow .toggle + .title:hover {
  opacity: .8;
}
.flow .toggle + .title::after,
.flow .toggle + .title::before {
  box-shadow: 0 2px 2px rgba(0,51,67,0.70);
  right: auto;
  left: 40px;
}
.flow .toggle + .title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px rgba(0,51,67,0.70);
}
.tglbox.flow-online {
  padding: 0 40px;
}
.tglbox.flow-online h3 {
  margin-top: 1em;
  padding-left: .5em;
  color: #0170B9;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 8px solid #0170B9;
}
.tglbox.flow-online p {
  margin: 1em 0;
  padding: .5em 0;
  font-size: 1em;
  line-height: 1.4;
}
.tglbox.flow-online img {
  width: 512px;
}
.tglbox.flow-online .mark_ylw {
  background:linear-gradient(transparent 60%, #ffe500 60%);
}
.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: 1.6rem;
}
.tglbox.flow-online .yasu {
  width: 550px;
  margin: 0 auto 1em;
  padding: 50px 0;
  position: relative;
}
.tglbox.flow-online .yasu::before {
  content: "";
  width: 180px;
  height: 185px;
  background-image: url("/img/online-info/ol_yasu-img.gif");
  background-size: 180px 185px;
  background-position: left top -185px;
  position: absolute;
  right: 0;
  top: -30px;
}
.toggle:checked + .title + .tglbox.flow-online {
  max-height: 2680px;
}
/* -------------------------------------- 特典バナー .tokuten */
.toku_bnr {
	margin: 30px auto 0;
  text-align: center;
}
.toku_bnr img {
  /*max-height: 780px;*/
}
.toku_bnr + .btn_only {
	margin-top: 30px;
}
.toku-div {
  box-sizing: content-box;
  margin: 1em auto 0;
  height: 0;
  border: none;
  background-image: url("/piano/tokuten/img/toku3set_0624.png");
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  position: relative;
}
.toku-div .yt_play {
  background-image: url("../of123-img/p_toku_movie-thumb.jpg");
}
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  content-visibility: visible;
  display: block;
  width: 650px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: .9em;
}
/* -------------------------------------- お客様の声 .voice */
.voice {
  width: 780px;
  margin: 0 auto;
  line-height: 1.4;
}
.voice h2 + p {
  margin: 0 0 1em;
}
.tsukaikata h3 {
  padding: .5em 0;
  margin-bottom: .5em;
  text-align: center;
  background-color: #FFEFBD;
}
.tsukaikata .minbox {
  width: 650px;
  margin: 0 auto 2em;
  padding: 1em 100px 1em 1em;
  font-size: .9em;
  border: 1px solid #CCCCCC;
  border-radius: .5em;
  position: relative;
}
.tsukaikata .minbox::after {
  content: "";
  display: block;
  width: 130px;
  height: 145px;
  background-image: url("../of123-img/you_icon-01.png");
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: -5px;
}
.voice .voice_box {
  margin: 0 auto 1em;
  font-size: 1em;
  border: 2px solid #FF3700;
  overflow: hidden;
}
.voice .voice_box p:first-child {
  width: 120px;
  margin: .5em 1em 0 0;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  float: left;
}
.voice .voice_box p:first-child img {
  max-width: 85px;
}
.voice p:last-child a {
  display: block;
  width: 650px;
  margin: 1em auto;
  padding: .5em 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  background-color: #FF3700;
  border-radius: .5em;
  position: relative;
}
.voice p:last-child a::after {
  content: "\025b6";
  position: absolute;
  right: 30px;
  top: calc(50% - 0.7em);
  transition: .5s;
}
.voice p:last-child a:hover::after {
  right: 20px;
}
/* -------------------------------------- QAリンク .qa-btn */
.minbox.qa-btn {
  width: 720px;
  margin-top: 1.5em;
}
/* -------------------------------------- ランキング .rank */
.rank, .media {
  width: 720px;
  padding: 0 0 .5em;
  margin: 0 auto 2em;
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(209,231,255,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(209,231,255,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(209,231,255,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(209,231,255,1.00) 100%);
  position: relative;
  overflow: visible;
  box-shadow: 0 0 5px 1px rgba(209,231,255,1.00);
}
.rank {
  margin-top: 3em;
}
.rank h2, .media h2 {
  height: 60px;
  margin-bottom: 1em;
  padding: 0 0 0 30px;
  color: #FDE297;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
  background-color: #00186A;
  position: absolute;
  left: -10px;
  top: -1em;
}
.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:after, .media h2:after {
  content: "";
  display: block;
  height: 48px;
  border: 30px solid #00186A;
  border-right-width: 15px;
  border-right-color: transparent;
  position: absolute;
  right: -40px;
  top: 0;
}
.rank h2 + p {
  width: 700px;
  padding: 2em 0 0;
  margin: 0 auto;
  background-color: #FFFFFF;
}
/* -------------------------------------- メディア .media */
.media .minbox {
  width: 700px;
  padding: 3em 30px 0;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.media .minbox p:first-child,
.media .minbox p:last-child {
  width: auto;
  margin: 0;
}
.media h3 {
  width: 650px;
  margin: 0 auto;
  font-weight: bold;
}
.media h3 + p {
  font-size: .9em;
  line-height: 1.4;
}
.media strong {
  padding-left: .5em;
  color: #FF3700;
  font-weight: normal;
}
.media .minbox p:last-child {
  width: 650px;
  padding-bottom: 1em;
  margin: 0 auto;
}
.media img {
  display: block;
  width: 550px;
  margin: 1em auto;
}
/* -------------------------------------- さいごに .msg */
.msg {
  padding: 2em 0;
  background-color: #FFFAE0;
}
.msg h2 {
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
}
.msg h2::before, .msg h2::after {
  content: "";
  display: block;
  width: 132px;
  height: 150px;
  background-image: url("../of123-img/pf_msg-ttl.gif");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.msg h2::before {
  left: 50px;
}
.msg h2::after {
  right: 50px;
  transform: scale(-1, 1);
}
.msg h2 .sub-ttl {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
}
.msg h2 .sub-ttl::before, .msg h2 .sub-ttl::after {
  content: "～";
  posirion: absolute;
  top: 50%;
}
.msg h2 .sub-ttl::before {
  left: 0;
}
.msg h2 .sub-ttl::after {
  right: 0;
}
.msg .msg_box {
  width: 720px;
  margin: 2em auto 0;
  padding: 0;
  font-size: 1em;
}
.msg .msg_box .flo-r {
  margin: 0 0 0 1em;
  width: 300px;
  float: right;
}
.msg .msg_box .flo-r img {
  width: 100%;
  height: auto;
}
.msg .msg_box .txt_c img {
  width: 600px;
  height: auto;
}
.msg .msg_box strong {
  padding: 1em 0;
  display: block;
  color: #FF5400;
}
.msg .msg_box p.msg_name {
  height: 0;
  margin-top: 1em;
  padding-top: 40px;
  background-image: url("../of123-img/pf_msg-name.gif");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3em;
  font-size: 1.4rem;
  line-height: 1.4;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#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 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #FF3700;
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom:1px solid #000;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 140px;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .othershop {
  margin-top: 20px;
  padding-right: 80px;
  position: relative;
}
#shopinfo .othershop::after {
  content: "";
  width: 70px;
  height: 90px;
  background-image: url("/img/parts/othershop_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 0;
}
#shopinfo .othershop h4 {
  color: #880015;
  white-space: nowrap;
  border: none;
}
#shopinfo .othershop p {
  text-align: right;
  margin-bottom: .5em;
}