/*---------------------
  　　共通
---------------------*/
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
}
body,
h1,
h2,
h3,
h4,
p,
li,
a {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif !important;
  letter-spacing: 1px;
}
b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana,
    Meiryo, sans-serif !important;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
.n,
div.n,
.cc-m-hgrid-column,
.cc-m-hgrid-column .n {
  padding: 0 !important;
}
h1,
h2,
h3,
h4 {
  color: #444;
}
a {
  color: #444;
}
a:hover img {
  opacity: 0.75;
}
ul {
  padding-inline-start: 3px !important;
}
div.j-text ul li {
  line-height: 1.75;
}

.cc-page h2 {
  margin-bottom: 70px !important;
  position: relative;
  text-align: center;
  color: #0462b5;
}

.cc-page-index h2 {
  margin-bottom: 110px !important;
}

.cc-page h2:before {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 136px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://u.jimcdn.com/cms/o/sd9049f7b5af683f7/userlayout/img/h2-bg.png?t=1619591698);
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .cc-page h2 {
    font-size: 30px;
  }
}

.cc-page h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.5em;
  color: #0462b5;
}

/* コンテンツ部分 */
#cc-inner {
  overflow: hidden;
}

#wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
#content_area {
  min-height: 800px;
}
.cc-imagewrapper img {
  border-radius: 10px;
}
.j-text {
  margin-bottom: 1em;
}
.j-hgrid {
  display: flex;
  justify-content: space-evenly;
}
.cc-clear {
  display: none;
}
.cc-m-hgrid-overlay {
  display: none;
}
.j-table table {
  border-collapse: collapse;
}
.j-table td {
  padding: 10px;
  border-bottom: solid 1px #ccc;
}

@media (min-width: 768px) {
  .w640 {
    width: 640px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .j-hgrid {
    flex-direction: column;
  }
}

/* ボタン */
.j-callToAction {
  width: fit-content;
  margin: 0 auto;
}

.j-callToAction a {
  color: #008bd3 !important;
}

.j-calltoaction-link {
  padding: 15px 3em 15px 2em !important;
  background-color: #fff !important;
  font-weight: bold;
  border: solid 2px #008bd3 !important;
  position: relative;
  display: block !important;
  width: auto;
}

.j-calltoaction-link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #008bd3;
  border-right: 2px solid #008bd3;
  right: 15px;
  top: 43%;
  transform: rotate(-45deg);
}

.j-calltoaction-link:hover {
  color: #fff !important;
  background-color: #008bd3 !important;
}

.j-calltoaction-link:hover:after {
  right: 10px;
  transition: all 0.15s;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

@media (max-width: 767px) {
  .j-callToAction {
    width: 100%;
  }
}
/* フォトギャラリー */
.cc-m-gallery-container img {
  border-radius: 5px;
}

/* エディタの余白 */
.cc-m-spacer {
  min-height: none;
  max-height: none;
}

@media (min-width: 768px) and (max-width: 1139px) {
  header {
    padding: 15px 20px !important;
  }
  #content_area {
    padding: 0 20px;
  }
}

.cc-m-hgrid-column {
  padding: 2% !important;
}

@media screen and (max-width: 767px) {
  #content_area {
    padding: 20px;
    min-height: inherit;
  }
  .cc-m-hgrid-column.last {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }
  .cc-m-hgrid-column {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }
  /*
  .cc-m-spacer {
    margin: calc(50% - 50vw);
  }
  */
  .j-table td:nth-child(odd) {
    width: 40%;
  }
}
/*---------------------
ヘッダー
---------------------*/
header {
  max-width: 1100px;
  margin: 0 auto;
  display: flex !important;
  justify-content: space-between;
  padding: 28px 0;
}
.header-logo {
  margin-right: auto;
}
.header-logo h1 {
  line-height: 1.5;
  font-size: 14px;
}
.header-logo img {
  width: 260px;
  margin: 0 auto 0 0;
}

.header-CTA ul {
  display: flex;
}
.header-CTA li {
  margin-left: 20px;
  list-style: none;
}
.header-CTA li img {
  height: 44px;
}

@media (max-width: 768px) and (min-width: 1023px) {
  .header-CTA {
    margin-right: 5%;
  }
}

@media (max-width: 767px) {
  header {
    padding: 20px 20px 0;
    flex-direction: column;
  }
  .header-logo {
    margin: 0 auto;
    width: 100%;
  }
  .header-logo h1 {
    text-align: center;
  }
  .header-logo h1 br {
    display: block;
  }
  .header-logo img {
    margin: 0 auto;
  }
  .header-CTA {
    margin-top: 15px;
  }
  .header-CTA ul {
    justify-content: center;
    margin-bottom: 0;
  }
  .header-CTA li {
    margin: 0 10px;
  }
  .header-CTA li img {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}

/*---------------------
ナビゲーション
---------------------*/
#header-nav {
  background-color: #e7f4fc;
}
#header-nav ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#header-nav ul li {
  text-align: center;
  list-style: none;
  letter-spacing: 0.5px;
}
#header-nav ul li a {
  font-size: 16px;
  border: none;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#header-nav ul li a.current {
  background-color: #fff;
}
#header-nav ul li a:hover {
  background-color: #fff;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  #header-nav {
    background-color: transparent;
  }
  #header-nav ul {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    color: #666;
    background: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }

  #header-nav ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
  #header-nav ul li a {
    display: block !important;
  }
  #header-nav ul li a:hover {
    background-color: #eee;
    border-bottom: none;
  }

  #header-nav ul li a.current {
    border-bottom: none;
  }

  /* このクラスを、jQueryで付与・削除する */
  #header-nav ul.mainNav1.active {
    transform: translateY(0%);
  }
}

/*---------------------
お役立ち　　
---------------------*/
.fs-small {
  font-size: x-small;
}

/*---------------------
トップページ共通　　
---------------------*/
.cc-page-index .cc-imagewrapper img {
  width: 100%;
}

/*---------------------
メインビジュアル 　　
---------------------*/
#cc-m-12309538460 {
  position: relative;
  min-height: 540px;
}

#cc-m-12309538460 .cc-m-hgrid-column:first-child {
  position: absolute;
  top: 80px;
  left: 0;
  width: auto !important;
}

#cc-m-12309538460 .last {
  z-index: -1;
  position: absolute;
  right: 0;
  width: auto !important;
}

.mv video {
  max-width: 720px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #cc-m-12309538460 .last {
    left: auto;
    right: 0;
  }
}

@media (max-width: 767px) {
  #cc-m-12309538460 {
    min-height: 380px;
  }
  #cc-m-12309538460 .cc-m-hgrid-column:first-child {
    top: 0;
  }
  #cc-m-12309538460 .last {
    top: 133px;
  }
  .mv video,
  .mv img {
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  #cc-m-12309538460 {
    min-height: 240px;
  }
}

/*---------------------
3つの特長
---------------------*/
#cc-m-12283826360 {
  display: flex;
  justify-content: space-evenly;
}
#cc-m-12283826360 .cc-m-hgrid-column {
  max-width: 264px;
}
#cc-m-12283826360 h3 {
  margin-bottom: 20px;
}
#cc-m-12283826360 h3 img {
  width: 100%;
}
#cc-m-12283826360 figure {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #cc-m-12283826360 .cc-m-hgrid-column {
    max-width: 100%;
  }
}

/*---------------------
英検を受けるメリット
---------------------*/
/*幅をワイドに*/
#cc-m-12283827960 {
  margin: 0 calc(50% - 50vw);
  background-color: #e7f4fc;
}

/*左の画像*/
#cc-m-12283828060 {
  width: 85%;
  margin: 10% 0 10% auto;
}

/*右の説明*/
#cc-matrix-3525697460 {
  width: 75%;
  margin: 10% auto 10% 5%;
}

#cc-matrix-3525697460 h2 {
  margin-bottom: 30px !important;
  font-size: 34px;
  position: static;
  text-align: left;
  color: #444 !important;
}

#cc-matrix-3525697460 h2:before {
  content: none;
}

@media (max-width: 767px) {
  #cc-m-12283827960 {
    padding: 20px;
  }
  #cc-m-12283828060 {
    width: 90%;
    margin: 5% auto;
  }
  #cc-matrix-3525697460 {
    width: 90%;
    margin: 0 auto 10% 5%;
  }
}

/*---------------------
コース・料金
---------------------*/
#cc-m-12283829560 .cc-m-hgrid-column {
  height: 300px;
  position: relative;
  padding: 0 !important;
}

#cc-m-12283829560 {
  justify-content: center;
  flex-wrap: wrap;
}

#cc-m-12283829560 .cc-m-hgrid-column:nth-child(1) {
  background-color: #e7f4fc;
}

#cc-m-12283829560 .cc-m-hgrid-column:nth-child(3) {
  background-color: #fcede9;
}

#cc-m-12283829560 .cc-m-hgrid-column:nth-child(5) {
  background-color: #edf9eb;
}

#cc-m-12283829560 .cc-m-hgrid-column:nth-child(7) {
  background-color: #fff7d8;
}

#cc-matrix-3525698060,
#cc-matrix-3525698360,
#cc-matrix-3525698260,
#cc-matrix-3525698160 {
  background-color: #fff;
  margin: 8%;
  padding: 0 10px;
  border-radius: 10px;
  height: 258px;
}

#cc-m-12283829560 img {
  width: 50px;
  margin-top: -60px;
}

#cc-matrix-3525698060 h3,
#cc-matrix-3525698060 .fee {
  color: #0462b5 !important;
}

#cc-matrix-3525698360 h3,
#cc-matrix-3525698360 .fee {
  color: #e57cab !important;
}

#cc-matrix-3525698260 h3,
#cc-matrix-3525698260 .fee {
  color: #52a37f !important;
}

#cc-matrix-3525698160 h3,
#cc-matrix-3525698160 .fee {
  color: #dba749 !important;
}

#cc-m-12283829560 h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.fee {
  font-size: 28px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.fee span {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #cc-m-12283829560 .cc-m-hgrid-column {
    width: 50% !important;
  }
  #cc-m-12283829560 .cc-m-hgrid-column:nth-child(1),
  #cc-m-12283829560 .cc-m-hgrid-column:nth-child(3) {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #cc-matrix-3525698060,
  #cc-matrix-3525698360,
  #cc-matrix-3525698260,
  #cc-matrix-3525698160 {
    margin: 5%;
  }
  #cc-m-12283829560 .cc-m-hgrid-column:nth-child(1),
  #cc-m-12283829560 .cc-m-hgrid-column:nth-child(3),
  #cc-m-12283829560 .cc-m-hgrid-column:nth-child(5) {
    margin-bottom: 50px;
  }
}

/*---------------------
受講者の声
---------------------*/
#cc-m-12283832860 {
  background-image: url(https://u.jimcdn.com/cms/o/sd9049f7b5af683f7/userlayout/img/bg-review.png?t=1619591640);
  background-repeat: no-repeat;
  padding: 100px 0 !important;
  background-size: cover;
  background-position: left 30% top;
}

#cc-m-12283832860 h2 {
  color: #444;
  margin-bottom: 50px !important;
}

#cc-m-12283832860 h2:before {
  content: none;
}

.bx-viewport li img {
  width: 50% !important;
  height: 50% !important;
}

#cc-m-12283832860 .bx-caption {
  display: none;
}

@media (max-width: 767px) {
  .bx-viewport li img {
    width: 90% !important;
    height: 90% !important;
  }
}

/*---------------------
代表からのご挨拶
---------------------*/
#cc-m-12283836560 {
  margin: 0 calc(50% - 50vw);
  padding: 100px 0 !important;
  background-image: url(https://u.jimcdn.com/cms/o/sd9049f7b5af683f7/userlayout/img/bg-youtube.png?t=1619591648);
  background-repeat: no-repeat;
  background-size: cover;
}

#cc-m-12283836560 h2 {
  color: #fff;
  margin-bottom: 50px !important;
}

#cc-m-12283836560 h2:before {
  content: none;
}

/*---------------------
ブログRSSとTwitterカラム
---------------------*/
#cc-m-12283838460 {
  justify-content: space-between;
}
#cc-m-12283838460 .cc-m-hgrid-column:first-child {
  margin-right: auto;
  margin-bottom: 100px;
}

#cc-m-12283838460 .cc-m-hgrid-column:last-child {
  margin-left: auto;
}

#cc-m-12283838460 .cc-m-hgrid-separator {
  width: 10% !important;
}

@media (max-width: 767px) {
  #cc-m-12283838460 .cc-m-hgrid-column {
    width: 100% !important;
    margin: auto;
  }
  #cc-m-12283838460 .cc-m-hgrid-separator {
    display: none;
  }
}

/*---------------------
ブログRSS
---------------------*/
#cc-m-12283838460 h2 {
  margin-bottom: 0 0 20px;
  display: block;
  background: none;
  padding: 0;
}
.rssFeed {
  position: relative;
  max-width: 728px;
  margin: 0 auto;
}
.rssFeed a {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  color: #444;
  padding: 0px;
  margin: -1em 0 0;
}
.j-module .j-rss .rssFeedTitle {
  font-size: 18px;
  color: #444;
  display: block;
}
@media (max-width: 767px) {
  .rssFeed {
    margin-right: 0;
  }
  .rssFeedTitle {
    font-size: 18px;
  }
}

/*---------------------
Twitterタイムライン埋め込み
---------------------*/
#twitter-timeline {
  height: 400px;
  overflow: scroll;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/*---------------------
コース・料金ページ
---------------------*/
ul.course-anchor {
  display: flex;
  flex-wrap: wrap;
}

.course-anchor li {
  list-style: none;
  width: 23%;
  border-bottom: solid 2px #008bd3;
  margin: 0 10px 10px !important;
}

.course-anchor li a {
  display: block;
  padding: 10px 2.5em 10px 0.5em;
  text-decoration: none !important;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  color: #008bd3;
}

.course-anchor li a:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  border-bottom: 2px solid #008bd3;
  border-right: 2px solid #008bd3;
  transform: rotate(45deg);
  right: 1.5em;
  top: 0.9em;
}

@media (min-width: 768px) and (max-width: 1042px) {
  .course-anchor li {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .course-anchor li {
    width: 100%;
  }
}

/* コース内容枠 */
#page-2345066260 .j-table td:nth-child(2n) {
  width: 60%;
}

.private-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 10px;
}

.group-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

/* グループレッスンの説明カラム */
@media (min-width: 768px) {
  #cc-m-12309003660 {
    width: 530px;
    margin: 0 auto;
  }
}

.group-sub-title {
  background: linear-gradient(transparent 30%, #cde0f0 30%);
  text-align: center;
  margin-bottom: 13px;
  font-size: 22px;
}

/* グループレッスンの各グループカラム */
@media (min-width: 768px) {
  #cc-m-12309004060 .cc-m-hgrid-column,
  #cc-m-12309005260 .cc-m-hgrid-column {
    padding: 30px 30px 0 !important;
  }
}
.blue {
  color: #0462b5 !important;
}

.pink {
  color: #e57cab !important;
}

.green {
  color: #52a37f !important;
}

.orange {
  color: #dba749 !important;
}

.vermilion {
  color: #ff5d39 !important;
}

.blue-bg,
.td-blue-bg td:nth-child(odd) {
  background-color: #cde0f0;
}

.pink-bg,
.td-pink-bg td:nth-child(odd) {
  background-color: #fae5ee;
}

.green-bg,
.td-green-bg td:nth-child(odd) {
  background-color: #dcede5;
}

.orange-bg,
.td-orange-bg td:nth-child(odd) {
  background-color: #f8eddb;
}

/* 時間割 */
.timetable {
  width: 100%;
  margin: 0 auto;
}

.timetable td {
  border: 1px solid #ccc;
  width: 20% !important;
}

@media (min-width: 768px) {
  .timetable {
    max-width: 640px;
  }
}

/* 料金表 */
.r-table {
  border-collapse: collapse;
  width: 100%;
}

.r-table td,
.r-table th {
  border: solid 1px #ccc;
  padding: 10px;
  line-height: 120%;
}

.r-table th {
  text-align: left;
  font-size: 18px;
}

.r-table td {
  text-align: right;
  font-size: 22px;
}

.r-table td:nth-child(odd) {
  font-size: 18px;
  text-align: left;
}

.r-table span {
  font-size: 14px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .r-table {
    border-top: solid 1px #ccc;
  }
  .r-table tr {
    display: flex;
  }
  .r-table td,
  .r-table th {
    border-top: none;
  }
  .r-table thead {
    display: block;
  }
  .r-table thead tr {
    width: 100%;
  }
  .r-table tbody {
    display: block;
  }
  .r-table tr {
    width: 100%;
  }
  .r-table th {
    width: 40%;
  }
  .r-table td {
    width: 60%;
    border-left: none;
  }
  .r-table tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .r-table span {
    display: inherit;
    padding-left: 0;
  }
}

/* リニューアル30料金表 */
.re-table td {
  font-size: 22px;
}

.re-table td:nth-child(odd) {
  width: inherit;
}

.re-table td[rowspan] {
  font-size: 18px;
}

/* 1回あたり料金 */
.re-table span {
  font-weight: normal;
  font-size: 14px;
}

@media (min-width: 768px) {
  .re-table span br {
    display: none;
  }
}

/*---------------------
講師紹介ページ
---------------------*/
#page-2369450360 .cc-m-hgrid-column {
  width: 40% !important;
  background-color: #f9f9f9 !important;
  border-radius: 10px;
  padding: 3% !important;
  margin-bottom: 50px !important;
}

@media (max-width: 767px) {
  #page-2369450360 .cc-m-hgrid-column {
    padding: 0 !important;
    width: 100% !important;
    background-color: transparent !important;
  }
}

.teacher-name {
  font-size: 30px;
  margin-bottom: 10px;
}

.teacher-name span {
  font-size: 18px;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .teacher-name {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .teacher-name span {
    padding-left: 0;
  }
}

/*---------------------
無料体験申し込みページ
---------------------*/
/* ページ幅 */
@media (min-width: 1024px) {
  #page-2360796960 #content_area {
    width: 600px;
    margin: 0 auto;
  }
}

/* ---------------------------------
特典ページ
---------------------------------- */
#cc-m-12380973260 h3 {
  text-align: center;
}

.numbering {
  position: relative;
}

.numbering {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 40px;
}

.numbering::before {
  content: attr(data-number) !important;
  display: block;
  top: -22px !important;
  bottom: 0 !important;
  color: #008bd3;
  font-size: 30px;
  background-image: none !important;
}

.numbering::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #008bd3;
}

/*---------------------
お問い合わせページ
---------------------*/
/* ページ幅 */
@media (min-width: 1024px) {
  #page-2345066660 #content_area,
  #page-2368472060 #content_area {
    width: 600px;
    margin: 0 auto;
  }
}

.cc-m-form-view-input-wrapper {
  padding-bottom: 5px;
}

/* 入力枠 */
.cc-m-form-view-input-wrapper input {
  padding: 3px !important;
}

/* ドロップダウンリスト */
.cc-m-form-view-input-wrapper select {
  padding: 0.5em;
  min-width: 200px !important;
}

/* 送信ボタン */
.cc-m-form-submit input:nth-child(2) {
  margin: 20px auto 0;
  width: 50%;
  padding: 10px !important;
  display: inherit;
}

/*---------------------
ブログ
---------------------*/
.j-blogarticle {
  margin-top: 50px;
}
.j-blogarticle #cc-matrix- {
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
}
.cc-page-blog figure,
.j-blogarticle figure {
  max-width: 750px;
}
article .j-blog {
  min-height: 600px;
  padding: 20px 0;
}
.j-blog h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
}
h1.j-blog-post--headline {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* ブログアーカイブページと記事ページの見出し */
.j-blog h2,
.cc-page-blog h2 {
  padding: 0 !important;
  text-align: left !important;
  margin-bottom: 0.5em !important;
  font-size: 30px !important;
}

.j-blog h2:before,
.cc-page-blog h2:before {
  content: none;
}

.j-blog-meta a {
  text-decoration: none !important;
}

.blogreadmore {
  margin: 100px auto !important;
  font-size: 2.25em;
}

/* ブログ記事ページ */
.cc-page-blog #content_area {
  margin-top: 50px;
}

/*---------------------
CTA
---------------------*/
.CTA ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 85%;
}

.CTA li {
  list-style: none;
  margin: 0 30px;
}

.CTA img {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .CTA ul {
    flex-direction: column;
    width: 100%;
  }
  .CTA li {
    margin: 0 0 30px;
  }
}

/*---------------------
フッター
---------------------*/
footer {
  background-color: #e7f4fc;
}

#footer-contents {
  max-width: 1100px;
  margin: 0 auto;
  color: #444;
  padding: 40px 20px 0;
}

#footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#footer-nav ul:before {
  content: "|";
}

#footer-nav ul li {
  text-align: center;
  list-style: none;
}

#footer-nav ul li:after {
  content: "|";
}

#footer-nav ul li a {
  font-size: 16px;
  border: none;
  display: inline;
  padding: 1em 1.5em;
  text-decoration: none;
  line-height: 2;
}

#footer-nav ul li a:hover {
  text-decoration: underline;
}

#footer-nav ul li a.current {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer-nav ul {
    width: 100%;
    flex-wrap: wrap;
  }
  #footer-nav ul:before {
    content: none;
  }
  #footer-nav ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  #footer-nav li:after {
    content: none !important;
  }
  #footer-nav ul li a {
    display: block !important;
    padding: 0.5em;
    line-height: 1.5;
  }
}

.footer-logo {
  padding: 40px 0;
  text-align: center;
}

.footer-logo p {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

.footer-logo img {
  width: 260px;
  margin: 0 auto;
}

.footer-logo iframe {
  margin-top: 1.5em;
}

#end {
  background-color: #0462b5;
  padding: 0 20px;
}

#end .gutter {
  padding-top: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#contentfooter .leftrow {
  line-height: 2;
  color: #fff;
  width: auto !important;
}

#contentfooter a {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1139px) {
  footer {
    padding: 0 20px;
  }
}

/*---------------------
ハンバーガーメニュー
---------------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  padding: 0px 1px 3px 7px;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 33px;
  height: 2px;
  left: 8px;
  background: #666;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 34px;
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  display: none;
}

.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/*---------------------
クッキーバナー
---------------------*/
#cc-cookie-law {
  top: auto !important;
  bottom: 0 !important;
  background: #fff !important;
  color: #333 !important;
}
#cc-inner {
  padding-top: 0 !important;
}
span#cc-cookie-law-headline {
  font-weight: bold;
  color: #333;
}