﻿@charset "UTF-8";
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  font-size: 12px;
  line-height: 1.8em;
  color: #333333;
  background-image: url("../images/backGround.jpg");
  background-repeat: repeat-x;
}

img {
  vertical-align: bottom;
}

a:link {
  text-decoration: none;
  color: #00BFFF;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */
.text-color00 {
  color: #e1261c;
}

.text-color01 {
  color: #00a0e9;
}

input {
  line-height: 2em;
}

.btn {
  background: -ms-linear-gradient(top, white 0%, #e6e6e6);
  background: -moz-linear-gradient(top, white 0%, #e6e6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background: linear-gradient(top, white 0%, #e6e6e6);
  border: 2px solid #DDD;
  color: #111;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
}

.btn00 {
  background: -ms-linear-gradient(#2476ff, #001ca8);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2476ff), color-stop(1, #001ca8));
  background: -moz-linear-gradient(#2476ff, #001ca8);
  background: linear-gradient(#2476ff, #001ca8);
  border: 2px solid #001ca8;
  color: #001ca8;
  color: #111;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 5px;
  min-width: 120px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}

.btn01 {
  /* background: -webkit-linear-gradient(#ff0001, #8f0202); */
  /* background: -moz-linear-gradient(#ff0001, #8f0202); */
  background: -ms-linear-gradient(#8f0202, #8f0202);
  background: -webkit-linear-gradient(#8f0202, #8f0202);
  background: -moz-linear-gradient(#8f0202, #8f0202);
  background: linear-gradient(#8f0202, #8f0202);
  border: 2px solid #8f0202;
  color: #111;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 5px;
  min-width: 120px;
  display: inline-block;
  color: #ffffff;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
}

#header {
  position: relative;
  height: 100px;
}
#header #sitetitle {
  position: absolute;
  bottom: 10px;
}

#footer {
  background-color: #fff9d5;
  text-align: center;
  padding: 10px;
  border-top: 5px solid #ff9016;
}
#footer #footer-inner {
  width: 750px;
  margin: 0 auto;
}

#form-area {
  background-color: #fbf9f3;
  padding: 20px;
}

#form-area-header {
  margin-bottom: 20px;
}
#form-area-header .title {
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #ff9016;
  padding: 10px;
  margin-bottom: 20px;
}

#form-search dl {
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
#form-search dl dt, #form-search dl dd {
  height: 28px;
  padding: 10px;
}
#form-search dl dt {
  display: block;
  float: left;
  width: 90px;
  padding-top: 15px;
  height: 23px;
  background-color: #ffe9c7;
  border-right: 1px solid #ccc;
}
#form-search dl dd {
  float: left;
}
#form-search dl dd span {
  margin-right: 10px;
}
#form-search dl dd select.first {
  margin-right: 20px;
}
#form-search dl dd.reset {
  float: right;
  border-left: 1px solid #ccc;
}
#form-search dl dd.reset input {
  width: 100px;
  margin: 0 20px;
}

#form-area-main .title {
  font-size: 14px;
  font-weight: bold;
  float: left;
}
#form-area-main .title-date {
  color: #ff9016;
  float: right;
}
#form-area-main .form-box {
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
#form-area-main .form-box .lesson-box {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}
#form-area-main .form-box dl {
  float: left;
}
#form-area-main .form-box dl dt {
  font-size: 14px;
  font-weight: bold;
}
#form-area-main .form-box dl dt span.lesson-id {
  margin-right: 10px;
}
#form-area-main .form-box dl dt span.limit {
  font-size: 12px;
  margin-left: 20px;
  color: #ff9016;
}
#form-area-main .form-box dl dd span.lesson-limit {
  margin-left: 20px;
}
#form-area-main .form-box .offer {
  width: 120px;
  float: right;
  text-align: center;
  padding-top: 25px;
}
#form-area-main #form-table {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
#form-area-main #form-table th {
  width: 160px;
  background-color: #ffe9c7;
}
#form-area-main #form-table th span {
  margin-left: 10px;
}
#form-area-main #form-table th, #form-area-main #form-table td {
  border: solid 1px #ccc;
  padding: 15px;
}
#form-area-main td input {
  line-height: 2em;
  height: 2em;
}
#form-area-main #submit-btn {
  text-align: center;
}
#form-area-main #submit-btn input {
  width: 200px;
  margin-bottom: 20px;
}
#form-area-main p.check-area {
  height: 16px;
  line-height: 16px;
  margin: 10px 0;
}
#form-area-main .checkbtn {
  margin-right: 10px;
}

#form-area-main textarea#bikou {
  height:120px;
  width: 80%;
  resize:none;
}

/* デフォルト：980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
}
@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .btn {
    background: -ms-linear-gradient(top, white 0%, #e6e6e6);
    background: -moz-linear-gradient(top, white 0%, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    background: linear-gradient(top, white 0%, #e6e6e6);
    border: 2px solid #DDD;
    color: #111;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 5px;
    min-width: 120px;
    display: inline-block;
  }

  .btn00 {
    background: -ms-linear-gradient(#2476ff, #001ca8);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2476ff), color-stop(1, #001ca8));
    background: -moz-linear-gradient(#2476ff, #001ca8);
    background: linear-gradient(#2476ff, #001ca8);
    border: 2px solid #001ca8;
    color: #001ca8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 5px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff;
  }

  .btn01 {
    /* background: -webkit-linear-gradient(#ff0001, #8f0202); */
    /* background: -moz-linear-gradient(#ff0001, #8f0202); */
    background: -ms-linear-gradient(#8f0202, #8f0202);
    background: -webkit-linear-gradient(#8f0202, #8f0202);
    background: -moz-linear-gradient(#8f0202, #8f0202);
    background: linear-gradient(#8f0202, #8f0202);
    border: 2px solid #8f0202;
    color: #111;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 5px;
    min-width: 120px;
    display: inline-block;
    color: #ffffff;
  }

  .radio-btn input {
    display: none;
  }

  .radio-btn label {
    display: block;
    float: left;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 10px;
    background: #bdc3c7;
    color: #869198;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    transition: .2s;
  }

  .radio-btn label:first-of-type {
    border-radius: 3px 0 0 3px;
  }

  .radio-btn label:last-of-type {
    border-radius: 0 3px 3px 0;
  }

  .radio-btn input[type="radio"]:checked + .switch-on {
    background-color: #6495ed;
    color: #fff;
  }

  .radio-btn input[type="radio"]:checked + .switch-off {
    background-color: #e67168;
    color: #fff;
  }

  #form-area-main #form-table td p.check-area {
    height: 20px;
    line-height: 20px;
    margin: 20px 0;
  }
  #form-area-main #form-table td .checkbtn {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #ccc;
    vertical-align: middle;
  }
  #form-area-main #form-table td .checkbtn:checked::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: orange;
  }

  #wrapper {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  #header {
    height: 80px;
  }
  #header #sitetitle {
    bottom: 10px;
  }
  #header #sitetitle img {
    width: 240px;
    height: 45px;
  }

  #footer {
    padding: 10px;
    border-top: 5px solid #ff9016;
  }
  #footer #footer-inner {
    width: 100%;
    margin: 0;
  }

  #form-area {
    background-color: #fbf9f3;
    padding: 10px 0;
  }

  #form-area-header {
    padding: 10px;
    margin-bottom: 10px;
  }
  #form-area-header .title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #form-search dl {
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin: 10px;
    margin-bottom: 40px;
  }
  #form-search dl dt, #form-search dl dd {
    height: 100%;
  }
  #form-search dl dt {
    display: block;
    float: none;
    width: 100%;
    padding-top: 10px;
    height: 100%;
    background-color: #ffe9c7;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  #form-search dl dd {
    float: none;
  }
  #form-search dl dd span {
    margin-right: 5px;
  }
  #form-search dl dd select.first {
    margin-right: 20px;
  }
  #form-search dl dd.select-area {
    border-bottom: 1px dotted #ccc;
  }
  #form-search dl dd.select-area span {
    display: block;
    padding: 10px 0;
  }
  #form-search dl dd.select-area select {
    margin-left: 20px;
    width: 60%;
  }
  #form-search dl dd.reset {
    width: 100%;
    float: none;
    border-left: none;
    text-align: center;
  }
  #form-search dl dd.reset input {
    width: 30%;
  }

  #form-area-main .form-box {
    padding: 0;
  }
  #form-area-main .form-box .lesson-box {
    border-bottom: none;
    padding: 0;
  }
  #form-area-main .form-box .lesson-box .offer {
    width: 120px;
    float: none;
    margin-left: auto;
    padding-top: 0;
  }
  #form-area-main .form-box .lesson-box .offer input {
    width: 100px;
    margin-bottom: 10px;
  }
  #form-area-main .form-box .lesson-box:last-child {
    border-bottom: none;
  }
  #form-area-main .form-box dl {
    width: 100%;
    float: none;
    border-right: none;
  }
  #form-area-main .form-box dl dt {
    font-size: 12px;
    line-height: 1.3em;
    background-color: #ff9016;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  #form-area-main .form-box dl dt span.lesson-id {
    margin-right: 0;
  }
  #form-area-main .form-box dl dt span.lesson-id:after {
    content: "：";
  }
  #form-area-main .form-box dl dd {
    padding: 0 5px;
  }
  #form-area-main #form-table {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  #form-area-main #form-table th {
    background-color: #ffe9c7;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
  }
  #form-area-main #form-table th span {
    margin-left: 10px;
  }
  #form-area-main #form-table th, #form-area-main #form-table td {
    display: list-item;
    list-style-type: none;
    border: none;
  }
  #form-area-main #form-table td input {
    height: 3em;
    line-height: 3em;
  }
  #form-area-main #form-table td span.sp {
    display: block;
    margin-top: 10px;
  }
  #form-area-main #form-table td#tel-num input {
    width: 28%;
  }
  #form-area-main #kakunin-txt {
    font-size: 10px;
  }
  #form-area-main #submit-btn {
    text-align: center;
    margin-bottom: 20px;
  }
  #form-area-main #submit-btn input {
    width: 200px;
    margin-bottom: 20px;
  }
  #form-area-main #submit-kakunin {
    text-align: center;
  }
  #form-area-main #submit-kakunin input {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  /* 767px以下用（タブレット／スマートフォン用）の記述 */
}
@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}
