@charset "UTF-8";
/*
TOPページ用CSS
*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*良く使う色*/
/*line-height*/
/*フォントサイズ*/
/*opacity*/
p {
  line-height: 180%;
}

/*-----------------------------------------------------------------
スライダー
-----------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  padding: 0 0 40px;
  position: relative;
  z-index: 0;
}
#mainVisual .bx-wrapper .bx-viewport {
  width: 100%;
  margin: 0;
}
#mainVisual .bx-wrapper .bx-pager {
  width: 100%;
  height: 13px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 13px;
  z-index: 1;
}
#mainVisual .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 7px;
  vertical-align: top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#mainVisual .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #1a96ff;
}
#mainVisual .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active, #mainVisual .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover {
  background-color: #bef165;
}
#mainVisual #controlWrap {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 100;
}
#mainVisual #controlWrap #control {
  width: 96%;
  height: 30px;
  margin: 0 auto;
}
#mainVisual #controlWrap #control a {
  display: inline-block;
}
#mainVisual #controlWrap #control a.prev {
  float: left;
}
#mainVisual #controlWrap #control a.next {
  float: right;
}
#mainVisual #controlWrap #control a img {
  width: 11px;
  height: 30px;
}

/*-----------------------------------------------------------------
リトラボーカルクラブについて
-----------------------------------------------------------------*/
#about {
  padding-bottom: 25px;
}
#about h3 {
  margin-bottom: 15px;
}
#about .txtWrap {
  overflow: hidden;
  padding: 10px 10%;
  background: url(img/top/about_note_bg02.png) 0 0 repeat-y;
  background-size: 100% auto;
  text-align: center;
  background-color: #ebfaff;
}
#about .txtWrap h4 {
  display: inline-block;
  padding: 0 45px 10px;
  margin-bottom: 18px;
  background: url(img/top/about_clef.png) 0 0 no-repeat;
  background-size: auto 100%;
  line-height: 160%;
  font-size: 18rem;
  font-weight: bold;
  color: #1a96ff;
  position: relative;
}
#about .txtWrap h4:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  margin: 0 auto;
  background: #1a96ff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#about .txtWrap p {
  margin-bottom: 15px;
  text-align: left;
  font-size: 17rem;
}
#about .txtWrap p:last-of-type {
  margin-bottom: 0;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  color: #1a96ff;
}
#about .txtWrap .left {
  float: left;
  width: 40%;
}
#about .txtWrap .right {
  float: left;
  width: 60%;
  padding-left: 15px;
}
#about .txtWrap .right ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 14rem;
  line-height: 140%;
  background: url(img/top/about_note_icon.png) 0 0 no-repeat;
  background-size: auto 25px;
}

.banners .corona {
  width: 90%;
  margin: 40px auto;
}
.banners .banner {
  width: 90%;
  margin: 20px auto;
}

#about .about01 {
  padding: 15px 0 5px;
  background-color: #ebfaff;
}
#about .about01_img {
  width: 94%;
  margin: 0 auto 20px;
}
#about .about01_title {
  width: 92%;
  margin: 0 auto 20px;
}
#about .about01_detail {
  width: 94%;
  margin: 0 auto 20px;
  overflow: hidden;
}
#about .about01_detail .left {
  float: left;
  width: 70%;
}
#about .about01_detail .left p {
  font-size: 16rem;
  padding-right: 10px;
}
#about .about01_detail .right {
  float: left;
  width: 30%;
}
#about .about02 {
  margin-bottom: 20px;
}
#about .about02 h4 {
  width: 96%;
  margin: 0 auto 20px;
}
#about .about02 p {
  width: 96%;
  padding-right: 10px;
  margin: 0 auto 15px;
  font-size: 16rem;
  text-align: center;
  line-height: 160%;
}
#about .about02 p strong {
  font-weight: bold;
  color: red;
}
#about .youtube {
  width: 90%;
  height: auto;
  margin: 20px auto 30px;
}
#about .youtube iframe {
  width: 100%;
  height: 50vw;
}
#about .about03 {
  margin-bottom: 20px;
  padding: 30px 0 5px;
  /*background: url(img/top/bg_border.jpg) 0 0 no-repeat;*/
  background-size: auto 15px;
  background-color: #ebfaff;
}
#about .about03 .about03_detail {
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}
#about .about03 .about03_detail .left {
  float: left;
  width: 40%;
}
#about .about03 .about03_detail .right {
  float: left;
  width: 60%;
  font-size: 16rem;
  padding-left: 10px;
}
#about .about03 .btn {
  width: 90%;
  margin: 20px auto 20px;
}
#about .about04 {
  margin-bottom: 20px;
  padding-top: 20px;
}
#about .about04 h4 {
  width: 96%;
  margin: 0 auto 20px;
}
#about .about04 p.txt_first {
  width: 90%;
  padding-right: 10px;
  margin: 0 auto 15px;
  font-size: 16rem;
  line-height: 160%;
  text-align: center;
}
#about .about04 p {
  width: 90%;
  padding-right: 10px;
  margin: 0 auto 15px;
  font-size: 16rem;
  line-height: 160%;
}
#about .about04 ul {
  width: 94%;
  margin: 0 auto 40px;
  border-top: 1px solid #1a96ff;
}
#about .about04 ul li {
  padding: 10px 0 10px 35px;
  background: url(img/top/checkbox_icon.png) 0 20px no-repeat;
  background-size: auto 25px;
  border-bottom: 1px solid #1a96ff;
  color: #1a96ff;
  font-size: 16rem;
  font-weight: bold;
}
#about .about05 {
  margin-bottom: 20px;
  padding-top: 20px;
  /*background: url(img/top/bg_border.jpg) 0 0 no-repeat;*/
  background-size: auto 15px;
}
#about .about05 h4 {
  width: 96%;
  margin: 0 auto 20px;
}
#about .about05 .about05_detail {
  overflow: hidden;
  width: 96%;
  margin: 0 auto 15px;
}
#about .about05 .about05_detail .left {
  float: left;
  width: 40%;
}
#about .about05 .about05_detail .right {
  float: left;
  width: 60%;
}
#about .about05 .about05_detail .right p {
  float: left;
  font-size: 16rem;
  padding-left: 10px;
  padding-right: 0;
  margin-top: 35px;
}
#about .about05 p {
  width: 90%;
  padding-right: 10px;
  margin: 0 auto 15px;
  font-size: 16rem;
  line-height: 160%;
}


/*-----------------------------------------------------------------
レッスン内容
-----------------------------------------------------------------*/
#lesson h3 {
  margin-bottom: 17px;
}
#lesson > section {
  margin-bottom: 40px;
}
#lesson > section h4 {
  width: 96%;
  margin: 0 auto 15px;
}
#lesson > section.item01 {
  margin-bottom: 10px;
}
#lesson > section.item01 .example {
  width: 89%;
  margin: 0 auto 20px;
  line-height: 200%;
  text-align: center;
  font-size: 15rem;
}
#lesson > section.item01 .example span {
  display: inline-block;
  padding: 0 20px 0 40px;
  background-color: #edf7ff;
  background: url(img/top/lesson_icon_note.png) 15px center no-repeat, url(img/top/lesson_item01_point_bg.png) center no-repeat;
  background-size: 13px auto, 100% 100%;
  font-size: 17rem;
  font-weight: bold;
  color: #1a96ff;
}
#lesson > section.item01 .marvelous {
  padding: 15px 0;
  background: url(img/top/lesson_item01_marvelous_bg.png) center no-repeat;
  background-size: contain;
  line-height: 180%;
  text-align: center;
  font-size: 18rem;
  font-weight: bold;
  color: #7cbe0a;
}
#lesson > section.item02, #lesson > section.item03 {
  margin-bottom: 20px;
}
#lesson > section.item02 p, #lesson > section.item03 p {
  width: 89%;
  margin: 0 auto 20px;
  font-size: 15rem;
}
#lesson > section.item02 p span.f17, #lesson > section.item03 p span.f17 {
  font-size: 17rem;
}
#lesson > section.item02 p span.st, #lesson > section.item03 p span.st {
  font-weight: bold;
}
#lesson > section.item02 p span.cb, #lesson > section.item03 p span.cb {
  color: #1a96ff;
}
#lesson > section.item02 p span:last-of-type, #lesson > section.item03 p span:last-of-type {
  margin-bottom: 0;
}
#lesson > section.item02 p.point, #lesson > section.item03 p.point {
  width: 85%;
  margin: 0 auto 20px;
}
#lesson > section.item04 h4 {
  width: 72%;
  margin: 0 auto 15px;
}
#lesson > section.item04 .txt {
  margin-bottom: 25px;
  text-align: center;
  font-size: 13rem;
}
#lesson > section.item04 .txt strong {
  font-size: 18rem;
}
#lesson > section.item04 .txt strong.bold01 {
  color: #fd9d1e;
}
#lesson > section.item04 .txt strong.bold02 {
  display: inline-block;
  padding: 0 0.2em;
  background: url(img/top/lesson_item04_txt_bg.png) center bottom no-repeat;
  background-size: 100% auto;
}
#lesson > section.item04 .copy {
  width: 79%;
  margin: 0 auto 5px;
}
#lesson > section.item04 .btn {
  width: 90%;
  margin: 0 auto 30px;
}
#lesson > section.item04 .youtube {
  width: 90%;
  margin: 0 auto;
}
#lesson > section.item04 .youtube iframe {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------
レッスンメソッド
-----------------------------------------------------------------*/
#method h3 {
  margin-bottom: 15px;
}
#method > section h4 {
  width: 96%;
  margin: 0 auto 15px;
}
#method > section.item01 {
  margin-bottom: 30px;
}
#method > section.item01 .copy {
  width: 78%;
  margin: 0 auto 30px;
}
#method > section.item01 .txt {
  width: 88%;
  margin: 0 auto;
  font-size: 15rem;
}
#method > section.item01 .txt strong {
  font-size: 17rem;
}
#method > section.item01 .btn {
  width: 93%;
  margin: 15px 0 15px 2.6%;
}
#method > section.item01 h5 {
  width: 94.8%;
  margin: 15px auto 17px;
}
#method > section.item02 ol {
  width: 88%;
  margin: 0 auto;
}
#method > section.item02 ol li {
  margin-bottom: 35px;
  font-size: 15rem;
  line-height: 180%;
}
#method > section.item02 ol li span {
  display: inline-block;
  padding: 0 10px 3px;
  background: url(img/top/method_item02_num_bg.png) center bottom no-repeat;
  background-size: contain;
  font-size: 22rem;
  font-weight: bold;
  color: #41a3ff;
}
#method > section.item02 ol li strong {
  font-size: 17rem;
}
#method > section.item03 {
  padding-bottom: 40px;
}
#method > section.item03 h4 {
  width: 96%;
  margin: 0 auto;
}
#method > section.item03 dl dt {
  padding: 15px 6.6% 15px 10.6%;
  background: #f4f4f4 url(img/top/method_item03_iconQ.png) 1.333% center no-repeat;
  background-size: 7% auto;
  line-height: 160%;
  font-weight: bold;
}
#method > section.item03 dl dd {
  padding: 15px 6.6% 15px 10.6%;
  background: url(img/top/method_item03_iconA.png) 1.333% 15px no-repeat;
  background-size: 7% auto;
  line-height: 160%;
}
#method > section.item03 dl dd strong {
  color: #41a3ff;
}
#method > section.item03 .voice_youtube {
  width: 98%;
  margin: 10px auto 0;
  background: url(img/top/voice_check.png) no-repeat;
  background-size: 100% auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#method > section.item03 .voice_youtube .youtube {
  width: 94%;
  margin: 0 auto;
  padding: 28% 0 5%;
}
#method > section.item03 .voice_youtube .youtube .wrap iframe {
  width: 100%;
  height: 194px;
}
#method > section.item04 {
  padding-bottom: 40px;
}
#method > section.item04 ul {
  width: 90vw;
  margin: 0 auto;
}
#method > section.item04 ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#method > section.item04 ul li:first-child {
  border-top: 1px solid #ccc;
}
#method > section.item04 ul li figure {
  width: 28vw;
}
#method > section.item04 ul li div {
  width: 58vw;
}
#method > section.item04 ul li div .date {
  font-size: 13rem;
}
#method > section.item04 ul li div h5 {
  font-size: 15ren;
  font-weight: bold;
}
#method > section.item04 ul li div .program {
  font-size: 13rem;
}

/*-----------------------------------------------------------------
コースと料金
-----------------------------------------------------------------*/
#course_and_fee {
  margin-bottom: 40px;
}
#course_and_fee h3 {
  margin-bottom: 18px;
}
#course_and_fee > section h4 {
  width: 96%;
  margin: 0 auto 13px;
}
#course_and_fee > section.item01 {
  margin-bottom: 40px;
}
#course_and_fee > section p.main_txt {
  width: 90%;
  margin: 0 auto 17px;
  font-size: 16rem;
}
#course_and_fee > section.item01 ul li h5 {
  width: 92%;
  margin: 0 0 10px 3.33%;
}
#course_and_fee > section.item01 ul li p {
  margin: 0 4.8%;
}
#course_and_fee > section.item01 ul li p.you {
  margin-bottom: 10px;
  line-height: 150%;
  font-size: 20rem;
  font-weight: bold;
  color: #41a3ff;
}
#course_and_fee > section.item01 ul li p.txt {
  margin-bottom: 17px;
  font-size: 15rem;
}
#course_and_fee > section.item01 ul li p.online_btn {
  margin-bottom: 60px;
}
#course_and_fee > section.item01 > h5 {
  width: 65%;
  margin: 0 auto 7px;
}
#course_and_fee > section.item01 table {
  width: 93%;
  margin: 0 auto;
  font-size: 13rem;
}
#course_and_fee > section.item01 table tr:first-of-type th {
  padding: 15px 0;
  background-color: #03a9f4;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
}
#course_and_fee > section.item01 table tr:first-of-type th:first-of-type {
  border-left: 1px solid #03a9f4;
}
#course_and_fee > section.item01 table tr:first-of-type th:last-of-type {
  border-right: 1px solid #03a9f4;
}
#course_and_fee > section.item01 table tr th {
  border: 1px solid #03a9f4;
  text-align: center;
}
#course_and_fee > section.item01 table tr td {
  padding: 15px 0;
  border: 1px solid #03a9f4;
  text-align: center;
}
#course_and_fee > section.item01 table tr .koumoku {
  width: 31%;
}
#course_and_fee > section.item01 table tr .naiyou {
  width: 23%;
}
#course_and_fee > section.item01 table tr span {
  font-size: 10rem;
}
#course_and_fee > section.item01 .attention {
  width: 93%;
  margin: 10px auto 0;
}
#course_and_fee > section.item02 table {
  width: 88%;
  margin: 0 auto 12px;
  font-size: 13rem;
  table-layout: fixed;
}
#course_and_fee > section.item02 table tr th {
  padding: 15px 0;
  background-color: #cff0ff;
  border: 1px solid #1a96ff;
  text-align: center;
  font-weight: bold;
}
#course_and_fee > section.item02 table tr th:first-of-type {
  color: #e92e2e;
}
#course_and_fee > section.item02 table tr th:last-of-type {
  color: #0391f4;
}
#course_and_fee > section.item02 table tr td {
  padding: 15px 0;
  border: 1px solid #1a96ff;
  text-align: center;
}
#course_and_fee > section.item02 .holiday {
  text-align: center;
  font-size: 18rem;
  margin-bottom: 20px;
}
#course_and_fee > section.item02 .holiday span {
  color: red;
}
#course_and_fee > section.item02 .time {
  width: 87%;
  margin: 0 auto 5px;
}
#course_and_fee > section.item02 .txt {
  text-align: center;
  font-size: 13rem;
}
#course_and_fee > section.item04 .thanks {
  width: 72%;
  margin: 40px auto 15px;
}
#course_and_fee > section.item04 .txt {
  margin-bottom: 25px;
  text-align: center;
  font-size: 13rem;
}
#course_and_fee > section.item04 .txt strong {
  font-size: 18rem;
}
#course_and_fee > section.item04 .txt strong.bold01 {
  color: #fd9d1e;
}
#course_and_fee > section.item04 .txt strong.bold02 {
  display: inline-block;
  padding: 0 0.2em;
  background: url(img/top/lesson_item04_txt_bg.png) center bottom no-repeat;
  background-size: 100% auto;
}
#course_and_fee > section.item04 .copy {
  width: 79%;
  margin: 0 auto 5px;
}
#course_and_fee > section.item04 .btn {
  width: 90%;
  margin: 0 auto 30px;
}
#course_and_fee > section.item04 .youtube {
  width: 90%;
  margin: 0 auto;
}
#course_and_fee > section.item04 .youtube iframe {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------
無料体験
-----------------------------------------------------------------*/
#freetrial {
  margin-bottom: 40px;
}
#freetrial h3 {
  margin-bottom: 10px;
}
#freetrial > section.item01 {
  margin-bottom: 20px;
}
#freetrial > section.item01 h4 {
  padding: 5px 0;
  margin-bottom: 15px;
  background: url(img/top/freetrial_flow_title_bg.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  color: #1a96ff;
}
#freetrial > section.item01 ol {
  width: 87%;
  margin: 0 auto 10px;
}
#freetrial > section.item01 ol li {
  padding-bottom: 10px;
  border-right: 1px solid #1a96ff;
  border-left: 1px solid #1a96ff;
}
#freetrial > section.item01 ol li:last-child {
  border-bottom: 1px solid #1a96ff;
}
#freetrial > section.item01 ol li p {
  padding: 10px;
  font-size: 13rem;
}
#freetrial > section.item01 ol li figure {
  padding: 0 10px;
}
#freetrial > section.item01 ol li figure img {
  width: 100%;
  height: auto;
}
#freetrial > section.item01 ul {
  width: 87%;
  margin: 0 auto;
  font-size: 13rem;
}
#freetrial > section.item01 ul li {
  padding-left: 1em;
  margin-bottom: 5px;
  line-height: 150%;
  text-indent: -1em;
}
#freetrial > section.item02 h4 {
  margin-bottom: 15px;
}
#freetrial > section.item02 .txt {
  width: 92%;
  margin: 0 auto 20px;
  font-size: 15rem;
}
#freetrial > section.item02 .copy {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  color: #1a96ff;
}
#freetrial > section.item02 .btn {
  width: 93%;
  margin: 0 0 30px 4%;
}
#freetrial > section.item02 .youtube {
  width: 90%;
  margin: 0 auto 30px;
}
#freetrial > section.item02 .youtube iframe {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------
お客様の声
-----------------------------------------------------------------*/
#voice {
  margin-bottom: 40px;
}
#voice h3 {
  margin-bottom: 20px;
}
#voice ul {
  width: 92%;
  margin: 0 auto;
}
#voice ul li {
  margin-bottom: 10px;
}
#voice ul li:last-child {
  margin-bottom: 0;
}
#voice ul li a {
  padding: 10px 6% 10px 25px;
  background-color: #eff8ff;
  background-image: url(img/top/voice_icon.png), url(img/common/arrow03_lb.png);
  background-position: 9px center, 98% center;
  background-repeat: no-repeat;
  background-size: 11px auto, 8px auto;
  border: 1px solid #1a96ff;
  border-radius: 7px;
  font-size: 15rem;
  font-weight: bold;
  color: #1a96ff;
}
#voice .btn {
  width: 93%;
  margin: 30px 0 20px 2.6%;
}
#voice .voice_youtube {
  width: 98%;
  margin: 40px auto;
  background: url(img/top/voice_check02.png) no-repeat;
  background-size: 100% auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#voice .voice_youtube .youtube {
  width: 94%;
  margin: 0 auto;
  padding: 28% 0 5%;
}
#voice .voice_youtube .youtube .wrap iframe {
  width: 100%;
  height: 194px;
}

/*-----------------------------------------------------------------
よくあるご質問
-----------------------------------------------------------------*/
#qa {
  margin-bottom: 40px;
}
#qa h3 {
  margin-bottom: 10px;
}
#qa #accordion {
  width: 100%;
}
#qa #accordion dt {
  padding: 15px 10%;
  margin-bottom: 10px;
  background-color: #f4f4f4;
  background-image: url(img/top/qa_icon_q.png), url(img/top/qa_icon_plus.png);
  background-position: 0 center, 96% center;
  background-repeat: no-repeat;
  background-size: 9% auto, 6% auto;
  line-height: 150%;
  font-weight: bold;
}
#qa #accordion dt.active {
  background-image: url(img/top/qa_icon_q.png), url(img/top/qa_icon_minus.png);
}
#qa #accordion dd {
  display: none;
  padding: 0 4% 15px 10%;
  background: url(img/top/qa_icon_a.png) 2% top no-repeat;
  background-size: 6% auto;
  line-height: 150%;
  font-size: 13rem;
}
#qa #accordion dd ul {
  margin: 15px 0 15px 20px;
  list-style: disc outside;
}

/*-----------------------------------------------------------------
ボイトレ教材
-----------------------------------------------------------------*/
#training {
  margin-bottom: 40px;
}
#training h3 {
  margin-bottom: 25px;
}
#training p {
  width: 92%;
  margin: 0 auto 20px;
  font-size: 15rem;
}
#training .btn {
  width: 93%;
  margin: 30px 0 20px 2.6%;
}

/*-----------------------------------------------------------------
新着情報
-----------------------------------------------------------------*/
#info {
  margin-bottom: 40px;
}
#info h3 {
  margin-bottom: 10px;
}
#info ul {
  width: 89.333333%;
  margin: 0 auto 25px;
}
#info ul li {
  padding: 15px 15px 15px 0;
  background: url(img/common/arrow03_lb.png) right center no-repeat;
  background-size: 9px auto;
  border-bottom: 1px dotted #c0c0c0;
}
#info ul li .dateLine {
  display: table;
  margin-bottom: 10px;
}
#info ul li .dateLine p {
  display: table-cell;
  vertical-align: middle;
}
#info ul li .dateLine p.date {
  padding-right: 10px;
  font-size: 12rem;
}
#info ul li .dateLine p.catIcon {
  padding-right: 10px;
}
#info ul li .dateLine p.catIcon a {
  padding: 3px 1em;
  background-color: #efefef;
  font-size: 12rem;
}
#info ul li .dateLine p.new_icon_p img {
  width: 18px;
}
#info ul li .title {
  line-height: 150%;
}
#info ul li .title a {
  font-weight: bold;
}
#info .btn {
  width: 69%;
  margin: 0 auto;
}
#info .btn a {
  padding: 15px 0;
  background: url(img/common/arrow03_lb.png) 95% center no-repeat;
  background-size: 7px auto;
  border: 2px solid #1a96ff;
  text-align: center;
  font-weight: bold;
  color: #1a96ff;
}
#info .banner {
  width: 92%;
  margin: 40px auto 0;
}
#info .banner .btn_orange {
  margin: 15px 0 15px 0;
}
#info .banner .btn_orange_insta {
  margin: 15px 0 15px 2.6%;
}

/*-----------------------------------------------------------------
アクセス
-----------------------------------------------------------------*/
#access {
  margin-bottom: 25px;
  position: relative;
}
#access h3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#access .gMap {
  width: 100%;
  padding: 50px 0 15px;
  position: relative;
  z-index: 0;
}
#access .gMap iframe {
  width: 100%;
}
#access address {
  margin-bottom: 15px;
  text-align: center;
  font-size: 13rem;
}
#access address a {
  display: inline;
  text-decoration: underline;
  color: #f00;
  font-size: 18rem;
}
#access .btn {
  width: 90%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
お問い合わせ
-----------------------------------------------------------------*/
#contact {
  margin-bottom: 25px;
}
#contact h3 {
  margin-bottom: 18px;
}
#contact ul {
  width: 92%;
  margin: 0 auto;
}
#contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

/*-----------------------------------------------------------------
インストラクター　プロフィール
-----------------------------------------------------------------*/
#profile {
  margin-bottom: 13px;
  background: url(img/top/profile_bg.png) center bottom 10px no-repeat;
  background-size: 92% auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#profile .inner {
  float: left;
  width: 72%;
  padding: 12px 0 0;
  position: inherit;
  z-index: 0;
}
#profile .inner h4 {
  margin: 0 0 13px 2.5%;
}
#profile .inner ul {
  margin: 0 0 0 5%;
}
#profile .inner ul li {
  padding: 0.3em 0 0.3em 20px;
  background: url(img/common/icon_note_lb.png) 0.3em 0.7em no-repeat;
  background-size: 9px auto;
  border-bottom: 1px dotted #03a9f4;
  line-height: 140%;
  font-size: 12rem;
}
#profile .img {
  float: right;
  width: 28%;
  margin-top: -18px;
  position: relative;
  z-index: 1;
}

.line {
  clear: both;
  margin: 0 0 40px;
}

/*-----------------------------------------------------------------
ボーカルレッスンを実施したアーティスト所属会社
-----------------------------------------------------------------*/
#belongCompany {
  padding: 34px 0 15px;
  margin-bottom: 15px;
  background: #d4edff url(img/top/belongCompany_bg.png) 0 0 no-repeat;
  background-size: 9% auto;
}
#belongCompany h3 {
  width: 75%;
  margin: 0 0 10px 11%;
}
#belongCompany ul {
  width: 90%;
  padding: 15px 15px 15px 30px;
  margin: 0 auto;
  background-color: #f8fcff;
  border: 1px solid #a5d9ff;
  list-style: disc outside;
}
#belongCompany ul::after {
  content: "...and more";
  display: block;
  text-align: right;
}
/*-----------------------------------------------------------------
インストラクターからのメッセージ
-----------------------------------------------------------------*/
#message {
  width: 92%;
  margin: 0 auto 30px;
  background-color: #f1f9ff;
  border: 5px solid #f1f9ff;
  box-shadow: inset 0 0 0 1px rgb(26, 150, 255);
}
#message h3 {
  width: 85%;
  padding: 10px 0 25px;
  margin: 0 auto;
}
#message p {
  width: 89%;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 15rem;
}

/*-----------------------------------------------------------------
ご挨拶
-----------------------------------------------------------------*/
#greeting {
  padding-bottom: 60px;
  margin-bottom: 4px;
  background: url(img/top/greeting_line.png) center bottom no-repeat;
  background-size: 100% auto;
}
#greeting h3 {
  margin-bottom: 18px;
}
#greeting h4 {
  margin: 0 auto 20px;
}
#greeting h4:nth-of-type(1) {
  width: 66%;
}
#greeting h4:nth-of-type(2) {
  width: 44%;
}
#greeting h4:nth-of-type(3) {
  width: 46%;
}
#greeting h4:nth-of-type(4) {
  width: 35%;
}
#greeting p {
  width: 92%;
  margin: 0 auto 35px;
}
#greeting p:last-of-type {
  margin-bottom: 0;
}

.reservation {
  width: 90%;
  margin: 0 auto 30px;
}
/*# sourceMappingURL=front.css.map */