@charset "UTF-8";
/*
theme Name: SIGNAL様
Author: VoiceActor's School AIGNAL
Description: original theme
version： 1.0.0
*/
/*! コメント残す場合 */
/*---------------------------------------------
	リセット
---------------------------------------------*/
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
}

p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
}

/*---------------------------------------------
	画像
---------------------------------------------*/
img {
  width: 100%;
}

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  text-align: left;
  color: #333333;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
  color: #4E69B2;
}

a:link {
  text-decoration: none;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	section color
---------------------------------------------*/
.bg_color_1 {
  background-color: #E9EEEF;
}

.bg_color_2 {
  background-color: #E9EEEF;
}

/*---------------------------------------------
	column
---------------------------------------------*/
@media screen and (max-width: 989px) {
  section {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 989px) {
  .column_1_wrapper {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .column_1_wrapper {
    width: 1200px;
    display: block;
    margin: 0 auto;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 989px) {
  .flex_wrapper {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .flex_wrapper {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 990px) {
  .flex_half {
    width: 49%;
  }
}

@media screen and (min-width: 990px) {
  .flex_half:nth-child(odd) {
    margin-right: 1%;
  }
}

@media screen and (min-width: 990px) {
  .flex_3item {
    width: 32%;
  }
}
@media screen and (max-width: 989px) {
  .flex_3item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 990px) {
  .flex_3item2 {
    width: 65%;
  }
}

@media screen and (min-width: 990px) {
  .flex_4item {
    width: 24%;
  }
}

.flex_wrapper.justcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_wrapper.justleft {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

/*---------------------------------------------
	br
---------------------------------------------*/
@media screen and (min-width: 990px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .pc_br {
    display: none;
  }
}

/*---------------------------------------------
	display
---------------------------------------------*/
@media screen and (max-width: 989px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .sp_only {
    display: none;
  }
}

/*---------------------------------------------
	color
---------------------------------------------*/
.fontpink {
  color: #FF7373;
}

/*---------------------------------------------
	minview(inline)
---------------------------------------------*/
#mainview_inline {
  width: 100%;
  height: 400px;
  background-color: #333333;
}

/*---------------------------------------------
	パンくず
---------------------------------------------*/
#breadcrumb {
  background-color: #E9EEEF;
}
@media screen and (min-width: 990px) {
  #breadcrumb {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 989px) {
  #breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  #breadcrumb > div {
    width: 1200px;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

#breadcrumb ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

#breadcrumb ul li {
  padding: 5px 10px;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  position: relative;
}

#breadcrumb ul li a {
  color: #4E69B2;
}

#breadcrumb ul li::before {
  content: "›";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #333333;
}

#breadcrumb ul li:last-child::before {
  content: normal;
}

/*---------------------------------------------
	button
---------------------------------------------*/
.btn_base {
  background-color: #4E69B2;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 50px;
  display: inline-block;
  text-decoration: none !important;
}

.btn {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
  padding: 20px 50px 20px 0;
  background-image: url(../img/common/btn_arrow.png);
}
@media screen and (max-width: 989px) {
  .btn {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 990px) {
  .btn {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    padding: 1rem;
  }
}

.btn span {
  display: block;
  opacity: 50%;
}
@media screen and (max-width: 989px) {
  .btn span {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 990px) {
  .btn span {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
  }
}

.btn.blue {
  background-color: #4E69B2;
}

.btn.pink {
  background-color: #FF7373;
}

@media screen and (min-width: 990px) {
  .btn.w250 {
    width: 250px;
    text-align: center;
    margin: auto auto;
  }
}
@media screen and (max-width: 989px) {
  .btn.w250 {
    width: 80%;
    margin: 0 auto;
  }
}

/*---------------------------------------------
	img:hover
---------------------------------------------*/
.hover:hover {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0.6;
}

/*---------------------------------------------
	margin
---------------------------------------------*/
.m50 {
  margin: 50px auto;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (min-width: 990px) {
  .mt100 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 989px) {
  .mt100 {
    margin-top: 50px;
  }
}

.mr20 {
  margin-right: 20px;
}

/*---------------------------------------------
	paragraph
---------------------------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/*---------------------------------------------
	table
---------------------------------------------*/
table.nml {
  width: 100%;
  margin: 0 auto;
}

table.nml th {
  background: #359971;
  color: #FFFFFF;
  padding: 10px 20px;
}
@media screen and (max-width: 989px) {
  table.nml th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

table.nml td {
  padding: 10px 20px;
  background: #E9EEEF;
}
@media screen and (max-width: 989px) {
  table.nml td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*---------------------------------------------
	タイトル
---------------------------------------------*/
h2 {
  line-height: 1.5em;
}

h2.nml {
  letter-spacing: 0.2rem;
  color: #333333;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1em;
}
@media screen and (min-width: 990px) {
  h2.nml {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h2.nml span {
  color: #4E69B2;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
}

h2.nml em {
  color: #359971;
  font-style: normal;
}

h2.enttl {
  letter-spacing: 0.2rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: auto auto;
  line-height: 1em;
}
@media screen and (min-width: 990px) {
  h2.enttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h2.enttl span {
  display: block;
  margin: 0.5rem auto;
  font-size: 16px;
  font-size: 1rem;
  color: #4E69B2;
}

h2.enttl:before {
  width: 60px;
  height: 60px;
  content: "";
  display: block;
  background: url(../img/common/logo_mark.png) no-repeat;
  margin: 1rem auto;
}

h2.catch {
  color: #333333;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6em;
}
@media screen and (min-width: 990px) {
  h2.catch {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

/*---------------------------------------------
	角丸
---------------------------------------------*/
.radius {
  border-radius: 10px;
}

/*---------------------------------------------
	アニメーション
---------------------------------------------*/
.effect-fade.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}

.effect-fade.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.SlideInLeft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.SlideInRight {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.FadeIn {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.delay-lv1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-fade.delay-lv2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.effect-fade.delay-lv3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.effect-fade.delay-lv4 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.effect-fade.delay-lv5 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*---------------------------------------------
	固有：大見出し
---------------------------------------------*/
.headline {
  overflow: hidden;
}

.headline h2 {
  letter-spacing: 0.2rem;
  color: #333333;
  display: block;
  text-indent: 0.5em;
  margin-top: 10px;
}
@media screen and (min-width: 990px) {
  .headline h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 989px) {
  .headline h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.headline h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding-top: 10px;
}

.headline h2 p {
  padding-top: 30px;
}

.headline.pink h2 span {
  color: #FF7373;
}

.headline.blue h2 span {
  color: #4E69B2;
}

.headline.green h2 span {
  color: #359971;
}

.headline h2:before {
  content: "";
  background-size: contain;
  width: 90px;
  height: 90px;
  display: block;
  float: left;
}

.headline.blue h2:before {
  background-image: url(../img/common/icon_headline_blue.png);
}

.headline.pink h2:before {
  background-image: url(../img/common/icon_headline_pink.png);
}

.headline.green h2:before {
  background-image: url(../img/common/icon_headline_green.png);
}

/*---------------------------------------------
	固有：キャッチ
---------------------------------------------*/
h3.catchcopy {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (min-width: 990px) {
  h3.catchcopy {
    margin: 30px auto 10px auto;
    padding-left: 50px;
  }
}

@media screen and (min-width: 990px) {
  h3.catchcopy + p {
    padding-left: 50px;
    padding-right: 20px;
  }
}

h3.catchcopy.blue {
  color: #4E69B2;
}

h3.catchcopy.pink {
  color: #FF7373;
}

h3.catchcopy.green {
  color: #359971;
}

/*---------------------------------------------
	固有：サイズ調整
---------------------------------------------*/
.w80 {
  width: 90%;
  margin: auto auto;
}
@media screen and (min-width: 990px) {
  .w80 {
    max-width: 1050px;
  }
}

p.attention {
  color: #FF7373;
  background: #FFFFFF;
  border: 2px solid #FF7373;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 1rem;
  text-align: center;
  margin: 2rem auto;
}

/*---------------------------------------------
	固有：SNSボタン
---------------------------------------------*/
.snsbtn {
  margin: 1rem auto;
  width: 100px;
}

.snsbtn img {
  height: 30px;
  width: 30px;
}

/*---------------------------------------------
	ロゴ
---------------------------------------------*/
@media screen and (min-width: 990px) {
  .header_wrap {
    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;
  }
}

@media screen and (min-width: 990px) {
  #logo {
    width: 300px;
    background: url(../img/common/bg_logo.png) no-repeat 50% -118px;
    text-align: center;
  }
}
@media screen and (max-width: 989px) {
  #logo {
    width: 100%;
    background: url(../img/common/bg_logo.png) no-repeat 50% -118px;
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  #logo img {
    width: 50%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 989px) {
  #logo img {
    width: 60px;
    margin: 10px auto;
  }
}

/* --- mainview ---------------------------------------- */
#mainview {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 990px) {
  #mainview {
    width: calc(100% - 300px);
    min-height: 450px;
    border-radius: 0 0 0 40px;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
  }
}
@media screen and (max-width: 989px) {
  #mainview {
    width: 100%;
    min-height: 215px;
  }
}

@media screen and (min-width: 990px) {
  #home #mainview {
    height: 750px;
  }
}

#home .mainview_catch h1 {
  font-family: "Noto Serif JP", serif;
  z-index: 9;
  text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px, #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
  color: #4E69B2;
}
@media screen and (min-width: 990px) {
  #home .mainview_catch h1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 5rem;
    right: 10rem;
    font-size: 50px;
    font-size: 3.125rem;
    height: 10em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 989px) {
  #home .mainview_catch h1 {
    display: none;
  }
}

/* --- 背景の指定 ------------------------------------------- */
#mainview .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: bgAnime 15s infinite;
          animation: bgAnime 15s infinite; /* 4画像 × 各5s = 20s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
#mainview .src1 {
  background-image: url(../img/mainview/mainview.jpg); /* 背景の画像を指定 */
}

#mainview .src2 {
  background-image: url(../img/mainview/mainview_2.jpg); /* 背景の画像を指定 */
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

#mainview .src3 {
  background-image: url(../img/mainview/mainview_3.jpg); /* 背景の画像を指定 */
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@media screen and (min-width: 990px) {
  #mainview .src1,
  #mainview .src2,
  #mainview .src3,
  #mainview .src4 {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 989px) {
  #mainview .src1,
  #mainview .src2,
  #mainview .src3,
  #mainview .src4 {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* --- 各ページ ------------------------------------------- */
#about #mainview {
  background-image: url(../img/about/main_about.jpg);
}
@media screen and (max-width: 989px) {
  #about #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#basiccourse #mainview {
  background-image: url(../img/basic/main_basic.jpg);
}
@media screen and (max-width: 989px) {
  #basiccourse #mainview {
    background-position: center;
    background-size: 240%;
  }
}

#professionalcourse #mainview {
  background-image: url(../img/professional/main_professional.jpg);
}
@media screen and (max-width: 989px) {
  #professionalcourse #mainview {
    background-position: center;
    background-size: 240%;
  }
}

#trial #mainview {
  background-image: url(../img/trial/main_trial.jpg);
}
@media screen and (max-width: 989px) {
  #trial #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#faq #mainview {
  background-image: url(../img/faq/main_faq.jpg);
}
@media screen and (max-width: 989px) {
  #faq #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#recording #mainview {
  background-image: url(../img/recording/main_recording.jpg);
}
@media screen and (max-width: 989px) {
  #recording #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#company #mainview {
  background-image: url(../img/company/main_company.jpg);
}
@media screen and (max-width: 989px) {
  #company #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#instructor #mainview {
  background-image: url(../img/instructor/main_instructor.jpg);
}
@media screen and (max-width: 989px) {
  #instructor #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#contactus #mainview {
  background-image: url(../img/contactus/main_contactus.jpg);
}
@media screen and (max-width: 989px) {
  #contactus #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#members #mainview {
  background-image: url(../img/members/main_members.jpg);
}
@media screen and (max-width: 989px) {
  #members #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#info #mainview {
  background-image: url(../img/info/main_info.jpg);
}
@media screen and (max-width: 989px) {
  #info #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#covid19 #mainview {
  background-image: url(../img/covid-19/main_covid19.jpg);
}
@media screen and (max-width: 989px) {
  #covid19 #mainview {
    background-position: right;
    background-size: 205%;
  }
}

#voicedrama2023 #mainview {
  background-image: url(../img/audiodrama/main.jpg);
}
@media screen and (max-width: 989px) {
  #voicedrama2023 #mainview {
    background-position: right;
    background-size: 205%;
  }
}

/* ナビゲーション ---------------------------------------- */
nav {
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

a:hover {
  text-decoration: none !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  /*background: #0270D2;*/
  background: #333;
  opacity: 0.5;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  z-index: 10;
}

header .inner {
  position: relative;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header nav {
  overflow: auto;
  position: fixed;
  top: 0;
  left: -70%;
  width: 70%;
  max-width: 320px;
  height: 100%;
  background: #4E69B2;
  opacity: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 2px gray;
          box-shadow: 0 0 2px gray;
}

header.navOpen nav {
  opacity: 1;
  left: 0;
}

header nav ul li#nav00 a {
  border: none;
}

header nav ul {
  list-style-type: disc;
}

header nav ul li {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

header nav ul li a {
  position: relative;
  display: block;
  padding: 1em 1em 1em 1.5em;
  text-decoration: none;
  text-decoration: none !important;
  color: #FFFFFF;
}
@media screen and (min-width: 990px) {
  header nav ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 989px) {
  header nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

header nav ul li a:hover {
  background: rgba(255, 255, 255, 0.6);
}

header .navBtn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 11;
  font-weight: bold;
  background-image: url(../img/common/bg_nav.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
@media screen and (min-width: 990px) {
  header .navBtn {
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 989px) {
  header .navBtn {
    width: 100px;
    height: 80px;
  }
}

header .navBtn:after {
  width: 53px;
  position: absolute;
  top: 33px;
  left: 9px;
  right: 0;
  text-align: center;
  font-size: 10px;
  color: #4E69B2;
}

header.navOpen .navBtn:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 36px;
  left: 8px;
  right: 0;
  text-align: right;
  font-size: 10px;
  color: #FFFFFF;
}

header .navBtn span {
  display: block;
  height: 2px;
  width: 20px;
  background: #FFFFFF;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 990px) {
  header .navBtn span {
    margin: 0 auto 0 6em;
  }
}
@media screen and (max-width: 989px) {
  header .navBtn span {
    margin-left: 4rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 990px) {
  header .navBtn span:nth-of-type(1) {
    margin-top: 1.2em;
  }
}

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
  margin-top: 5px;
}

header.navOpen .navBtn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(6px) translateX(0) rotate(45deg);
  background: #FFFFFF;
}

header.navOpen .navBtn span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  background: #FFFFFF;
}

header.navOpen .navBtn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #FFFFFF;
}

header.navOpen ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 1em;
  display: inline-block;
  content: "\f138";
}

header.navOpen ul li a:after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@media screen and (min-width: 990px) {
  header.navOpen ul li:nth-of-type(1):before {
    content: "";
    width: 250px;
    height: 93px;
    background-image: url(../img/common/logo_2white.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 20px auto;
  }
}

/*---------------------------------------------
	お知らせ
---------------------------------------------*/
@media screen and (min-width: 990px) {
  #home #infobox {
    top: 720px;
    left: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(100% - 400px);
    position: absolute;
  }
}

@media screen and (min-width: 990px) {
  #infobox {
    top: 430px;
    left: 400px;
    position: absolute;
  }
}

#news {
  background-color: #4E69B2;
}
@media screen and (min-width: 990px) {
  #news {
    width: 850px;
    min-width: 600px;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 989px) {
  #news {
    width: 100%;
  }
}

.newsbox {
  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: 0.5rem 1rem;
}

.newsbox h2 {
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  .newsbox h2 {
    width: 18%;
    min-width: 80px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 989px) {
  .newsbox h2 {
    display: none;
  }
}

.newsbox_inner {
  background-color: #FFFFFF;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 990px) {
  .newsbox_inner {
    width: 75%;
    min-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (max-width: 989px) {
  .newsbox_inner {
    border-radius: 10px;
    width: 90%;
    margin: 10px auto;
  }
}

.newsbox_inner .postdate {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #666;
}

.newsbox_inner h3 i {
  margin-right: 0.5rem;
}

.newsbox_inner h3 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 990px) {
  .newsbox_inner h3 {
    width: calc(100% - 10em);
  }
}

.newsbox_inner .postdate {
  width: 10em;
  text-align: center;
}

@media screen and (min-width: 990px) {
  #contact {
    width: 450px;
    margin-left: 1em;
    margin-top: 0.5em;
  }
}

.spcontact a {
  font-size: 30px;
  font-size: 1.875rem;
  color: #4E69B2;
  display: block;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 9999;
  border: 1px solid #4E69B2;
  border-radius: 100%;
  padding: 0.5rem;
}

#contact span {
  border: 3px solid #4E69B2;
  color: #4E69B2;
  font-weight: bold;
  border-radius: 30px;
  padding: 0.1rem 1rem;
  margin-right: 0.5em;
  text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px, #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
}
@media screen and (min-width: 990px) {
  #contact span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

#contact > a,
#contact > .tel a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px, #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
}
@media screen and (min-width: 990px) {
  #contact > a,
  #contact > .tel a {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

#contact p {
  color: #4E69B2;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #contact p {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 0.5em;
    text-align: center;
  }
}

/*---------------------------------------------
	各ページタイトル
---------------------------------------------*/
#mainview #pagettl h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #333333;
  text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px, #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
}
@media screen and (min-width: 990px) {
  #mainview #pagettl h1 {
    padding-left: 5rem;
    padding-top: 10rem;
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 989px) {
  #mainview #pagettl h1 {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    padding-top: 5rem;
  }
}

#mainview #pagettl h1 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  text-indent: 0.3rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4E69B2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 990px) {
  #mainview #pagettl h1 span {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 989px) {
  #mainview #pagettl h1 span {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

/*---------------------------------------------
	フッター
---------------------------------------------*/
footer {
  background: url(../img/common/bg.png) repeat;
  padding-top: 50px;
  margin-top: 100px;
  background-image: url(../img/common/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
@media screen and (min-width: 990px) {
  footer {
    min-height: 1200px;
    background-size: cover;
  }
}
@media screen and (max-width: 989px) {
  footer {
    background-size: 200%;
  }
}

@media screen and (min-width: 990px) {
  .footer_wrapper {
    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;
  }
}

@media screen and (min-width: 990px) {
  .footer_wrapper h2 img {
    width: 350px;
  }
}

.footer_wrapper #contact {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .footer_wrapper #contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 989px) {
  .footer_wrapper #contact {
    margin: 20px auto;
  }
}

@media screen and (min-width: 990px) {
  .footer_wrapper #contact .tel {
    width: 60%;
  }
}

@media screen and (max-width: 989px) {
  .footer_wrapper #contact > .tel span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 989px) {
  .footer_wrapper #contact > .tel a {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 989px) {
  .footer_wrapper #contact > .tel p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1em 0;
  }
}

@media screen and (min-width: 990px) {
  .footer_wrapper #contact .contactbtn {
    width: 30%;
  }
}

@media screen and (min-width: 990px) {
  .footer_wrapper #contact .btn {
    min-width: 200px;
  }
}

.footer_wrapper .attention {
  border: 1px solid #FF7373;
  color: #FF7373;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 20px;
}

.googlemap iframe {
  width: 100%;
  border-radius: 20px;
  margin: 30px auto;
}
@media screen and (min-width: 990px) {
  .googlemap iframe {
    height: 500px;
  }
}
@media screen and (max-width: 989px) {
  .googlemap iframe {
    height: 300px;
  }
}

footer .addr {
  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;
  margin-bottom: 50px;
}

footer .addr h2 {
  text-align: center;
  padding-top: 0.7em;
  margin-right: 1em;
  text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px, #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
}
@media screen and (max-width: 989px) {
  footer .addr h2 {
    margin: 20px auto;
  }
}

@media screen and (max-width: 989px) {
  footer .addressbox .btn {
    width: 100%;
    margin: 20px auto;
  }
}

/*---------------------------------------------
	ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  padding: 1.5rem;
  border: 1px solid #4E69B2;
  color: #4E69B2;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop a:after {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  content: "";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4E69B2;
  text-align: center;
}

/*---------------------------------------------
	コピーライト
---------------------------------------------*/
.copyright {
  width: 100%;
  background-color: #359971;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 1em 0;
}
@media screen and (min-width: 990px) {
  .copyright {
    position: absolute;
    display: block;
    bottom: 0;
  }
}

/*---------------------------------------------
	特徴
---------------------------------------------*/
@media screen and (min-width: 990px) {
  #home_intro {
    margin-top: 8rem;
    background-image: url(../img/home/bg_point.png);
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 989px) {
  #home_intro {
    margin-top: 3rem;
  }
}

#home_intro .point_wrap {
  margin: 4rem auto 1rem auto;
}

#home_intro .point_wrap .pointbox {
  line-height: 0.9em;
}

#home_intro .point_wrap .pointbox img {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 989px) {
  #home_intro .point_wrap .pointbox img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#home_intro .point_wrap .flex_4item {
  position: relative;
}

@media screen and (max-width: 989px) {
  #home_intro .point_wrap .flex_4item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#home_intro .point_wrap .pointbox h3 {
  border-radius: 0 0 20px 20px;
  background-color: #4E69B2;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 2rem 0;
}
@media screen and (min-width: 990px) {
  #home_intro .point_wrap .pointbox h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#home_intro .point_wrap span {
  position: absolute;
  display: block;
  background-color: #3FC1C5;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 20px;
  padding: 0.2rem 1rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 990px) {
  #home_intro .point_wrap span {
    bottom: 10.5rem;
    left: 2rem;
  }
}
@media screen and (max-width: 989px) {
  #home_intro .point_wrap span {
    bottom: 9rem;
    left: 2rem;
  }
}

#home_intro .point_wrap p {
  margin: 1rem;
  font-size: 16px;
  font-size: 1rem;
}

/*---------------------------------------------
	ボイスサンプル収録
---------------------------------------------*/
#homerecord {
  background: url(../img/common/bg.png) repeat;
  padding: 2rem 0 3rem 0;
  margin: 4rem auto;
}

#homerecord .flex_wrapper {
  margin: 2rem auto;
}

@media screen and (min-width: 990px) {
  #homerecord .flex_wrapper .item {
    width: 32%;
  }
}

@media screen and (max-width: 989px) {
  #homerecord .flex_wrapper .item:nth-of-type(1),
  #homerecord .flex_wrapper .item:nth-of-type(3) {
    display: none;
  }
}

#homerecord .flex_wrapper .item img {
  border-radius: 20px;
}

#homerecord h2.tac,
#homerecord p {
  margin-bottom: 2rem;
}

#homerecord span.price {
  position: absolute;
  bottom: 0;
  left: 25%;
  color: #4E69B2;
  font-weight: bold;
  text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px, #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
  font-size: 30px;
  font-size: 1.875rem;
}

/*---------------------------------------------
	特色
---------------------------------------------*/
#homepoint {
  background: url(../img/common/bg.png) repeat;
  padding: 2rem 0 3rem 0;
  margin: 4rem auto;
}

#homepoint p.w80 {
  margin: 2.5rem auto;
}

#homepoint ul {
  width: 80%;
  margin: 0 auto;
  border: 2px solid #4E69B2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  list-style: inside;
  padding: 1.5rem;
}

#homepoint ul li {
  font-weight: bold;
  color: #4E69B2;
  margin-right: 1rem;
}

#homepoint .flex_wrapper {
  margin: 2rem auto;
}

@media screen and (min-width: 990px) {
  #homepoint .flex_wrapper .item {
    width: 32%;
  }
}

@media screen and (max-width: 989px) {
  #homepoint .flex_wrapper .item:nth-of-type(1),
  #homepoint .flex_wrapper .item:nth-of-type(3) {
    display: none;
  }
}

#homepoint .flex_wrapper .item img {
  border-radius: 20px;
}

/*---------------------------------------------
	コース紹介
---------------------------------------------*/
#homecourse {
  margin: 4rem auto;
}

.course_wrap {
  position: relative;
}

@media screen and (max-width: 989px) {
  .course_wrap img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (min-width: 990px) {
  .course_wrap img {
    border-radius: 20px;
  }
}

@media screen and (min-width: 990px) {
  .course_inner {
    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;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 989px) {
  .course_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 990px) {
  .course_wrap .course_inner .course_item {
    width: 49%;
  }
}

.course_item table {
  width: 90%;
  margin: 1rem auto;
}

.course_item table th {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 990px) {
  .course_item table th {
    min-width: 80px;
  }
}
@media screen and (max-width: 989px) {
  .course_item table th {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 60px;
  }
}

.course_item table td {
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  .course_item table td {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 989px) {
  .course_item table td {
    padding-left: 0.5rem;
  }
}

.course_item.basic table th {
  background: rgb(63, 193, 192);
  background: -webkit-gradient(linear, left top, right top, from(rgb(63, 193, 192)), to(rgb(66, 194, 135)));
  background: linear-gradient(90deg, rgb(63, 193, 192) 0%, rgb(66, 194, 135) 100%);
}

.course_item.professional table th {
  background: rgb(122, 142, 197);
  background: -webkit-gradient(linear, left top, right top, from(rgb(122, 142, 197)), to(rgb(91, 169, 194)));
  background: linear-gradient(90deg, rgb(122, 142, 197) 0%, rgb(91, 169, 194) 100%);
}

.course_item p {
  font-size: 14px;
  font-size: 0.875rem;
}

.coursesign a {
  text-decoration: none;
}

.coursesign {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
@media screen and (min-width: 990px) {
  .coursesign {
    padding: 1rem 0 1rem 3rem;
    border-radius: 20px;
  }
}
@media screen and (max-width: 989px) {
  .coursesign {
    padding: 1rem 2rem;
    border-radius: 0 0 20px 20px;
  }
}

.coursesign.basic {
  background-image: url(../img/home/arrow_course_1.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
@media screen and (min-width: 990px) {
  .coursesign.basic {
    position: absolute;
    top: 23rem;
    right: 1rem;
  }
}

.coursesign.professional {
  background-image: url(../img/home/arrow_course_2.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
@media screen and (min-width: 990px) {
  .coursesign.professional {
    position: absolute;
    top: 23rem;
    left: 1rem;
  }
}

.coursesign h3 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 989px) {
  .coursesign h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 990px) {
  .coursesign h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.coursesign.basic h3 {
  color: #359971;
}

.coursesign.professional h3 {
  color: #4E69B2;
}

.coursesign h3 span {
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 0.5rem;
}

.coursesign .minittl {
  padding: 0.3rem 1rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  position: absolute;
  border-radius: 20px;
  z-index: 10;
}
@media screen and (min-width: 990px) {
  .coursesign .minittl {
    top: -1rem;
    left: 2rem;
  }
}

.coursesign.basic .minittl {
  background: rgb(63, 193, 192);
  background: -webkit-gradient(linear, left top, right top, from(rgb(63, 193, 192)), to(rgb(66, 194, 135)));
  background: linear-gradient(90deg, rgb(63, 193, 192) 0%, rgb(66, 194, 135) 100%);
}
@media screen and (max-width: 989px) {
  .coursesign.basic .minittl {
    top: -1rem;
    left: 2rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.coursesign.professional .minittl {
  background: rgb(122, 142, 197);
  background: -webkit-gradient(linear, left top, right top, from(rgb(122, 142, 197)), to(rgb(91, 169, 194)));
  background: linear-gradient(90deg, rgb(122, 142, 197) 0%, rgb(91, 169, 194) 100%);
}
@media screen and (max-width: 989px) {
  .coursesign.professional .minittl {
    top: 11.5rem;
    left: 2rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.coursesign ul {
  margin: 1rem auto;
}

.coursesign ul li {
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 990px) {
  .coursesign ul li {
    padding: 0.3rem 1rem;
  }
}
@media screen and (max-width: 989px) {
  .coursesign ul li {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }
}

.coursesign.basic ul li {
  border: 1px solid #359971;
  color: #359971;
}

.coursesign.professional ul li {
  border: 1px solid #4E69B2;
  color: #4E69B2;
}

@media screen and (max-width: 989px) {
  .course_item.basic.price {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 989px) {
  .course_item.coursesign.basic {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 990px) {
  .course_item.professional.price {
    margin-left: 39rem;
  }
}

/*---------------------------------------------
	講師紹介
---------------------------------------------*/
#homeinstructor {
  margin: 4rem auto;
}

#homeinstructor .flex_wrapper {
  margin: 2rem auto;
}
@media screen and (max-width: 989px) {
  #homeinstructor .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 990px) {
  #homeinstructor .item {
    width: 19%;
  }
}
@media screen and (max-width: 989px) {
  #homeinstructor .item {
    width: 48%;
    margin-bottom: 0.5rem;
  }
}

#homeinstructor .item img {
  border-radius: 20px;
}

/*---------------------------------------------
	講師紹介
---------------------------------------------*/
#homefaq {
  margin: 4rem auto;
  background: url(../img/common/bg.png) repeat;
  padding: 2rem 0 3rem 0;
}

#homefaq .flex_wrapper {
  margin: 3rem auto;
}

#homefaq .item.faq {
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (min-width: 990px) {
  #homefaq .item.faq {
    width: 49%;
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 989px) {
  #homefaq .item.faq {
    padding: 1.5rem 2rem;
  }
}

#homefaq .item.faq h3 {
  color: #359971;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 990px) {
  #homefaq .item.faq h3 {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 989px) {
  #homefaq .item.faq h3 {
    padding-left: 3rem;
  }
}

#homefaq .item.faq h3 span {
  background: #359971;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  margin-right: 1rem;
}
@media screen and (min-width: 990px) {
  #homefaq .item.faq h3 span {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 989px) {
  #homefaq .item.faq h3 span {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.4rem 0.5rem;
  }
}

#homefaq .item.faq p {
  margin-top: 1rem;
}
@media screen and (min-width: 990px) {
  #homefaq .item.faq p {
    padding-left: 5rem;
  }
}

/*---------------------------------------------
	無料体験
---------------------------------------------*/
@media screen and (min-width: 990px) {
  div.free img {
    width: 940px;
  }
}

/*---------------------------------------------
	後援者
---------------------------------------------*/
.support_wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 0;
}

#presenter {
  padding-bottom: 3rem;
  border-bottom: 3px solid #4E69B2;
}
#presenter .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 989px) {
  #presenter .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
#presenter .profile .disco {
  width: 300px;
}
@media screen and (max-width: 989px) {
  #presenter .profile .disco {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 989px) {
  #presenter .profile .disco img {
    width: 60% !important;
    margin: 0 auto;
  }
}
#presenter .profile h3 {
  font-size: 2rem;
  text-align: center;
  color: #4E69B2;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
#presenter .profile h3 span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
  color: #000000;
}
#presenter .profile p {
  font-size: 12px;
  text-align: center;
}
#presenter .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: calc(100% - 300px);
}
@media screen and (max-width: 989px) {
  #presenter .award {
    width: 100%;
    gap: 20px;
  }
}
#presenter .award .anime {
  width: 250px;
}
@media screen and (max-width: 989px) {
  #presenter .award .anime {
    width: 100px;
  }
}
#presenter .award .anime p {
  font-size: 12px;
  line-height: 1.2em;
}
#presenter .award .list {
  width: calc(100% - 250px);
}
@media screen and (max-width: 989px) {
  #presenter .award .list {
    width: calc(100% - 100px);
  }
}
#presenter .award .list h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4E69B2;
}
#presenter .award .list ul {
  list-style: none;
  margin: 1rem auto;
}
#presenter .award .list ul li {
  font-size: 14px;
}
@media screen and (max-width: 989px) {
  #presenter .award .list ul li {
    font-size: 12px;
  }
}

/*---------------------------------------------
	冒頭
---------------------------------------------*/
#aboutconcept {
  margin: 3rem auto;
  background: url(../img/common/bg.png) repeat;
  padding: 3rem 0;
}

#aboutconcept p {
  margin: 2rem auto;
}

#aboutconcept ul {
  list-style: none;
}
@media screen and (min-width: 990px) {
  #aboutconcept ul {
    width: 100%;
    margin: 1rem auto;
    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;
  }
}

#aboutconcept ul li {
  border: 2px solid #4E69B2;
  background: #FFFFFF;
  padding: 1.5rem 0.5rem;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  color: #4E69B2;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #aboutconcept ul li {
    width: 30%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#aboutschool .flex_wrapper {
  margin: 2rem auto;
}

@media screen and (min-width: 990px) {
  #aboutschool .item {
    width: 49%;
    margin-bottom: 0.5rem;
  }
}

#aboutschool .item img {
  border-radius: 20px;
}

#aboutschool .txt p {
  margin: 2rem auto;
}

/*---------------------------------------------
	冒頭
---------------------------------------------*/
#basic_about {
  background: url(../img/common/bg.png) repeat;
  padding: 3rem 0;
}
@media screen and (min-width: 990px) {
  #basic_about {
    margin-top: 2rem;
  }
}

#basic_about .flex_wrapper {
  margin: 2rem auto;
}
@media screen and (min-width: 990px) {
  #basic_about .flex_wrapper {
    max-width: 1000px;
  }
}

@media screen and (min-width: 990px) {
  #basic_about .flex_wrapper img.course_1,
  #basic_about .flex_wrapper img.course_2 {
    width: 400px;
  }
}

@media screen and (min-width: 990px) {
  #basic_about .flex_wrapper img.course_arrow {
    width: 200px;
  }
}
@media screen and (max-width: 989px) {
  #basic_about .flex_wrapper img.course_arrow {
    width: 60px;
    margin: 1rem auto;
  }
}

/*---------------------------------------------
	レッスン内容紹介
---------------------------------------------*/
#basic_lesson {
  margin: 3rem auto;
}

#basic_lesson img.lesson_1,
#basic_lesson img.lesson_2 {
  margin: 2rem auto;
}

#basic_lesson .lesson_1 img,
#basic_lesson .lesson_2 img {
  margin: 2rem auto;
}
@media screen and (max-width: 989px) {
  #basic_lesson .lesson_1 img,
  #basic_lesson .lesson_2 img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}

@media screen and (min-width: 990px) {
  #basic_lesson .flex_wrapper {
    margin: 2rem auto;
  }
}

@media screen and (min-width: 990px) {
  #basic_lesson .item.lesson_1intro,
  #basic_lesson .item.lesson_2intro {
    width: 36%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#basic_lesson .item.lesson_1point,
#basic_lesson .item.lesson_2point {
  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;
}
@media screen and (min-width: 990px) {
  #basic_lesson .item.lesson_1point,
  #basic_lesson .item.lesson_2point {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 989px) {
  #basic_lesson .item.lesson_1intro {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 989px) {
  #basic_lesson .item.lesson_1point {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#basic_lesson .lesson_1point.item dl,
#basic_lesson .lesson_2point.item dl {
  border: 1px solid #359971;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 990px) {
  #basic_lesson .lesson_1point.item dl,
  #basic_lesson .lesson_2point.item dl {
    width: 48%;
  }
}

#basic_lesson .lesson_1point.item dl dt,
#basic_lesson .lesson_2point.item dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  color: #359971;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #359971;
}

#basic_lesson .lesson_1point.item dl dd,
#basic_lesson .lesson_2point.item dl dd {
  font-size: 16px;
  font-size: 1rem;
  padding: 1rem 0;
  color: #333333;
}

#basic_lesson .lesson_1intro,
#basic_lesson .lesson_2intro {
  text-align: center;
}
@media screen and (min-width: 990px) {
  #basic_lesson .lesson_1intro,
  #basic_lesson .lesson_2intro {
    margin-top: 2rem;
  }
}

#basic_lesson .lesson_1intro .time,
#basic_lesson .lesson_2intro .time {
  background: #359971;
  padding: 2rem 1rem;
  margin: 0 auto;
  border-radius: 50px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
}

#basic_lesson .lesson_1intro h3 span,
#basic_lesson .lesson_2intro h3 span {
  color: #359971;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

#basic_lesson .lesson_1intro h3,
#basic_lesson .lesson_2intro h3 {
  color: #333333;
  text-align: center;
  margin: 1rem auto 2rem auto;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #basic_lesson .lesson_1intro h3,
  #basic_lesson .lesson_2intro h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 989px) {
  #basic_lesson .lesson_1intro h3,
  #basic_lesson .lesson_2intro h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#basic_lesson .lesson_1intro p,
#basic_lesson .lesson_2intro p {
  text-align: left;
}
@media screen and (max-width: 989px) {
  #basic_lesson .lesson_1intro p,
  #basic_lesson .lesson_2intro p {
    margin-bottom: 2rem;
  }
}

/*---------------------------------------------
	料金
---------------------------------------------*/
#basic_price {
  background: url(../img/common/bg.png) repeat;
  padding: 3rem 0;
}
@media screen and (min-width: 990px) {
  #basic_price {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 990px) {
  #basic_price .flex_wrapper .item {
    width: 48%;
  }
}

#basic_price h3 span {
  color: #359971;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

#basic_price h3 {
  color: #333333;
  text-align: center;
  margin: 1rem auto 2rem auto;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #basic_price h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 989px) {
  #basic_price h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 990px) {
  #basic_price .flex_wrapper {
    margin: 2rem auto;
  }
}

#basic_price .flex_wrapper .pricetable table {
  width: 100%;
  background: #FFFFFF;
  margin: 1rem auto;
  border-collapse: collapse;
}

#basic_price .flex_wrapper .pricetable table.green {
  border: 2px solid #359971;
}

#basic_price .flex_wrapper .pricetable table td {
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (min-width: 990px) {
  #basic_price .flex_wrapper .pricetable table td {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  #basic_price .flex_wrapper .pricetable table td span {
    font-size: 16px;
    font-size: 1rem;
  }
}

#basic_price .flex_wrapper .pricetable table.green td {
  border: 1px solid #359971;
}

#basic_price .flex_wrapper .pricetable table.green td span {
  color: #359971;
}

#basic_price .flex_wrapper .item.addtxt h4 {
  color: #FF7373;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 990px) {
  #basic_price .flex_wrapper .item.addtxt h4 {
    margin-top: 7rem;
  }
}

#basic_price .flex_wrapper .item.addtxt h4 span {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  background: #FF7373;
  margin-right: 0.5rem;
}
@media screen and (max-width: 989px) {
  #basic_price .flex_wrapper .item.addtxt h4 span {
    display: block;
    margin-bottom: 0.5rem;
  }
}

#basic_price .flex_wrapper .item.addtxt p {
  text-align: center;
  font-weight: bold;
}

#basic_price .flex_wrapper .item.addtxt ul {
  width: 95%;
  margin: 1rem auto;
  list-style: none;
}

#basic_price .flex_wrapper .item.addtxt ul li {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 989px) {
  #basic_price .flex_wrapper .item.addtxt ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#basic_price .flex_wrapper .item.addtxt ul li:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FF7373;
  font-weight: bold;
  content: "※";
}

/*---------------------------------------------
	流れ
---------------------------------------------*/
#basic_howto {
  margin: 3rem auto;
}

#basic_howto dl {
  background: #EDF0F7;
  border-radius: 10px;
  margin: 1rem auto 2rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 990px) {
  #basic_howto dl {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#basic_howto dl dt {
  color: #4E69B2;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 990px) {
  #basic_howto dl dt {
    max-width: 200px;
    min-width: 200px;
    border-right: 1px solid #4E69B2;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 989px) {
  #basic_howto dl dt {
    border-bottom: 1px solid #4E69B2;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 990px) {
  #basic_howto dl dd {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  #basic_howto dl dd {
    padding-top: 1.5rem;
  }
}

#basic_howto dl:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #4E69B2 transparent transparent transparent;
  line-height: 0px;
  _border-color: #4E69B2 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 48%;
}

#basic_howto dl:last-of-type:after {
  display: none;
}

/*---------------------------------------------
	冒頭
---------------------------------------------*/
#professional_about {
  margin: 3rem auto;
  background: url(../img/common/bg.png) repeat;
  padding: 3rem 0;
}

#professional_about h2 {
  margin-bottom: 1rem;
}

/*---------------------------------------------
	レッスン内容紹介
---------------------------------------------*/
#professional_lesson {
  margin: 3rem auto;
}

#professional_lesson img.lesson_1,
#professional_lesson img.lesson_2 {
  margin: 2rem auto;
}

#professional_lesson .lesson_1 img,
#professional_lesson .lesson_2 img {
  margin: 2rem auto;
}
@media screen and (max-width: 989px) {
  #professional_lesson .lesson_1 img,
  #professional_lesson .lesson_2 img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}

@media screen and (min-width: 990px) {
  #professional_lesson .flex_wrapper {
    margin: 2rem auto;
  }
}

@media screen and (min-width: 990px) {
  #professional_lesson .item.lesson_1intro,
  #professional_lesson .item.lesson_2intro {
    width: 36%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#professional_lesson .item.lesson_1point,
#professional_lesson .item.lesson_2point {
  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;
}
@media screen and (min-width: 990px) {
  #professional_lesson .item.lesson_1point,
  #professional_lesson .item.lesson_2point {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 989px) {
  #professional_lesson .item.lesson_1intro {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 989px) {
  #professional_lesson .item.lesson_1point {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#professional_lesson .lesson_1point.item dl,
#professional_lesson .lesson_2point.item dl {
  border: 1px solid #0085B2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 990px) {
  #professional_lesson .lesson_1point.item dl,
  #professional_lesson .lesson_2point.item dl {
    width: 32%;
  }
}
@media screen and (max-width: 989px) {
  #professional_lesson .lesson_1point.item dl,
  #professional_lesson .lesson_2point.item dl {
    width: 100%;
  }
}

#professional_lesson .lesson_1point.item dl dt,
#professional_lesson .lesson_2point.item dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0085B2;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0085B2;
}

#professional_lesson .lesson_1point.item dl dd,
#professional_lesson .lesson_2point.item dl dd {
  font-size: 16px;
  font-size: 1rem;
  padding: 1rem 0;
  color: #333333;
}

#professional_lesson .lesson_1intro,
#professional_lesson .lesson_2intro {
  text-align: center;
}
@media screen and (min-width: 990px) {
  #professional_lesson .lesson_1intro,
  #professional_lesson .lesson_2intro {
    margin-top: 2rem;
  }
}

#professional_lesson .lesson_1intro .time,
#professional_lesson .lesson_2intro .time {
  background: #0085B2;
  padding: 2rem 1rem;
  margin: 0 auto;
  border-radius: 50px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
}

#professional_lesson .lesson_1intro h3 span,
#professional_lesson .lesson_2intro h3 span {
  color: #0085B2;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

#professional_lesson .lesson_1intro h3,
#professional_lesson .lesson_2intro h3 {
  color: #333333;
  text-align: center;
  margin: 1rem auto 2rem auto;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #professional_lesson .lesson_1intro h3,
  #professional_lesson .lesson_2intro h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 989px) {
  #professional_lesson .lesson_1intro h3,
  #professional_lesson .lesson_2intro h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#professional_lesson .lesson_1intro p,
#professional_lesson .lesson_2intro p {
  text-align: left;
}
@media screen and (max-width: 989px) {
  #professional_lesson .lesson_1intro p,
  #professional_lesson .lesson_2intro p {
    margin-bottom: 2rem;
  }
}

.online_lesson {
  background-color: #EDF0F7;
  border-radius: 20px;
  padding: 2rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 989px) {
  .online_lesson {
    padding: 1.5rem 1.5rem;
  }
}
.online_lesson h3 {
  color: #4E69B2;
  padding-bottom: 10px;
  border-bottom: 1px solid #4E69B2;
  margin-bottom: 20px;
}
.online_lesson table {
  width: 100%;
  margin: 1rem auto;
  border-collapse: collapse;
}
@media screen and (max-width: 989px) {
  .online_lesson table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.online_lesson table th {
  background-color: #4E69B2;
  text-align: center;
  padding: 1em 0;
  color: #FFFFFF;
  border-bottom: 1px solid #E9EEEF;
}
.online_lesson table td {
  background-color: #FFFFFF;
  padding: 1em 3em;
  text-align: left;
  border-bottom: 1px solid #E9EEEF;
}
.online_lesson table td:first-child {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 989px) {
  .online_lesson table td:first-child {
    border-radius: 0;
  }
}
.online_lesson table tr:first-child th {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 989px) {
  .online_lesson table tr:first-child th {
    border-radius: 0;
  }
}
.online_lesson table tr:first-child td {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 989px) {
  .online_lesson table tr:first-child td {
    border-radius: 0;
  }
}
.online_lesson table tr:last-child th {
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 989px) {
  .online_lesson table tr:last-child th {
    border-radius: 0;
  }
}
.online_lesson table tr:last-child td {
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 989px) {
  .online_lesson table tr:last-child td {
    border-radius: 0;
  }
}
.online_lesson .special {
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 10px #ccc;
          box-shadow: 3px 3px 10px #ccc;
  padding: 3rem 2rem;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 989px) {
  .online_lesson .special {
    padding: 3rem 1rem;
  }
}
.online_lesson .special h4 {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #4E69B2;
}
.online_lesson .special .specialimg {
  max-width: 500px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 989px) {
  .online_lesson .special .specialimg {
    width: 100%;
    max-width: unset;
    top: -40px;
  }
}

/*---------------------------------------------
	料金
---------------------------------------------*/
#professional_price {
  background: url(../img/common/bg.png) repeat;
  padding: 3rem 0;
}
@media screen and (min-width: 990px) {
  #professional_price {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 990px) {
  #professional_price .flex_wrapper .item {
    width: 48%;
  }
}

#professional_price h3 span {
  color: #0085B2;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

#professional_price h3 {
  color: #333333;
  text-align: center;
  margin: 1rem auto 2rem auto;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #professional_price h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 989px) {
  #professional_price h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 990px) {
  #professional_price .flex_wrapper {
    margin: 2rem auto;
  }
}

#professional_price .flex_wrapper .pricetable table {
  width: 100%;
  background: #FFFFFF;
  margin: 1rem auto;
  border-collapse: collapse;
}

#professional_price .flex_wrapper .pricetable table.blue {
  border: 2px solid #0085B2;
}

#professional_price .flex_wrapper .pricetable table td {
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (min-width: 990px) {
  #professional_price .flex_wrapper .pricetable table td {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  #professional_price .flex_wrapper .pricetable table td span {
    font-size: 16px;
    font-size: 1rem;
  }
}

#professional_price .flex_wrapper .pricetable table.blue td {
  border: 1px solid #0085B2;
}

#professional_price .flex_wrapper .pricetable table.blue td span {
  color: #0085B2;
}

#professional_price .flex_wrapper .item.addtxt h4 {
  color: #FF7373;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 990px) {
  #professional_price .flex_wrapper .item.addtxt h4 {
    margin-top: 7rem;
  }
}

#professional_price .flex_wrapper .item.addtxt h4 span {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  background: #FF7373;
  margin-right: 0.5rem;
}
@media screen and (max-width: 989px) {
  #professional_price .flex_wrapper .item.addtxt h4 span {
    display: block;
    margin-bottom: 0.5rem;
  }
}

#professional_price .flex_wrapper .item.addtxt p {
  text-align: center;
  font-weight: bold;
}

#professional_price .flex_wrapper .item.addtxt ul {
  width: 95%;
  margin: 1rem auto;
  list-style: none;
}

#professional_price .flex_wrapper .item.addtxt ul li {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 989px) {
  #professional_price .flex_wrapper .item.addtxt ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#professional_price .flex_wrapper .item.addtxt ul li:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FF7373;
  font-weight: bold;
  content: "※";
}

/*---------------------------------------------
	流れ
---------------------------------------------*/
#professional_howto {
  margin: 3rem auto;
}

#professional_howto dl {
  background: #EDF0F7;
  border-radius: 10px;
  margin: 1rem auto 2rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 990px) {
  #professional_howto dl {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#professional_howto dl dt {
  color: #4E69B2;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 990px) {
  #professional_howto dl dt {
    max-width: 200px;
    min-width: 200px;
    border-right: 1px solid #4E69B2;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 989px) {
  #professional_howto dl dt {
    border-bottom: 1px solid #4E69B2;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 990px) {
  #professional_howto dl dd {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  #professional_howto dl dd {
    padding-top: 1.5rem;
  }
}

#professional_howto dl:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #4E69B2 transparent transparent transparent;
  line-height: 0px;
  _border-color: #4E69B2 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 48%;
}

#professional_howto dl:last-of-type:after {
  display: none;
}

/*---------------------------------------------
	冒頭
---------------------------------------------*/
#recording_about {
  background: url(../img/common/bg.png) repeat;
  padding: 3rem 0;
}
@media screen and (min-width: 990px) {
  #recording_about {
    margin-top: 2rem;
  }
}

#recording_about .flex_wrapper {
  margin: 2rem auto;
}
@media screen and (min-width: 990px) {
  #recording_about .flex_wrapper {
    max-width: 1000px;
  }
}

#recording_about .column_1_wrapper {
  margin: 1rem auto;
}

/*---------------------------------------------
	施設・機材
---------------------------------------------*/
#recordingmachine .flex_wrapper {
  margin: 2rem auto;
}

@media screen and (min-width: 990px) {
  #recordingmachine .item {
    width: 49%;
    margin-bottom: 0.5rem;
  }
}

#recordingmachine .item img {
  border-radius: 20px;
}

#recordingmachine .item p {
  margin: 1rem auto 2rem auto;
}

#recordingmachine .txt p {
  margin: 2rem auto;
  border: 1px solid #4E69B2;
  color: #4E69B2;
  padding: 1rem auto !important;
  text-align: center;
}

/*---------------------------------------------
	装備
---------------------------------------------*/
#precordingequip ul {
  list-style: none;
}
@media screen and (min-width: 990px) {
  #precordingequip ul {
    width: 100%;
    margin: 1rem auto;
    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;
  }
}

#precordingequip ul li {
  border: 2px solid #4E69B2;
  background: #FFFFFF;
  padding: 1.5rem 0.5rem;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  color: #4E69B2;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #precordingequip ul li {
    width: 30%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 990px) {
  #precordingequip .flex_wrapper .item {
    width: 24%;
  }
}

#precordingequip .flex_wrapper .item img {
  border-radius: 10px;
}

/*---------------------------------------------
	料金
---------------------------------------------*/
#recording_price {
  background: url(../img/common/bg.png) repeat;
  padding: 3rem 0;
}
@media screen and (min-width: 990px) {
  #recording_price {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 990px) {
  #recording_price .flex_wrapper .item {
    width: 48%;
  }
}

#recording_price h3 span {
  color: #359971;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

#recording_price h3 {
  color: #333333;
  text-align: center;
  margin: 1rem auto 2rem auto;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #recording_price h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 989px) {
  #recording_price h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 990px) {
  #recording_price .flex_wrapper {
    margin: 2rem auto;
  }
}

#recording_price .pricetable table {
  width: 100%;
  background: #FFFFFF;
  margin: 1rem auto;
  border-collapse: collapse;
}

#recording_price .pricetable table.blue {
  border: 2px solid #4E69B2;
}

#recording_price .pricetable table td {
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (min-width: 990px) {
  #recording_price .pricetable table td {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  #recording_price .pricetable table td {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 990px) {
  #recording_price .pricetable table td span {
    font-size: 16px;
    font-size: 1rem;
  }
}

#recording_price .pricetable table.blue td {
  border: 1px solid #4E69B2;
}

#recording_price .pricetable table.blue td span {
  color: #4E69B2;
}

#recording_price .w80 {
  margin-bottom: 2rem;
}

/*---------------------------------------------
	会社概要
---------------------------------------------*/
#company_about {
  padding: 3rem 0;
}
@media screen and (min-width: 990px) {
  #company_about {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 990px) {
  #company_about .flex_wrapper .item {
    width: 48%;
  }
}

#company_about h3 span {
  color: #359971;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

#company_about h3 {
  color: #333333;
  text-align: center;
  margin: 1rem auto 2rem auto;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  #company_about h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 989px) {
  #company_about h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 990px) {
  #company_about .flex_wrapper {
    margin: 2rem auto;
  }
}

#company_about .pricetable table {
  width: 100%;
  background: #FFFFFF;
  margin: 1rem auto;
  border-collapse: collapse;
}

#company_about .pricetable table.blue {
  border: 2px solid #4E69B2;
}

#company_about .pricetable table th {
  background: url(../img/common/bg.png) repeat;
  text-align: center;
  color: #4E69B2;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (min-width: 990px) {
  #company_about .pricetable table th {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 989px) {
  #company_about .pricetable table th {
    width: 100%;
    display: block;
  }
}

#company_about .pricetable table td {
  text-align: left;
  color: #333333;
  padding: 1rem 2rem;
}
@media screen and (min-width: 990px) {
  #company_about .pricetable table td {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 989px) {
  #company_about .pricetable table td {
    display: block;
  }
}

@media screen and (min-width: 990px) {
  #company_about .pricetable table td span {
    font-size: 16px;
    font-size: 1rem;
  }
}

#company_about .pricetable table.blue td,
#company_about .pricetable table.blue th {
  border: 1px solid #4E69B2;
}

#company_about .pricetable table.blue th span {
  color: #4E69B2;
}

#company_about .w80 {
  margin-bottom: 2rem;
}

/*---------------------------------------------
	アクセス
---------------------------------------------*/
@media screen and (min-width: 990px) {
  #company_access .access {
    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;
  }
}

#company_access .access dl {
  margin: 2rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 990px) {
  #company_access .access dl {
    width: 24%;
  }
}

#company_access .access dl dt {
  background: #EDF0F7;
  color: #4E69B2;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}

#company_access .access dl dd {
  text-align: left;
  padding: 1rem 1.5rem;
}

#company_access .w80 {
  margin: 1rem auto;
}

/*---------------------------------------------
	講師一覧
---------------------------------------------*/
#homeinstructor h3 {
  color: #359971;
  font-weight: bold;
  text-align: center;
  margin: 1rem auto;
}
@media screen and (min-width: 990px) {
  #homeinstructor h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#homeinstructor h3 span {
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1em;
  letter-spacing: 0.5em;
}

#homeinstructor .item .btn {
  width: 80% !important;
  margin: 0 auto;
  background-color: #359971;
}

#homeinstructor ul {
  border-top: 1px solid #359971;
  margin: 0.5rem auto;
  padding: 1rem 0;
  list-style: none;
  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;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 990px) {
  #homeinstructor ul {
    width: 80% !important;
    min-height: 52px;
  }
}

#homeinstructor ul li:after {
  content: "/";
  color: #359971;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0.1rem;
}

/*プロフィール*/
#instructorprofile {
  margin: 3rem auto;
}

@media screen and (min-width: 990px) {
  #instructorprofile .flex_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 990px) {
  #instructorprofile .inst_photo {
    width: 32%;
  }
}

#instructorprofile .inst_photo img {
  border-radius: 20px;
}

@media screen and (min-width: 990px) {
  #instructorprofile .inst_txt {
    width: 60%;
  }
}

#instructorprofile .inst_txt h3 {
  color: #4E69B2;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  margin-top: 2rem;
}

#instructorprofile .inst_txt p {
  margin: 1rem auto;
  line-height: 1.7em;
}

#instructorprofile .inst_txt dl {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 989px) {
  #instructorprofile .inst_txt dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#instructorprofile .inst_txt dl dt {
  background: #E9EEEF;
  color: #359971;
  font-weight: bold;
  text-align: center;
  padding: 1em 2em;
}
@media screen and (min-width: 990px) {
  #instructorprofile .inst_txt dl dt {
    width: 120px;
  }
}

#instructorprofile .inst_txt dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 2em;
  text-align: left;
}
@media screen and (min-width: 990px) {
  #instructorprofile .inst_txt dl dd {
    width: calc(100% - 120px);
  }
}

#instructorprofile .inst_gallery {
  margin: 2rem auto;
}

@media screen and (min-width: 990px) {
  #instructorprofile .inst_gallery .item {
    width: 32%;
  }
}

#instructorprofile .inst_gallery .item img {
  border-radius: 20px;
}

/*出演作品*/
#instructorcast {
  background: url(../img/common/bg.png) repeat;
  padding: 2rem 0;
}

#instructorcast .flex_wrapper .item {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 990px) {
  #instructorcast .flex_wrapper .item {
    width: 32%;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 989px) {
  #instructorcast .flex_wrapper .item {
    width: 95%;
    margin: 0.5rem auto;
  }
}

#instructorcast .flex_wrapper .item h3 {
  text-align: center;
  color: #359971;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

#instructorcast .flex_wrapper .item ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5rem auto 1rem auto;
  border-top: 1px solid #359971;
  padding: 0.5rem 0;
}
@media screen and (min-width: 990px) {
  #instructorcast .flex_wrapper .item ul {
    width: 90%;
    max-width: 300px;
  }
}
@media screen and (max-width: 989px) {
  #instructorcast .flex_wrapper .item ul {
    width: 80%;
    max-width: 300px;
  }
}

#instructorcast .flex_wrapper .item ul li {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}

#instructorcast .flex_wrapper .item ul li:before {
  content: "●";
  font-size: 10px;
  font-size: 0.625rem;
  color: #359971;
  display: inline-block;
  margin-right: 0.5em;
}

#mailform table {
  margin: 0.5rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 990px) {
  #mailform table {
    width: 80%;
  }
}
@media screen and (max-width: 989px) {
  #mailform table {
    width: 100%;
  }
}

#mailform table th {
  padding: 0.5rem 1rem;
  background: #EDF0F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 990px) {
  #mailform table th {
    width: 30%;
  }
}
@media screen and (max-width: 989px) {
  #mailform table th {
    width: 100%;
    display: block;
  }
}

#mailform table th span {
  color: #FF7373;
  border-radius: 10px;
  border: 1px solid #FF7373;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 0.5rem;
  padding: 0.2rem 0.5rem;
}

#mailform table td {
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 990px) {
  #mailform table td {
    width: 68%;
  }
}
@media screen and (max-width: 989px) {
  #mailform table td {
    width: 100%;
    display: block;
  }
}

#mailform select,
#mailform input[type=text],
#mailform input[type=number],
#mailform input[type=tel],
#mailform input[type=email],
#mailform textarea {
  border: 1px solid #4E69B2;
  border-radius: 10px;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 990px) {
  #mailform select,
  #mailform input[type=text],
  #mailform input[type=number],
  #mailform input[type=tel],
  #mailform input[type=email],
  #mailform textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

#mailform select,
#mailform input[type=text],
#mailform input[type=submit],
#mailform textarea {
  width: 100%;
}

@media screen and (max-width: 989px) {
  #mailform input[type=tel],
  #mailform input[type=email] {
    width: 100%;
  }
}

.tac input[type=submit] {
  width: 300px;
  margin: 1rem auto;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFFFFF;
  background: #359971;
  border-radius: 20px;
}

#mailform input,
#mailform textarea,
#mailform select {
  font-size: 18px;
  font-size: 1.125rem;
}

#mailform .contact-form {
  max-width: 90rem;
  padding: 6rem 5rem 2rem;
  -webkit-box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.2);
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  border-radius: 8px;
}
@media screen and (max-width: 989px) {
  #mailform .contact-form {
    padding: 6% 5%;
  }
}
#mailform .contact-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  padding-bottom: 2.7rem;
  margin-bottom: 1.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #eee;
}
#mailform .contact-form dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #01001A;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mailform .contact-form dl dt span {
  display: inline-block;
  background: #4E69B2;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1rem 0.2rem;
  margin-left: 1rem;
  border-radius: 4px;
}
#mailform .contact-form dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mailform .contact-form dl dd.flex span {
  width: 48% !important;
}
#mailform .contact-form dl dd.flex input, #mailform .contact-form dl dd.flex select {
  width: 100% !important;
}
#mailform .contact-form dl dd input,
#mailform .contact-form dl dd textarea,
#mailform .contact-form dl dd select {
  width: 100%;
  padding: 1.2rem 1.3rem 1.1rem;
  border-radius: 6px;
  border: 1px solid #CCC;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}
#mailform .contact-form dl dd input::-webkit-input-placeholder {
  color: #CCC;
}
#mailform .contact-form dl dd input::-moz-placeholder {
  color: #CCC;
}
#mailform .contact-form dl dd input:-ms-input-placeholder {
  color: #CCC;
}
#mailform .contact-form dl dd input::-ms-input-placeholder {
  color: #CCC;
}
#mailform .contact-form dl dd input::placeholder {
  color: #CCC;
}
#mailform .contact-form .wpcf7-not-valid-tip {
  padding: 0.5rem 0 0 0.5rem;
}
#mailform .contact-form input[type=radio] {
  width: unset;
}
#mailform .contact-form label {
  cursor: pointer;
}
#mailform .contact-form input:checked + span {
  color: #487cff;
  font-weight: bold;
}
#mailform .contact-form .clinic-open input {
  max-width: 20rem;
}

@media screen and (max-width: 989px) {
  #mailform dd.age input[type=number] {
    width: 50%;
  }
}
@media screen and (min-width: 990px) {
  #mailform dd.age input[type=number] {
    max-width: 200px !important;
  }
}

img.wpcf7-captchac {
  width: auto;
}

/*---------------------------------------------
	冒頭
---------------------------------------------*/
#trialintro {
  background: url(../img/common/bg.png) repeat;
  margin: 3rem auto;
  padding: 3rem 0;
}

#trialintro p.w80 {
  margin: 2rem auto;
}

#trialadd ul {
  width: 95%;
  margin: 1rem auto;
  list-style: none;
}
@media screen and (min-width: 990px) {
  #trialadd ul {
    width: 80%;
    max-width: 1000px;
  }
}

#trialadd ul li {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 989px) {
  #trialadd ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#trialadd ul li:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FF7373;
  font-weight: bold;
  content: "※";
}

#trialadd p.w80 {
  margin: 2rem auto;
}
@media screen and (min-width: 990px) {
  #trialadd p.w80 {
    text-align: center;
  }
}

#trialadd iframe {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #4E69B2 !important;
  border-radius: 20px;
}

/*---------------------------------------------
	感染症対策
---------------------------------------------*/
#covid19-pre .flex_wrapper {
  margin: 2rem auto;
}

@media screen and (min-width: 990px) {
  #covid19-pre .item {
    width: 49%;
    margin-bottom: 0.5rem;
  }
}

#covid19-pre .item img {
  border-radius: 20px;
}

#covid19-pre .item h3 {
  font-weight: bold;
  color: #4E69B2;
  text-align: center;
  margin: 1rem auto 0.5rem auto;
}

#covid19-pre .item p {
  text-align: center;
  margin-bottom: 2rem;
}

#covid19-pre p.w80 {
  margin: 2rem auto;
}

/*---------------------------------------------
　オーディオドラマ企画
---------------------------------------------*/
.drama_story {
  margin: 0 auto;
}

.drama_story h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  margin: 1rem auto;
  color: #4E69B2;
  border-top: 2px dotted #4E69B2;
  border-bottom: 2px dotted #4E69B2;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 989px) {
  .drama_story h3 {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}

.drama_story p {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 989px) {
  .drama_story p {
    text-align: left;
  }
}

.drama_corp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 989px) {
  .drama_corp dl {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.drama_corp dl dt {
  width: 27%;
}
@media screen and (max-width: 989px) {
  .drama_corp dl dt {
    width: 100%;
  }
}
.drama_corp dl dd {
  width: 70%;
  padding-left: 3%;
}
@media screen and (max-width: 989px) {
  .drama_corp dl dd {
    width: 100%;
    padding-left: 0;
  }
}

.drama_staff h4 {
  background-color: #EDF0F7;
  padding: 1rem 0;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 0.1em;
  color: #4E69B2;
}
.drama_staff ul {
  width: 90%;
  margin: 1rem auto;
  list-style: none;
}
.drama_staff ul li {
  margin-left: 1.4em;
  text-indent: -1.6em;
}
.drama_staff ul li span {
  font-size: 12px;
}
.drama_staff ul li:before {
  content: "●";
  color: #4E69B2;
  margin-right: 1rem;
  font-size: 14px;
}

.drama_txt {
  background-color: #EDF0F7;
  border-radius: 20px;
  padding: 2rem;
  margin: 2rem auto;
}

.drama_rules dl {
  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;
  margin-bottom: 10px;
}
@media screen and (max-width: 989px) {
  .drama_rules dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.drama_rules dl dt {
  background-color: #4E69B2;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
}
@media screen and (max-width: 989px) {
  .drama_rules dl dt {
    width: 100%;
  }
}
.drama_rules dl dd {
  text-align: left;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 180px);
  border: 1px solid #4E69B2;
}
@media screen and (max-width: 989px) {
  .drama_rules dl dd {
    width: 100%;
  }
}

.youtube_radio {
  text-align: center;
}
.youtube_radio iframe {
  margin: 0 auto;
  width: 900px;
  height: 506px;
}
@media screen and (max-width: 989px) {
  .youtube_radio iframe {
    width: 100%;
    height: 300px;
  }
}/*# sourceMappingURL=style.css.map */