@charset "utf-8";
/*　スマホレイアウト用 style_pf.css追加css　*/
/* -------------------------------------- メインビジュアル .main_v  */
.main_v {
  width: 100%;
  padding-bottom: 0;
}
.main_v picture {
  line-height: 0;
}
/* -------------------------------------- 特典バナー .tokuten */
.toku_bnr {
  margin: 1em auto 0;
}
/* -------------------------------------- 資料請求 .doc  */
.doc {
  padding: 1em 0 0;
  text-align: center;
}
.doc .reqbox {
  padding: 2em 0 1em;
  background-color: #DBFFF1;
}
.doc .docbtn a {
  display: block;
  width: 94vw;
  height: 0;
  padding: 15.7vw 0 0;
  margin: 1em auto;
  border: none;
  position: static;
  background-image: url("../ppc-img/pf_shiryou-btn.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
}
.doc .docbtn a.paid {
  background-image: url("../ppc-img/pf_shiryou-btn.png");
}
.doc .elise {
  width: 92vw;
  padding: 1.5em 4vw 0;
  margin: 0 auto;
  font-size: .9em;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #FF3700;
  position: relative;
  left: 1vw;
}
.doc .elise h3 {
  width: 80vw;
  height: 2em;
  color: #FF3700;
  font-size: 1em;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  background-color: #FFFFCC;
  border-radius: 0 1em 1em 0;
  box-shadow: 0 1px 2px 0 #FF3700;
  position: absolute;
  top: -0.8em;
  left: -7px;
}
.doc .elise h3.dl-ttl {
  padding-left: 1.5em;
  text-align: left;
}
.doc .elise h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid #C19C00;
  border-left: 7px solid transparent;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.doc .elise strong {
  color: #FF3700;
}
/* -------------------------------------- レッスン紹介映像 .movie */
.movie {
  text-align: center;
}
.movie h2 {
  font-size: 1em;
}
.movie h2 .txt_lg {
  font-size: 1.5em;
}
.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: .1em;
}
.movie .yt_movie + p {
  font-size: .8em;
}
/* -------------------------------------- 推薦者の声 .recom */
.recom {
  width: 96vw;
  margin: 0 auto;
  padding: .8em 2vw 0;
  border: 1px solid #602B00;
  overflow: hidden;
  position: relative;
}
.recom::before {
  content: "";
  display: block;
  width: 95px;
  height: 135px;
  background-color: #FFFFFF;
  float: right;
}
.recom-img {
  width: 90px;
  height: 135px;
  position: absolute;
  right: 1vw;
  top: 2vw;
} 
.recom h2 {
  margin-bottom: .2em;
  font-size: 1.1em;
  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: .9em;
}
.recom .title {
  width: 96vw;
  margin-left: -2vw;
}
/* -------------------------------------- プロフィール .prof */
.prof h2 {
  padding-top: 6vw;
  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 2vw top;
}
.prof h2 + p {
  margin: 0 2vw;
}
.profbox {
  width: 96vw;
  margin: 1em auto;
  padding: .5em 2vw;
  background-color: #FBFBF5;
  border: 1px solid #3D232B;
  position: relative;
} 
.profbox::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../of123-img/pf_prof-imgx680.jpg");
  background-size: 100px 235.3px;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 3px 1px #ccc;
  position: absolute;
  right: 2vw;
  top: .5em;
}
.profbox h3 {
  margin-bottom: 1em;
  padding: 1.5em 0 0;
  width: 60vw;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 3px solid #3D232B;
  text-indent: -.5em;
}
.career-btn {
  margin-bottom: 0;
  text-align: right;
}
/*.career-btn a {
  display: block;
  width: 80%;
  height: 14vw;
  margin: 0 auto;
  padding: 1vw .8vw;
  color: #3D232B;
  text-decoration: none;
  text-align: center;
  line-height: 11vw;
  background-color: #fff;
  border: 2px solid #DED3B0;
  border-radius: 1.5em;
  position: relative;
}
.career-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.5vw solid transparent;
  border-bottom: 1.5vw solid transparent;
  border-left: 2.5vw solid #DED3B0;
  border-right: 2.5vw solid transparent;
  animation: .5s ease-in 1s infinite alternate slidein;
  position: absolute;
  right: 2vw;
  top: calc(50% - 1.25vw);
  margin: 0 auto;
}
@keyframes slidein{
  0%{
  right: 1vw;
  }
  100%{
  right: 0;
  }
}*/
.careerbox {
  width: 96vw;
  height: 80vh;
  margin: 0;
  padding: .8em 6vw;
  font-size: .9em;
  line-height: 1.4;
  background-color: #FFFFF6;
  border: 3px solid #DED3B0;
  border-radius: 1em;
  position: fixed;
  left: calc(50% - 48vw);
  top: calc(50% - 40vh);
  z-index: 200;
  overflow-y: scroll;
}
.careerbox::after {
  content-visibility: hidden;
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*for iOS*/
  _::-webkit-full-page-media, _:future, .careerbox {
  height: 80dvh;
  overflow-y: scroll;
  }
}
.career-ttl {
  margin-left: -2vw;
  padding-left: .5em;
  font-weight: bold;
  border-left: 3px solid #DED3B0;
}
.profimg {
  width: 170px;
  height: 115px;
  margin: 1em 0;
  background-image: url("../of123-img/pf_prof-imgx680.jpg");
  background-repeat: no-repeat;
  background-position: left 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 h4 {
  font-weight: bold;
}
.profbox .flexbox p:last-child {
  width: 80vw;
  margin: 0 auto;
}
/* -------------------------------------- 弾いてみたいけど… .worry */
.worry {
  padding-bottom: 0;
  text-align: center;
  background-image: -webkit-linear-gradient(270deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 50%);
  background-image: -moz-linear-gradient(270deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 50%);
  background-image: -o-linear-gradient(270deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 50%);
  background-image: linear-gradient(180deg,rgba(231,229,226,1.00) 0%,rgba(255,255,255,1.00) 50%);  
}
.worry ul {
  justify-content: space-around;
  width: 96vw;
  margin: 0 auto 80px;
  position: relative;
}
.worry ul::after {
  content: "";
  width: 250px;
  height: 75px;
  background-image: url("../ppc-img/pf_tobe-arrow.png");
  background-size: 250px 75px;
  position: absolute;
  left: calc(50% - 125px);
  bottom: -70px;
}
.worry li {
  width: 105px;
  padding-top: 155px;
  background-image: url("../ppc-img/pf_tobe-img.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 315px 155px;
  position: relative;
  z-index: 1;
}
.worry li:nth-child(2) {
  background-position: left -105px top;
}
.worry li:nth-child(3) {
  background-position: right top;
}
.worry li .nai {
  display: block;
  width: 6em;
  margin-left: -.5em;
  padding: .2em 0;
  color: #FFFFFF;
  line-height: 1.4;
  background-color: #4D4D4D;
  border-radius: 5px;
}
.worry > p {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
}
.worry > p.ora span {
  display: block;
}
.worry > p.red {
  font-size: 1.6em;
}
/* -------------------------------------- チャレンジしています .challenge */
.challenge {
  padding-top: 0;
  text-align: center;
}
.challenge .ttl {
  padding: 1em 0;
  margin: 0 0 .5em;
  color: #FFFFFF;
  background-color: #FF3700;
}
.challenge .ttl p {
  font-size: 1.1em;
  margin-bottom: 0;
}
.challenge .ttl .ylw {
  font-weight: bold;
}
.challenge .flexbox_all {
  flex-wrap: wrap;
}
.challenge figure {
  width: 46%;
  margin: 0 2vw .5em;
  position: relative;
}
.challenge figure::before {
  content: "";
  display: block;
  width: 40px;
  height: 35px;
  background-image: url("../ppc-img/pf_voice-bln.svg");
  background-size: 40px 35px;
  position: absolute;
  right: .5em;
  top: .5em;
}
.challenge figure img {
  display: inline-block;
  border-radius: 1em;
}
.challenge figure figcaption {
  font-size: 1.5rem;
}
/* -------------------------------------- レッスンの特徴 .tokucho */
.tokucho {
  text-align: center;
  background-color: #DBFFF1;
}
.tokucho .flexbox_all {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
}
.tokucho li {
  width: 50%;
  padding: 195px .5em 1em;
  font-size: .9em;
  position: relative;
}
.tokucho li::before {
  content: "";
  width: 180px;
  height: 185px;
  background-image: url("../ppc-img/pf_tokucho-img.gif");
  background-size: 180px 740px;
  position: absolute;
  left: calc(50% - 90px);
  top: 10px;
}
.tokucho li:first-child, .tokucho li:nth-child(2) {
  padding: 165px .5em 1em;
}
.tokucho li:first-child::before, .tokucho li:nth-child(2)::before {
  top: -20px;
}
.tokucho li:nth-child(2)::before {
  background-position: left top -185px;
}
.tokucho li:nth-child(3)::before {
  background-position: left top -370px;
}
.tokucho li:nth-child(4)::before {
  background-position: left top -555px;
}
.tokucho li:first-child::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-right: 4px dashed #00804F;
  border-bottom: 4px dashed #00804F;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tokucho li:nth-child(4)::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-left: 4px dashed #00804F;
  border-top: 4px dashed #00804F;
  position: absolute;
  left: -4px;
  top: -4px;
}
.present {
  width: 96vw;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #FFFFFF;
  border-radius: 1.5em;
  box-shadow: 0 2px 3px 0 rgba(0,128,79,0.80);
}
.present .banzai {
  margin: 0;
  padding: 0 30px;
  color: #FF3700;
  font-size: 1.1em;
}
.present .banzai:before, .present .banzai:after {
  width: 1.2em;
  height: 1px;
  background-color: #FF3700;
}
.present .txt_lg {
  display: block;
  font-size: 1.6em;
}
.present a {
  display: block;
  width: 90vw;
  height: 26vw;
  padding: 4.5vw 0 0 80px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border-radius: 13vw;
  position: relative;
}
.present a::before {
  content: "";
  display: block;
  width: 88.6vw;
  height: 24.4vw;
  border: 2px solid #FFFFFF;
  border-radius: 12.2vw;
  position: absolute;
  left: calc(50% - 44.4vw);
  top: calc(50% - 12.2vw);
}
.present a::after {
  content: "";
  display: block;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  width: 10px;
  height: 10px;
  transform: scale(0.8, 1.5) rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
}
.present a.docbtn {
  margin: 1em auto;
  font-size: 1.2em;
  text-shadow:
    #FF3700 4px 0px, #FF3700 -4px 0px, #FF3700 0px -4px, #FF3700 0px 4px, #FF3700 4px 4px, #FF3700 -4px 4px, #FF3700 4px -4px, #FF3700 -4px -4px, #FF3700 3px 4px, #FF3700 -3px 4px, #FF3700 3px -4px, #FF3700 -3px -4px, #FF3700 4px 3px, #FF3700 -4px 3px, #FF3700 4px -3px, #FF3700 -4px -3px;
  background-color: #FF3700;
  background-image: url("../ppc-img/docbtn_kuma.gif");
  background-size: 65px 57.5px;
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.present a.phonebtn {
  margin: 0 auto;
  background-color: #00804F;
  background-image: url("../ppc-img/ic_phone.svg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: left 22px top calc(50% + 2px);
}
.present a.phonebtn .tel-no {
  display: block;
  font-size: 1.8em;
  line-height: 1.1;
  letter-spacing: 1px;
}
/* -------------------------------------- ３つの理由 .rsn  */
.rsn h2 + p {
  color: #FF3700;
  font-size: 1.6em;
  text-align: center;
}
.rsn h2 + p .lg250 {
  font-size: 2em;
  margin-right: -.2em;
}
.rsn h3 {
  padding-left: 90px;
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
}
.rsn-badge {
  width: 80px;
  height: 80px;
  font-size: 2em;
  text-align: center;
  line-height: 1.05;
  background-color: #FABE00;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: calc(50% - 40px);
}
.rsn-badge::before {
  content: "理由";
  display: block;
  padding-top: 12px;
  font-size: 2rem;
  text-align: center;
}
.rsn-badge::after {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
}
.rsn > p {
  margin: 0 2vw .5em;
}
.rsnbox {
  width: 94vw;
  margin: .5em 3vw;
  padding: .5em 2vw;
  background-color: #FFFFEF;
  border: 1px dashed #34242A;
}
.rsnbox h4 {
  font-weight: bold;
}
.nega-m {
  margin-top: -1em !important;
}
.rsn .yt_movie {
  background-color: transparent;
}
.rsn .yt_play {
  border: none;
  background-image: url("../ppc-img/pf_rsn-img3.gif");
}
.rsn .yt_play::before {
  display: none;
}
.rsn .yt_movie + p {
  font-size: 1em;
}
.rsn > p:last-child {
  margin-top: 2em;
  font-size: 1.2em;
  line-height: 1.3;
}
.rsn > p:last-child .txt_lg {
  font-size: 1.4em;
}
/* -------------------------------------- ポイント .point  */
.point h2 {
  padding-bottom: .2em;
  margin-bottom: 0;
  font-size: 1.4em;
  position: relative;
}
.point h2 .txt_sm {
  display: block;
  margin-bottom: .8em;
}
.point h2 span {
  position: relative;
  z-index: 1;
}
.point h2::before,
.point h2::after {
  content: "";
  display: block;
  height: 128px;
  background-image: url("../ppc-img/pf_point-ttl.gif");
  background-size: 200px 128px;
  position: absolute;
  bottom: -5px;
}
.point h2::before {
  width: 90px;
  background-position: left top;
  left: 0;
}
.point h2::after {
  width: 110px;
  background-position: right top;
  right: 0;
}
.pointbox {
  margin: 0 2vw .5em;
  border: 3px solid #CCCCCC;
  border-radius: 1em;
  position: relative;
  z-index: 1;
}
.pointbox p {
  margin: .5em 2vw .5em 4vw;
}
.pointbox h3 {
  padding: .5em 0 0 .5em;
  font-weight: bold;
  text-indent: -.5em;
  letter-spacing: -1px;
}
.pointimg {
  display: block;
  margin: 0 auto .5em;
  width: 345px;
  border: 1px solid #CCCCCC;
  background-image: url("../ppc-img/pf_point-img123.jpg");
  background-repeat: no-repeat;
  background-size: 345px 630px;
}
.pointimg.no1 {
  height: 195px;
  background-position: left top; 
}
.pointimg.no2 {
  height: 215px;
  background-position: left top -195px; 
}
.pointimg.no3 {
  height: 220px;
  background-position: left top -410px; 
}
/* -------------------------------------- 気になる中身は .nakami */
.nakami {
  padding-bottom: 0;
  text-align: center;
}
.nakami h2 {
  font-size: 1.4em; 
  font-weight: normal;
}
.bg-gray {
  display: inline-block;
  color: #000;
  background-color: #CDCDCD;
}
.nakami .ora.b {
  font-size: 1.1em;
  line-height: 1.2;
}
.kando {
  width: 96vw;
  margin: 1.5em auto .2em;
  padding: .8em 2vw .2em;
  border: 2px solid #FF3700;
  border-radius: .5em;
  position: relative;
}
.kando p:first-child {
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.1em;
  background-color: #FFFFFF;
  position: absolute;
  top: -.8em;
  left: calc(50% - 4.8em);
}
.kando .check {
  padding: 0 .2em 0 7vw;
  color: #FF3700;
  font-size: 1.3em;
  background-image: url("../of123-img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.kando + p {
  margin-bottom: 1em;
  color: #FF3700;
  font-size: 1.1em;
}
.nakami .w-line {
  font-size: 1.2em;
  font-weight: bold;
}
/* -------------------------------------- 各弾紹介 .lesson  */
.lesson {
  margin: 0 2vw;
  padding: 0;
  position: relative;
  overflow: visible;
}
.lesson::before {
  content: "";
  width: 185px;

  height: 120px;
  background-image: url("../of123-img/pf_naiyou-cap.jpg");
  background-repeat: no-repeat;
  background-size: 185px 360px;
  position: absolute;
  right: 0;
  top: 33vw;
  z-index: -1;
}
.lesson.dai2::before {
  background-position: left top -120px;
  top: 18vw;
}
.lesson.dai3::before {
  background-position: left top -240px;
  top: 18vw;
}
.lesson h2 {
  height: 60px;
  padding: 0 0 0 85px;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  background-color: #010D5F;
  position: relative;
  overflow: hidden;
}
.lesson h2 .dan-no {
  width: 70px;
  height: 0;
  padding-top: 60px;
  background-color: #FABE00;
  overflow: hidden;
  position: absolute;
  left: 2vw;
  top: 0;
}
.lesson h2 .dan-no::before {
  content: "";
  display: block;
  width: 62.5px;
  height: 50px;
  background-image: url("../of123-img/ttl-dan.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 187.5px 50px;
  position: absolute;
  left: calc(50% - 31px);
  top: calc(50% - 25px);
}
.lesson.dai2 h2 .dan-no::before {
  background-position: left -62.5px center;
}
.lesson.dai3 h2 .dan-no::before {
  background-position: left -125px center;
}
.caption_ttl {
  color: #010D5F;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
}
.caption_ttl + p {
  line-height: 1.2;
}
.lesson h3 {
  display: inline-block;
  margin: 0 0 .2em;
  padding: .2em .8em;
  color: #FFFFFF;
  background-color: #010D5F;
}
.lesson h3 + ul {
  margin-bottom: .5em;
}
.lesson h3 + ul li {
  letter-spacing: -.5px;
}
.lsnbox {
  margin: 0 0 1em -2vw;
  padding: .5em 2vw 1em;
  background-color: #EDEDED;
  width: calc(100% + 4vw);
}
.lsnbox h3 {
  background-color: #3D232B;
  clear: both;
}
.lsnbox li {
  padding-left: 6em;
  font-size: .9em;
  line-height: 1.2;
  text-indent: -6em;
}
.lsnbox .lsn_no {
  display: inline-block;
  width: 6em;
  color: #010D5F;
  text-indent: 0;
  letter-spacing: -1px;
}
.nakami_smry {
  padding: .5em 2vw;
  background-color: #FFF4E2;
}
.smryimg.photo-frm {
  display: block;
  width: 320px;
  height: 175px;
  margin: .5em auto;
  box-shadow: 0 0 3px 2px rgba(150,104,91,0.40);
}
.lesson.dai1 .smryimg {
  background-image: url("../of123-img/dvd_no1.jpg");
  background-size: 320px 1750px;
}
.lesson.dai1 .smrybox.no1 .smryimg {
  background-position: left top -175px;
}
.lesson.dai1 .smrybox.no2 .smryimg {
  background-position: left top -700px;
}
.lesson.dai1 .smrybox.no3 .smryimg {
  background-position: left top -1400px;
}
.lesson.dai2 .smryimg {
  background-image: url("../of123-img/dvd_no2.jpg");
  background-size: 320px 1400px;
}
.lesson.dai2 .smrybox.no1 .smryimg {
  background-position: left top;
}
.lesson.dai2 .smrybox.no2 .smryimg {
  background-image: url("../of123-img/dvd_no1.jpg");
  background-size: 320px 1750px;
  background-position: left top -875px;
}
.lesson.dai3 .smryimg {
  background-image: url("../of123-img/dvd_no3.jpg");
  background-size: 320px 1400px;
}
.lesson.dai3 .smrybox.no1 .smryimg {
  background-position: left top;
}
.lesson.dai3 .smrybox.no2 .smryimg {
  background-position: left top -525px;
}
.jsrc {
  float: right;
  margin-top: -.5em;
  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: 1.4em;
}
.idea h2 + p.txt_lg {
  text-align: center;
  font-size: 1.3em;
}
.ideabox {
  margin: 0 2vw .5em;
  padding: .5em 2vw;
  background-color: #FFFDD0;
  border: 1px solid #3D232B;
  position: relative;
}
.ideabox h3 {
  margin-bottom: 0;
  padding-left: 1.2em;
  font-size: 1.1em;
  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: 6vw;
  margin-bottom: 0;
}
.tri-mark li {
  color: #350000;
  position: relative;
}
.tri-mark li::before {
  content: "\025b6";
  margin-left: -.2em;
  padding-right: .2em;
  color: #FF3700;
}
.gray-kdmr {
  padding: .2em 0;
  color: #350000;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #E4E4E4;
  border-radius: .5em;
}
.ideabox:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 85px;
  height: 120px;
  background-image: url("../of123-img/pf_idea-img2.jpg");
  background-size: 85px 120px;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 2px 1px #b9b897;
  transform: rotate(15deg);
  position: absolute;
  right: 5vw;
  top: calc(50% - 40px);
}
.ideabox h4, .ybsr_m-list {
  margin: 0;
  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(4) h3 + p {
  width: 60vw;
  margin: 0 auto;
}
.watch-type {
  overflow: hidden;
}
.watch-type li {
  margin-top: -100px;
  padding: 130px 0 0;
  text-align: center;
  position: relative;
}
.watch-type li:first-child {
  margin-top: 0;
}
.watch-type li:nth-child(odd) {
  width: 60vw;
  float: left;
}
.watch-type li:nth-child(even) {
  width: 50vw;
  float: right;
}
.watch-type li:first-child,
.watch-type li:nth-child(2) {
  line-height: 1.4;
}
.watch-type li::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-color: #FFF4E8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 20px;
  mix-blend-mode: multiply;
}
.watch-type li:nth-child(even)::before {
  left: auto;
  right: 0;
}
.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: 0;
}
.watch-type li:nth-child(2)::after {
  background-position: left -200px top;
}
.watch-type li:nth-child(3)::after {
  background-position: left -400px top;
}
.watch-type li:nth-child(4)::after {
  background-position: left -600px top;
}
/* -------------------------------------- 比較 .hikaku */
.hikaku h2 {
  font-weight: normal;
  font-size: 1.4em;
}
.hikaku figure {
  margin: 0;
  font-size: .8em;
  text-align: center;
}
.hikaku table {
  margin: 1em 2vw 2em;
  border-collapse: collapse;
  position: relative;
}
.hikaku table::before {
  content: "";
  display: block;
  width: 37vw;
  height: 105%;
  background-color: #FFFFFF;
  border-radius: 1em;
  box-shadow: 0 0 2px 1px #ccbaaa;
  position: absolute;
  top: -5px;
  left: calc(50% - 24vw);
  z-index: 5;
}
.hikaku figure.kyoushitsu table::before {
  height: 103%;
}
.hikaku thead th {
  padding: .5em 0;
  font-weight: normal;
}
.hikaku tbody th,
.hikaku tbody td {
  padding: .5em 0;
  background-color: #E8E0D9;
  position: relative;
}
.hikaku thead th:first-of-type::after,
.hikaku tbody th::after,
.hikaku tbody td::after {
  content: "";
  display: block;
  width: 88%;
  height: 3px;
  background-color: #CCBAAA;
  position: absolute;
  bottom: 0;
  left: 6%;
}
.hikaku tbody tr:last-child th::after,
.hikaku tbody tr:last-child td::after {
  content: "";
  display: none;
}
.hikaku tbody th {
  width: 26vw;
}
.hikaku tbody td {
  width: 37vw;
}
.hikaku tbody td:first-of-type {
  padding: .5em 0 .8em;
  color: #FF3700;
  background-color: #FFFFFF;
}
.hikaku thead th:first-of-type,
.hikaku tbody td:first-of-type {
  font-size: 1.1em;
  position: relative;
  z-index: 10;
}
.hikaku h2.arrow {
  padding-top: 50px;
  color: #FF3700;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: -1px;
  background-image: url("../of123-img/hikaku_arrow.gif");
  background-repeat: no-repeat;
  background-position: center top 5px;
  background-size: 160px 30px;
}
.hikaku h2.arrow + .minbox {
  font-size: .9em;
  line-height: 1.4;
}
.down {
  padding: 1.2em 22vw 0 5vw;
  background-image: url("../ppc-img/pf_hikaku-op.gif");
  background-repeat: no-repeat;
  background-position: right 4vw top;
  background-size: 90px 100px;
}
/* -------------------------------------- 教材セット内容 .item  */
.item {
  padding-bottom: 0;
}
.item h2:first-of-type {
  margin-bottom: 1em;
  padding: .5em 0;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: normal;
  background-color: #010D5F;
}
.item .txt_c img,
.item h2:last-of-type img {
  width: 90%;
}
.item h3, .item h4, .item ul {
  margin: 0 2vw .5em;
}
.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: .5em;
  padding-bottom: .5em;
  text-align: center;
  position: relative;
}
.or p:first-child {
  color: #01B4ED;
  font-weight: bold;
}
.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 .txt_c.bk {
  margin-bottom: 0;
}
.item h2:last-of-type {
  margin-bottom: 0;
}
.item h2:last-of-type + p {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #000E76;
}
.kon-bg {
  display: inline-block;
  padding: .1em .3em;
  margin-right: .2em;
  color: #FFFFFF;
  background-color: #000E76;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 96vw;
  margin: 0 2vw 1em;
  border: 1px solid #0170B9;
}
.flow .toggle + .title {
  width: 96vw;
  margin: -1px 0 0;
  padding: .5em .5em .5em 0;
  background-color: #0170B9;
  background-image: url("/img/online-info/ic_online.svg");
  background-repeat: no-repeat;
  background-size: 56px 48px;
  background-position: left 2vw center;
  text-shadow: 0 2px 2px rgba(0,51,67,0.70);
  position: relative;
  left: calc(50% - 48vw);
}
.flow .toggle + .title::after,
.flow .toggle + .title::before {
  box-shadow: 0 2px 2px rgba(0,51,67,0.70);
}
.flow .toggle + .title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px rgba(0,51,67,0.70);
}
.tglbox.flow-online {
  padding: 0 4vw;
}
.tglbox.flow-online h3 {
  margin-top: .5em;
  padding-left: .5em;
  color: #0170B9;
  font-weight: bold;
  text-align: left;
  border-top: none;
  border-bottom: none;
  border-left: 5px solid #0170B9;
}
.tglbox.flow-online p {
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
}
.tglbox.flow-online .mark_ylw {
  background:linear-gradient(transparent 60%, #ffe500 60%);
}
.tglbox.flow-online .w70 {
  width: 70%;
}
.tglbox.flow-online .txt_c {
  margin: .5em 0;
}
.tglbox.flow-online .limit-info {
  display: block;
  margin: 0 0 1em;
  padding: 0;
  font-size: .8em;
}
.tglbox.flow-online .yasu {
  margin-bottom: .5em;
  position: relative;
}
.tglbox.flow-online .yasu::before {
  content: "";
  width: 112.5px;
  height: 115.625px;
  background-image: url("/img/online-info/ol_yasu-img.gif");
  background-size: 112.5px 115.625px;
  background-position: left top;
  position: absolute;
  right: -5vw;
  top: -30px;
}
/* -------------------------------------- 特典バナー .tokuten */
.tokuten {
  margin: 1em 0;
}
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
.yamato-post {
  margin-bottom: 2em;
}
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  content-visibility: hidden;
  display: none;
}
#p_1dan .yamato-post p.post-txt {
  content-visibility: visible;
  display: block;
  margin: 0 6vw;
  text-align: justify;
  font-size: .8em;
}
/* -------------------------------------- お客様の声 .voice */
.voice {
  line-height: 1.4;
}
.voice h2 + p {
  margin: 0;
}
.tsukaikata h3 {
  margin-bottom: .2em;
  text-align: center;
  background-color: #FFEFBD;
}
.tsukaikata .minbox {
  width: 96vw;
  margin: -.5em auto 1em;
  padding: .2em 20vw .2em .8em;
  font-size: .9em;
  border: 1px solid #CCCCCC;
  border-radius: .5em;
  position: relative;
}
.tsukaikata .minbox::after {
  content: "";
  display: block;
  width: 27vw;
  height: 30vw;
  background-image: url("../of123-img/you_icon-01.png");
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -2vw;
}
.voice .voice_box {
  max-height: auto;
  margin: 0 auto .5em;
  font-size: .8em;
  border: 2px solid #FF3700;
  overflow: hidden;
}
.voice .voice_box p:first-child {
  width: 22vw;
  margin-right: .5em;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  float: left;
}
.voice p:last-child a {
  display: block;
  width: 92vw;
  margin: .5em auto;
  padding: .5em 0;
  color: #FFFFFF;
  font-size: 1.1em;
  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: .5em;
  top: calc(50% - .6em);
}
/* -------------------------------------- ランキング .rank */
.rank, .media {
  padding: 0 0 .5em;
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 10%,rgba(209,231,255,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 10%,rgba(209,231,255,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 10%,rgba(209,231,255,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 10%,rgba(209,231,255,1.00) 100%)
}
.rank {
  margin-top: 3em;
}
.rank h2, .media h2 {
  margin-bottom: 0.5em;
  padding: .3em 0;
  color: #FDE297;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  background-color: #00186A;
}
.rank h2 + p, .media .minbox {
  width: 96vw;
  margin: 0 auto;
  padding: 0.5em 2vw;
  background-color: #FFFFFF;
}
/* -------------------------------------- メディア .media */
.media .minbox p:first-child,
.media .minbox p:last-child {
  width: 85vw;
  margin: 0 auto;
}
.media h3 {
  margin-bottom: 0;
  font-weight: bold;
}
.media h3 + p {
  font-size: .9em;
  line-height: 1.4;
}
.media strong {
  color: #FF3700;
  font-weight: normal;
}
/* -------------------------------------- さいごに .msg */
.msg {
  background-color: #FFFAE0;
}
.msg h2 {
  margin-bottom: 0;
  padding-bottom: 22vw;
  position: relative;
}
.msg h2::before, .msg h2::after {
  content: "";
  display: block;
  width: 20vw;
  height: 22vw;
  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: 4vw;
}
.msg h2::after {
  right: 4vw;
  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 {
  margin-top: -20vw;
  padding: 0 4vw;
  font-size: .9em;
}
.msg .msg_box .flo-r {
  margin: 0 auto 0.5em;
  width: 50%;
  float: none;
}
.msg .msg_box strong {
  padding: 1em 0;
  display: block;
  color: #FF5400;
}
.msg .msg_box p.msg_name {
  height: 0;
  margin-top: 1em;
  padding-top: 20px;
  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: 0 auto;
  padding: 0 0 3em;
  font-size: 0.8em;
  line-height: 1.4;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 100%;
  padding: 0 4vw 0;
  border-right: none;
}
#shopinfo .shopinfo_r {
  width: 100%;
  padding: 0 4vw 0;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 4vw;
  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.2em;
  font-weight: bold;
  border-bottom:1px solid #000;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 60%;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .maxh40 {
  max-height: 40px;
}
#shopinfo .othershop {
  padding-right: 18vw;
  position: relative;
}
#shopinfo .othershop::after {
  content: "";
  width: 16vw;
  height: 20vw;
  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: -4vw;
}
#shopinfo .othershop h4 {
  color: #880015;
  font-size: 1.1em;
  white-space: nowrap;
  border: none;
}
#shopinfo .othershop p {
  text-align: right;
  margin-bottom: .5em;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　モバイルレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 280px) {
.pointimg {
  width: 230px;
  background-size: 230px 420px;
}
.pointimg.no1 {
  height: 130px;
  background-position: left top; 
}
.pointimg.no2 {
  height: 143.333px;
  background-position: left top -130px; 
}
.pointimg.no3 {
  height: 146.666px;
  background-position: left top -273.333px; 
}
}