@charset "utf-8";
/*-----------------------------
 変数
------------------------------*/
/*-----------------------------
 mixins
------------------------------*/
/*-----------------------------
add
------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
select,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 8px 8px 5px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15) inset;
}
select {
    margin-top: 5px;
}
select:first-child {
    margin-top: 0;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
}
/*-------------------------------------

reset style
Thanks Yasuhiro Morita

--------------------------------------*/
/* line scss */
body {
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  color: #5e6a6c;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

* html body {
  text-align: center;
  font-size: x-small;
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
  padding: 0;
  text-align: left;
  display: block;
  margin: 0px;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

table, td, th {
  line-height: 1.5em;
}

.areaAnchor, .anchor {
  display: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a img.over {
  line-height: 0 !important;
}

a {
  word-wrap: break-word;
}

li {
  list-style: none;
}

ol > li {
  list-style: decimal;
}

address {
  font-style: normal;
}

em {
  font-style: normal !important;
  font-weight: bold !important;
}

input {
  vertical-align: middle;
  margin: 0;
}

/* acronyms and abbreviations styles
-------------------------------------*/
acronym, abbr {
  cursor: help;
}

label {
  margin-left: 3px;
  margin-right: 8px;
}

* html label {
  margin-left: 3px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* acronyms and abbreviations styles
-------------------------------------*/
acronym, abbr {
  cursor: help;
}

label {
  margin-right: 5px;
}

* html label {
  margin-left: 3px;
}

/* =02: link setting
--------------------------------------------------------*/
a {
  color: #004F8D;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
  opacity: 0.65;
}

/* =03: html5 setting
--------------------------------------------------------*/
address, article, aside, figure, footer, header, hgroup, menu, nav, section, time {
  display: block;
  margin: 0;
}

[hidden], command, datalist, menu[type=context], rp, source {
  display: none;
}

mark {
  background-color: #FEFB79;
  color: inherit;
}

/*-------------------------------------

basic structure

--------------------------------------*/

.header {
    border-top: 2px solid #009c6f;
    position: relative;
    z-index: 100;
}
.header > .inner {
/*    height: 96px;*/
}
.header .logo {
    text-align: center;
    padding: 18px 0 10px;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header .logo + p {
    text-align: center;
    font-size: 1.7em;
    color: #019c6f;
    font-weight: bold;
}

.main > .inner {
  padding-bottom: 30px;
  margin: 0 auto;
  width: 960px;
}
.footer-bottom {
  background-color: #231E1A;
  color: #fff;
  font-size: 12px;
}
.footer-bottom > .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 960px;
  *zoom: 1;
}
.footer-bottom > .inner:after {
  content: "";
  display: block;
  clear: both;
}
.footer-bottom .copyright {
  float: right;
  font-size: 11px;
}

.pagetop {
  margin: 0 auto 20px auto;
  clear: both;
  width: 960px;
  height: 40px;
  position: relative;
}
.pagetop a {
  margin-right: -40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

/* table */
.table-design {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}
.table-design caption {
  border: 1px solid #d2d2d0;
  border-bottom: none;
  padding: 10px 0;
  text-align: center;
  background: #eeeee5;
}
.table-design th, .table-design td {
  border: 1px solid #D6D6D6;
  vertical-align: middle;
  font-size: 12px;
}
.table-design th {
  padding: 15px;
  background-color: #0C2F83;
  color: #fff;
  font-weight: bold;
}
.table-design td {
  padding: 15px;
}
.table-design td em {
  color: #e60027;
}
.table-design th.grade {
  width: 9%;
}
.table-design th.grade-long {
  width: 20%;
}
.table-design th.class-name {
  width: 24%;
}
.table-design th.subject {
  width: 23%;
}
.table-design th.day {
  width: 5%;
}
.table-design th.day-s {
  width: 2%;
}
.table-design th.month {
  width: 20%;
}
.table-design th.month2 {
  width: 20%;
}
.table-design .or {
  font-size: 9px;
}
/* 15/2/5 shimai added */
.table-design .free {
  padding-top: 5px;
  color: #cc0000;
  font-size: 20px;
  display: inline-block;
}
/* 15/2/13 shimai added */
.table-design th.cost {
  width: 15%;
}

.table-design-gray {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}
.table-design-gray th, .table-design-gray td {
  border: 1px solid #D6D6D6;
  vertical-align: top;
}
.table-design-gray th {
  padding: 15px;
  width: 220px;
  background-color: #F5F6F1;
  font-weight: normal;
}
.table-design-gray td {
  padding: 15px;
}

/* form */
.secure-sign-box {
  *zoom: 1;
}
.secure-sign-box:after {
  content: "";
  display: block;
  clear: both;
}
.secure-sign-box .secure-sign {
  margin-left: 15px;
  float: right;
}
.error-text-border {
  padding: 10px 18px 10px 18px;
  border: 2px solid #E50027;
  display: block;
  color: #E50027;
  font-weight: bold;
  background-color: #FFE9ED;
}
.error-text-border p {
  margin-bottom: 0;
}
.error-text {
  padding: 5px 0 0 0;
  color: #E50027;
  font-weight: bold;
}
.error-text p {
  margin-bottom: 0;
}
.formErrorContent {
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  background-color: #E50027;
}
.form-table {
  margin-bottom: 30px;
}
.form-table input[type="text"] {
  border: 1px solid #d2d2d0;
  padding: 5px;
}
.form-table input[type="text"].input-short {
  width: 160px !important;
}
.form-table .sp-input-row {
  *zoom: 1;
  position: relative;
}
.form-table .sp-input-row:after {
  content: "";
  display: block;
  clear: both;
}
.form-table .input-check {
  display: block;
  float: left;
}
.form-table .input-check .formErrorContent {
  width: 260px;
}
.form-table .width2em {
  width: 4.5em;
}
.form-table .width3em {
  width: 5.5em;
}
.form-table .width4em {
  width: 6.5em;
}
.form-table .width5em {
  width: 7.5em;
}
.form-table .width6em {
  width: 8.5em;
}
.form-table .width7em {
  width: 9.5em;
}
.form-table .width8em {
  width: 10.5em;
}
.form-table .width9em {
  width: 11.5em;
}
.form-table .width10em {
  width: 12.5em;
}
.form-table .input-check .parentForminquiry-form {
  margin-top: -35px !important;
  margin-left: -15px;
}
.form-table .form-invalid {
  background-color: #FFE9ED;
}
.form-table th {
  width: 250px;
  font-weight: bold;
}
.form-table th.required {
  padding-right: 55px;
  width: 195px;
  vertical-align: middle;
  background-image: url("../images/common/ico_requried.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.form-table td {
  vertical-align: middle;
  font-size: 12px;
}
.form-table textarea {
  border: 1px solid #d2d2d0;
  padding: 5px;
  width: 440px;
  height: 120px;
}
.form-table .groupline {
  margin-bottom: 5px;
}
.form-table .error {
  border: 1px solid #E50027 !important;
  background-color: #FFE9ED;
}

.form-table #search_add {
    background-color:#000; color:#FFF!important; font-size:12px; text-decoration:none; padding:6px; display:inline-block; border-radius:5px;
}
.form-table a#search_add:hover {
    background-color:#666;
}

.form-table input::-webkit-input-placeholder { color:#CCC; }
.form-table input:-ms-input-placeholder { color:#CCC; }
.form-table input::-moz-placeholder  { color:#CCC; }


/*----------------------------------------------

  /inquiry/ お問い合わせ

-----------------------------------------------*/
.inquiry_page .header > .inner {
    margin: 0 auto;
    width: 305px;
    position: relative;
}
.inquiry_page .footer > .inner,
.inquiry_page .footer-bottom > .inner {
  margin: 0 auto;
  width: 780px;
}
.inquiry_page .main > .inner,
.inquiry_page .main-content,
.inquiry_page .pagetop {
  width: 780px;
}
.inquiry_page .main > .inner {
  padding-bottom: 0;
}
.inquiry_page .pagetop {
  margin-bottom: 0;
}
.inquiry_page .main-content {
  padding-top: 10px;
}
.inquiry_page .main-content > .section {
  margin-bottom: 0;
}
.inquiry_page .main-title {
  margin-bottom: 20px;
  background-image: url("../images/common/bg_maintitle_simple.png");
}
.inquiry_page label.input-check input {
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle;
}
.inquiry_page .policy-box {
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding: 20px;
  height: 120px;
  overflow-y: scroll;
}
.inquiry_page .policy-box .txt_r {
  text-align: right;
}
.inquiry_page .policy-box .title-left-green {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
}
.inquiry_page .policy-box .section {
  padding-top: 15px;
}
.inquiry_page .policy-box p {
  margin-top: 5px;
}
.inquiry_page .policy-box ul {
  padding-left: 2em;
}
.inquiry_page .policy-box li {
  margin-bottom: 0;
}
.inquiry_page .policy-box .list-decimal {
  margin-top: 5px;
}
.inquiry_page .policy-box .list-decimal li {
    list-style-type: decimal;
}
.inquiry_page .secure-sign-box {
  margin: 0 auto;
  width: 570px;
  font-size: 12px;
}
.inquiry_page .secure-sign-box .secure-sign {
  margin-right: 30px;
  float: left;
}
.inquiry_page .secure-sign-box .text {
  padding-top: 20px;
}
.inquiry_page .submit-box {
  margin-bottom: 20px;
  text-align: center;
}
.inquiry_page .submit-box > a {
  display: inline-block;
}
.inquiry_page .form-submit-conf,
.inquiry_page .form-submit-back,
.inquiry_page .form-submit-send {
  border: none;
  width: 342px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  background-image: url("../images/common/btn_inquirty.png");
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.inquiry_page .form-submit-conf:hover,
.inquiry_page .form-submit-back:hover,
.inquiry_page .form-submit-send:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
.inquiry_page .form-submit-back {
  margin-right: 8px;
  background-image: url("../images/common/btn_inquirty_gray.png");
  color: #444;
}
.inquiry_page .note {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 12px;
  color: #cc0000;
}

.mgn_b20 {
  margin-bottom: 20px !important;
}

.f10 {
  font-size: 10px !important;
}
.f11 {
  font-size: 11px !important;
}
.f12 {
  font-size: 12px !important;
}
