@charset "utf-8";

/*
Theme Name: be-reborn
Author: minoru kubota
Version: 1.1
*/

/*
----------------------------------------
reset
----------------------------------------
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
button,
textarea,
select {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea {
  display: block;
  width: 100%;
  border: solid 1px #ddd;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inline input[type="text"],
.inline input[type="tel"],
.inline input[type="email"],
.inline input[type="date"] {
  display: inline-block;
  width: auto;
  max-width: 12rem;
}

/* add:20200820 */
.form-select {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 30px 0 8px;
}
/* add:20200820 */
.form-select::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0dc";
  display: block;
  top: 4px;
  right: 6px;
}
.form-select select {
  padding: 4px;
}

input[type="submit"] {
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 3px;
  padding: 10px 40px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="submit"]:hover {
  background: #555;
}

textarea {
  border: solid 1px #ddd;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}

#sidebar > .search-form {
  margin: 0 0 30px 0;
  position: relative;
}

.search-form form {
  background: #fafafa;
  padding: 10px;
  position: relative;
}

.search-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 3rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2rem;
  border: none;
}

.search-form button {
  display: block;
  width: 3rem;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
}

.search-form button:before {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 1.8rem;
  line-height: 2rem;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

/* 
----------------------------------------
recaptcha設置2023/08/22
----------------------------------------
*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha{
  font-size: 5px;
    text-align: center;
    position: relative;
    right: 30px;
    margin-bottom: 10px;
}
/*
----------------------------------------
clearfix
----------------------------------------
*/

.clearfix::before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

/*
----------------------------------------
common
----------------------------------------
*/

.left {
  text-align: left;
}

.left ul,
.left ol {
  margin: 10px 0 10px 2rem;
}

.left p .highlight {
  font-family: "Yu Mincho", serif;
  font-size: 18px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #f2a2b1)
  );
  background: linear-gradient(transparent 60%, #f2a2b1 60%);
  padding: 0 8px 3px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.video {
  max-width: 800px;
  margin: 40px auto !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* calendar */

.cal_wrapper {
  max-width: 960px;
  min-width: 240px;
  margin: 2.0833% auto !important;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 750px) {
  .googlecal {
    padding-bottom: 75%;
  }
}

/*
----------------------------------------
default
----------------------------------------
*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", YuGothic, sans-serif;
  text-align: center;
  position: relative;
  min-width: 420px;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

figcaption {
  font-size: 1.2rem;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

span.wpcf7-list-item {
  margin: 0 1rem 0 0 !important;
}

/*
----------------------------------------
layout
----------------------------------------
*/

#wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrap {
  margin: 0 auto;
  padding: 0 20px;
}

#sp-btn {
  display: none;
}

/*
----------------------------------------
header
----------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5;
}

#header {
  min-width: 375px;
  margin-bottom: 10px;
}

#header .wrap {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .logo {
  max-width: 120px;
  margin-right: 30px;
	position: relative;
	z-index: 9999;
}

#header .logo a {
	display: block;
	width: 100%;
	height: auto;
}



#header .identity {
  margin-right: 30px;
  font-size: 3rem;
}

#header h1 {
  text-align: left;
  margin-right: auto;

  font-size: 1.3rem;
  line-height: 1.3;
}

#header .h-txt {
  margin-right: auto;
  text-align: left;
}

#header .bnr {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

#header .bnr figure {
  margin-left: 15px;
}

#header .bnr figure img {
  max-width: 238px;
}

#header .bnr figcaption {
  font-size: 1.1rem;
  white-space: nowrap;
  margin-top: 5px;
}

#header .wrap > div {
  margin-left: 10px;
}

#header .wrap .loginout a {
  display: inline-block;
  font-size: 1.2rem;
  border: solid 1px #ccc;
  padding: 2px 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .wrap .loginout a:hover {
  background: #000;
  color: #fff;
}

#header .wrap .head-menu {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 320px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .wrap .head-menu a {
  width: calc((100% - 10px) / 2);
  background: #cc9c5c;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .wrap .head-menu a:hover {
  background: #e5af67;
}

#header .wrap .head-menu a.contact-form {
  background: #e54564;
}

#header .wrap .head-menu a.contact-form:hover {
  background: #ff4d70;
}

/*
----------------------------------------
g-nav
----------------------------------------
*/

#g-nav {
  z-index: 99999;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.95);
}

#g-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

#g-nav > ul.wrap {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#g-nav > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

#g-nav > ul > li > a {
  display: inline-block;
  padding: 8px 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#g-nav > ul > li > a::before {
  content: "";
  width: 0;
  height: 3px;
  background: #ed115e;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#g-nav > ul > li > a:hover::before {
  width: 100%;
  left: 0;
}

#g-nav > ul > li > a::after {
  display: block;
  font-size: 1.2rem;
  font-family: "Pinyon Script", cursive;
}

#g-nav li.home a::after {
  content: "Home";
}

#g-nav li.beginner a::after {
  content: "Beginner";
}

#g-nav li.class a::after {
  content: "Class";
}

#g-nav li.schedule a::after {
  content: "Schedule";
}

#g-nav li.school a::after {
  content: "School";
}

#g-nav li.price a::after {
  content: "Price";
}

#g-nav li.instructor a::after {
  content: "Instructor";
}

#g-nav li.voice a::after {
  content: "Voice";
}

#g-nav li.faq a::after {
  content: "faq";
}

#g-nav li.contact a::after {
  content: "Contact";
}

/* Add:20200831 */
#g-nav li.online-lesson a::after {
  content: "Online";
}

/* sub-menu */

#g-nav li ul {
  min-width: 100%;
  position: absolute;
  top: 90%;
  left: 0;
  background: #f7f7f7;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#g-nav li:last-child ul {
  right: 0;
  left: auto;
}

#g-nav li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#g-nav li ul li {
  border-bottom: solid 1px #ccc;
}

#g-nav li ul a {
  display: block;
  padding: 15px 20px;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#g-nav li ul a:hover {
  background: #555;
  color: #fff;
}

/*
----------------------------------------
page-ttl
----------------------------------------
*/

#page-ttl {
  background: #eee;
  padding: 80px 20px;
}

#page-ttl h2.en {
  display: inline-block;
  font-size: 5.5rem;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

#page-ttl h2.en:first-letter {
  color: #e54564;
}

#page-ttl h2.en::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
}

#page-ttl p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}

/*
----------------------------------------
topic-path
----------------------------------------
*/

.topic-path {
  background: #fafafa;
  font-size: 1.2rem;
}

#header .topic-path .wrap {
  text-align: left;
  padding: 10px 20px;
}

.topic-path i {
  margin: 0 5px;
}

/*
----------------------------------------
container
----------------------------------------
*/

#container {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 20px;
}

#contents {
  width: 70%;
  margin-bottom: 30px;
}

#head-contents {
  margin: 20px 0;
  text-align: left;
}

#sidebar {
  width: 40%;
  padding: 0 0 0 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
----------------------------------------
contents
----------------------------------------
*/

.contents section {
  margin-bottom: 60px;
}

#contents .bnr {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

#contents .bnr figure {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#contents #contact .bnr figure {
  width: 100%;
}

#contents .bnr figcaption {
  margin-top: 5px;
}

#contents .post {
  padding: 20px 20px 10px 20px;
  border: solid 1px #ddd;
  margin-bottom: 30px;
}

#contents ul.cat-list {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#contents ul.cat-list li {
  margin: 0 5px 5px 0;
}

#contents ul.cat-list a {
  display: inline-block;
  padding: 2px 12px;
  background: #000;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#contents ul.cat-list a:hover {
  background: #e54564;
}

.post .post-header {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#contents .post .post-header h1,
#contents .post .post-header h1 a {
  line-height: 1.4;
  margin-bottom: 5px;
}

.post-contents h1,
.post-contents h2,
.post-contents h3,
.post-contents h4,
.post-contents h5,
.post-contents h6 {
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.post .flex {
  margin: 20px 0;
}

.post .flex > .thumb {
  width: 40%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post .flex > .txt {
  width: 100%;
}

.post .flex > .thumb + .txt {
  width: 60%;
}

.post .flex > .txt p {
  margin-bottom: 20px;
}

.post .more {
  text-align: right;
}

.post .more a {
  display: inline-block;
  padding: 2px 25px 2px 10px;
  margin: 10px 0;
  border-bottom: solid 2px #000;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.post .more a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 2px;
  right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.post .more a:hover:after {
  right: 5px;
}

.post-contents p,
.post-contents a {
  font-size: 1.5rem;
}

.post-contents .photo {
  text-align: center;
}

.post-contents img {
  max-width: 100%;
  height: auto;
}

.post-contents .search-ans {
  background: #f3f3f3;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.post-contents p {
  margin-bottom: 40px;

  margin-bottom: 0.5em;
}

.post-contents ul,
.post-contents ol {
  margin-bottom: 30px;
}

.post-contents ul li {
  list-style: disc;
  margin-left: 30px;
}

.post-contents ol li {
  list-style: decimal;
  margin-left: 30px;
}

.post-contents blockquote {
  background: #f3f3f3 url() 20px 20px no-repeat;
  padding: 30px 60px 10px 60px;
  margin-bottom: 30px;
  border-radius: 12px;
}

.post-contents blockquote p,
.post-contents blockquote ul,
.post-contents blockquote ol {
  margin-bottom: 20px;
}

.post-nav {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0;
}

.post-nav .prev,
.post-nav .next {
  width: 40%;
}

.post-nav a {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 3rem;
  position: relative;
}

.post-nav .next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 3rem 0 0;
}

.post-nav a:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  font-size: 3rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.post-nav .prev a:before {
  content: "\f104";
  left: 5px;
}

.post-nav .prev a:hover:before {
  left: 0;
}

.post-nav .next a:before {
  content: "\f105";
  right: 5px;
}

.post-nav .next a:hover:before {
  right: 0;
}

.post-nav img {
  width: 30%;
  line-height: 1;
}

.post-nav .prev img {
  margin: 0 15px 0 0;
}

.post-nav .next img {
  margin: 0 0 0 15px;
}

.post-nav .back-link {
  width: 16%;
}

.post-nav .back-link a {
  display: block;
  text-align: center;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.post-nav .back-link a:hover {
  background: #000;
  color: #fff;
}

.page-nav .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 60px;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  font-size: 1.5rem;
  padding: 10px 15px;
  margin: 3px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-nav .wp-pagenavi a:hover,
.page-nav .wp-pagenavi span.current {
  background: #000;
  color: #fff;
}

.addtoany_share_save_container {
  background: #fafafa;
  padding: 20px;
  margin: 40px 0;
}

#contents section.relation-post {
  padding: 0;
}

#contents section.relation-post h2 {
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px;
  margin-bottom: 0;
}

#contents section.relation-post .flex {
  padding: 10px 0;
  margin-bottom: 0;
}

#contents section.relation-post figure img {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

#contents section.relation-post .flex h3 {
  font-size: 1.6rem;
}

#contents section.relation-post ul.cat-list {
  margin-bottom: 5px;
}

#contents section.relation-post ul.cat-list a {
  font-size: 1.1rem;
}

#contents section.relation-post p.user {
  font-size: 1.3rem;
}

/*
----------------------------------------
sidebar
----------------------------------------
*/

#sidebar .back-link a {
  display: block;
  padding: 15px;
  font-size: 1.6rem;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#sidebar .back-link a:hover {
  background: #000;
  color: #fff;
}

#sidebar .back-link a:before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: 1rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#sidebar .back-link a:hover:before {
  color: #fff;
  left: -5px;
}

#sidebar .bnr {
  margin-bottom: 15px;
}

#sidebar .bnr figure {
  margin-bottom: 10px;
}

#sidebar .bnr figcaption {
  text-align: left;
}

#sidebar > div {
  margin-bottom: 15px;
}

.side-menu h2 {
  font-size: 1.6rem;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}

.side-menu h2 .en {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.side-menu > ul {
  margin-bottom: 30px;
}

.side-menu > ul > li {
  border-bottom: solid 1px #ccc;
}

.side-menu li li {
  border-top: solid 1px #ccc;
}

.side-menu a {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.side-menu a:hover {
  background: #fafafa;
}

.side-menu a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  bottom: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.side-menu a:hover:after {
  right: 10px;
}

.side-menu li li a:before {
  content: "-";
  margin-right: 10px;
}

.side-menu.box-menu {
  border: solid 1px #ddd;
  padding: 15px;
}

/*
----------------------------------------
footer
----------------------------------------
*/

.bottom-contents {
  border-top: solid 1px #ccc;
  padding: 30px 20px;
}

footer {
  background: #eee;
}

footer .wrap {
  text-align: left;
  padding: 30px 20px;
}

footer p,
footer ul {
  font-size: 1.3rem;
}

footer #bottom-nav {
  width: 45%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer #bottom-nav h2 {
  font-size: 1.3rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

footer #bottom-nav h2 .en {
  font-size: 2.4rem;
  margin-right: 10px;
}

footer #bottom-nav .box,
footer #bottom-nav .menu {
  width: 49%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #ccc;
}

footer #bottom-nav .flex > ul > li > a,
footer #bottom-nav .menu > ul > li > a {
  padding-left: 1rem;
  position: relative;
}

footer #bottom-nav .flex > ul > li > a:before,
footer #bottom-nav .menu > ul > li > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: -5px;
  left: 0;
}

footer #bottom-nav li li a {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1rem;
  text-decoration: underline;
}

footer #bottom-nav .sub-menu {
  margin-bottom: 1.5rem;
}

footer #bottom-nav .sub-menu li {
  display: inline-block;
}

footer #bottom-nav .box:nth-of-type(2) li:first-child {
  display: none;
}

footer .store-info {
  width: 30%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .store-info h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  margin-bottom: 10px;
}

footer .store-info h2 span {
  font-size: 1.6rem;
}

footer .store-img {
  width: 25%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.copyright {
  background: #333;
  color: #fff;
  padding: 30px 20px 60px 20px;
}

.copyright small {
  font-size: 1.4rem;
}

.copyright a {
  color: #fff;
}

#fix-bnr {
  width: 50px;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 15%;
}

#fix-bnr li {
  position: relative;
}

/*
#fix-bnr li:first-child::before {
	content: 'Check!\A First Lesson!';
	white-space: pre;
	position: absolute;
	left: -6rem;
	top: -5rem;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.4;
}

#fix-bnr li:first-child::after {
	content: '';
	width: 1px;
	height: 50px;
	background: #000;
	position: absolute;
	left: -12px;
	top: -10px;
	transform: rotate( -45deg );
}
*/

@media screen and (max-height: 700px) {
  #fix-bnr {
    width: 35px;
  }
  /*
	#fix-bnr li:first-child::before {
		font-size: 1.2rem;
	}
	*/
}

#bottom-fix {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

#bottom-fix ul {
  display: none;
}

#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 3rem;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#page-top a:hover {
  background: #555;
}

/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 40px 0;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex figure {
  margin-bottom: 5px;
  text-align: center;
}

.flex > li {
  padding: 5px;
}

/* column */

.flex .box.pic {
  width: 30%;
  padding: 0 20px 0 0;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.flex.reverce .box.pic {
  padding: 0 0 0 20px;
}

.flex figure + .box.txt {
  width: 70%;
}

.flex .box.txt {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 10px;
}

.box.txt .price {
  position: absolute;
  top: -8px;
  right: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #e54564;
}

@media screen and (max-width: 993px) {
  .box.txt .price {
    position: unset;
    text-align: right;
  }
}

.box.txt .price::before {
  content: "¥";
  font-size: 24px;
}

.box.txt .price span {
  font-family: "Yu Gothic", sans-serif;
  font-size: 12px;
  color: #000;
}

.box.txt table {
  width: 100%;
}

.box.txt table tr:nth-child(odd) {
  background: #fef6f7;
}

.box.txt table tr:nth-child(even) {
  background: #fff;
}

.box.txt table tr th,
.box.txt table tr td {
  padding: 12px 0;
}

.box.txt table tr th {
  width: 12%;
  font-size: 16px;
  font-weight: normal;
  padding-left: 24px;
}

@media screen and (max-width: 750px) {
  .box.txt table tr th {
    width: 20%;
    font-size: 14px;
  }
}

.box.txt table tr td {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .box.txt table tr td {
    font-size: 12px;
  }
}

/* box */

.flex .box {
  padding: 10px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.flex .box .num {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 0 #eee;
  box-shadow: 3px 3px 0 #eee;
  background: #e54564;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

.flex.box-02 .box {
  width: 50%;
}

.flex.box-03 .box {
  width: 33.3333%;
}

#contents .flex.box-03 h1,
#contents .flex.box-03 h2,
#contents .flex.box-03 h3,
#contents .flex.box-03 h4 {
  font-size: 1.8rem;
}

.flex.box-04 .box {
  width: 25%;
  font-size: 1.3rem;
}

#contents .flex.box-04 h1,
#contents .flex.box-04 h2,
#contents .flex.box-04 h3,
#contents .flex.box-04 h4,
#contents .flex.box-04 h5 {
  font-size: 1.6rem;
}

.flex.box-05 .box {
  width: 20%;
  font-size: 1.3rem;
}

.flex.box-06 .box {
  width: 16.6666%;
  font-size: 1.3rem;
}

#contents #skillup h3,
#contents #professional h3 {
  margin-bottom: 0;
}

#contents #skillup #recommend {
  position: relative;
}

@media screen and (max-width: 750px) {
  #contents #skillup #recommend {
    margin-top: 30px;
  }
}

#contents #skillup #recommend::before {
  position: absolute;
  top: -29px;
  left: 0;
  content: "オススメ";
  background: #e54564;
  color: #fff;
  width: 80px;
  font-size: 14px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-align: center;
  padding: 4px 0;
}

#contents #intro #recommend {
  position: relative;
}

@media screen and (max-width: 750px) {
  #contents #skillup #recommend {
    margin-top: 30px;
  }
}

#contents #intro .box-03 #skillup-01::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "オススメ";
  background: #e54564;
  color: #fff;
  width: 64px;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-align: center;
  padding: 4px 0;
}

/*
----------------------------------------
font
----------------------------------------
*/

.acf-input {
  font-size: 62.5%;
}

.acf-input h2 {
  font-weight: bold !important;
  color: #444;
  background: #f9f9f9;
  border: solid 1px #e1e1e1;
  margin-bottom: 20px !important;
}

.en {
  font-family: "Roboto Slab", serif;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
  font-family: ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’游明朝’,
    YuMincho, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
  font-weight: normal;
}

/*
----------------------------------------
h1-h6
----------------------------------------
*/

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  margin-bottom: 15px;
}

.contents h1 {
  font-size: 2.4rem;
}

.contents h2 {
  font-size: 2.2rem;
}

.contents h3 {
  font-size: 2rem;
}

.contents h4,
.contents h5,
.contents h6 {
  font-size: 1.8rem;
}

/* heading-01 */

.contents .heading-01 {
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin: 20px;
  padding-bottom: 30px;
  position: relative;
}

.contents .heading-01 span {
  display: block;
  font-size: 2rem;
  font-family: "Pinyon Script", cursive;
  color: #e54564;
}

.contents .heading-01::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* heading-02 */

.contents .heading-02 {
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: solid 1px #000;
  padding: 10px 25px;
  margin: 60px 0 20px 0;
  position: relative;
}

.contents .heading-02::before {
  content: "";
  width: 5px;
  height: 60%;
  background: #e54564;
  position: absolute;
  left: 0;
  top: 20%;
}

/* heading-03 */

.contents .heading-03 {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px 0;
  margin: 10px 0 15px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

/* heading-04 */

.contents .heading-04 {
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contents .heading-04 span {
  font-size: 15px;
  color: #555;
  padding-left: 8px;
}

@media screen and (max-width: 750px) {
  .contents .heading-04 span {
    display: block;
    font-size: 13px;
    color: #555;
    padding-left: 0;
  }
}

/* heading-05 */

.contents .heading-05 {
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
}

.contents .heading-06 {
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-left: solid 5px #e54564;
  padding-left: 10px;
}

.contents .heading-06 span {
  font-size: 1.6rem;
}

.contents .graduates-list .heading-06 span {
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  color: #999;
}

/* heading-07 add:20200819   */
.contents .heading-07 {
  font: 3rem "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 809px;
  margin: 30px auto 40px;
}
.contents .heading-07::before,
.contents .heading-07::after {
  content: "";
  width: 76%;
  height: 50px;
  position: absolute;
}

.contents .heading-07::before {
  border-left: solid 1px #e54564;
  border-top: solid 1px #e54564;
  top: 0;
  left: 0;
}

.contents .heading-07::after {
  border-right: solid 1px #e54564;
  border-bottom: solid 1px #e54564;
  bottom: 0;
  right: 0;
}

/* heading-08 add:20200819   */
.contents .heading-08 {
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.contents .heading-08::before {
  content: "{";
  margin-right: 20px;
}

.contents .heading-08::after {
  content: "}";
  margin-left: 20px;
}

/* heading-09 add:20200819   */
.contents .heading-09 {
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}

/* heading-10 add:20200819   */
.contents .heading-10 {
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: table;
  margin: auto auto 20px;
  border-bottom: solid 1px #e54564;
}

.header-01 {
  text-align: center;
  margin-bottom: 60px;
}

.header-01 h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}

.header-01 .en {
  display: inline-block;
  font-size: 5.5rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}

.header-01 .en::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.header-01 .en span {
  color: #e54564;
}

/*
----------------------------------------
bottun
----------------------------------------
*/

.btn-01 a,
.btn-02 a,
.btn-03 a,
.btn-04 a,
.btn-05 a,
.btn-06 a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-01.center a,
.btn-02.center a,
.btn-03.center a,
.btn-04.center a,
.btn-05.center a,
.btn-06.center a {
  margin: 20px 5px;
}

.btn-01 a {
  display: inline-block;
  white-space: nowrap;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  border: solid 1px #777;
  padding: 4px 24px 4px 12px;
  position: relative;
}

.btn-01 a::after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-01.down a::after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-01 a:hover {
  background: #000;
  color: #fff;
}

.btn-02 {
  text-align: center;
}

.btn-02 a {
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  min-width: 400px;
  background: #fff url(img/common/arrow-right.svg) right 15px center / 12px
    no-repeat;
  padding: 15px 60px;
  border: solid 1px #555;
}

.btn-02 a:hover {
  color: #fff;
  background: #333 url(img/common/arrow-right-w.svg) right 10px center / 12px
    no-repeat;
}

.btn-03 {
  text-align: center;
  margin: 20px 0;
}

.btn-03 a {
  display: inline-block;
  padding: 0 30px;
  background: #fff url(img/common/arrow-right.svg) right 12px center / 8px
    no-repeat;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  border: solid 2px #ccc;
  border-radius: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-03 a:hover {
  color: #fff;
  background: #333 url(img/common/arrow-right-w.svg) right 8px center / 8px
    no-repeat;
}

.btn-04 a {
  display: inline-block;
  padding: 2px 25px 2px 10px;
  border-bottom: solid 2px #000;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-04 a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 2px;
  right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-04 a:hover:after {
  right: 5px;
}

.btn-05 a {
  display: inline-block;
  padding: 0 15px 0 20px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  border: solid 2px #ccc;
  border-radius: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-05 a:after {
  font-family: "FontAwesome";
  content: "\f061";
  margin-left: 5px;
}

.btn-05 a:hover {
  background: #eee;
}

.btn-06 a {
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-06 a:after {
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 5px;
}

.btn-06 a:hover {
  background: #eee;
}

.pdf {
  margin: 20px 0;
}

/*
----------------------------------------
table
----------------------------------------
*/

table caption {
  caption-side: bottom;
  padding-top: 15px;
  font-size: 1.3rem;
  text-align: left;
  font-size: 1.2rem;
}

table.cell-02 th {
  width: 25%;
}

table.cell-02.fixed th,
table.cell-02.fixed td {
  width: 50%;
}

table.cell-03.fixed th,
table.cell-03.fixed td {
  width: 33.3333%;
}

table.cell-04.fixed th,
table.cell-04.fixed td {
  width: 25%;
}

table.cell-05.fixed th,
table.cell-05.fixed td {
  width: 20%;
}

table.cell-06.fixed th,
table.cell-06.fixed td {
  width: 16.6666%;
}

/* table-01 */

.table-01 {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  text-align: left;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.table-01 thead th,
.table-01 thead td {
  background: #eee;
}

.table-01 th {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #fafafa;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

.table-01 td {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #fff;
  text-align: center;
  vertical-align: top;
}

/* table-02 */

.table-02 {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  margin: 30px 0;
}

.table-02 th {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
}

.table-02 td {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}

/*
----------------------------------------
list
----------------------------------------
*/

.list-block {
  margin: 20px 0;
}

/* arrow */

.li-arrow ul {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}

.li-arrow li {
  position: relative;
  padding: 0 2rem;
}

.li-arrow li:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
}

/* check */

.li-check ul {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}

.li-check li {
  position: relative;
  padding: 0 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.li-check li:before {
  font-family: "FontAwesome";
  content: "\f046";
  position: absolute;
  left: 0;
  top: 0;
}

/*
----------------------------------------
dl
----------------------------------------
*/

.dl-01 {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.dl-01 dt {
  width: 20%;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
  background: #222;
  color: #fff;
  margin-bottom: 10px;
}

.dl-01 dd {
  width: 77%;
  margin-bottom: 10px;
  line-height: 2rem;
}

.dl-02 {
  margin: 10px 0 0 0;
}

.dl-02 dt {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.2rem;
  background: #777;
  color: #fff;
  margin-bottom: 5px;
}

.dl-02 dd {
  margin-bottom: 10px;
}

/*
----------------------------------------
faq
----------------------------------------
*/

#contents #faq-menu {
  padding: 30px 20px 10px 20px;
  border: solid 1px #000;
}

#faq-menu .box {
  margin-bottom: 20px;
}

#faq-menu h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border-bottom: double 3px #000;
  padding-bottom: 5px;
}

#faq-menu li a {
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 1.3rem;
  position: relative;
}

#faq-menu li a::before {
  display: block;
  content: "";
  background: url(img/common/arrow-right.svg) right center / contain no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 10px;
}

#faq .faq-box h2 {
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
  padding: 30px 10px 10px 10px;
  margin-bottom: 0;
  text-align: center;
}

#faq .faq-box h2::before {
  content: "{";
  margin-right: 20px;
}

#faq .faq-box h2::after {
  content: "}";
  margin-left: 20px;
}

.faq-01 dt {
  font-size: 1.8rem;
  padding: 60px 0 20px 5rem;
  position: relative;
}

.faq-01 dd {
  padding: 0 0 60px 5rem;
  border-bottom: dashed 1px #000;
  position: relative;
}

.faq-01 dt:before,
.faq-01 dd:before {
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 3.4rem;
  display: inline-block;
  border: solid 1px #333;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  left: 0;
}

.faq-01 dt:before {
  content: "Q";
  color: #fff;
  background: #333;
  top: 60px;
}

.faq-01 dd:before {
  content: "A";
  top: 2px;
}

.faq-02 dt {
  font-size: 2rem;
  padding: 5px 0 5px 8rem;
  margin-bottom: 15px;
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
  position: relative;
}

.faq-02 dd {
  padding: 35px 0 40px 0;
  position: relative;
}

.faq-02 dt:before {
  content: "Q";
  font-family: "Roboto Slab", serif;
  background: transparent !important;
  text-align: center;
  display: inline-block;
  width: 6rem;
  border-right: solid 1px #555;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq-02 dd:before {
  display: inline-block;
  content: "Answer";
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
  padding: 2px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: #fff !important;
}

/*
----------------------------------------
flow
----------------------------------------
*/

/* flow-column */

.flow-column .flex {
  padding-top: 60px;
  position: relative;
}

.flow-column .flex:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.flow-column .flex:first-of-type {
  padding-top: 10px;
}

.flow-column .flex:first-of-type:after {
  display: none;
}

/* flow */

.flow.flex .box {
  padding: 10px 40px;
  position: relative;
}

.flow.flex .box:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow.flex .box:first-child:before,
.flow.flex.box-02 .box:nth-child(2n + 1):before,
.flow.flex.box-03 .box:nth-child(3n + 1):before,
.flow.flex.box-04 .box:nth-child(4n + 1):before,
.flow.flex.box-05 .box:nth-child(5n + 1):before,
.flow.flex.box-06 .box:nth-child(6n + 1):before {
  display: none;
}

/*
----------------------------------------
gallery
----------------------------------------
*/

.gallery {
  width: 100%;
  max-height: 450px;
  margin: 20px auto;
  overflow: auto;
}

.gallery figure {
  width: 200px;
  padding: 0 5px 2px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

.gallery.box-100 figure {
  width: 100px;
}

.gallery.box-150 figure {
  width: 150px;
}

.gallery.box-200 figure {
  width: 200px;
}

.gallery.box-250 figure {
  width: 250px;
}

.gallery.box-300 figure {
  width: 300px;
}

/*
----------------------------------------
map
----------------------------------------
*/

.map {
  width: 100%;
  height: 400px;
  margin: 40px 0;
  border: solid 1px #ddd;
}

/*
----------------------------------------
slider
----------------------------------------
*/

.slider {
  margin: 40px 0 90px 0;
  text-align: center;
}

.slider .slick-slide img {
  display: inline-block;
}

.slider.thumb-slider {
  margin: 0;
}

.slider.thumb-slider + .thumb {
  margin-bottom: 40px;
}

.slider.thumb-slider + .thumb figure {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slider.slick-dotted.slick-slider {
  margin: 0 0 80px 0;
}

.slider .slick-dots {
  bottom: -40px;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
  color: #e54564 !important;
}

/*
----------------------------------------
top
----------------------------------------
*/

#top-main-img {
  background: #eee;
  line-height: 1;
}

/*
----------------------------------------
voice
----------------------------------------
*/

#voice.archive #contents h2 {
  margin-top: 0;
}

#voice.single .main-img {
  text-align: center;
  margin-bottom: 20px;
}

#voice.single .main-txt {
  margin-bottom: 40px;
}

#voice .staff-box {
  background: #fafafa;
  padding: 20px 20px 5px 20px;
  margin-top: 40px;
}

#voice .staff-box .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#voice .staff-box h2 {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 5px;
  text-align: center;
  border-bottom: dashed 1px #000;
  padding-bottom: 10px;
}

#voice .staff-box .pic {
  width: 30%;
  padding: 0;
}

#voice .staff-box .txt {
  width: calc(70% - 20px);
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

#voice .staff-box .txt h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#voice .staff-box .txt p {
  margin-bottom: 0;
}

/*
----------------------------------------
contact
----------------------------------------
*/

#contact #contents .tel {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  vertical-align: middle;
}

#contact #contents .tel:before {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-right: 1rem;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

#contact .left p {
  margin-bottom: 15px;
}

#contact .left p strong {
  font-size: 1.6rem;
  color: #e54564;
}

#online-lesson #contents th[colspan="2"],  /* add:20200820　*/
#contact #contents th[colspan="2"] {
  text-align: center;
  background: #333;
  color: #fff;
}

#online-lesson #contents td[colspan="2"],  /* add:20200820　*/
#contact #contents td[colspan="2"] {
  text-align: center;
}

#online-lesson #contents .note,  /* add:20200820　*/
#contact #contents .note {
  margin: 5px 0;
  font-size: 1.3rem;
  color: #777;
}

#online-lesson input[type="date"],  /* add:20200820　*/
#contact input[type="date"] {
  margin: 5px 0;
}

#online-lesson #contents .submit,  /* add:20200820　*/
#contact #contents .submit {
  text-align: center;
}

#online-lesson .form-table, /* add:20200820　*/
#contact .form-table {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 30px 0;
}

#online-lesson .form-table thead th, /* add:20200820　*/
#online-lesson .form-table thead th, /* add:20200820　*/
#contact .form-table thead th,
#contact .form-table thead td {
  color: #fff;
  background: #000;
  text-align: center;
}

#online-lesson .form-table th, /* add:20200820　*/
#contact .form-table th {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #f9f9f9;
  font-weight: normal;
  vertical-align: top;
}

#online-lesson .form-table td, /* add:20200820　*/
#contact .form-table td {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  vertical-align: top;
}

#online-lesson .pp-box, /* add:20200820　*/
#contact .pp-box {
  max-width: 800px;
  margin: 0 auto;
  border: solid 1px #333;
}

#online-lesson .pp-box dt, /* add:20200820　*/
#contact .pp-box dt {
  text-align: center;
  border-bottom: solid 1px #333;
  padding: 10px;
}

#online-lesson .pp-box dd, /* add:20200820　*/
#contact .pp-box dd {
  padding: 20px;
  max-height: 300px;
  overflow: auto;
}

#online-lesson .pp-box dd h4, /* add:20200820　*/
#contact .pp-box dd h4 {
  font-size: 1.6rem;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

#online-lesson .pp-box dd h4 + br, /* add:20200820　*/
#contact .pp-box dd h4 + br {
  display: none;
}

/* thanks */

#thanks .contents {
  margin-bottom: 80px;
}

#thanks .contents .heading-02 {
  margin-top: 20px;
}

#thanks .contents .btn-04 {
  margin-top: 20px;
}

/*
----------------------------------------
home
----------------------------------------
*/

#home .contents {
  width: 100%;
}

#home .slider .img-01 {
  background: url(img/home/top-main-01-bg.jpg) center / cover no-repeat;
}

#home .slider .img-02 {
  background: url(img/home/top-main-02-bg.jpg) center / cover no-repeat;
}

#home .slider img {
  width: 100%;
  max-width: 750px;
  -webkit-transition: all 0.2;
  transition: all 0.2;
}

#home .slider a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#home .slider a:hover img {
  opacity: 0.7;
}

/* sec-01 */

#home .sec-01 {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home .sec-01 .news {
  width: 60%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#home .sec-01 .news header {
  border-top: double 3px #ccc;
  border-bottom: double 3px #ccc;
  padding: 10px 0;
  position: relative;
}

#home .sec-01 .news h2 {
  font-size: 1.4rem;
  margin: 0;
}

#home .sec-01 .news h2 .en {
  font-size: 4rem;
  line-height: 1.2;
  margin-right: 10px;
}

#home .sec-01 .news .btn-01 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home .sec-01 .news h2:first-letter {
  color: #e54564;
}

#home .sec-01 .news .txt {
  max-height: 75%;
  overflow: auto;
}

#home .sec-01 .news .dl-inner {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}

#home .sec-01 .news .dt {
  width: 15%;
}

#home .sec-01 .news .cat-list {
  width: 25%;
}

#home #contents ul.cat-list a {
  background: #e54564;
}

#home .sec-01 .news .dd {
  width: 60%;
}

#home .sec-01 .bnr-set {
  max-width: 40%;
}

#home .sec-01 .bnr-set img {
  margin-bottom: 5px;
}

/* sec-02 */

#home .sec-02 ul.point {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home .sec-02 ul.point > li {
  width: 30%;
}

#home .sec-02 ul.point figure {
  text-align: center;
}

#home .sec-02 ul.point figure img {
  -webkit-box-shadow: 10px 10px 0 0 #eee;
  box-shadow: 10px 10px 0 0 #eee;
  margin-bottom: 30px;
}

#home .sec-02 ul.point h3 {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* sec-03 */

#home .sec-03 .photo-box {
  text-align: center;
  background: url(img/home/affter-follow-bg.png) center center / contain
    repeat-x;
  padding: 60px;
}

#home .sec-03 .txt {
  display: inline-block;
  width: 320px;
  height: 320px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
}

#home .sec-03 .txt h3 {
  margin: 10px 0;
}

#home .sec-03 .txt h3 img {
  max-width: 80%;
}

#home .sec-03 .txt .btn-01 {
  margin: 15px;
}

/* sec-04 */

#home .sec-04 .page-list {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home .sec-04 .page-list li {
  width: 30%;
  margin-bottom: 40px;
}

#home .sec-04 .page-list li a {
  display: block;
  padding-bottom: 3rem;
}

#home .sec-04 .page-list h3 {
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 10px 0;
  margin-bottom: 15px;
}

#home .sec-04 .page-list li figure {
  text-align: center;
}

#home .sec-04 .page-list .more {
  text-align: center;
  margin-top: 10px;
}

#home .sec-04 .page-list .more span {
  display: inline-block;
  padding: 2px 25px 2px 10px;
  border-bottom: solid 1px #000;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#home .sec-04 .page-list .more span:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 2px;
  right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#home .sec-04 .page-list a:hover .more span:after {
  right: 5px;
}

/* sec-05 */

#home .sec-05 header {
  background: url(img/home/message-bg.png) center center / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 30px 0 40px 0;
}

#home .sec-05 header h2 {
  font-size: 1.8rem;
  letter-spacing: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#home .sec-05 header .en {
  font-size: 5.5rem;
}

#home .sec-05 .wrap {
  position: relative;
}

#home .sec-05 .wrap h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#home .sec-05 .wrap .txt {
  margin-right: 30%;
  padding: 30px 0;
}

#home .sec-05 .wrap .txt .btn-04 {
  margin-top: 20px;
}

#home .sec-05 .wrap .instructor img {
  position: absolute;
  bottom: 0;
  right: 50px;
  max-width: 250px;
}

#home .sec-05 .wrap .instructor figcaption {
  display: inline-block;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  background: #fff;
  padding: 8px 16px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#home .sec-05 .wrap .instructor figcaption span {
  font-size: 1.2rem;
}

.bottom-bnr {
  margin-bottom: 40px;
}

.bottom-bnr .wrap {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-bnr .wrap.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom-bnr .wrap figure {
  padding: 0 10px 12px;
  width: 560px;
  box-sizing: border-box;
}

.social-box .bottom-page-link {
  padding: 0;
}

.social-box .bottom-page-link .wrap {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.social-box .bottom-page-link figure {
  width: 100%;
  margin-bottom: 22px;
}

.social-box {
  background: #f9f9f9;
  padding: 40px 0;
}

.social-box .wrap {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.social-box .wrap > div {
  width: 32%;
  max-height: 400px;
  overflow: auto;
}

.social-box .wrap > div.bottom-page-link {
  max-height: none;
}

.social-box .bottom-page-link figure:nth-of-type(3) {
  margin-bottom: 0;
}

.social-box .wrap > div.insta-box,
.social-box .wrap > div.twitter-box {
  background: #fff;
  border: solid 1px #ccc;
}

#sb_instagram .sb_instagram_header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
----------------------------------------
page
----------------------------------------
*/

.page .sec {
  border-top: solid 1px #000;
  padding: 40px 0 0 0;
  position: relative;
}

#page-link p {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

#page-link a {
  width: 25%;
  display: inline-block;
  padding: 10px 0 20px;
  margin: 10px;
  background: #fff url(img/common/arrow-down.svg) center bottom 8px / 12px
    no-repeat;
  border: solid 1px #000;
  -webkit-box-shadow: 5px 5px 0 #eee;
  box-shadow: 5px 5px 0 #eee;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

#page-link a:hover {
  background: #eee url(img/common/arrow-down.svg) center bottom 6px / 12px
    no-repeat;
}

.page section > div,
.page section > figure {
  margin: 0 0 40px 0;
}

/*
----------------------------------------
beginner
----------------------------------------
*/

.page section#about-reborn > figure {
  margin-bottom: 20px;
}

#about-reborn dl.point {
  text-align: center;
  padding: 20px 20px 10px 20px;
  margin-bottom: 40px;
  background: url(img/page/point-bg.png) center center no-repeat;
}

#about-reborn dl.point dt {
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

#about-reborn dl.point dt::before {
  content: "{";
  margin-right: 20px;
}

#about-reborn dl.point dt::after {
  content: "}";
  margin-left: 20px;
}

#about-reborn dl.point dd {
  margin-bottom: 30px;
}

#beginner .sec-02 .flex {
  margin-bottom: 0;
}

#trial-lesson .flex.box-02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#trial-lesson .flex.box-02 .box {
  width: 49%;
  margin: 0 0 20px 0;
  border: solid 1px #ccc;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#trial-lesson .flex.box-02 .box h3 {
  border-left: solid 3px #e54564;
  padding-left: 10px;
}

#trial-lesson .flex.box-02 .box li {
  background: url(img/common/arrow-right.svg) left center / 8px no-repeat;
  padding-left: 15px;
}

#trial-lesson .bnr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.notice {
  border: solid 1px #333;
  max-width: 800px;
  margin: 0 auto;
}

dl.notice dt {
  background: #333;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

dl.notice dd {
  padding: 20px;
}

dl.notice dd a {
  text-decoration: underline;
}

dl.notice dd strong {
  color: #e54564;
}

/*
----------------------------------------
price-list
----------------------------------------
*/

#price-list section > div,
#price-list section > figure {
  margin: 0 0 20px 0;
}

#price-list #contents .price {
  background: #fafafa;
  padding: 20px 40px;
}

#price-list .price .heading-02 {
  margin: 0 0 20px 0;
}

#price-list .sec-07 .btn-02 {
  margin-bottom: 60px;
}

/*
----------------------------------------
community
----------------------------------------
*/

#community #contents section {
  margin: 40px 0;
}

#community #benefits .box {
  width: 48%;
  margin: 1%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: double 3px #e54564;
}

#community #benefits .box .heading-04 {
  padding-bottom: 20px;
  margin-bottom: 29px;
  position: relative;
}

#community #benefits .box .heading-04::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #e54564;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*
----------------------------------------
instructor
----------------------------------------
*/

#instructor section.sec-01 {
  margin-bottom: 40px;
}

#instructor section.main figure {
  margin-bottom: 10px;
}

#instructor section.main .heading-04 {
  font-size: 3rem;
  margin-bottom: 20px;
}

#instructor section.list div.flex {
  background: #fafafa;
  padding: 20px 20px 10px;
  position: relative;
}

#instructor section.list .heading-04 {
  margin: 0 0 20px 0;
}

#instructor section.list .heading-04 span {
  font-family: "Pinyon Script", cursive;
  font-size: 1.6rem;
  text-transform: capitalize;
  margin-left: 1rem;
}

#instructor .sec-03 .txt div p {
  margin-bottom: 1rem;
}

#instructor .sec-03 .txt div span {
  color: #e54564;
}

#reborns-feelings {
  display: none;
  text-align: center;
}

#reborns-feelings .heading-04 {
  display: inline-block;
  padding: 20px 60px;
  position: relative;
}

#reborns-feelings .heading-04::before,
#reborns-feelings .heading-04::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
}

#reborns-feelings .heading-04::before {
  left: 0;
}

#reborns-feelings .heading-04::after {
  right: 0;
}

/*
----------------------------------------
class-schedule
----------------------------------------
*/

#class-schedule #lesson h3 {
  margin-top: 0;
}

#class-schedule #walking .heading-03,
#class-schedule #lesson .heading-03 {
  max-width: 960px;
  margin: 20px auto;
}

#class-schedule #walking .heading-03 + div,
#class-schedule #lesson .heading-03 + div {
  max-width: 960px;
  margin: 0 auto 60px;
}

#class-schedule #lesson .notice {
  margin-top: 80px;
}

/*
----------------------------------------
school
----------------------------------------
*/

#school #page-ttl {
  background-position: top;
}

#school #course .heading-02 span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  color: #555;
}

#school #course .btn-01 {
  margin: 20px 0;
  text-align: right;
}

#school #course .btn-01 a {
  font-size: 1.6rem;
}

#school #course .btn-02 a {
  color: #000;
  background: #fff url(img/common/arrow-down.svg) right 15px center / 12px
    no-repeat;
}

#school #course .btn-02 a:hover {
  color: #000;
  background: #eee url(img/common/arrow-down.svg) right 15px center / 12px
    no-repeat;
}

#school #important .heading-04 {
  font-size: 3.6rem;
  padding-bottom: 10px;
  position: relative;
}

#school #important .heading-04::after {
  content: "";
  width: 3.6rem;
  height: 4px;
  background: #e54564;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#school .box-03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#school .box-03 .box {
  border: solid 1px #ccc;
  width: 32%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 0 #eee;
  box-shadow: 5px 5px 0 #eee;
}

#school .num + h3,
#skillup .num + h3,
#professional .num + h3 {
  padding: 0 35px 15px 35px;
  border-bottom: solid 1px #ccc;
}

#school .flow-list {
  display: inline-block;
  margin: 20px auto;
}

#school .flow-list li {
  font-size: 1.5rem;
  background: #f5f5f5;
  padding: 20px;
  margin-top: 50px;
  position: relative;
  border-radius: 8px;
}

#school .flow-list li::before {
  display: block;
  content: url(img/common/arrow-down.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#school .flow-list li:first-child {
  margin-top: 0;
}

#school .flow-list li:first-child::before {
  display: none;
}

#school #contents .course {
  border: solid 1px #ccc;
  padding: 40px;
}

#school #contents .course .table-02 {
  width: auto;
}

#school #contents .course .table-02 td,
#school #contents .course .table-02 th {
  padding: 10px 20px;
}

#school #contents .course .flex {
  margin: 30px 0;
}

#school #contents .course .heading-02 {
  margin-top: 0;
}

#school #contents .course .btn-02 {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#school #contents .course .btn-02 a {
  min-width: auto;
}

#school .flow-date {
  display: inline-block;
  margin: 20px auto;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px 30px;
  position: relative;
}

#school .flow-date span {
  font-size: 1.6rem;
}

#school .flow-date::before,
#school .flow-date::after {
  content: "";
  width: 10px;
  border: solid 1px #000;
  position: absolute;
  top: 0;
  bottom: 0;
}

#school .flow-date::before {
  border-right: 0;
  left: 0;
}

#school .flow-date::after {
  border-left: 0;
  right: 0;
}

#school.page section.course > div {
  margin: 0 0 20px 0;
}

#school .course .price {
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 3px;
  text-align: center;
  margin: 20px 0 30px 0;
}

#school .course .price strong {
  font-size: 3rem;
  letter-spacing: 0;
  margin: 0 3px;
}

#school .course .price span {
  font-size: 1.5rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#school .benefits-list {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: double 3px #ffad40;
  padding: 15px 30px;
  position: relative;
  margin: 10px 0 60px 0;
}

#school .benefits-list li {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 10px 10px 10px 4rem;
  border-top: dotted 1px #000;
  position: relative;
}

#school .benefits-list li:first-child,
#school .benefits-list li:nth-child(2) {
  border: none;
}

#school .benefits-list li::before {
  font-family: "FontAwesome";
  content: "\f046";
  color: #ffad40;
  position: absolute;
  top: 10px;
  left: 10px;
}

#school .course .table-01 {
  margin: 20px auto 60px auto;
}

#school .contents ul.meta {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0;
}

#school .contents ul.meta li {
  border-bottom: solid 1px #000;
  padding: 5px 0;
  margin-right: 10px;
}

#school .graduates-list {
  max-width: 800px;
  margin: 0 auto;
  border-top: dashed 1px #000;
  padding-top: 30px;
}

#school .graduates-list dt {
  font-size: 2rem;
  line-height: 1.4;
  border-left: solid 4px #e54564;
  padding-left: 15px;
  margin-bottom: 15px;
}

#school .graduates-list dt span {
  font-size: 1.4rem;
  color: #999;
  margin-left: 5px;
}

#school .graduates-list dd {
  margin-bottom: 60px;
  line-height: 2.5rem;
  height: 12.5rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-bottom: 50px;
}

#school .graduates-list dd.open {
  height: auto;
}

#school .graduates-list dd .more {
  display: block;
  height: 5rem;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}

#school .graduates-list dd .more a {
  display: inline-block;
  font-size: 1.3rem;
  padding: 2px 10px;
  border: solid 1px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#school .graduates-list dd .more a:hover {
}

#school .graduates-list dd span {
  color: #e54564;
}

.graduates-list .overflow {
  line-height: 2.5rem;
  height: 19.5rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.graduates-list .overflow.open {
  height: auto;
  padding-bottom: 50px;
}

.graduates-list .overflow.open p {
  margin-bottom: 14px;
}

.graduates-list .overflow .more {
  display: block;
  height: 5rem;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}

.graduates-list .overflow .more a {
  display: inline-block;
  font-size: 1.3rem;
  padding: 2px 10px;
  border: solid 1px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.graduates-list .flex {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.graduates-list .flex:last-child {
  border: none;
}

.contents .school-title {
  background: url("img/page/school_title_bg01.png") top left no-repeat,
    url("img/page/school_title_bg02.png") bottom right no-repeat;
  width: 70%;
  padding: 16px 0;
  margin: 0 auto 60px;
}

@media screen and (max-width: 750px) {
  .contents .school-title {
    background: url("img/page/school_title_bg01.png") top left no-repeat,
      url("img/page/school_title_bg02.png") bottom right no-repeat;
    width: 90%;
    padding: 16px;
    margin: 0 auto 60px;
  }
}

#intro {
  border-top: none;
  padding-top: 0;
}

.contents .school-title h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.course .heading-02 {
  margin-top: 0;
  margin-bottom: 34px;
}

.course .box-03 {
  margin-bottom: 0;
}

#skillup #contents .pink {
  background: #fef6f7;
  padding: 6px;
}

#skillup #contents .pink p {
  border: 2px dashed #fff;
  padding: 30px 0;
}

@media screen and (max-width: 750px) {
  #skillup #contents .pink p {
    padding: 30px 10px;
  }
}

#skillup .recommend-list,
#professional .recommend-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2.2;
  background: #fef6f7;
  padding: 50px 100px 20px;
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  #skillup .recommend-list,
  #professional .recommend-list {
    display: block;
    padding: 50px 40px 20px;
  }
}

#skillup .recommend-list::before,
#professional .recommend-list::before {
  position: absolute;
  top: 0;
  content: "こんな方におすすめ";
  background: #fff;
  font-size: 14px;
  color: #e54564;
  padding: 0 40px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #skillup .recommend-list::before,
  #professional .recommend-list::before {
    left: 25%;
  }
}

#skillup .recommend-list li,
#professional .recommend-list li {
  position: relative;
  width: calc(100% / 2);
}

@media screen and (max-width: 750px) {
  #skillup .recommend-list li,
  #professional .recommend-list li {
    width: 100%;
  }
}

#skillup .recommend-list li::before,
#professional .recommend-list li::before {
  position: absolute;
  content: url("img/page/icn_check.png");
  top: 3px;
  left: -26px;
}

#skillup #skillup-01,
#skillup #skillup-02,
#skillup #skillup-03,
#professional #pro-01,
#professional #pro-02,
#professional #pro-03 {
  position: relative;
}

/*#skillup #skillup-01::before {
  position: absolute;
  content: url("img/page/skillup_tag01.png");
  top: -24px;
  left: -24px;
}

#skillup #skillup-02::before {
  position: absolute;
  content: url("img/page/skillup_tag02.png");
  top: -24px;
  left: -24px;
}

#skillup #skillup-03::before {
  position: absolute;
  content: url("img/page/skillup_tag03.png");
  top: -24px;
  left: -24px;
}*/

#professional #pro-01::before {
  position: absolute;
  content: url("img/page/professional_tag01.png");
  top: -24px;
  left: -24px;
}

#professional #pro-02::before {
  position: absolute;
  content: url("img/page/professional_tag02.png");
  top: -24px;
  left: -24px;
}

#professional #pro-03::before {
  position: absolute;
  content: url("img/page/professional_tag03.png");
  top: -24px;
  left: -24px;
}

#professional #intro .flex.box-03 .box {
  position: relative;
  width: 31%;
}

@media screen and (max-width: 750px) {
  #professional #intro .flex.box-03 .box {
    margin-bottom: 40px;
  }
}

#professional #intro .flex.box-03 .box::after {
  position: absolute;
  content: url("img/common/arrow-right.svg");
  right: -35px;
  top: 45%;
}

@media screen and (max-width: 750px) {
  #professional #intro .flex.box-03 .box::after {
    position: absolute;
    content: url("img/common/arrow-down.svg");
    right: auto;
    left: 47%;
    top: auto;
    bottom: -44px;
  }
}

#professional #intro .flex.box-03 .box:last-child::after {
  content: none;
}

@media screen and (max-width: 750px) {
  #skillup #intro .box-03 .box .center p,
  #professional #intro .box-03 .box .center p {
    text-align: center;
  }
  #skillup #intro .box-03 .box .center p br,
  #professional #intro .box-03 .box .center p br {
    display: block;
  }
}

#skillup #contents .course,
#professional #contents .course {
  border: solid 1px #ccc;
  padding: 40px;
  padding-bottom: 90px;
}

@media screen and (max-width: 750px) {
  #skillup #contents .course,
  #professional #contents .course {
    padding: 10px;
  }
}

#skillup .box-03 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#professional .box-03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}

#skillup .box-03 .box,
#professional .box-03 .box {
  border: solid 1px #ccc;
  width: 32%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 0 #eee;
  box-shadow: 5px 5px 0 #eee;
}

#skillup .box-03 .box h3,
#professional .box-03 .box h3 {
  padding: 0 35px 15px 35px;
  border-bottom: solid 1px #ccc;
}

#skillup .column-title,
#professional .column-title {
  font-size: 14px;
  color: #555;
}

#skillup .largetext,
#professional .largetext {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #e54564;
}

#skillup .largetext.light,
#professional .largetext.light {
  font-weight: 300;
}

#skillup .largetext.yen::before,
#professional .largetext.yen::before {
  content: "¥";
  font-size: 24px;
  padding-left: 20px;
}

#professional #important .heading-04 {
  font-size: 3.6rem;
  padding-bottom: 10px;
  position: relative;
  border-bottom: none;
}

#professional #important .heading-04::after {
  content: "";
  width: 3.6rem;
  height: 4px;
  background: #e54564;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#professional .activity {
  position: relative;
  border: 1px solid #e54564;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}

#professional .activity::before {
  content: "活動実績";
  position: absolute;
  top: -12px;
  left: 30px;
  background: #fff;
  color: #e54564;
  padding: 0 10px;
  z-index: 1;
}

.detail-list {
  position: relative;
  border: solid 1px #ccc;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .detail-list {
    padding: 20px;
  }
}

.detail-list dt {
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: solid 1px #000;
  padding: 10px 25px;
  margin: 20px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .detail-list dt {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.detail-list dt::before {
  content: "";
  width: 5px;
  height: 60%;
  background: #e54564;
  position: absolute;
  left: 0;
  top: 20%;
}

.detail-list dd {
  position: absolute;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -64px;
}

@media screen and (max-width: 767px) {
  .detail-list dd {
    margin-top: -60px;
  }
}

.detail-list dd:last-child {
  margin-top: -46px;
}

#professional #intro .right p {
  font-size: 12px;
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  #professional #intro .right p {
    margin-top: 0;
    text-align: left;
  }
}

/*
----------------------------------------
holistic-menu
----------------------------------------
*/

#holistic-menu #contents .flex.box-03 .box {
  width: 31%;
  margin: 0 2.3333% 30px 0;
  border: solid 1px #ccc;
  padding: 15px 30px;
  -webkit-box-shadow: 5px 5px 0 #eee;
  box-shadow: 5px 5px 0 #eee;
}

#holistic-menu #contents .flex.box-03 .heading-04 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

#holistic-menu #contents .price {
  color: #e54564;
}

#holistic-menu #contents .price span {
  font-size: 1.4rem;
}

/*
----------------------------------------
blog
----------------------------------------
*/

#blog .post-contents h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 20px;
  position: relative;
}

#blog .post-contents h2::before {
  content: "";
  width: 5px;
  background: #e54564;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 10px;
}

#blog .post-contents h3 {
  border: none;
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
}

/*
----------------------------------------
養成ページ下層　タブ切り替え
----------------------------------------
*/

.tabContent {
  display: none;
}

.tabBtn {
  cursor: pointer;
}

.tabBtn.is-active {
  background: url("img/common/arrow-up-w.svg") right 15px center / 12px
    no-repeat #e54664;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.school-tabs {
  position: absolute;
  left: 25%;
  right: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .school-tabs {
    left: 0;
    position: relative;
    z-index: 0;
  }
}

.school-tabs p {
  width: 300px;
  text-align: center;
  margin: 0 10px;
  background: url("img/common/arrow-down.svg") right 15px center / 12px
    no-repeat #eee;
  padding: 14px 0;
  font-family: "Yu Mincho", serif;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .school-tabs p {
    width: 94%;
    font-size: 16px;
    margin: 0 4px;
  }
}

.school-course,
.school-price {
  position: relative;
  background: #fef6f7;
  padding: 40px;
  padding-top: 100px;
}

@media screen and (max-width: 750px) {
  .school-course,
  .school-price {
    padding: 10px;
  }
}

.contents .school-course h2,
.contents .school-price h2 {
  margin-bottom: 0;
}

.school-price .table-01 {
  width: 96%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.school-price .table-01 th,
.school-price .table-01 td {
  vertical-align: middle;
}

.course-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.course-list th {
  width: 24%;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .course-list th {
    margin-bottom: 0;
  }
}

.course-list th,
.course-list td {
  position: relative;
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .course-list th,
  .course-list td {
    display: block;
    width: 95%;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
  }
  .course-list th {
  }
  .course-list td {
    text-align: left;
  }
}

.course-list th::after {
  content: "";
  position: absolute;
  bottom: -16px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  right: -125%;
}

@media screen and (max-width: 750px) {
  .course-list th::after {
    content: none;
  }
  .course-list td::after {
    content: "";
    position: absolute;
    bottom: -16px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    right: 50%;
    left: 43%;
  }
}

.course-list tr:last-child th::after {
  border: none;
}

.course-list li span {
  padding: 0 70px 0 50px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .course-list li span {
    display: block;
    padding: 0;
  }
}

.tab-text {
  text-align: right;
}

/*
----------------------------------------
養成ページ下層　PC/SP切り替え
----------------------------------------
*/

@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
  #class-schedule .sec-04 {
    padding-top: 140px;
    margin-top: -200px !important;
    position: relative;
    top: 80px;
    padding-bottom: 80px;
    border-top: none;
  }

  #class-schedule .sec-04::after {
    border-top: solid 1px #000;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 100px;
  }
}

/*
----------------------------------------
養成ページ下層　6/6追加修正
----------------------------------------
*/

@media screen and (max-width: 750px) {
  .title-text {
    font-size: 19px;
  }
}

/*
----------------------------------------
online-lesson add:20200819
----------------------------------------
*/
/* #online-lesson */
#online-lesson #page-link a {
  width: 30%;
}
@media screen and (max-width: 750px) {
  #online-lesson #page-link a {
    width: auto;
  }
}

/* #online-lesson #recommend */

#online-lesson #recommend .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fef5f7;
  margin: 0;
  padding: 20px 100px;
}

#online-lesson #recommend .checks li {
  width: 50%;
  padding: 5px 5px 5px 35px;
  font-size: 1.68rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#online-lesson #recommend .checks li:before {
  content: "";
  background-image: url(img/common/icn-check.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
  width: 28px;
  height: 25px;
}

#online-lesson #recommend .box-03 .box {
  padding: 0 38px;
}

#online-lesson #recommend .box-03 .box figure {
  margin-bottom: 10px;
}

#online-lesson #recommend .box-03 .box h3 {
  font-size: 2rem;
  text-align: center;
  color: #e54664;
}

@media screen and (max-width: 1000px) {
  #online-lesson #recommend .checks {
    padding: 20px;
  }

  #online-lesson #recommend .box-03 .box {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 750px) {
  #online-lesson #recommend .checks li {
    width: 100%;
    padding: 5px 5px 5px 35px;
    font-size: 1.4rem;
  }
}

/* #online-lesson #videos */

#online-lesson #videos {
  margin-bottom: 150px;
}

#online-lesson #videos .heading-08 {
  padding-top: 0.5rem;
  margin-bottom: -1.5rem;
}

#online-lesson #videos .left {
  margin: 0 0 100px 0;
}

/* #online-lesson #price */

#online-lesson #price .prices {
  padding-top: 10px;
  padding-bottom: 5px;
}

#online-lesson #price .prices .wrap {
  border: 1px solid #ccc;
  padding: 45px 40px 35px;
  margin-bottom: 55px;
  position: relative;
}

#online-lesson #price .prices .wrap > .bottom {
  position: absolute;
  bottom: -30px;
  right: 40px;
  font-size: 1.4rem;
  color: #777;
}

#online-lesson #price .prices .wrap .price {
  border-bottom: 1px solid #2e2d2e;
  position: relative;
  padding-bottom: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#online-lesson #price .prices .wrap .price .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  border-left: 5px solid #e54664;
  line-height: 33px;
  padding-left: 20px;
}

#online-lesson #price .prices .wrap .price .detail {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 1.2rem;
}

#online-lesson #price .prices .wrap .price .detail span.pink {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  display: inline-block;
  color: #e54664;
}

#online-lesson #price .prices .wrap .price .detail span.pink > span {
  font-size: 2.4rem;
  display: inline-block;
}

#online-lesson #price .prices .wrap .price .detail span.time {
  font-size: 1.6rem;
  margin-right: 10px;
}

#online-lesson #price .prices .wrap .price .detail span.kara {
  font-size: 1.6rem;
  margin: 0 5px;
}

#online-lesson #price .prices .wrap .price .bottom {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 1.4rem;
  color: #777;
}

@media screen and (max-width: 1000px) {
  #online-lesson #price .prices .wrap {
    padding: 30px 30px 16px;
  }
}

@media screen and (max-width: 750px) {
  #online-lesson #price .prices .wrap {
    padding: 20px 20px 16px;
  }

  #online-lesson #price .prices .wrap .price {
    padding-bottom: 0;
  }

  #online-lesson #price .prices .wrap .price .title {
    font-size: 2rem;
    padding-left: 12px;
  }

  #online-lesson #price .prices .wrap .price .detail {
    position: static;
    text-align: right;
  }

  #online-lesson #price .prices .wrap .price .detail span {
    font-size: 2.4rem;
  }

  #online-lesson #price .prices .wrap .price .detail span > span {
    font-size: 2rem;
  }
}

/* #online-lesson #flow */
#online-lesson #flow {
  margin-bottom: 0;
}

#online-lesson #flow .heading-10 {
  margin-bottom: 40px;
}

#online-lesson #flow .flow.flex .box {
  padding: 10px 30px;
  margin-bottom: 0;
}

#online-lesson #flow figure {
  margin-bottom: 30px;
}

#online-lesson #flow .flow.flex .box:before {
  color: #e7e7e7;
  font-size: 7rem;
  top: 125px;
}

/* #online-lesson #voices */

#online-lesson #voices .flex {
  margin-top: 40px;
}

#online-lesson #voices .flex .box {
  border: 1px solid #ccc;
  padding: 100px 40px 55px;
  margin: 60px 20px;
  width: calc(50% - 40px);
  -webkit-box-shadow: 5px 5px 0 #eee;
  box-shadow: 5px 5px 0 #eee;
}

#online-lesson #voices .flex .box figure {
  width: 166px;
  height: 166px;
  position: absolute;
  top: -83px;
  left: 50%;
  margin-left: -83px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
}

#online-lesson #voices .flex .box h3 {
  color: #e54664;
  text-align: center;
}

#online-lesson #voices .flex .box .left span {
  position: absolute;
  right: 42px;
  bottom: 20px;
  color: #999;
}

@media screen and (max-width: 1000px) {
  #online-lesson #voices .flex .box {
    padding: 100px 30px 55px;
    margin: 60px 15px;
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 750px) {
}

.page #schedule.sec {
  padding: 40px 0;
}

/* .contents .schedule-list */

.contents .schedule-list {
  padding: 50px 62px 40px;
  margin: 0 30px;
  background: #fef5f7;
}

.contents .schedule-list article {
  background: white;
  padding: 22px 90px 22px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.contents .schedule-list article .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 290px;
}
.contents .schedule-list article .number {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #e54664;
  color: white;
  font-size: 1.8rem;
  font-family: "Pinyon Script", cursive;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  -webkit-box-shadow: 3px 3px 0 #eee;
  box-shadow: 3px 3px 0 #eee;
}

.contents .schedule-list article .date {
  font-family: "Josefin Sans", sans-serif;
  color: #cc9b5c;
  font-size: 4rem;
  margin-right: 10px;
  line-height: 50px;
}

.contents .schedule-list article .week {
  color: #cc9b5c;
  font-size: 1.2rem;
  line-height: 19px;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  border: 2px solid #cc9b5c;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

.contents .schedule-list article .time {
  font-family: "Josefin Sans", sans-serif;
  color: #cc9b5c;
  font-size: 2.5rem;
  line-height: 1.2;
}

.contents .schedule-list article .ttl {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2.6rem;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contents .schedule-list article .btn {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.4rem;
  border: solid 1px #777;
  padding: 6px 26px 6px 14px;
  position: relative;
}

.contents .schedule-list article .btn::after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents .schedule-list article .btn:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .contents .schedule-list article {
    display: block;
    padding-right: 25px;
  }

  .contents .schedule-list article .ttl {
    margin-bottom: 10px;
  }

  .contents .schedule-list article .btn {
    display: block;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 126px;
  }
}

@media screen and (max-width: 750px) {
  .contents .schedule-list {
    padding: 30px 20px;
    margin: 0;
  }

  .contents .schedule-list article {
    padding: 15px;
    margin-bottom: 10px;
  }

  .contents .schedule-list article .head {
    width: auto;
  }

  .contents .schedule-list article .number {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 38px;
    margin-right: 15px;
  }

  .contents .schedule-list article .date {
    font-size: 3.2rem;
    margin-right: 8px;
  }

  .contents .schedule-list article .time {
    font-size: 2.2rem;
  }

  .contents .schedule-list article .ttl {
    font-size: 2.2rem;
  }
}
