@charset "utf-8";
/*　PCレイアウト用 style_pf.css,style_pf_sp.css追加css　*/
section {
  padding: 40px 0;
  /*contain-intrinsic-size: inherit;*/
}
/* -------------------------------------- メインビジュアル .main_v  */
/*.main_v {
  padding-bottom: 70px;
  top: 70px;
  overflow: visible;
}
.catch {
  display: block;
  width: 50%;
  height: 500px;
  min-width: auto;
  min-height: auto;
  overflow: visible;
  background-size: 530px 500px;
  background-position: right top;
  background-color: #F1F1F1;
  box-shadow: 0 0 3px 1px #F3E8D1;
  position: relative;
}
.catch::after {
  content: "";
  width: 50px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg,rgba(241,241,241,1.00) 0%,rgba(241,241,241,0.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(241,241,241,1.00) 0%,rgba(241,241,241,0.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(241,241,241,1.00) 0%,rgba(241,241,241,0.00) 100%);
  background-image: linear-gradient(90deg,rgba(241,241,241,1.00) 0%,rgba(241,241,241,0.00) 100%);
  position: absolute;
  right: 480px;
  top: 0;
}
h1 {
  white-space: nowrap;
  left: calc(50% - 50px);
  top: 160px;
}
h1::after {
  width: 125%;
  border-bottom: 4px solid #FF3700;
  position: absolute;
  left: -1em;
}
.catchcopy {
  width: 500px;
  padding: .5em .8em;
  left: calc(50% - 50px);
  bottom: 0;
  z-index: 4;
}
.catchcopy .bg {
  padding: .5em .8em;
} */
/* -------------------------------------- 資料請求 .doc  */
.doc {
  padding: 40px 0 0;
  /*text-align: center;*/
}
/*.doc ul::after {
  width: 860px;
  height: 150px;
  left: calc(50% - 430px);
  bottom: -80px;
}
.doc li {
  width: 250px;
  height: 250px;
  padding-top: .5em;
  font-size: 2.8rem;
  border: 6px solid #00CA7C;
}
.doc li:first-child {
  padding-top: 0;
}
.doc ul + p {
  font-size: 3.8rem;
  line-height: 1.2;
}*/
.doc .docbtn a {
  width: 700px;
  padding: 110px 0 0;
  /*margin: 1em auto;
  font-size: 1.6em;*/
}
/*.doc .docbtn a::after {
  right: .8em;
  transition: 1s;
}
.doc .docbtn a:hover::after {
  right: .5em;
}*/
.doc .elise {
  width: 580px;
  padding: 1.5em 1em 0;
  font-size: 1.2em;
  line-height: 1.4;
  left: 5px;
}
.doc .elise h3 {
  width: 450px;
  padding-left: 1em;
  text-align: left;
  top: -1em;
  left: -10px;
}
.doc .elise h3::before {
  border-top: 10px solid #C19C00;
  border-left: 10px solid transparent;
  bottom: -10px;
}
/* -------------------------------------- レッスン紹介映像 .movie */
.movie h2 {
  font-size: 3.2rem;
}
.playinfo {
  font-size: 1em;
}
.playinfo::before {
  width: 20px;
  height: 20px;
}
/* -------------------------------------- 推薦者の声 .recom */
.recom {
  width: 720px;
  padding: .8em 1em 0;
}
.recom::before {
  width: 190px;
  height: 280px;
}
.recom-img {
  width: 180px;
  height: 270px;
  right: 1em;
  top: 1em;
} 
.recom h2 {
  font-size: 3rem;
}
.recom h3 + p {
  font-size: 1em;
}
.recom .title {
  width: 720px;
  margin-left: -1em;
}
/* -------------------------------------- プロフィール .prof */
.prof {
  width: 720px;
  margin: 0 auto;
}
.prof h2 {
  padding-top: 30px;
  min-height: 150px;
  padding-left: 170px;
  font-size: 3.2rem;
  background-position: left top;
}
.prof h2 + p {
  margin: 0 1em;
}
.profbox {
  width: 720px;
  margin: 1em auto;
  padding: 1em;
} 
.profbox::before {
  width: 170px;
  height: 170px;
  background-size: 170px 400px;
  border: 5px solid #FFFFFF;
  right: 1em;
  top: 1em;
}
.profbox h3 {
  width: 500px;
  padding: 1em 0 0;
  font-size: 1.2em;
}
.profbox h3 + p {
  margin-bottom: 0;
}
.career-btn {
  margin-bottom: 0;
  text-align: right;
}
/*.career-btn a {
  display: block;
  width: 540px;
  height: 60px;
  margin: 0 auto;
  padding: 10px 0;
  color: #3D232B;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  border: 3px solid #DED3B0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.career-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #DED3B0;
  border-right: 22px solid transparent;
  animation: .5s ease-in 1s infinite alternate slidein;
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  margin: 0 auto;
}
@keyframes slidein{
  0%{
  right: 10px;
  }
  100%{
  right: 0;
  }
}
.career-btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #F8F8EF;
  transition: width 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.career-btn a:hover::before {
  width: 100%;
}
.career-btn a:hover::after {
  animation: none;
}
.career-btn a:hover span {
  position: relative;
  z-index: 100;
}*/
.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;
}
.careerbox::after {
  content-visibility: hidden;
  display: none;
}
.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;
}
.profimg {
  width: 320px;
  height: 216.470px;
  background-position: left top -320px;
  background-size: 320px 752.9411764px;
  border: 5px solid #FFFFFF;
}
.profbox > p:nth-last-child(2)  {
  width: auto;
  margin: 0;
  text-align: center;
}
.profbox .flexbox {
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 1em;
}
.profbox .flexbox p:last-child {
  width: auto;
  margin-right: 1em;
}
.profbox .flexbox p:last-child img {
  width: 300px;
}
/* -------------------------------------- 弾いてみたいけど… .worry */
.worry ul {
  width: 720px;
  margin: 0 auto 120px;
  justify-content: space-around;
}
.worry ul::after {
  width: 500px;
  height: 150px;
  background-size: 500px 150px;
  left: calc(50% - 250px);
  bottom: -100px;
}
.worry li {
  width: 168px;
  padding-top: 248px;
  background-size: 504px 248px;
}
.worry li:nth-child(2) {
  background-position: left -168px top;
}
.worry li .nai {
  width: auto;
  padding: .5em 1em;
  margin-left: 0;
  font-size: 2.4rem;
  border-radius: 10px;
}
.worry > p {
  font-size: 4.4rem;
  margin-bottom: .5em;
}
.worry > p.red {
  font-size: 4.4rem;
}
/* -------------------------------------- チャレンジしています .challenge */
.challenge .ttl {
  margin: 0 0 1em;
}
.challenge .ttl p {
  font-size: 2.8rem;
}
.challenge .ttl .ylw {
  font-size: 3.2rem;
}
.challenge .flexbox_all {
  flex-wrap: nowrap;
  justify-content: center;
}
.challenge figure {
  width: 175px;
  margin: 0 1em .5em;
}
.challenge figure img {
  width: 175px;
}
/* -------------------------------------- レッスンの特徴 .tokucho */
.tokucho .flexbox_all {
  flex-wrap: nowrap;
}
.tokucho li {
  width: 21%;
  padding: 195px .5em 1em;
  font-size: .9em;
  position: relative;
}
.tokucho li::after {
  content: "";
  display: block;
  height: 60%;
  border-left: 4px dashed #00804F;
  position: absolute;
  top: 20%;
  right: 0;
}
.tokucho li:first-child, .tokucho li:nth-child(2) {
  padding: 195px .5em 1em;
}
.tokucho li:first-child::before, .tokucho li:nth-child(2)::before {
  top: 10px;
}
.tokucho li:first-child::after {
  width: auto;
  height: 60%;
  border-bottom: none;
  border-right: none;
}
.tokucho li:nth-child(4)::after {
  content: "";
  display: none;
}
.present {
  width: 650px;
}
.present a {
  width: 500px;
  height: 100px;
  padding: .6em 0 0 120px;
  border-radius: 50px;
}
.present a::before {
  width: 494px;
  height: 94px;
  border-radius: 47px;
  left: calc(50% - 247px);
  top: calc(50% - 47px);
}
.present a::after {
  right: 40px;
  transition: .5s;
}
.present a:hover::after {
  right: 30px;
}
.present a.docbtn {
  font-size: 1.4em;
  line-height: 1.2;
  margin: 1em auto 2.5em;
  background-position: left 40px center;
}
.present a.phonebtn {
  display: none;
}
.present .telno img {
  width: 400px;
}
/* -------------------------------------- ３つの理由 .rsn  */
.rsn h2 + p {
  padding-left: 0;
  font-size: 6rem;
  line-height: 1.2;
}
.rsn h3 {
  width: 880px;
  padding: 0 80px 0 140px;
  margin: 2em auto 1em;
  font-size: 3.2rem;
  line-height: 1.4;
}
.rsn-badge {
  width: 100px;
  height: 100px;
  left: 20px;
  top: calc(50% - 50px);
}
.rsn-badge::after {
  width: 96px;
  height: 96px;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
}
.rsn > p {
  width: 880px;
  padding: 0 80px 0 140px;
  margin: 0 auto .5em;
}
.rsn p.txt_c img {
  width: 560px;
}
.rsnbox {
  width: 720px;
  margin: 1em auto;
  padding: 1em 70px;
}
.rsnbox h4 {
  font-size: 2.6rem;
}
.rsn .yt_play {
  transition: .5s;
}
.rsn .yt_play:hover {
  filter: brightness(120%);
}
.rsn > p:last-child {
  font-size: 3.6rem;
  line-height: 1.4;
}
/* -------------------------------------- ポイント .point  */
/*.point {
  padding: 0;
}*/
.point h2 {
  width: 740px;
  padding-bottom: 1.2em;
  margin: 0 auto;
  font-size: 4rem;
}
.point h2 .txt_sm {
  font-size: 2.8rem;
  margin-bottom: .5em;
}
.point h2::before,
.point h2::after {
  height: 160px;
  background-size: 250px 160px;
}
.point h2::before {
  width: 120px;
}
.point h2::after {
  width: 130px;
}
.pointbox {
  width: 740px;
  margin: 0 auto 1em;
  padding: 1em 80px;
  background-color: #FFFFFF;
}
.pointbox p {
  margin: 1em 0;
}
.pointbox h3 {
  /*padding: 1em 1em 0;*/
  font-size: 2.4rem;
  letter-spacing: 0;
}
.pointbox h3 span.br_right {
  font-size: 2.0rem;
  font-weight: normal;
}
.pointimg {
  margin: 0;
  width: 552px;
  background-size: 552px 1008px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.pointimg.no1 {
  height: 313px;
  background-position: left top; 
}
.pointimg.no2 {
  height: 344px;
  background-position: left top -313px; 
}
.pointimg.no3 {
  height: 354px;
  background-position: left top -656px; 
}
.pointbox img {
  width: 560px;
}
/* -------------------------------------- 気になる中身は .nakami */
.nakami {
  width: 780px;
  margin: 0 auto;
}
.nakami h2 {
  font-size: 4rem; 
}
.nakami .ora.b {
  font-size: 2.8rem;
  line-height: 1.4;
}
.kando {
  width: 720px;
  padding: .8em 1em .2em;
  border-radius: 1em;
}
.kando p:first-child {
  font-size: 2.4rem;
}
.kando .check {
  padding: 0 1em 0 50px;
  font-size: 4rem;
}
.kando .check:last-child {
  padding: 0 0 0 50px;
}
.kando + p {
  margin-bottom: 2em;
  font-size: 3rem;
}
/* -------------------------------------- 各弾紹介 .lesson  */
.lesson {
  width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
.lesson::before {
  width: 370px;
  height: 240px;
  background-size: 370px 720px;
  top: 100px;
}
.lesson.dai2::before {
  background-position: left top -240px;
  top: 120px;
}
.lesson.dai3::before {
  background-position: left top -480px;
  top: 100px;
}
.lesson h2 {
  width: 780px;
  height: 80px;
  padding: .6em 0 .4em 130px;
  font-size: 3.2rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.lesson h2 .dan-no {
  width: 100px;
  padding-top: 80px;
  left: 10px;
}
.lesson h2 .dan-no::before {
  width: 100px;
  height: 80px;
  background-size: 300px 80px;
  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;
  font-size: 3rem;
  line-height: 1.4;
}
.caption_ttl + p {
  margin-bottom: 2em;
  line-height: 1.4;
}
.lesson h3 + ul {
  margin-bottom: 1em;
}
.lesson h3 + ul li {
  letter-spacing: 0;
}
.lsnbox {
  width: 780px;
  margin: 0 auto 1em;
  padding: 1em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.lsnbox h3 {
  margin-bottom: 1em;
}
.lsn_indx {
  margin-left: 35px;
}
.lsnbox li {
  line-height: 1.4;
  font-size: 1em;
}
.nakami_smry {
  padding: 1em;
}
.smrybox {
  display: flex;
  position: relative;
}
.lesson .smrybox::after {
  content: "";
  display: block;
  width: 320px;
  height: 175px;
  margin: .5em auto;
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 3px 2px rgba(150,104,91,0.40);
}
.lesson.dai1 .smrybox::after {
  background-image: url("../of123-img/dvd_no1.jpg");
  background-size: 320px 1750px;
}
.lesson.dai1 .smrybox.no1::after {
  background-position: left top -350px;
}
.lesson.dai1 .smrybox.no2::after {
  background-position: left top -1050px;
}
.lesson.dai1 .smrybox.no3::after {
  background-position: left top -525px;
}
.lesson.dai2 .smrybox::after {
  background-image: url("../of123-img/dvd_no2.jpg");
  background-size: 320px 1400px;
}
.lesson.dai2 .smrybox.no1::after {
  background-position: left top -1225px;
}
.lesson.dai2 .smrybox.no2::after {
  background-image: url("../ppc-img/dvd_no2-2.jpg");
  background-size: 320px 175px;
  background-position: left top;
}
.lesson.dai3 .smrybox::after {
  background-image: url("../of123-img/dvd_no3.jpg");
  background-size: 320px 1400px;
}
.lesson.dai3 .smrybox.no1::after {
  background-position: left top -350px;
}
.lesson.dai3 .smrybox.no2::after {
  background-position: left top -700px;
}
.jsrc {
  margin-top: -3em;
}
/* -------------------------------------- 分かりやすい工夫 .idea  */
.idea {
  padding-top: 60px;
}
.idea h2 {
  font-size: 4rem;
}
.idea h2 + p.txt_lg {
  font-size: 3.8rem;
  line-height: 1.4;
}
.ideabox {
  width: 780px;
  margin: 0 auto 1em;
  padding: 1em 1.5em;
}
.ideabox h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  padding-left: 1.4em;
  margin-bottom: .5em;
}
.ideabox h3 + p,
.ideabox:nth-of-type(3) p:nth-of-type(2) {
  padding-left: 4.5rem;
  margin-bottom: .5em;
}
.tri-mark li {
  padding-left: 4.5rem;
  font-size: 2.4rem;
}
.gray-kdmr {
  padding: 1em 0;
  font-size: 2.4rem;
  letter-spacing: 0;
}
.ideabox:nth-of-type(2)::before {
  width: 170px;
  height: 240px;
  background-size: 170px 240px;
  right: 4.5rem;
  top: calc(50% - 55px);
}
.ideabox h4, .ybsr_m-list {
  font-size: 1em;
  margin-left: 4.5rem;
}
.ideabox:nth-of-type(4) h3 + p {
  width: 250px;
  padding-left: 0;
}
.ideabox:nth-of-type(4) h3 + p img {
  width: 250px;
}
.ideabox p.txt_c img {
  width: 560px;
}
.watch-type {
  display: flex;
  align-content: flex-start;
  margin-left: 20px;
}
.watch-type li {
  margin-top: 0;
  font-size: 2rem;
}
.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: 4rem;
}
.hikaku figure {
  font-size: 1em;
}
.hikaku table {
  width: 780px;
  margin: 1em auto 2em;
}
.hikaku table::before {
  width: 300px;
  left: calc(50% - 191px);
}
.hikaku tbody th {
  width: 150px;
}
.hikaku tbody td {
  width: 215px;
}
.hikaku h2.arrow {
  padding-top: 120px;
  margin-bottom: 1em;
  font-size: 4rem;
  letter-spacing: 0;
  background-position: center top 20px;
  background-size: 310px 60px;
}
.hikaku h2.arrow + .minbox {
  margin-bottom: 3em;
  line-height: 1.6;
}
.hikaku p.txt_c img {
  width: 560px;
}
.down {
  width: 650px;
  margin: 0 auto;
  padding: 70px 180px 60px 0;
  background-position: right top;
  background-size: 180px 200px;
}
/* -------------------------------------- 教材セット内容 .item  */
.item h2:first-of-type {
  width: 780px;
  margin: 0 auto 1em;
}
.item > .txt_c img {
  width: 560px;
}
.item h2:last-of-type img {
  width: 640px;
}
.item .txt_c:nth-of-type(2) img {
  width: 504px;
}
.item h3, .item h4, .item ul {
  width: 650px;
  margin: 0 auto 1em;
}
.item li {
  margin-left: 20px;
}
.or {
  width: 700px;
  margin: 0 auto 1em;
}
.or p:first-child {
  font-size: 2.4rem;
}
.or img {
  width: 640px;
}
.item h2:last-of-type + p {
  font-size: 4rem;
}
.item .price {
  text-align: center;
}
.kon-bg {
  padding: 0 20px;
  margin-right: .5em;
  font-size: .8em;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 780px;
  margin: 0 auto 60px;
}
.flow .toggle + .title {
  width: 780px;
  padding: 1.5em 0;
  font-size: 2.4rem;
  line-height: 1;
  left: calc(50% - 390px);
}
.flow .toggle + .title:hover {
  opacity: .7;
}
.tglbox.flow-online {
  padding: 0 45px;
}
.tglbox.flow-online h3 {
  margin: 1em 0;
  font-size: 2.4rem;
  text-align: left;
  border-top: none;
  border-bottom: none;
  border-left: 8px solid #0170B9;
}
.tglbox.flow-online p {
  padding: .5em 0;
}
.tglbox.flow-online img {
  max-width: 504px;
}
.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;
}
.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;
}
/* -------------------------------------- 特典バナー .tokuten */
.toku_bnr {
  text-align: center;
}
.toku_bnr img {
  /*max-height: 780px;*/
}
.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: hidden;
  display: none;
}
#p_1dan .yamato-post p.post-txt {
  content-visibility: visible;
  display: block;
  width: 650px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: .8em;
}
/* -------------------------------------- お客様の声 .voice */
.voice {
  width: 780px;
  margin: 0 auto;
}
.voice h2 + p {
  margin: 0 0 1em;
}
.tsukaikata h3 {
  padding: .5em 0;
  margin-bottom: .5em;
}
.tsukaikata .minbox {
  width: 650px;
  margin: 0 auto 2em;
  padding: 1em 100px 1em 1em;
}
.tsukaikata .minbox::after {
  width: 130px;
  height: 145px;
  right: 10px;
  bottom: -5px;
}
.voice .voice_box {
  margin: 0 auto 1em;
  font-size: 1em;
}
.voice .voice_box p:first-child {
  width: 120px;
  margin-right: 1em;
}
.voice .voice_box p:first-child img {
  max-width: 85px;
}
.voice p:last-child a {
  width: 650px;
  margin: 1em auto;
  padding: .5em 0;
  font-size: 2.4rem;
}
.voice p:last-child a::after {
  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;
}
/* -------------------------------------- ランキング .rank */
.rank, .media {
  width: 720px;
  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 {
  padding: 0 0 0 30px;
  margin-bottom: 1em;
  height: 60px;
  line-height: 60px;
  font-size: 2.4rem;
  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;
}
/* -------------------------------------- メディア .media */
.media .minbox {
  width: 700px;
  padding: 3em 30px 0;
  
}
.media .minbox p:first-child,
.media .minbox p:last-child {
  width: auto;
  margin: 0;
}
.media h3 {
  width: 650px;
  margin: 0 auto;
}
.media .minbox p:last-child {
  width: 650px;
  padding-bottom: 1em;
  margin: 0 auto;
}
.media strong {
  padding-left: .5em;
}
.media img {
  display: block;
  width: 550px;
  margin: 1em auto;
}
/* -------------------------------------- さいごに .msg */
.msg h2 {
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
}
.msg h2::before, .msg h2::after {
  width: 132px;
  height: 150px;
}
.msg h2::before {
  left: 50px;
}
.msg h2::after {
  right: 50px;
}
.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 p.msg_name {
  padding-top: 40px;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  padding: 4em 3em;
  font-size: 1.4rem;
}
#shopinfo img {
  max-width: 380px;
}
#shopinfo .shopinfo_l {
  width: 420px;
  padding: 0 19px 0 .5em;
  border-right: 1px dotted #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 420px;
  padding: 0 .5em 0 20px;
}
#shopinfo h2, #shopinfo h3 {
  font-size: 1.6rem;
}
#shopinfo h4 {
  margin: 1.5em 0 .5em;
  font-size: 1.6rem;
}
#shopinfo h3 + h4 {
  margin: 1em 0 .5em;
}
#shopinfo ul {
  letter-spacing: 0;
}
#shopinfo .maxw60 {
  max-eidth: 140px;
}
#shopinfo .maxh30 {
  max-height: 30px;
}
#shopinfo .maxh40 {
  max-height: 40px;
}
#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;
}
