@charset "UTF-8";
/* reset --- Eric Meyer's CSS Reset v2.0 + alpa --------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* fonts reset*/
code, kbd, pre, samp {
  font-family: monospace, monospace;
}

/* form reset*/
input, select {
  vertical-align: middle;
}

/* box model reset*/
:root {
  box-sizing: border-box;
}

*, ::before, ::after {
  border-style: solid;
  border-width: 0;
}

/* TABLE-------------------------------------------------------------*/
table, tbody, tfoot, thead, tr, th, td, table > caption {
  border: none;
}

/* FIGURE------------------------------------------------------------*/
figure, figcaption {
  font-size: 1em;
}

/* HEADLINE----------------------------------------------------------*/
h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

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

/* WORDS-------------------------------------------------------------*/
sup,
sub {
  font-size: 0.7em;
}

address {
  font-style: normal;
}

/* BROWSER BUG FIX--------------------------------------------------*/
/* fix IE6 Duplicate Characters Bug */
.fixIE6DCB {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* COMMON STYLE LIST ------------------------------------------------------

 01. LAYOUT

 02. HEADER

 03. CONTENTS

 04. FOOTER

 05. MEDIAQUERY for TABLET

 06. MEDIAQUERY for SMARTPHONE

-------------------------------------------------------------------- */
/* 01. LAYOUT
-------------------------------------------------------------------- */
.sp {
  display: none;
}

body {
  position: relative;
  color: #333333;
  word-wrap: break-word;
}

body, input, select, textarea {
  font-family: "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, Osaka, "MS PSVbN", "MS PGothic", sans-serif;
  word-break: break-strict;
  -webkit-text-size-adjust: 100%;
  /* For iPhone , iPad */
}

p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}

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

a:hover {
  text-decoration: underline;
}

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

a img {
  transition: .3s;
}

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

span,
time {
  display: inline-block;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

input[type="text"],
input[type="submit"],
input[type="button"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

/* テーブル */
table {
  width: 100%;
  margin-bottom: 12px;
}

table,
th,
td {
  border-collapse: collapse;
  border: none;
}

th {
  border-right: solid 1px #fff;
  background-color: #949494;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}

th:last-child {
  border-right: none;
}

td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.3;
  letter-spacing: -0.1em;
}

td:last-child {
  border-right: none;
}

.table-form {
  width: 100%;
  border-top: solid 1px #ccc;
}

.table-form th, .table-form td {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
  text-align: left;
  line-height: 1.6;
}

.table-form th {
  border-right: solid 1px #ccc;
  padding: 20px 10px 20px 30px;
}

.table-form td {
  padding: 20px 10px 20px 30px;
}

.ss_form input[type="text"], .ss_form input[type="email"], .ss_form input[type="tel"], .ss_form textarea, .ss_form select {
  border: #ccc solid 1px;
  border-radius: 0;
  color: #333;
  padding: 4px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.ss_form label {
  background: url(/shared/img/radioOff.png) no-repeat left;
  background-size: 20px 20px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 23px 1px 20px;
}

.ss_form label input {
  opacity: 0;
  width: 0;
}

.ss_form label.selected {
  background: url(/shared/img/radioOn.png) no-repeat left;
  background-size: 20px 20px;
}

.ss_form select {
  background: url(../img/selectBtn.png) no-repeat right center;
  background-size: 22px 22px;
  height: 22px;
  padding: 0 32px 0 10px;
  width: 130px;
}

.ss_form input[type="text"] {
  width: 100%;
}

.ss_form input[type="text"].small {
  width: 130px;
}

.ss_form input[type="email"] {
  width: 100%;
}

.left {
  text-align: left;
}

.pkna {
  font-feature-settings: "pkna";
}

.ctWrapper {
  width: 84.375%;
  max-width: 1000px;
  margin: 0 auto;
}

/* パンくずリスト */
.breadCrumb {
  background-color: #00aade;
}

.breadCrumbInner {
  max-width: 1000px;
  width: 84.375%;
  margin: 0 auto;
  padding: 12px 0;
}

.breadCrumbInner li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8;
  vertical-align: middle;
  color: #fff;
}

.breadCrumbInner li a {
  color: #fff;
}

.breadCrumbInner li a:hover {
  text-decoration: underline;
}

.mainTitle1 {
  font-size: 32px;
  color: #00AADE;
  margin-bottom: 25px;
  border-left: solid 7px #00AADE;
  padding-left: 13px;
  line-height: 1.3;
}

.openModal, .closeModal, .modalBack {
  display: block;
}

.openModal img, .closeModal img {
  display: none;
}

.pl-lg-30 {
  padding-left: 30px !important;
}

/* 02. HEADER
-------------------------------------------------------------------- */
header[role="banner"] .ctWrapper {
  display: table;
  padding-top: 9px;
  padding-bottom: 16px;
}

header[role="banner"] .ctWrapper h1 {
  display: table-cell;
  vertical-align: middle;
  width: 32%;
}

header[role="banner"] .ctWrapper .headerPlace {
  display: table-cell;
  vertical-align: middle;
  padding-top: 4px;
}

header[role="banner"] .ctWrapper .headerPlace p a {
  color: #003C6E;
  font-size: 24px;
  text-decoration: underline;
  transition: .3s;
  letter-spacing: -0.02em;
}

header[role="banner"] .ctWrapper .headerPlace p a:hover {
  opacity: 0.7;
}

/* 03. CONTENTS
-------------------------------------------------------------------- */
.classroom {
  zoom: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.classroom:before, .classroom:after {
  content: "";
  display: table;
}

.classroom:after {
  clear: both;
}

.classroom .classroomList {
  width: 74%;
  float: left;
  margin-bottom: 60px;
}

.classroom .classroomMenu {
  width: 22%;
  float: right;
  text-align: left;
}

.classroom .classroomMenu .genres {
  width: 220px;
  box-sizing: border-box;
}

.classroom .classroomMenu .genres-inner {
  border: solid 3px #00AADE;
}

.classroom .classroomMenu .genres h3 {
  background-color: #00aade;
  color: #fff;
  font-size: 18px;
  padding: 14px;
}

.classroom .classroomMenu .genres ul {
  background-color: #f0fafd;
  padding-top: 8px;
  padding-bottom: 8px;
}

.classroom .classroomMenu .genres ul li {
  font-size: 13px;
  margin-left: 17px;
  margin-right: 17px;
  line-height: 1.3;
}

.classroom .classroomMenu .genres ul li:last-child a {
  border-bottom: none;
}

.classroom .classroomMenu .genres ul li a {
  background: url(../img/lightBlueArrow.png) no-repeat left center;
  background-size: 14px;
  border-bottom: dotted 1.5px #00AADE;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  letter-spacing: -0.07em;
  transition: .3s;
}

.classroom .classroomMenu .genres ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

nav.totop {
  position: fixed;
  right: 30px;
  bottom: 60px;
  text-align: center;
  z-index: 998;
}

/* 04. FOOTER
-------------------------------------------------------------------- */
footer[role="contentinfo"] {
  background-color: #f0f0f0;
}

footer[role="contentinfo"] .ctWrapper {
  max-width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer[role="contentinfo"] .ctWrapper .menu ul {
  font-size: 0;
  border-bottom: solid 1px #333;
  margin-bottom: 15px;
}

footer[role="contentinfo"] .ctWrapper .menu ul li {
  display: inline-block;
  font-size: 13px;
  padding-right: 32px;
  padding-bottom: 10px;
}

footer[role="contentinfo"] .ctWrapper .menu ul li:last-child {
  padding-right: 0;
}

footer[role="contentinfo"] .ctWrapper .menu ul li a::before {
  content: "＞";
  display: inline-block;
  padding-right: 9px;
}

footer[role="contentinfo"] .ctWrapper .copyright {
  font-size: 10px;
  text-align: right;
}

/* 05. MEDIAQUERY for TABLET
-------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .ss_form input[type="text"].small {
    width: 30%;
  }
  .ss_form select {
    width: 80%;
  }
  /* 02. HEADER
  -------------------------------------------------------------------- */
  #sampleFrame {
    position: fixed;
    right: 0px;
  }
  .openModal {
    cursor: pointer;
  }
  .modalBack {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -999;
  }
  .closeModal {
    position: fixed;
    right: 0px;
    vertical-align: middle;
    cursor: pointer;
  }
  .openModal img, .closeModal img {
    display: block;
  }
  /* 03. CONTENTS
  -------------------------------------------------------------------- */
  .classroom .classroomList {
    width: 100%;
    float: none;
  }
  .classroom .classroomMenu {
    float: none;
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
  }
  .classroom .classroomMenu .genres {
    width: 100%;
  }
  .classroom .classroomMenu .genres h3 {
    display: none;
  }
  .classroom .classroomMenu .genres ul {
    font-size: 0;
  }
  .classroom .classroomMenu .genres ul li {
    width: 42.90220820189275%;
    display: inline-block;
    margin-left: 4.73186119873817%;
    margin-right: 4.73186119873817%;
    font-size: 19px;
    font-size: 1.85547vw;
  }
  .classroom .classroomMenu .genres ul li:nth-child(2n) {
    margin-left: 0;
  }
  .classroom .classroomMenu .genres ul li:nth-last-child(2) a {
    border-bottom: none;
  }
}

/* 06. MEDIAQUERY for SMARTPHONE
-------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* 01. LAYOUT
  -------------------------------------------------------------------- */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  .breadCrumbInner {
    padding: 1.5625% 0;
  }
  .breadCrumbInner li {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  .mainTitle1 {
    font-size: 42px;
    font-size: 6.5625vw;
    padding-left: 3.7037037037037033%;
    margin-bottom: 4.62962962962963%;
  }
  .table-form {
    border-top: none;
  }
  .table-form th, .table-form td {
    display: block;
    border-bottom: none;
    font-size: 20px;
    font-size: 3.125vw;
  }
  .table-form th {
    border-right: none;
    border-bottom: dotted 1.5px #5A5A5A;
    padding: 0.9259259259259258% 0;
  }
  .table-form td {
    padding: 4.62962962962963% 0 8.333333333333332% 0;
  }
  .ss_form label {
    font-size: 20px;
    font-size: 3.125vw;
    padding: 4px 23px 3px 20px;
  }
  .pl-lg-30 {
    padding-left: 0px !important;
  }
  /* 02. HEADER
  -------------------------------------------------------------------- */
  header[role="banner"] .ctWrapper {
    padding-top: 1.40625%;
    padding-bottom: 3.90625%;
  }
  header[role="banner"] .ctWrapper h1 {
    width: 33.51851851851852%;
    padding-right: 6.111111111111111%;
  }
  header[role="banner"] .ctWrapper .headerPlace p a {
    font-size: 24px;
    font-size: 3.75vw;
  }
  /* 03. CONTENTS
  -------------------------------------------------------------------- */
  .classroom {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
  .classroom .classroomMenu .genres ul {
    padding-top: 3.1545741324921135%;
    padding-bottom: 3.1545741324921135%;
  }
  .classroom .classroomMenu .genres ul li {
    font-size: 19px;
    font-size: 2.96875vw;
  }
  .classroom .classroomMenu .genres ul li a {
    background-size: 7.4074074074074066%;
    padding-left: 13.333333333333334%;
    padding-top: 7.4074074074074066%;
    padding-bottom: 7.4074074074074066%;
  }
  /* 04. FOOTER
  -------------------------------------------------------------------- */
  footer[role="contentinfo"] .ctWrapper {
    padding-top: 7.03125%;
    padding-bottom: 7.03125%;
  }
  footer[role="contentinfo"] .ctWrapper .menu ul {
    margin-bottom: 4.814814814814815%;
    border-bottom: none;
  }
  footer[role="contentinfo"] .ctWrapper .menu ul li {
    display: block;
    padding-right: 0;
    padding-bottom: 2.9629629629629632%;
    font-size: 16px;
    font-size: 2.5vw;
  }
  footer[role="contentinfo"] .ctWrapper .copyright {
    text-align: left;
    font-size: 13px;
    font-size: 2.03125vw;
  }
}
