/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main {
  position: relative;
}
html {
  background-color: #555;
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
ul,
p {
  padding: 0px;
  margin: 0px;
}
a {
  color: #008fff;
  text-decoration: underline;
}
a:hover {
  color: #32a5ff;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.op5 {
  opacity: 0.5;
}
.whole-container {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-width: 1000px;
}
.container {
  position: relative;
  margin: 0px auto;
  padding: 0px 10px;
  width: 980px;
}
.header {
  position: relative;
  z-index: 100;
  background-color: #fafafa;
  height: 120px;
  width: inherit;
  min-width: 1000px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.title-icon {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 103;
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 150px;
  height: 150px;
}
.title-icon-img {
  width: 100%;
  height: auto;
}
.nav {
  position: absolute;
  top: 70px;
  right: 0px;
  width: 780px;
  height: 50px;
}
.nav-list {
  list-style-type: none;
  padding-top: 0px;
  height: inherit;
}
.nav-item {
  float: left;
  display: block;
  position: relative;
  width: 110px;
  margin: 0px 10px;
  height: inherit;
  line-height: 50px;
  text-align: center;
}
.nav-item img {
  width: 100px;
  height: 20px;
}
.nav-item a {
  display: block;
  width: inherit;
  height: inherit;
}
.nav-item-hover {
  position: absolute;
  display: block;
  width: 110px;
  background-color: #333;
  bottom: 0px;
  left: 0px;
}
.nav2 {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 160px;
  height: 31px;
}
.nav2 a {
  display: block;
  background-color: #333;
  width: 100%;
  heigh: 100%;
  padding: 7px;
  text-align: center;
  color: #ffffff;
  font-size: 0.7em;
  text-decoration: none;
}
.main {
  z-index: 10;
  height: 550px;
  min-width: 1000px;
}
.main-title {
  z-index: 12;
  position: relative;
  padding-top: 110px;
  text-align: center;
  marign: 0px auto;
  width: 980px;
}
.main-img {
  z-index: 11;
  background-image: url("images/makino.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -200px;
  -webkit-background-size: 1920px auto;
  -moz-background-size: 1920px auto;
  -o-background-size: 1920px auto;
  -ms-background-size: 1920px auto;
  position: absolute;
  top: 0px -70px;
  left: 0px;
  width: 100%;
  height: 550px;
}
.main-title-img {
  width: 85%;
}
.green {
  background-color: #35b863;
}
.grey {
  background-color: #eeeeee;
}
.row .hline {
  border-top: 1px solid #999;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.col-2 {
  positon: relative;
  margin: 0px;
  padding: 0px;
  width: 50%;
  height: 100%;
  float: left;
}
.submain-h {
  padding-top: 20px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.submain-content {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.submain-content .small {
  font-size: 0.7em;
}
.container-h {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.container-h2 {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.col-3 {
  positon: relative;
  margin: 0px;
  padding: 0px;
  height: 100%;
  float: left;
  width: 33%;
}
.col-3-2 {
  positon: relative;
  margin: 0px;
  padding: 0px;
  height: 100%;
  float: left;
  width: 66%;
}
.card {
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  min-height: 200px;
  height: auto;
  background-color: #fefefe;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn {
  display: block;
  background-color: #27a9c1;
  padding: 10px 30px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 0 0 #1c7f91;
  -moz-box-shadow: 0 3px 0 0 #1c7f91;
  box-shadow: 0 3px 0 0 #1c7f91;
}
.btn-icon {
  float: left;
  line-height: 40px;
  height: 40px;
}
.btn-text {
  display: inline-block;
  vertical-align: baseline;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
}
.btn-text-sub {
  display: inline-block;
  opacity: 0.7;
  font-size: 13px;
}
.card-content {
  padding: 20px;
}
.card-content li {
  list-style: none;
  heigth: 50px;
  padding: 20px;
  border-bottom: 1px solid #CCC;
}
.card-content li:last-child {
  border-bottom: none;
}
.card-content-category {
  border-left: 5px solid #777;
  color: #777;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 0.6em;
  line-height: 1.5em;
}
.card-content-category.red {
  border-left-color: #b41f1f;
  color: #b41f1f;
}
.card-content-category.blue {
  border-left-color: #2a70d3;
  color: #2a70d3;
}
.card-content p {
  color: #333;
  padding-bottom: 5px;
}
.card-content p.sub {
  font-size: 0.8em;
  color: #777;
}
.card-content p.sub.navy {
  color: #2f368e;
}
.card-content p.sub.red {
  color: #b41f1f;
}
.card-content blockquote {
  display: block;
  border-left: 5px solid #666;
  color: #555;
  margin: 5px 0px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.card-content-date {
  color: #777;
  font-size: 0.7em;
  text-align: left;
}
.schedule {
  padding: 20px;
}
.schedule > ul > li {
  display: block;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #CCC;
}
.col-3:last-child .card {
  margin-right: 0px;
}
.footer {
  background-color: #333;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.footer-content {
  text-align: center;
  color: #888;
  padding: 10px;
  font-size: 0.8em;
}
.short {
  height: 250px;
}
.main-title.short {
  height: auto;
  padding-top: 70px;
}
.main-title.short .main-title-img {
  width: 700px;
}
.main-text {
  text-align: center;
  position: relative;
  padding-top: 90px;
  padding-left: 100px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  z-index: 15;
}
.main-text-sub {
  display: block;
  height: 25px;
  vertical-align: middle;
  font-size: 20px;
  opacity: 0.8;
}
.submain-head {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.container-h.underpreparation {
  opacity: 0.7;
}
.card.underpreparation {
  display: block;
  background-color: #EEE;
  font-size: 1em;
  text-align: center;
  padding-top: 70px;
  color: #888;
  min-height: 130px;
}
.card-icon {
  color: rgba(255, 255, 255, 0.7);
  padding-right: 20px;
}
.yoko {
  padding: 20px;
}
.container .plain {
  padding-top: 30px;
  padding-bottom: 30px;
}
.plain h4 {
  color: #555;
  font-size: 1.2em;
  padding-bottom: 10px;
  padding-left: 10px;
}
.card h4 {
  color: #555;
  font-size: 1.2em;
  padding-bottom: 10px;
  padding-left: 0px;
}
.plain table {
  color: #333;
  font-size: 1em;
  margin: 10px 0px;
}
.plain p {
  color: #333;
  font-size: 1em;
  padding: 10px 0px;
}
.plain .contact {
  display: block;
  color: #333;
  font-size: 1em;
  padding: 10px 0px;
}
.plain blockquote {
  display: block;
  border-left: 5px solid #666;
  margin: 0;
  padding-left: 20px;
}
.plain .card {
  padding: 20px 30px;
}
.plain .card ul {
  padding: 20px;
}
.plain .card li {
  list-style: circle;
  color: #333;
  font-size: 1em;
  padding: 5px 0px;
}
.card table {
  width: 100%;
}
.card td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 1em;
}
td.emph {
  font-weight: bold;
}
.card tr:last-child > td {
  border-bottom: none;
}
.nomin {
  min-height: auto;
}
.card p.emph {
  font-weight: bold;
  color: #b41f1f;
}
.table-list thead {
  border-bottom: 2px #333 solid;
}
.table-list td {
  text-align: center;
}
.table-list tbody tr:hover {
  background-color: #e4e4e4;
}
.yoko-pp {
  positon: relative;
  margin: 0px;
  padding: 0px;
  width: 10%;
  height: 100%;
  float: left;
}
.yoko-ammend {
  positon: relative;
  margin: 0px;
  padding: 0px;
  width: 90%;
  height: 100%;
  float: left;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.flexbox .col-2 {
  flex: 1;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
  flex-flow: column;
}
.flexbox .col-2 .container-h2 {
  flex: 1;
  max-height: 45px;
}
.flexbox .col-2 .card {
  flex: 1;
  height: auto;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
