/* Created by http://freehtml5templates.com */
/* reset */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 75%;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
  display: block;
}
body {
  line-height: 1;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  line-height: 1.4em;
}
/* layout */
#wrapper {
  background: #FFF;
  margin: 0 auto;
  padding-bottom: 5px;
}
header {
  /* width: 1000px; */
  max-width: 1000px;
  /* height: 150px; */
  min-height: 140px;
  margin: 0 auto;
}
nav {
  margin: 0 auto;
  clear: both;
}
nav .container {
  /*
width: 100%;
padding: 0;
margin: 0;
*/
}
#index_image {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
#program_list {
  width: 1000px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
#program_list li {
  /*width: 238px;*/
  /*margin-right:15px;*/
  float: left;
  list-style: none;
  padding: 5px;
}
#program_list li.last {
  margin-right: 0;
}
#program_list .program5 li {
  width: 188px;
}
#main {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0 auto;
  overflow: hidden;
  clear: both;
}
#content {
  float: left;
  /*width: 740px;*/
  width: 100%;
}
#sidebar {
  float: left;
  margin-right: 20px;
  /*width: 230px;*/
  width: 100%;
}
#sidebar_index {
  float: right;
  width: 240px;
  margin-left: 20px;
}
#sidebar_index p {
  width: 360px;
  height: 100px;
  margin-bottom: 10px;
}
#sidebar_index p a {
  width: 240px;
  height: 90px;
  display: block;
}
footer {
  clear: both;
  background-color: #e70012;
}
/* basics */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  clear: both;
}
h3 {
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #cbcbcb;
  color: #e70012;
}
h3 span {
  font-weight: normal;
  color: #222222;
}
a:link, a:visited {
  color: #222;
  text-decoration: underline;
}
a:hover, a:active {
  color: #666;
  text-decoration: underline;
}
a span {
  display: none;
}
p {
  margin-bottom: 18px;
}
img {
  border: none;
}
/* nav */
#navbar {
  width: 770px;
  height: 50px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 90px;
}
#navbar ul {
  width: 770px;
  height: 50px;
  margin: 0;
  list-style: none;
  line-height: normal;
}
/*
header nav .menu .navbar-nav li {
margin:0;
padding:0;
display: block;
float: left;
font-weight:bold;
font-size:18px;
display:block;
background-color:#e70012;
border-left: 1px dotted #fff;
padding:0;
}
header nav .menu .navbar-nav li a:hover {
background-color:#e70012;
}
header nav .menu .navbar-nav li:first-child {
border-radius:5px 0 0 5px;
border-left: none;
}
header nav .menu .navbar-nav li:last-child {
border-radius:0 5px 5px 0;
}
header nav .menu .navbar-nav li a {
color:#fff;
padding:0;
padding:15px 30px;
text-decoration: none;
}
*/
/** HEADER */
header h1 {
  position: absolute;
  top: 30px;
  left: 5px;
  margin: 0;
  padding: 0;
}
header p#topDescription {
  font-size: 0.9em;
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
  padding: 0;
}
header p#firstlearning_logo a {
  width: 371px;
  height: 29px;
  position: absolute;
  top: 5px;
  right: 0;
}
header ul.submenu {
  width: auto;
  display: block;
}
header ul.submenu li {
  font-size: 0.8em;
  padding-bottom: 8px;
  display: block;
  list-style: none;
}
header ul.submenu li a {
  cursor: pointer
}
header ul.submenu li.telephone {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 55px;
  background: url(/../images/icon_telephone.gif) no-repeat 0 0;
}
header ul.submenu li.telephone span {
  font-size: 0.55em;
  font-weight: normal;
  display: block;
}
header ul.submenu li.telephone-two {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 55px;
  background: url(/../images/icon_telephone.gif) no-repeat 0 0;
}
/*** navbar-fl ***/
.navbar-fl {
  background-color: #fff;
  /*border-color: #e7e7e7;*/
}
.navbar-fl .navbar-brand {
  color: #777;
}
.navbar-fl .navbar-brand:hover, .navbar-fl .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-fl .navbar-text {
  color: #777;
}
.navbar-fl .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
  text-decoration: none;
  background-color: #e70012;
  /*  border-left: 1px dotted #fff;*/
}
.navbar-fl .navbar-nav > li:first-child > a {
  border-radius: 5px 0 0 5px;
  border-left: none;
}
.navbar-fl .navbar-nav > li:last-child > a {
  border-radius: 0 5px 5px 0;
}
.navbar-fl .navbar-nav > li > a:hover, .navbar-fl .navbar-nav > li > a:focus {
  background-color: #e70012;
}
.navbar-fl .navbar-nav > .active > a, .navbar-fl .navbar-nav > .active > a:hover, .navbar-fl .navbar-nav > .active > a:focus {
  background-color: #e70012;
}
.navbar-fl .navbar-nav > .disabled > a, .navbar-fl .navbar-nav > .disabled > a:hover, .navbar-fl .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-fl .navbar-toggle {
  border-color: #ddd;
  clear: both;
}
.navbar-fl .navbar-toggle:hover, .navbar-fl .navbar-toggle:focus {
  background-color: #e70012;
}
.navbar-fl .navbar-toggle .icon-text {
  color: #888;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0.1em 0 0 0.3em;
}
.navbar-fl .navbar-toggle .icon-bar-wrapper {
  display: block;
  float: left;
  padding: 0.2em 0 0 0.3em;
}
.navbar-fl .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-fl .navbar-collapse, .navbar-fl .navbar-form {
  /*  border-color: #e7e7e7;*/
}
.navbar-fl .navbar-nav > .open > a, .navbar-fl .navbar-nav > .open > a:hover, .navbar-fl .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #e70012;
}
.navbar-fl .navbar-nav .open .dropdown-menu {
  background-color: #f7f7f7;
}
.navbar-fl .navbar-nav .open .dropdown-menu > li > a {
  text-decoration: none;
  background-color: #f7f7f7;
}
.navbar-fl .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-fl .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #fdedee;
}
.navbar-fl .navbar-nav .open .dropdown-menu > .active > a, .navbar-fl .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-fl .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-fl .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-fl .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-fl .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-fl .navbar-link {
  color: #777;
}
.navbar-fl .navbar-link:hover {
  color: #333;
}
.navbar-fl .btn-link {
  color: #777;
}
.navbar-fl .btn-link:hover, .navbar-fl .btn-link:focus {
  color: #333;
}
.navbar-fl .btn-link[disabled]:hover, fieldset[disabled] .navbar-fl .btn-link:hover, .navbar-fl .btn-link[disabled]:focus, fieldset[disabled] .navbar-fl .btn-link:focus {
  color: #ccc;
}
/** ARTICLES **/
#content p, ul, ol, dl, hr {
  margin-bottom: 24px;
  line-height: 1.8em;
}
#content ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
#content h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  line-height: 1.5em;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}
/* sidebar and footer widget blocks */
#footer-area {
  color: #fff;
  font-size: 0.9em;
  max-width: 1000px;
  margin: 0 auto;
  padding: 18px 0;
  overflow: hidden;
}
#footer-area a:link {
  color: #fff;
}
#footer-area .footer_logo {
  float: left;
}
.footer-segment {
  float: left;
  margin-right: 20px;
  width: auto;
}
footer aside h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 3px 0;
}
footer a:link, footer a:visited {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}
#footer-outer-block {
  position: relative;
}
#copyright {
  text-align: right;
  /*position: absolute;*/
  top: 0;
  right: 0;
}
/* index */
#index_concept {
  float: left;
  min-height: 510px;
  overflow: hidden;
}
#index_concept p {
  line-height: 1.8em;
  padding-left: 0.5em;
}
#whatsNew {
  /*height: 290px;*/
  background-color: #FFF;
  border-bottom: 2px solid #EEE;
  margin-bottom: 20px;
  float: left;
}
#whatsNew h2 {
  margin: 0;
  padding: 0;
  border-top: 2px solid #e70012;
  border-bottom: 1px dotted #999;
}
#whatsNew ul {
  margin: 0;
  padding: 5px 0 0 8px;
  overflow: auto;
}
#whatsNew li {
  line-height: 1.5em;
  margin-bottom: 0.7em;
  list-style: none;
}
#whatsNew li span {
  color: #666666;
  font-size: 1em;
}
#whatsNew li a {
  color: #333333;
  background: url(/../images/arrow_news.gif) no-repeat right 2px;
  padding-right: 18px;
}
#whatsNew li a:hover {
  color: #666666;
}
#whatsNew li strong {
  color: #e70012;
  background: url(/../images/treeWhatsNew.gif) no-repeat 0 0;
  padding: 2px 0 0 18px;
}
#whatsNew li strong a {
  color: #e70012;
}
#indexLower {
  max-width: 1000px;
  min-height: 340px;
  padding: 19px;
  clear: both;
  overflow: hidden;
  background-color: #f9f7f4;
  border: 1px solid #e3e3e3;
}
#topFeature {
  margin-bottom: 20px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  float: left;
}
#topNetwork {
  margin-bottom: 20px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  float: left;
}
#topNetwork h2 {
  border-bottom: 1px dotted #999;
}
#topCurriculum {
  max-width: 960px;
  height: auto;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  clear: both;
  overflow: hidden;
}
/* content */
#breadcrumb {
  width: 740px;
  height: 25px;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  display: block;
  list-style: none;
}
#breadcrumb > li {
  font-size: 0.9em;
  background-image: url(/../images/arrow_list.gif);
  background-position: 1px 6px;
  background-repeat: no-repeat;
  padding-left: 18px;
  float: left
}
#breadcrumb > li.home {
  background-image: url(/../images/icon_home.gif);
  background-position: 0 5px;
}
#content h1 {
  font-size: 1.5em;
  background-image: url(/../images/bg_h1.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 0.3em;
  padding: 0.5em 0 0.4em 75px;
  border-bottom: 1px solid #999;
  display: block;
}
#content h1 span {
  font-size: 0.8em;
  text-align: left;
  padding-left: 0.5em;
}
#content h2 {
  font-size: 1.2em;
  background-image: url(/../images/bg_h2.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0.3em 0 0.2em 45px;
  border-bottom: 1px dotted #999;
  display: block;
  clear: both;
}
#content h3 {
  font-size: 1.2em;
}
#content h4 {
  font-size: 1.1em;
  color: #e70012;
}
#content p {
  line-height: 1.8em;
  padding-left: 5px;
}
#content p.comment {
  font-size: 0.9em;
  text-indent: -1em;
  margin-left: 2em;
}
article ul {
  padding-left: 30px;
}
article ol {
  list-style: decimal;
  padding-left: 30px;
}
article ol li {
  padding: 0.5em 0;
  position: relative;
}
dl {
  padding: 0 0.5em;
}
dt {
  font-weight: bold;
}
dd {
  line-height: 1.8em;
  margin-bottom: 1em;
}
dl.newsbox dt {
  width: 10em;
  padding: 13px 10px 18px 10px;
  background: url(/../images/arrow_news.gif) no-repeat right 16px;
  clear: both;
  float: left;
}
dl.newsbox dd {
  padding: 13px 0 18px 12em;
  border-bottom: 1px dotted #cccccc;
}
dl.faq dt, dl.info dt {
  color: #e70012;
}
dl.faq dd {
  line-height: 1.6em;
  padding: 13px 0 18px 3em;
  border-bottom: 1px dotted #cccccc;
}
dl.info dd {
  line-height: 1.6em;
  padding: 13px 0 18px 0.5em;
  border-bottom: 1px dotted #cccccc;
}
dl.application {
  border: 2px solid #e70012;
  background-color: #fdedee;
  width: 500px;
  margin: 20px auto;
  padding: 1em;
  display: block;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
}
dl.message {
  border: 2px solid #e70012;
  background-color: #fdedee;
  width: auto;
  margin: 20px auto;
  padding: 1em;
  display: block;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
}
dl.application dt, dl.message dt {
  color: #e70012;
}
dl.application dd, dl.message dd {
  margin-bottom: 0;
  padding: 13px 0 18px 1em;
}
dl.voice dt {
  background-image: url(/../info/images/iconVoice.png);
  background-repeat: no-repeat;
  padding: 3px 0 0 35px;
  background-position: left center;
}
dl.voice dd {
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #cccccc;
}
table.contents {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-top: 1px solid #CCC;
}
table.contents th, table.contents td {
  padding: 1em;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}
table.contents th {
  color: #FFF;
  background: #e70012;
}
table.staff {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table.staff td {
  padding: 0.5em;
  border-bottom: 1px solid #CCC;
}
table.data {
  background-color: #ffffff;
  border: 1px solid #999999;
}
table.data th, table.data td {
  padding: 0.5em;
  border: 1px solid #999999;
}
table.data th {
  color: #FFF;
  background: #e70012;
}
table.data td.center {
  text-align: center;
}
#content p.pagetop {
  font-size: 0.9em;
  margin: 1em 0;
  padding: 0;
  float: right;
  display: block;
  clear: both;
}
#content .pagetop a {
  height: 20px;
  padding: 0 0 0 15px;
  background: url(/../images/arrow_top.gif) no-repeat 0 3px;
  display: block;
  cursor: pointer;
}
ul.vertical {
  padding: 0 0 10px 10px;
  clear: both;
  overflow: hidden;
  list-style: none;
}
ul.vertical li {
  line-height: 1.8em;
  margin-right: 20px;
  padding-left: 18px;
  background: url(/../images/arrow_right.gif) no-repeat 0 5px;
}
ul.horizontal {
  padding: 10px 5px;
  clear: both;
  overflow: hidden;
  list-style: none;
}
ul.horizontal li {
  line-height: 1.8em;
  margin-right: 20px;
  padding-left: 16px;
  float: left;
  display: block;
  background: url(/../images/arrow_right.gif) no-repeat 0 5px;
}
ol.number {
  padding: 0;
  clear: both;
  overflow: hidden;
  list-style: none;
}
ol.number li {
  line-height: 1.8em;
  margin-right: 5px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
ol.number li.number01 {
  background-image: url(/../images/list_number01.gif);
}
ol.number li.number02 {
  background-image: url(/../images/list_number02.gif);
}
ol.number li.number03 {
  background-image: url(/../images/list_number03.gif);
}
ol.number li.number04 {
  background-image: url(/../images/list_number04.gif);
}
ol.number li.number05 {
  background-image: url(/../images/list_number05.gif);
}
ol.number li.number06 {
  background-image: url(/../images/list_number06.gif);
}
ol.number li.number07 {
  background-image: url(/../images/list_number07.gif);
}
ol.number li.number08 {
  background-image: url(/../images/list_number08.gif);
}
ol.number li.number09 {
  background-image: url(/../images/list_number09.gif);
}
ol.number li.number10 {
  background-image: url(/../images/list_number10.gif);
}
ol.number li.number11 {
  background-image: url(/../images/list_number11.gif);
}
ol.number li.number12 {
  background-image: url(/../images/list_number12.gif);
}
ol.number li.number13 {
  background-image: url(/../images/list_number13.gif);
}
ol.number li.number14 {
  background-image: url(/../images/list_number14.gif);
}
ol.number li.number15 {
  background-image: url(/../images/list_number15.gif);
}
article ol.number li {
  background-position: 0 0.7em;
}
strong.catch {
  color: #e70012;
  font-size: 1.2em;
}
/* sideber */
#sidebar h1 {
  /*width:210px;*/
  width: 100%;
  padding: 9px 9px 0 9px;
  border-top: 1px solid #e70012;
  border-right: 1px solid #e70012;
  border-left: 1px solid #e70012;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}
#sidebar h1 span {
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
  widht: 180px;
  padding: 20px 15px;
  background-color: #e70012;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  display: block;
}
#sidebar ul {
  /*width:210px;*/
  width: 100%;
  padding: 0 9px 9px 9px;
  border-right: 1px solid #e70012;
  border-left: 1px solid #e70012;
  border-bottom: 1px solid #e70012;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  list-style: none;
}
#sidebar ul li {
  border-bottom: 1px dotted #999;
}
#sidebar ul li a {
  widht: 190px;
  padding: 15px 10px;
  background-color: #f7f7f7;
  display: block;
  text-decoration: none;
}
#sidebar ul li a.active, #sidebar ul li a:hover {
  background-color: #fdedee;
  display: block;
  text-decoration: none;
}
#sidebar ul li ul {
  background-color: #fdedee;
  width: 210px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#sidebar ul li ul li {
  border-bottom: none;
}
#sidebar ul li ul li a {
  widht: 190px;
  padding: 10px 10px 10px 35px;
  background: #fdedee url(/../images/arrow_right.gif) no-repeat 15px 15px;
  display: block;
}
#sidebar li.sideTel {
  color: #e70012;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  background-image: url(/../images/icon_telephone.gif);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding: 10px 0 10px 53px;
}
#sidebar li.sideTel-two {
  color: #e70012;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8em;
  background-image: url(/../images/icon_telephone.gif);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding: 10px 0 10px 53px;
}
#sidebar li.sideTel span {
  color: #333333;
  font-weight: normal;
  font-size: 11px;
  _font-size: 60%;
}
#sidebar li.sideContact a {
  color: #222222;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #ffffff;
  background-image: url(/../images/icon_mail.gif);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding: 20px 0 18px 53px;
}
#sidebar li.sideContact a:hover {
  color: #666666;
}
/* ============================= form ============================= */
form table {
  vertical-align: top;
  border: 1px #CCCCCC solid;
  border-collapse: collapse;
  margin: 20px 0;
}
form th, form td {
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
  border: 1px #CCCCCC solid;
  padding: 10px;
}
form th {
  white-space: nowrap;
  background-color: #fdedee;
}
form tr.hasErrors th, form tr.hasErrors td {
  background-color: #FEEAEA;
}
form tr.form_button td {
  background-color: #5bb40d;
}
div.formErrors ul {
  margin-top: 12px;
}
div.formErrors ul li {
  color: red;
}
/* ============================= contact form ============================= */
form.contactForm input[type="text"] {
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 5px;
  border: 1px solid #CCC;
}
form.contactForm select {
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 1px;
  border: 1px solid #CCC;
}
form.contactForm textarea {
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
  height: 160px;
  background-color: #FFF;
  margin: 0;
  padding: 5px;
  border: 1px solid #CCC;
  overflow: auto;
}
form.contactForm .bg {
  background: #fff;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
}
form.contactForm table {
  width: 100%;
}
form.contactForm table th {
  white-space: normal;
  width: 28%;
}
form.contactForm table td select.chosen {
  width: 80%;
}
form.contactForm table td label.required {
  background: transparent;
  padding: 0;
  display: inline;
}
input[type=button], input[type=reset], input[type=submit], button[type=submit], button[type=reset] {
  padding: 5px;
  background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
  -moz-box-shadow: 1px 1px 2px #E7E7E7;
  -webkit-box-shadow: 1px 1px 2px #E7E7E7;
  border: 1px solid #999;
  cursor: pointer;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover, button[type=reset]:hover {
  padding: 5px;
  background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
  border: 1px solid #999;
}
/* お問合せフォーム
---------------------------------------------------- */
fieldset {
  margin: 10px 0;
  padding: 5px;
  border-width: 1px;
  border-color: #999999;
  border-style: dotted none none none;
}
legend {
  font-weight: bold;
  background-color: #FFFFFF;
  margin: 0 0 0 -10px;
  padding: 5px;
}
label {
  font-weight: normal;
  line-height: 1em;
}
.label {
  font-weight: normal;
  clear: left;
  display: block;
  padding-top: 0.7em;
  float: left;
  width: 100px;
  height: 25px;
  line-height: 1em;
}
.control {
  display: block;
  margin: 0 0 0 100px;
  padding-top: 0.5em;
  line-height: 1em;
}
input, select, textarea, button[type=submit], button[type=reset] {
  vertical-align: middle;
  color: #696969;
}
input:focus {
  background-color: #e7e7e0;
}
textarea:focus {
  background-color: #e7e7e0;
}
input[type=checkbox] {
  vertical-align: top;
}
input#addr1, input#mail, textarea#comment {
  width: 95%;
}
p.thankyou {
  font-weight: bold;
  text-align: center;
  padding: 150px 0;
  width: 700px;
}
.errmsg {
  color: red;
  display: block;
  margin: 0 0 0 120px;
  padding-top: 0.5em;
  line-height: 1em;
}
.errmsg_global {
  background-color: red;
  color: white;
}
p.submit {
  text-align: center;
}
p.submit input {
  text-align: center;
}
fieldset h4 {
  font-size: 1.1em;
  margin-top: 1.5em;
}
fieldset th {
  width: 20%;
}
/* お問合せアイテム
---------------------------------------------------- */
li span.Tel {
  color: #e70012;
  font-weight: bold;
  font-size: 1.3em;
  background-image: url(/../images/icon_telephone.gif);
  background-repeat: no-repeat;
  background-position: left middle;
  display: block;
  height: 50px;
  padding: 10px 0 10px 53px;
}
li span.Tel-two {
  color: #e70012;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  background-image: url(/../images/icon_telephone.gif);
  background-repeat: no-repeat;
  background-position: left middle;
  display: block;
  padding: 10px 0 10px 53px;
}
li span.Fax {
  color: #e70012;
  font-weight: bold;
  font-size: 18px;
  background-image: url(/../images/icon_fax.gif);
  background-repeat: no-repeat;
  background-position: left middle;
  display: block;
  height: 50px;
  padding: 10px 0 10px 53px;
}
a.Contact {
  color: #e70012;
  font-weight: bold;
  font-size: 1.3em;
  background-image: url(/../images/icon_mail.gif);
  background-repeat: no-repeat;
  background-position: left middle;
  display: block;
  height: 50px;
  padding: 10px 0 10px 53px;
}
a.line {
  color: #e70012;
  font-weight: bold;
  font-size: 1.3em;
  background-image: url(/../images/icon_line.png);
  background-repeat: no-repeat;
  background-position: left middle;
  display: block;
  height: 50px;
  padding: 10px 0 10px 53px;
}
a.Pdf {
  background-image: url(/../images/icon_pdf.gif);
  background-repeat: no-repeat;
  background-position: right 0;
  padding: 0 15px 5px 5px;
}
div.curriculum {
  max-width: 930px;
}
div.curriculum div {
  max-width: 300px;
  /*height:290px;*/
  padding: 10px;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
  float: left;
}
div.curriculum div h3, div.curriculum div li {
  color: #ffffff;
  font-size: 14px;
}
div.curriculum div ul {
  margin-left: 18px;
  list-style: disc;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmapr object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-responsive-sp {
  display: block;
  max-width: 35%;
  height: auto;
}
#back-top {
  z-index: 500;
  position: relative;
}
#back-top #pagetop {
  display: block;
  overflow: hidden;
  width: 45px;
  height: 45px;
}
#back-top a {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
/* 帯広校オリジナル
---------------------------------------------------- */
#content ul.publication {
  padding: 0;
}
#content ul.publication li {
  width: 200px;
  min-height: 360px;
  margin: 0 15px 15px 0;
  padding: 10px 10px 0 10px;
  text-align: center;
  float: left;
  border: 1px solid #999;
  list-style: none;
}
#content ul.publication li h2 {
  font-size: 14px;
  color: #FFF;
  background-color: #e70012;
  background-image: none;
  width: auto;
  padding: 0.3em;
}
.footer-sitemap {
  text-align: right;
}
.footer-sitemap li {
  font-size: 0.9em;
  display: inline-block;
  padding: 0 7px 0 7px;
}
// ここがボーダー線指定しているところ
// メニューとボーダー線の間の距離感
.footer-sitemap li + li {
  border-left: 1px solid #ffffff;
  padding: 0 7px 0 7px;
}
a.btn-learnalot {
  color: #fff;
  background-color: #e70012;
  text-decoration: none;
}
a.btn-learnalot:hover, a.btn-learnalot:focus {
  color: #fff;
  background-color: #f16671;
}
@media only screen and (min-width: 480px) {
  .img-responsive-768 {
    display: block;
  }
  .img-responsive-480 {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .img-responsive-768 {
    display: none;
  }
  .img-responsive-480 {
    display: block;
  }
}

/*-- insta-list --*/
.instagram-area {
	clear: both;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.insta_list{
    display: flex;
    flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 20px;
	padding: 0 20px;
}

.insta_list li{
    list-style: none;
    position: relative;
    width: calc((100% - 20px)/3);
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.insta_list a span{
	display: contents;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
