@charset "utf-8";
/* スマホファースト */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900|Noto+Serif+JP:600&display=swap');*/
/*___________ 基本設定 ___________ */
/*html {
  scroll-behavior: smooth;
}*/
body {
  margin: 0;
  font-size: 1rem;
  position: relative;
}
strong {
  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";
  font-weight: 900;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
p, li {
  font-size: 4.5vw;
}
img {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
.pc_view, .is-pc {
  display: none;
}
span.pc_view {
  display: none;
}
.smp_view, .is-sp {
  display: block;
}
span.smp_view {
  display: inline;
}
.pc_block {
  display: inline;
}
.smp_block {
  display: block;
}
.txt_block {
  display: block;
}
.v_hdn {
  visibility: hidden;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, /* for IE (Keyboard) */ a:focus { /* for Netscape (Keyboard) */
  color: #CC0000;
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.red {
  color: #B80000;
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c, .center {
  text-align: center;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
/* 大枠ボックス */
main.wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 0;
}
section {
  padding: 4vw 0;
  overflow: hidden;
}
.wrapper {
  width: 96vw;
  margin: 0 auto;
  position: relative;
}
.inner {
  padding: 0 2vw;
}
.inner.wrapper {
  width: 96vw;
  padding: 0;
}
.notice_box, 
.minbox {
  width: 92vw;
  margin: 0 auto;
}
.pic_box {
  width: 96%;
  margin: 1em auto 0;
}
/* ボックス内共通設定 */
h1{
  margin: 0;
}
h2 {
  margin-bottom: 1em;
  font-size: 1.4em;
  line-height: 1.2;
  color: #650000;
  /*font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
h3, .h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #380000;
  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";
}
h4 {
  margin-bottom: 0.5em;
  color: #EA3903;
  font-size: 1.2em;
  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";
}
section p {
  margin-bottom: 1em;
}
/* -------------------------------------- 特典バナー .toku_bnr */
.toku_bnr {
  margin: 1em auto;
  text-align: center;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox.open {
  visibility: visible;
  opacity: 1;
}
.lightbox figure {
  width: 96%;
  max-width: 900px;
  margin: 0;
  position: fixed;
  left: calc(50% - 48%);
  top: calc(50% - 40vh);
  z-index: 110;
}
.lightbox figure img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  z-index: 900;
}
.lightbox figcaption {
  position: relative;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  color: #fff;
  z-index: 101;
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  text-decoration: none;
  z-index: 100;
}
.lightbox > .close {
  right: 1vw;
  top: 1vw;
}
.lightbox .close::after {
  content: "\00d7";
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  padding: 0 0 0.15rem;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lightbox .close::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  cursor: default;
}
.lightbox .close:hover {
  opacity: 1;
}
#lightboxclose.zoom-img .x-txt::before {
  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: fixed;
  bottom: 0;
  left: calc(50% - 4em);
  z-index: 500;
}
#lightboxclose {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  visibility: hidden;
  z-index: 10;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: none;
}
.h_nav {
  display: none;
}
/* -------------------------------------- メインビジュアル .main_v  */
.main_v.wrapper {
  width: 100%;
  margin: 0 0 1em;
}
/* -------------------------------------- スマホ用ナビ .s-nav  */
.s-nav ul.flexbox {
	display: flex;
  justify-content: space-around;
  margin: 1em 0;
}
.s-nav ul li {
	width: 24%;
	display: table;
	text-align: center;
}
.s-nav ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 20vw;
	padding-top: 0;
	font-size: 4vw;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 2vw;
}
/*.s-nav ul li#s-nav_1dan a,*/
.s-nav ul li#s-nav_3set a {
	font-size: 3.4vw;
}
.s-nav ul li#s-nav_ord a,
.s-nav ul li#s-nav_3set a,
.s-nav ul li#s-nav_qa a,
.s-nav ul li#s-nav_cont a{
	background-image: -webkit-linear-gradient(270deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
	background-image: -moz-linear-gradient(270deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
	background-image: -o-linear-gradient(270deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
	background-image: linear-gradient(180deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
}
#p_3set .s-nav ul li#s-nav_3set a,
/*#p_1dan .s-nav ul li#s-nav_1dan a,*/
#contact .s-nav ul li#s-nav_cont a,
.s-nav ul li a:hover {
	background-position: 0 0;
	background-image: -webkit-linear-gradient(90deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
	background-image: -moz-linear-gradient(90deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
	background-image: -o-linear-gradient(90deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
	background-image: linear-gradient(0deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
}
/*.ad_tel-bnr {
  margin-bottom: 0;
}
.ad_tel-bnr a {
  display: block;
  width: 96vw;
  height: 0;
  margin: 0 auto;
  padding-top: 11.6vw;
  background-image: url("/phone/img/free_tel.png"), url("/phone/img/free_btn.gif");
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: contain, contain;
  overflow: hidden;
}
.ad_tel-bnr::after {
  content: "※メールは24時間お受けしています";
  display: block;
  margin: 0.5em 1em;
  text-align: center;
}
.cntct_btn {
  margin: 1em 0;
}
.cntct_btn a {
  display: block;
  width: 90%;
  height: 0;
  margin: 0 auto;
  padding-top: 13vw;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.cntct_btn p:first-child a {
  background-image: url("/piano/images/doc_req-btn.png");
}
.cntct_btn p:nth-child(2) a {
  background-image: url("/piano/images/cont-btn.png");
}
.shiryo_btn {
  margin: 1em 0;
}
.shiryo_btn p {
  width: 96%;
  margin: 0 auto;
}
.shiryo_btn a {
  display: block;
  height: 0;
  padding-top: 14.3vw;
  background-image: url("/piano/images/p_shiryou-btn.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}*/
/* -------------------------------------- レッスン動画 .movie */
.movie {
  text-align: center;
}
.movie h2 {
  height: 0;
  padding-top: 25.7vw;
  background-image: url("../asp-img/p_movie-ttl.png");
}
.movie h2+p {
  margin: 0 0 0.5em;
  height: 0;
  padding-top: 17.1vw;
  background-image: url("../asp-img/p_movie_caption.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  background-color: #000000;
  position: relative;
}
.yt_play {
  position: absolute;
  background-image: url("../of123-img/youtube_sumb.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.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(227, 14, 0, 1.00);
  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, 0.80);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*.yt_movie {
  padding: 1vw 0;
  text-align: center;
  background-color: #000000;
  overflow: hidden;
}
.yt_movie a {
  display: block;
  position: relative;
}
.yt_movie a::after {
  content: "";
  display: block;
  margin: -30px 0 0 -50px;
  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: 50%;
  top: 50%;
  z-index: 999;
}
.yt_movie a:hover::after {
  background-color: rgba(227,14,0,1.00);
}
.yt_movie p {
  margin: 0;
}
.yt_movie img {
  width: 98vw;
  height: auto;
}*/
.yt_movie + p {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0.5em 0 1em;
}
.movie > p:nth-last-of-type(2) {
  margin-bottom: 0.2em;
  font-size: 1.4em;
  font-weight: bold;
  color: #A90000;
  letter-spacing: -2px;
}
.movie > p:last-of-type {
  font-weight: bold;
  color: #380000;
}
/* -------------------------------------- 講師紹介 .prof */
.prof {
}
.prof .prof_ttl {
  background-image: url("../asp-img/p_prof-ttlimg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 29vw 29vw;
}
.prof .prof_ttl h2 {
  margin: 0 0 1em 32vw;
  padding: 0.5em 0 0.5em ;
  border-bottom: 1px solid #000000;
  font-size: 1.6em;
  color: #A90000;
}
.prof .prof_box {
  margin-bottom: 1em;
  padding: 0.5em 2vw;
  background-color: #FBFBF5;
  border: 1px solid #353535;
  position: relative;
}
.prof .prof_box h3 {
  margin: .5em 28vw 0.5em 0;
  padding-left: 0.5em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  border-bottom: 2px solid #353535;
  text-indent: -0.5em;
}
.prof h4 {
  color: #380000;
}
.prof .prof_box p {
  font-size: 0.9em;
}
.prof .prof_box h3+p {
  margin-right: 28vw;
}
.prof .prof_box .prof_img {
  width: 28vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
}
.prof .prof_box .flexbox {
  display: flex;
  justify-content: center;
}
.prof .prof_box .flexbox img {
  width: 45vw;
  height: auto;
}
.prof .prof_box .flexbox:last-of-type {
  display: block;
}
.prof .prof_box .flexbox:last-of-type>.flexitem p {
  text-align: center;
  font-size: 1em;
}
.prof .prof_box .flexbox:last-of-type>p {
  text-align: center;
}
.career-btn {
  text-align: right;
}
.careerbox {
  /*display: none;*/
  width: 96vw;
  height: 80vh;
  margin: 0;
  padding: .8em 6vw;
  font-size: .8em;
  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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*for iOS*/
  _::-webkit-full-page-media, _:future, .career {
  height: 80dvh;
  overflow-y: scroll;
  }
}
.career-ttl {
  margin-left: -2vw;
  padding-left: .5em;
  font-weight: bold;
  border-left: 3px solid #DED3B0;
}
/* -------------------------------------- 推薦者の声 .recom */
.recom.inner.wrapper {
  margin: 1em 0;
  width: 100%;
  padding: 1em 2vw;
  background-image: url("../asp-img/p_recom-bg01.jpg"), url("../asp-img/p_recom-bg02.jpg"), url("../asp-img/p_recom-bg03.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top left, bottom left, center left;
  background-size: contain;
}
.recom h2 {
  margin: 1em 0 0;
  padding: 0.5em 1em;
  font-size: 5vw;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3F2B2F;
  text-shadow : 2px  2px 2px #ffffff, -2px  2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px  0px 2px #ffffff, 0px  2px 2px #ffffff, -2px  0px 2px #ffffff, 0px -2px 2px #ffffff; 
  text-align: center;
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 5%,rgba(222,211,176,1.00) 10%,rgba(226,217,187,1.00) 90%,rgba(255,255,255,0.00) 95%);
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 5%,rgba(222,211,176,1.00) 10%,rgba(226,217,187,1.00) 90%,rgba(255,255,255,0.00) 95%);
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 5%,rgba(222,211,176,1.00) 10%,rgba(226,217,187,1.00) 90%,rgba(255,255,255,0.00) 95%);
  background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 5%,rgba(222,211,176,1.00) 10%,rgba(226,217,187,1.00) 90%,rgba(255,255,255,0.00) 95%);
}
.recom h2 .smp_block {
  font-size: 1.4em;
}
.recom .recom_box {
  padding: 0.5em 4vw;
}
.recom .recom_box .recom_prof {
  padding: 0.5em 2vw;
  color: #3F2B2F;
  font-size: 0.8em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.recom .recom_box .recom_prof p:nth-of-type(2) {
  margin-bottom: 0;
  background-color: #DED3B0;
}
.recom .recom_box .recom_prof img {
  width: 30vw;
}
/* -------------------------------------- 上部お客様の声 .voice-top */
.voice-top {
  margin-bottom: 2em;
}
.voice-top .inner {
  padding-bottom: 1em;
  background-color: #EA7B03;
}
.voice-top h2,
.voice-top h3 {
  height: auto;
  margin: 0;
  padding: 0 0 1em;
  font-size: 1.4em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.2;
  color: #380000;;
  text-align: center;
}
.voice-top h3 {
  padding: 1em 0;
  color: #FFFFFF;
}
.voice-top h2 .voice-top-ttl {
  display: block;
  margin-top: 0.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: #E93700;
  letter-spacing: 1px;
}
.voice-top .voice_box {
  margin: 0 auto 1em;
  padding: 1em 0.8em 2.5em;
  width: 100%;
  min-height: 13em;
  background-color: #FFFFFF;
  position: relative;
}
.voice-top .voice_box::before {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  background-image: url("../asp-img/p_voice_frm.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.voice-top .voice_box:last-of-type {
  margin-bottom: 0;
}
.voice-top .voice_box h3 {
  font-size: 1.1em;
  color: #EC3B04;
}
.voice-top .voice_box p {
  font-size: 0.9em;
}
.voice-top .voice_box p:nth-last-child(2) {
  display: block;
  width: 55vw;
}
.voice_box p:last-child {
  margin-bottom: 2em;
  width: 35vw;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: 2vw;
  bottom: -0.8em;
}
.voice_box p:last-child img {
  width: 25vw;
  height: auto;
  max-width: 100px;
  max-height: 132px;
}
.voice_box::after {
  content: "※実践されたお客様個人のご感想です。";
  display: block;
  clear: both;
  padding-top: 0.2em;
  white-space: pre;
  font-size: 0.8em;
  text-align: right;
  color: #666666;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.voice.voice_challenge h2{
  height: 0;
  padding-top: 17.1vw;
  background-image: url("../asp-img/p_voice-challenge-ttl.png");
}
.voice.voice_challenge .voice_box {
  margin: 1em 0;
  padding: 0.5em 2vw 3.5em;
}
.voice.voice_challenge .voice_box p {
  font-size: 0.9em;
}
.voice.voice_challenge .voice_box p:nth-last-of-type(2) {
  width: 60vw;
}
.voice.voice_challenge .voice_box p:last-child {
  width: 30vw;
}
/* -------------------------------------- ピアノ教材について .about */
.about {
  margin-top: 1em;
}
.about h2 {
	margin-bottom: 0;
  padding: 0.5em 2vw;
  color: #FFFFFF;
  text-align: center;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: -2px;
  background-color: #F15C0E;
  text-shadow: 0 0 10px #E11D02;
  position: relative;
}
.about h2::before,
.about h2::after {
  content: "\025bc";
  font-size: 1.4em;
  position: absolute;
  top: 50%;
}
.about h2::before{
  left: 0.2em;
}
.about h2::after {
  right: 0.2em;
}
.about h2 .txt_sm {
  display: inline-block;
  margin-bottom: 0.2em;
  line-height: 1.2;
}
.about .h3_pos {
  margin-bottom: -3em;
  position: relative;
}
.about h3, .about .h3 {
  position: relative;
  display: inline-block;
  margin: 1em 2vw 1em 15px;
  padding: 1em 15vw 1em 10px;
  min-width: 94%;
  max-width: 100%;
  height: auto;
  color: #0C0046;
  font-size: 4.35vw;
  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";
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 20vw;
  overflow: visible;
  background-color: #FFF;
  border: solid 3px #558FB7;
  box-sizing: border-box;
}
.about h3::before, .about .h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.about h3::after, .about .h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #558FB7;
  z-index: 1;
}
.about .notice_box {
  padding: 0.5em 0;
  min-height: 30vw;
  background-size: 24vw auto;
  background-repeat: no-repeat;
  background-position: right bottom 0.5em;
}
.about .notice_box.ans1 {
  background-image: url(../asp-img/you_icon-01.png);
}
.about .notice_box.ans2 {
  background-image: url(../asp-img/you_icon-02.png);
}
.about .notice_box.ans3 {
  background-image: url(../asp-img/you_icon-03.png);
}
.about .notice_box.ans4 {
  background-image: url(../asp-img/you_icon-04.png);
}
.about .notice_box p:last-of-type {
  margin-right: 24vw;
} 
.about .notice_box.ans1 p:last-of-type  {
  margin-right: 0;
}
.about h3:first-of-type {
  background-size: 25vw;
  background-image: url("../asp-img/me_icon-01.png");
}
.about h3:nth-of-type(2)  {
  background-image: url("../asp-img/me_icon-03.png");
}
/*.about h3:nth-of-type(3)  {
  background-image: url("../asp-img/me_icon-03.png");
}
.about h3:nth-of-type(4)  {
  background-image: url("../asp-img/me_icon-04.png");
}
.about .h3_pos h3 {
  background-image: url("../asp-img/me_icon-06.png");
  position: relative;
  top: -3em;
  z-index: 999;
}*/
.about .h3 {
  color: #470000;
  font-weight: bold;
  border: solid 3px #EA3903;
}
.about p.h3:first-of-type {
  background-image: url("../asp-img/me_icon-02.png");
}
.about p.h3:nth-of-type(2) {
  padding: 1.3em 15vw 1.3em 10px;
  background-image: url("../asp-img/me_icon-05.png");
}
.about h3.h3 {
  background-image: url("../asp-img/me_icon-04.png");
}
.about .h3::after {
  border-right: 14px solid #EA3903;
}
.about .about_img {
	margin: 0 auto 1em;
  padding: 0 2vw 1em;
  width: 96vw;
  background-color: #FFF8EE;
  border: 2px solid #EA3903;
  border-radius: 1em;
}
.about .about_img h4 {
	margin: 0.5em auto;
  line-height: 1.4em;
  color: #EA3903;
  text-align: center;
}
.about .about_img p {
  margin-bottom: 0;
}
.about .about_img strong {
  color: #EA3903;
}
.about .about_img:last-of-type img {
  width: 60%;
}
.about .about_img:last-of-type p:last-child {
  text-align: center;
}
.about .yt_movie {
  background-color: #FFF8EE;
}
.about .yt_play {
  position: absolute;
  background-image: url("../asp-img/p_about-img04.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 260px 210px;
  overflow: hidden;
}
.about .yt_play::before {
  content: "";
  display: none;
  content-visibility: none;
}
/* -------------------------------------- 楽しく続く理由 .reason */
.reason h2 {
  height: 0;
  padding-top: 14.8vw;
  background-image: url("../asp-img/p_reason-ttl.png");
}
.reason li {
  margin: 0.5em 2vw 0;
  padding: 0.5em 2vw 0.5em 3em;
  border: 1px solid #EA3903;
  position: relative;
}
.reason li::after {
  content: "";
  display: block;
  width: 12vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1vw;
  left: -2vw;
  z-index: 999;
}
.reason li:nth-child(1)::after {
  background-image: url("../asp-img/p_reason-flag01.png");
}
.reason li:nth-child(2)::after {
  background-image: url("../asp-img/p_reason-flag02.png");
}
.reason li:nth-child(3)::after {
  background-image: url("../asp-img/p_reason-flag03.png");
}
.reason li:nth-child(4)::after {
  background-image: url("../asp-img/p_reason-flag04.png");
}
.reason li:nth-child(5)::after {
  background-image: url("../asp-img/p_reason-flag05.png");
}
.reason li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.reason h3 {
  color: #EA3903;
}
.reason strong {
  color: #EA3903;
}
.reason picture:first-of-type {
  margin-bottom: 1em;
}
/* -------------------------------------- 各弾の中身は .nakami */
.nakami h2 {
	/*margin-bottom: 0;
  padding: 0.5em 0;*/
  color: #353535;
  text-align: center;
  font-size: 1.8em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.nakami h2 .or-lg {
  color: #EA3903;
  font-size: 1.2em;
}
/*.nakami h2 .smp_block {
  font-size: 1.2em;
}*/
.nakami h3 {
	margin-bottom: 0;
  padding: 0.5em 2vw 0.5em 22vw;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6em;
  color: #FFFFFF;
  background-color: #010D5F;
  position: relative;
}
.nakami h3 .smp_block {
  display: block;
  width: 20vw;
  height: 0;
  margin-top: -10vw;
  padding-top: 20vw;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
}
.nakami .first h3 .smp_block {
  background-image: url("../asp-img/p_1dan-ttlop.png");
}
.nakami .second h3 .smp_block {
  background-image: url("../asp-img/p_2dan-ttlop.png");
}
.nakami .third h3 .smp_block {
  background-image: url("../asp-img/p_3dan-ttlop.png");
}
.nakami .naiyou_txt {
  padding: 0.5em 2vw;
  position: relative;
}
.nakami .naiyou_txt p:first-child {
  padding-right: 35vw;
  color: #010D5F;
  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: 35vw;
  position: absolute;
  top: 0.5em;
  right: 2vw;
}
.nakami .set_list {
  padding: 0 2vw;
}
.nakami .set_list h4 {
  display: inline-block;
	margin-bottom: 0;
  padding: 0 2vw;
  font-size: 1em;
  font-weight: normal;
  font-family: "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: #FFFFFF;
  background-color: #010D5F;
}
.nakami .set_list ul {
  margin-bottom: 0;
  padding-left: 2em;
  list-style-type: disc;
}
.nakami .set_list ul+p {
  font-size: 0.9em;
  text-align: right;
}
.nakami .set_list .m_list {
  overflow: hidden;
}
.jsrc {
  display: inline-block;
  float: right;
  padding-left: 3.5em;
  background-image: url("../of123-img/jasrac-logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3em auto;
}
.nakami .naiyou_ttl {
  display: none;
}
.nakami .nakami_box {
  padding: 0 2vw;
}
.nakami .nakami_box h3 {
	margin: 0;
  padding: 0.2em 0.5em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4em;
  color: #460000;
  text-align: left;
  background-color: transparent;
  border-left: 10px solid #8F0000;
}
.nakami .nakami_box h3 .smp_block {
  font-size: 1em;
}
.nakami .nakami_box h4 {
  padding-left: 0.5em;
  color: #353535;
  font-size: 1.1em;
  border-bottom: 2px solid #010D5F;
}
.nakami .nakami_box h4 span:first-of-type {
  display: block;
  color: #010D5F;
}
.nakami .nakami_box .flexitem+p {
  text-align: center;
}
.nakami .nakami_box .flexitem+p img {
  width: auto;
}
/* -------------------------------------- 分かりやすい工夫 .idea */
.idea {
}
.idea h2 {
  height: 0;
  padding-top: 27.6vw;
  background-image: url("../asp-img/p_idea-ttl.png");
}
.idea .idea_box {
  padding: 0.5em;
  margin-bottom: 0.5em;
  color: #350000;
  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";
  background-image: url("../asp-img/idea-bg_01.png"), url("../asp-img/idea-bg_02.png"), url("../asp-img/idea-bg_03.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: contain;
  position: relative;
}
.idea .idea_box h3 {
  padding-left: 10vw;
  margin: 0.5em 0;
  background-image: url("../asp-img/p_idea-h3chk.jpg");
  background-repeat: no-repeat;
  background-position: left 2vw top 0.2em;
  background-size: 6vw auto;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.4;
}
.idea .idea_box strong {
  color: #EA3903;
  font-family: inherit;
  font-size: 1.2em;
}
.idea .idea_box:first-of-type li {
  padding-left: 8vw;
  font-weight: bold;
  background-image: url("../asp-img/p_idea-limrk.jpg");
  background-repeat: no-repeat;
  background-position: left 2vw top 0.2em;
  background-size: 4vw auto;
}
.idea .idea_box:first-of-type .flexbox p:last-child {
  padding: 0.5em;
  background-color: #E4E4E4;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5em;
}
.idea .idea_box .inner.wrapper>p {
  padding-left: 6vw;
  font-weight: bold;
}
.idea .idea_box h4 {
  margin-bottom: 0.5em;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  font-family: inherit;
  background-color: #EA3903;
  border-radius: 1em;
}
.idea .idea_box .chk_mark li {
  padding-left: 6vw;
  background-image: url("../asp-img/p_idea-lichk.jpg");
  background-repeat: no-repeat;
  background-position: left 2vw top 0.2em;
  background-size: 4vw auto;
}
.idea .idea_box:nth-of-type(2) ul.ybsr_m-list li {
  /*display: inline;*/
  font-size: 0.9em;
}
.idea .idea_box:nth-of-type(2) ul.ybsr_m-list li::before {
  content: "\02022";
  padding: 0 0.2em 0 0.5em;
}
.idea .idea_box:nth-of-type(2) ul.ybsr_m-list+p {
  margin: 0;
  width: 40vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.idea .idea_box:nth-of-type(3) p:last-child,
.idea .idea_box:nth-of-type(4) p:last-child {
  margin: 0 auto;
  width: 70vw;
}
.idea_box:nth-of-type(5) 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 {
  text-align: center;
  color: #EC3B04;
  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";
  letter-spacing: -.05em;
}
.hikaku h2::before {
  content: "";
  display: block;
  margin: 0 auto 0.5em;
  width: 50vw;
  height: 11vw;
  background-image: url("../of123-img/hikaku_arrow.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
.hikaku .hikaku_cap {
  margin-bottom: 1em;
}
.hikaku .hikaku_cap li {
  padding-left: 3em;
  text-indent: -3em;
  font-size: 3.2vw;
}
.hikaku .b {
  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";
  color: #460000;
}
.hikaku strong {
  color: #EC3B04;
}
/* -------------------------------------- 教材内容・価格 .item */
.item {
  padding-bottom: 0;
  color: #353535;
}
.item>p:first-of-type {
  margin-bottom: 0.5em;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  background-color: #0E195F;
}
.item h2 {
  color: #0E195F;
  font-size: 2em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.item h2 .smp_block {
  display: block;
  height: 0;
  margin-top: 0.2em;
  padding-top: 10vw;
  background-image: url("../asp-img/p_item-ribon.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
.item .item_sub-ttl {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  text-align: center;
  color: #411506;
  font-weight: bold;
  background-image: url("../asp-img/p_item-ttlbg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.item h3, .item h4 {
  margin-bottom: 0.2em;
  color: #0E195F;
}
.item .item_dan {
  margin-bottom: 0.5em;
  padding: 0.5em 2vw;
  background-color: #DCDCDC;
  overflow: hidden;
  position: relative;
}
.item .item_dan ul:nth-of-type(2),
.item .item_dan p {
  margin-bottom: 0;
}
.item ul li {
  padding-left: 2vw;
}
.item .txt_sm {
  text-align: center;
}
.or {
  margin: 1em auto;
  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;
}
/* -------------------------------------- 1弾レター教材内容・価格 .item1dan */
.item1dan {
  padding-bottom: 0;
  color: #353535;
}
.item1dan h2 {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  line-height: 1.2;
  font-size: 7vw;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  color: #FFC954;
  background-color: #0E195F;
}
.item1dan>p:first-of-type {
  color: #411506;
  font-size: 1.2em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.item1dan>p:first-of-type strong {
  color: #EF1E17;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.item1dan .item_sub-ttl {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  text-align: center;
  color: #411506;
  font-weight: bold;
  background-image: url("../asp-img/p_item-ttlbg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.item1dan .item_sub-ttl + .flexbox p:first-child {
  width: 60vw;
  margin: 0 auto;
}
.item1dan > ul {
  padding: 0 2vw 1em 1.5em;
  background-image: -webkit-linear-gradient(270deg,rgba(255,248,212,0.00) 0%,rgba(255,248,212,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,248,212,0.00) 0%,rgba(255,248,212,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,248,212,0.00) 0%,rgba(255,248,212,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,248,212,0.00) 0%,rgba(255,248,212,1.00) 100%)
}
.item1dan > ul li {
  padding: 0 !important;
  list-style-type: disc;
  font-size: 0.9em;
}
.item1dan h3, .item1dan h4 {
  margin-bottom: 0.2em;
  color: #0E195F;
}
.item1dan .item_dan {
  margin-bottom: 0.5em;
  padding: 0.5em 2vw;
  background-color: #DCDCDC;
  overflow: hidden;
  position: relative;
}
.item1dan .item_dan ul:nth-of-type(2),
.item1dan .item_dan p {
  margin-bottom: 0;
}
.item1dan ul li {
  padding-left: 2vw;
}
.item1dan .txt_sm {
  text-align: center;
}
/* -------------------------------------- 購入ボタン .ord_btn */
.ord_btn {
  margin-top: 2em;
  padding: 0;
  text-align: center;
}
.ord_btn p {
  margin: 0;
}
.ord_btn>p:first-of-type img {
  width: 60vw;
  margin-bottom: 0.5em;
}
.ord_btn>p:nth-of-type(2) {
  margin-bottom: 1em;
}
.btn_only .ord_btn {
  margin-top: 1em;
}
.btn_only .ord_btn .btn_top, 
.ord_btn .pay-type {
  content-visibility: hidden;
  display: none;
}
.btn_only .ord_btn .btn_top, 
.ord_btn .pay-type {
  content-visibility: hidden;
  display: none;
}
.itlp .ord_btn .pay-type {
  content-visibility: visible;
  display: block;
  font-size: .9em;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  margin: 0 2vw;
  padding: 1em .5em 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px #271100;
  background-color: #602B00;
  position: relative;
}
.toggle {
  display: none;
}
.title,
.tglbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 6vw;
  top: calc(50% - 1rem);
  width: 2px;
  height: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px #271100;
  transition: all 0.3s;
}
.title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px #271100;
}
.tglbox {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}
.tglbox p {
  margin: 0;
  padding: .5em 0 0;
  font-size: 0.9em;
  line-height: 1.5;
}
.tglbox p:last-child {
  padding: .5em 0;
}
.toggle:checked + .title + .tglbox {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .title::after {
  transform: rotate(90deg) !important;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 96vw;
  margin: 0 2vw 1em;
  border: 1px solid #0170B9;
}
.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);
}
.toggle + .title::after,
.toggle + .title::before {
  box-shadow: 0 2px 2px rgba(0,51,67,0.70);
}
.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;
  border-left: 5px solid #0170B9;
}
.tglbox.flow-online p {
  margin: 1em 0;
  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 auto;
  background-position: left top;
  position: absolute;
  right: -5vw;
  top: -30px;
}
/* -------------------------------------- 指スラ .yubisura */
.yubisura h2 {
  color: #441406;
  font-size: 1.4em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.w_u-line {
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  z-index: 100;
}
.w_u-line::before {
  content: "";
  display: inline-block;
  width: 13em;
  height:10px;
  position: absolute;
  top: 0.8em;
  left: 0;
  border-bottom: 10px double rgba(255,255,0,0.20);
  z-index: 0;
}
.yubisura .ybsr_ttl {
  padding: 0.5em 0;
  color: #FFFFFF;
  text-align: center;
  background-color: #EF310C;
}
.yubisura .ybsr_list li {
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 1em;
  color: #EF310C;
  border: 1px solid #EF310C;
  border-radius: 1.5em;
}
.yubisura .ybsr_box {
  padding: 0 2vw;
}
.yubisura strong {
  color: #EF310C;
}
.yubisura .ybsr_m-list {
  margin: 0 4vw;
  background-color: #DCDCDC;
  border: 1px solid #353535;
}
.yubisura .ybsr_m-list h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: inherit;
  font-weight: normal;
  background-color: #441406;
}
.yubisura .ybsr_m-list ul {
  padding: 0 2vw;
  color: #441406;
}
.yubisura .ybsr_m-list li::before {
  content: "\02022";
  padding: 0 0.2em 0 0.5em;
}
/* -------------------------------------- 3弾セットリンク .link */
.link {
  padding: 4vw 2vw;
  overflow: hidden;
}
.link > p {
  display: none;
}
a.link3set  {
  display: block;
  padding: 4vw 2vw;
  text-decoration: none;
  border: 1px solid #ccc;
}
.link3set h2 {
  margin-bottom: 0;
  color: #B80000;
  text-decoration: none;
}
.link3set p {
  color: #353535;
  font-size: 0.98em;
  font-weight: bold;
  text-decoration: none;
}
.link3set img {
  width: 30vw;
  height: auto;
}
.link3set .link3set-btn {
  width: 80%;
  padding: 0.5em 0;
  margin: 0 auto;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #004514;
  border-radius: 10px;
}
.link3set:hover .link3set-btn {
  background-color: #008305;
}
/* -------------------------------------- お客様の声 .voice */
.voice h2 {
  height: 0;
  margin-bottom: 1em;
  padding-top: 31.3vw;
  background-image: url("../asp-img/p_voice-ttl.jpg");
  background-color: #FFFFFF;
}
.voice .tsukaikata h3 {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  font-family: inherit;
  font-weight: normal;
  text-align: center;
  background-color: #FFEFBD;
}
.voice .tsukaikata .notice_box {
  margin-bottom: 3em;
  padding: 0.5em 2vw;
  color: #390000;
  border: 1px solid #CCCCCC;
  border-radius: 0.5em;
  position: relative;
}
.voice .tsukaikata .notice_box::after {
  content: "";
  display: block;
  width: 25vw;
  height: 28vw;
  background-image: url("../asp-img/you_icon-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -3em;
}
.voice .voice_box {
  margin: 1em 2vw;
  padding: 0.5em 2vw;
  line-height: 1.4;
  border: 2px solid #EC3B04;
  position: relative;
}
.voice .voice_box p:nth-last-of-type(2) {
  width: 60vw;
}
.voice .voice_box p:last-child {
  margin-bottom: 2.5em;
  width: 30vw;
  font-size: 0.8em;
}
.voice>p:last-of-type a {
  display: block;
  margin: 0.5em auto;
  padding: 0.5em 0 0.7em;
  width: 90vw;
  color: #FFFFFF;
  font-family: "じゅん 201","リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  text-decoration: none;
  background-color: #EC3B04;
  border-radius: 0.5em;
  position: relative;
}
.voice>p:last-of-type a::after {
  content: "\025b6";
  position: absolute;
  right: 1em;
  bottom: 0.7em;
}
/* -------------------------------------- よくある質問 .qanda */
.qanda {
}
.qanda h2 {
  padding: 0.5em 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #6a0000;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.qanda dl.minbox {
  padding: 0;
  width: 98vw;
}
.qanda dl dt, .qanda dl dd {
  padding: 0 2vw 0 12vw;
  min-height: 10vw;
  background-repeat: no-repeat;
  background-position: left top;
}
.qanda dl dt {
  margin-bottom: 0.5em;
  font-size: 5vw;
  line-height: 1.2;
  color: #801240;
  background-image: url("../asp-img/p_qanda-iconq.png");
  background-size: 10vw 10vw;
} 
#qa dl dt.line1 {
  line-height: 10vw;
}
.qanda dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1em;
  background-image: url("../asp-img/p_qanda-icona.png");
  background-size: 10vw 10vw;
  border-bottom: 3px dotted #ccc;
}
.qanda dl dd:last-child {
  margin-bottom: 0;
}
/*#p_3set.a8lp .qanda dl dt.a8,
#p_3set.a8lp .qanda dl dd.a8,
#p_1dan .qanda dl dt.set3,
#p_1dan .qanda dl dd.set3 {
  display: none;
}*/
/* -------------------------------------- よくある質問 #qa */
/*#qa dl.minbox {
  padding: 0;
  width: 98vw;
}
#qa h2 {
  font-size: 1.4em;
  margin-bottom: 2em;
}
#qa dl dt, #qa dl dd {
  margin: 0;
  padding: 0 2vw 0 12vw;
  min-height: 10vw;
  background-repeat: no-repeat;
  background-position: left top;
}
#qa dl dt {
  margin-bottom: 0.5em;
  font-size: 5vw;
  line-height: 1.2;
  color: #FF3700;
  font-weight: bold;
  background-image: url("/piano/img/ic_q.svg");
  background-size: 10vw 10vw;
} 
#qa dl dt.line1 {
  line-height: 10vw;
}
#qa dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1em;
  background-image: url("/piano/img/ic_a.svg");
  background-size: 10vw 10vw;
  border-bottom: 3px dotted #ccc;
}
#qa dl dd:last-child {
  margin-bottom: 0;
}
#qa.a8lp dl dt.a8,
#qa.a8lp dl dd.a8,
#qa.ys_qa dl dt.ys,
#qa.ys_qa dl dd.ys,
#qa.doc_qa dl dt.doc,
#qa.doc_qa dl dd.doc {
  display: none;
  content-visibility: hidden;
}*/
/*.backbtn a {
  display: block;
  width: 92vw;
  margin: 2em auto;
  padding: .5em 0;
  color: #FFFFFF;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  background-color: #FF3700;
  border-radius: .5em;
  position: relative;
}
.backbtn a::after {
  content: "\025c0";
  position: absolute;
  left: .5em;
  top: calc(50% - .6em);
}*/
/* -------------------------------------- ランキング .rank */
.rank, .media {
  padding: 0 0 1em;
  background-image: -webkit-linear-gradient(270deg,rgba(249,252,255,1.00) 0%,rgba(209,231,255,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(249,252,255,1.00) 0%,rgba(209,231,255,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(249,252,255,1.00) 0%,rgba(209,231,255,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(249,252,255,1.00) 0%,rgba(209,231,255,1.00) 100%)
}
.rank {
  margin-top: 3em;
}
.rank h2, .media h2 {
  margin-bottom: 0.5em;
  padding: 0.5em 2vw;
  color: #FDE297;
  text-align: center;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: #00186A;
}
.rank h2+p, .media .flexbox {
  margin: 0 2vw;
  padding: 0.5em 2vw;
  background-color: #FFFFFF;
}
/* -------------------------------------- メディア .media */
.media h3 {
  color: #353535;
  font-family: inherit;
  font-size: 1.4em;
}
.media strong {
  color: #FF5400;
}
.media .flexbox>p:last-of-type {
  height: 68vw;
  text-align: center;
  background-image: url("../asp-img/p_media-img.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.media .flexbox>p:last-of-type img {
  margin-top: 5em;
  width: 60vw;
}
/* -------------------------------------- さいごに .msg */
.msg {
  margin: 3em 0;
  background-color: #FFFAE0;
}
.msg h2 {
  margin-bottom: 0;
  padding-bottom: 22vw;
  height: auto;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.4;
  color: #353535;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: relative;
}
.msg h2::before,
.msg h2::after {
  content: "";
  display: block;
  width: 20vw;
  height: 22vw;
  background-image: url("../asp-img/p_msg-ttl.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 999;
}
.msg h2::before {
  left: 0;
  transform: scale(-1,1);
}
.msg h2::after {
  right: 0;
}
.msg h2 .sub-ttl {
  display: block;
  font-size: 0.8em;
  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;
}
.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{
  text-align: right;
  font-size: 1.4em;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin: 0 auto;
  padding: 0 0 3em;
  font-size: 0.8em;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .asp_info {
  padding: 0 2vw;
  background-image: url("/img/pay/infotop.jpg");
  background-repeat: no-repeat;
  background-position: right top 2em;
  background-size: 40vw auto;
}
#shopinfo .asp_info ol li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: inherit;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 100%;
  padding: 0 0.5em 0;
  border-right: none;
}
#shopinfo .shopinfo_r {
  width: 100%;
  padding: 0 0.5em 0;
}
#shopinfo h2, #shopinfo h3 {
  margin-top: 0.5em;
  padding: 10px 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-family: "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: 4vw;
  font-weight: normal;
  background-image: url("/img/pay/shop_ttl_bg-or.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#shopinfo h3 {
  padding: 8px 0 0 20px;
}
#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-top: 1em;
  font-size: 1.2em;
  color: #353535;
}
#shopinfo p {
  font-size: 3.5vw;
  margin-bottom: 0.5em;
}
#shopinfo ul {
  font-size: 95%;
  /*letter-spacing: -1px;*/
  padding-left: 0;
  list-style-type: none;
}
#shopinfo ul li {
  font-size: 3.5vw;
  /*text-indent: -2.8em;
  padding-left: 2.5em;*/
}
#shopinfo .maxw60 {
  max-width: 60%;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .conv-ex {
  padding: 0.5em 2vw;
  background-color: #F0F0F0;
}
#shopinfo .conv-ex p {
  text-indent: 0;
}
#shopinfo .conv-ex ol li {
  text-indent: -2.8em;
  padding-left: 2.5em;
  font-size: inherit;
}
/* -------------------------------------- トップへ #page_top */
#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  background: #FF5400;
  border-radius: .5em;
  opacity: 0.8;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../asp-img/ord_icon.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#voice #page_top a::after {
  content: '\025c0\a戻る';
}
/* -------------------------------------- フッター footer */
footer {
  color: #FFFFFF;
  background-color: #00052A;
	border-top: 4px double #F5F2E9;
}
footer .wrapper {
  padding: 1em 0;
}
footer a, footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #F5F2E9;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 2em;
}
footer nav ul li {
  padding: 0.5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: 0.5em 0;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: 0.8em;
  text-align: center;
}
/* __________________________________________ ↓ここからサブページ用 */
/* -------------------------------------- ヘッダー header  */
.subp header {
  display: block;
  padding-top: 0.5em;
}
.subp header p {
  margin-bottom: 0;
}
.subp header .wrapper.flexbox p:first-child {
  margin-bottom: 0.5em;
  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;
}
.subp header .wrapper.flexbox p:first-child strong {
  display: block;
  color: #EA3903;
  font-size: 0.8em;
}
.subp header h1,
.subp header .wrapper.flexbox p:nth-of-type(2),
.subp header .h_nav {
  display: none;
}
/* -------------------------------------- パンくずリスト .path  */
.path {
  padding: 0.5em 2vw;
}
.path ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
}
.path li {
  font-size: 3.5vw;
}
.path li::after {
  content: "＞";
  font-size: 3.5vw;
  margin: 0 0.5em;
}
.path li:last-child::after {
  content: "";
  padding-right: 0;
  margin-right: 0;
}
.subp .s-nav ul.flexbox {
  margin: 0 0 1em;
}
.subp section {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1rem;
}
.subp section h2 {
  margin: 0 auto 1em;
  padding: 0.5em 0;
  width: 96vw;
  text-align: center;
  color: #FFFFFF;
  background-color: #EC3B04;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  border-radius: 0.5em;
}
.subp section li {
  font-size: 100%;
}
.subp section .notice_box {
  margin-bottom: 2em;
  padding: 1em 0.5em;
  width: 100%;
  font-size: 100%;
}
.subp section .notice_box table {
  width: 100%;
}
.subp section .notice_box tr {
  border-bottom: 1px solid #ccc;
}
.subp section .notice_box tr:last-child {
  border-bottom: none;
}
.subp section .notice_box th {
  display: block;
  width: 100%;
  padding: 0.5em 0 0;
  white-space: nowrap;
}
.subp section .notice_box td {
  display: block;
  width: 100%;
  padding: 0 0 0.5em;
}
/* __________________________________________ プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#privacy section .notice_box p, 
#privacy section .notice_box li {
  font-size: 4vw;
}
#privacy h4 {
  color: #252525;
  font-size: 1em;
}
/* __________________________________________ 運営者情報 #company */
#company ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#company iframe {
  width: 100%;
  height: 40vh;
}
#company section ol, #company section ul {
  margin-bottom: 0;
}
/* __________________________________________ 皆様のご感想 #voice */
#voice p {
  margin-bottom: 0.5em;
}
#voice #howto h2,
#voice #otayori h2,
#voice #hiketa h2 {
  width: 100%;
  border-radius: 0;
}
#voice .page_indx p, #voice .page_indx nav.indx_list {
  margin: 0 2vw;
}
#voice .page_indx .indx_list li {
  margin: 1em 0;
}
#voice .page_indx .indx_list li a {
  display: block;
  padding: 1em 0.5em 1em 3em;
  color: #6A0000;
  font-weight: bold;
  text-decoration: none;
  background-color: #FDE297;
  border-radius: 1em;
  position: relative;
}
#voice .page_indx .indx_list li a::before {
  content: "\025bc";
  font-size: 2em;
  margin-top: -0.7em;
  color: #FFFFFF;
  position: absolute;
  left: 0.2em;
  top: 50%;
}
/* -------------------------------------- 使い方 #howto  */
#voice #howto h3 {
  padding: 0.5em 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #EC3B04;
}
#voice #howto .yt_movie+p {
  text-align: center;
}
/* -------------------------------------- お便り #otayori  */
#voice #otayori h3 {
  margin-bottom: 0;
  padding: 0.5em 0;
  color: #6A0000;
}
#voice #otayori h3+p {
  text-align: center;
}
#voice #otayori .kansou_hagaki {
  margin: 1em 2vw;
}
#voice #otayori .kansou_hagaki img {
  width: 30vw;
}
#voice #otayori .kansou_hagaki dt,
#voice #otayori .kansou_hagaki dd {
  padding-left: 1em;
}
#voice #otayori .kansou_hagaki dt {
  margin-bottom: 0.2em;
  color: #0E195F;
  line-height: 1.2;
  text-indent: -1em;
  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";
}
#voice #otayori .kansou_hagaki:nth-of-type(2) dt,
#voice #otayori .kansou_hagaki:nth-of-type(6) dt,
#voice #otayori .kansou_hagaki:nth-of-type(9) dt {
  display: none;
}
#voice #otayori .kansou_hagaki dd:last-child {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px dotted #CCCCCC;
}
#voice #otayori .kansou_hagaki .kh_line {
  background:linear-gradient(transparent 60%, #ff6 60%);
}
/* -------------------------------------- ご感想 #hiketa  */
#voice #hiketa h2 {
  margin-bottom: 0;
}
#voice #hiketa h3 {
  color: #EC3B04;
}
#voice #hiketa .voice_box {
  padding: 0.5em 2vw 4em;
  border: 2vw solid #EC3B04;
  position: relative;
}
#voice #hiketa .voice_box p.m0 {
  margin-bottom: 0;
}
#voice #hiketa .voice_box p:nth-last-child(2) {
  padding-right: 30vw;
}
#voice #hiketa .voice_box p:last-child {
  line-height: 1.2;
  font-size: 0.8em;
  right: 0;
  bottom: 1em;
}
#voice #hiketa .voice_box p:last-child img {
  margin-bottom: 0.2em;
  max-width: none;
  max-height: none;
}
#voice .ord {
  padding: 60vw 4vw 1em;
  background-image: url("../ppc-img/p_voice_ord-bg.jpg");
  background-color: #F8F7E3;
  background-repeat: no-repeat;
  background-size: contain;
}
#voice .ord a {
  display: block;
  margin: 1em auto;
  padding: 0.5em 0 0.6em;
  color: #F8F7E3;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "じゅん 201","リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-decoration: none;
  text-align: center;
  background-color: #00740C;
  border-radius: 0.5em;
  position: relative;
  background-image: -webkit-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
}
#voice .ord a::after {
  content: "\025b6";
  position: absolute;
  right: 0.6em;
  bottom: 0.6em;
}