@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  font-family: Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}

.no_post {
  background: #f9f9f9;
  text-align: center;
  padding: 80px 0;
  margin: 0 0 300px 0;
}

/*----- wrap -----*/
.wrap {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/*----- link -----*/
a, a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

a[target="_blank"]:before {
  font-family: 'FontAwesome';
  content: "\f08e";
  margin: 0 5px 0 0;
}

/*----- icon_new -----*/
.icon_new {
  display: inline-block;
  vertical-align: middle;
  background: #ee093f;
  color: #FFF;
  font-size: 11px;
  line-height: 1;
  padding: 2px 5px;
  margin: 0 0 0 5px;
}

/*=======================================
	header
=======================================*/
#header {
  width: 100%;
  height: 80px;
  position: relative;
}
#header .wrap {
  position: relative;
}
#header #g_nav_sp {
  display: none;
}
#header h1 {
  width: 27.08333%;
  float: left;
  padding: 20px 0 0 0;
}
#header h1 a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 1;
  position: relative;
  padding: 0 0 0 60px;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1 a span {
  font-size: 13px;
  display: block;
  margin: 0 0 5px 0;
}
/*#header h1 a:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/logo.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -23px;
}
*/
#header #g_nav {
  width: 72.91667%;
  float: right;
}
#header #g_nav ul {
  line-height: 1;
  text-align: right;
  padding: 24px 0 0 0;
}
#header #g_nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 20px;
  position: relative;
}
#header #g_nav ul li a,
#header #g_nav ul li span.btn_drop {
  display: block;
  padding: 3px 8px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  position: relative;
}
#header #g_nav ul li a:hover {
  background: #333;
  color: #fff;
}
.blue #header #g_nav ul li a:hover {
  background: #1686b5;
}
.green #header #g_nav ul li a:hover {
  background: #5b9726;
}
.orange #header #g_nav ul li a:hover {
  background: #d05a0b;
}
.red #header #g_nav ul li a:hover {
  background: #e22809;
}
.yellow #header #g_nav ul li a:hover {
  background: #b69e1a;
}
.purple #header #g_nav ul li a:hover {
  background: #5a3382;
}
.navy #header #g_nav ul li a:hover {
  background: #0a0a60;
}
#header #g_nav ul li span.btn_drop {
  border-bottom: 1px solid #333;
  padding-bottom: 14px;
}
#header #g_nav ul li span.btn_drop:before,
#header #g_nav ul li span.btn_drop:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 9px solid #333;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -4px;
}
#header #g_nav ul li span.btn_drop:after {
  border-top: 9px solid #fff;
  bottom: -11px;
}
#header #g_nav ul li a:hover {
  text-decoration: none;
}
#header .drop_nav {
  width: 150px;
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -75px;
  z-index: 900;
}
#header #g_nav ul li .drop_nav ul {
  text-align: left;
  padding: 0;
}
#header #g_nav ul li .drop_nav li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #444;
}
#header #g_nav ul li .drop_nav li:last-child {
  border-bottom: none;
}
#header #g_nav ul li .drop_nav li a {
  background: #222;
  color: #fff;
  padding: 10px;
  position: relative;
}
#header #g_nav ul li .drop_nav li a:hover {
  background: #000;
  text-decoration: none;
}
#header #g_nav ul li .drop_nav li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}
@media only screen and (min-width: 940px) {
  #header .drop_nav {
    max-height: 0;
    overflow: hidden;
  }
  #header .drop_down:hover .drop_nav {
    max-height: 540px;
  }
  #header .drop_nav {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
}
#header #btn_search {
  width: 70px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -35px;
  cursor: pointer;
}
#header #btn_search:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-top: 50px solid #333;
  position: absolute;
  top: 0;
  left: 0;
}
.blue #header #btn_search:before {
  border-top: 50px solid #1686b5;
}
.green #header #btn_search:before {
  border-top: 50px solid #5b9726;
}
.orange #header #btn_search:before {
  border-top: 50px solid #d05a0b;
}
.red #header #btn_search:before {
  border-top: 50px solid #e22809;
}
.yellow #header #btn_search:before {
  border-top: 50px solid #b69e1a;
}
.purple #header #btn_search:before {
  border-top: 50px solid #5a3382;
}
.navy #header #btn_search:before {
  border-top: 50px solid #0a0a60;
}
#header #btn_search:after {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 5px;
  left: 27px;
}
#header #btn_search.active:after {
  content: "\f00d";
  font-size: 18px;
  top: 2px;
  left: 28px;
}
#header .search_box {
  width: 100%;
  padding: 35px 0 45px 0;
  background: #f9f7f2;
  position: absolute;
  top: 80px;
}
#header .search_box div {
  width: 400px;
  margin: 0 auto;
  font-size: 14px;
}
#header .search_box input {
  width: 268px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #333;
  padding: 0 10px;
}
#header .search_box button {
  width: 110px;
  height: 34px;
  line-height: 32px;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
  background: #333;
  color: #FFF;
  font-family: Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#header .search_box button:hover {
  background: #000;
}

/*=======================================
	footer
=======================================*/
#footer {
  position: relative;
}
#footer .page_top a {
  position: absolute;
  top: -33px;
  right: 50px;
  font-size: 11px;
  display: block;
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  text-align: center;
  width: 92px;
  height: 32px;
  line-height: 32px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#footer .page_top a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin: 0 5px 0 0;
}
#footer .page_top a:hover {
  text-decoration: none;
  top: -39px;
  height: 38px;
  line-height: 38px;
}
#footer .topic_path {
  background: #e3e3e3;
  font-size: 12px;
  padding: 12px 0;
}
#footer .topic_path li {
  display: inline-block;
  line-height: 18px;
}
#footer .topic_path li:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin: 0 10px;
}
#footer .topic_path li:last-child:after {
  content: "";
}
#footer .topic_path li:first-child a:before {
  font-style: normal;
  font-size: 18px;
  font-family: 'FontAwesome';
  content: "\f015";
  position: relative;
  top: 1px;
}
#footer .ft_box_1 {
  background: #222;
  color: #FFF;
  padding: 50px 0;
}
.blue #footer .ft_box_1 {
  background: #257191;
}
.green #footer .ft_box_1 {
  background: #45711e;
}
.orange #footer .ft_box_1 {
  background: #c55205;
}
.red #footer .ft_box_1 {
  background: #cb3219;
}
.yellow #footer .ft_box_1 {
  background: #a19135;
}
.purple #footer .ft_box_1 {
  background: #4c2e6a;
}
.navy #footer .ft_box_1 {
  background: #17174a;
}
#footer .ft_box_1 a {
  color: #FFF;
}
#footer .ft_box_1 nav {
  width: 70.83333%;
  float: left;
}
#footer .ft_box_1 nav div {
  width: 23.68421%;
  margin: 0 2.63158% 0 0;
  float: left;
  line-height: 1.4;
}
#footer .ft_box_1 nav div:nth-child(3) {
  width: 31.57895%;
}
#footer .ft_box_1 nav div h2 {
  line-height: 1;
  border-left: 3px solid #FFF;
  padding: 0 0 0 8px;
  margin: 0 0 15px 0;
}
#footer .ft_box_1 nav div li {
  margin: 3px 0 0 0;
}
#footer .ft_box_1 nav div li a {
  font-size: 14px;
}
#footer .ft_box_1 nav div li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 9px;
  margin: 0 3px 0 0;
  vertical-align: middle;
}
#footer .ft_box_1 nav div:nth-child(3) li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
#footer .ft_box_1 nav + ul {
  width: 27.08333%;
  float: right;
}
#footer .ft_box_1 nav + ul li {
  margin: 0 0 10px 0;
  text-align: right;
}
#footer .ft_box_1 nav + ul li a {
  display: inline-block;
  vertical-align: top;
  min-width: 165px;
  border: 1px solid #FFF;
  border-radius: 2px;
  line-height: 1;
  padding: 8px 10px;
  font-size: 12px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  text-align: left;
}
#footer .ft_box_1 nav + ul li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin: 0 5px 0 0;
}
#footer .ft_box_1 nav + ul li a:hover {
  text-decoration: none;
  background: #FFF;
  color: #333;
}
#footer .ft_box_2 {
  background: #121212;
  color: #FFF;
  font-size: 12px;
  padding: 10px 0;
}
.blue #footer .ft_box_2 {
  background: #2b5c70;
}
.green #footer .ft_box_2 {
  background: #3d641b;
}
.orange #footer .ft_box_2 {
  background: #ab5217;
}
.red #footer .ft_box_2 {
  background: #ad2c17;
}
.yellow #footer .ft_box_2 {
  background: #8f7e20;
}
.purple #footer .ft_box_2 {
  background: #371c54;
}
.navy #footer .ft_box_2 {
  background: #0c0c3b;
}
#footer .ft_box_2 span:after {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #ccc;
  margin: 0 10px;
}
#footer .ft_box_3 {
  background: #000;
  color: #FFF;
  font-size: 12px;
  padding: 25px;
}
.blue #footer .ft_box_3 {
  background: #234959;
}
.green #footer .ft_box_3 {
  background: #335a11;
}
.orange #footer .ft_box_3 {
  background: #984107;
}
.red #footer .ft_box_3 {
  background: #991f0b;
}
.yellow #footer .ft_box_3 {
  background: #7a6a14;
}
.purple #footer .ft_box_3 {
  background: #291143;
}
.navy #footer .ft_box_3 {
  background: #050520;
}
#footer .ft_box_3 .wrap div {
  width: 60%;
  float: left;
}
#footer .ft_box_3 p {
  width: 40%;
  float: right;
  text-align: right;
  color: #717171;
}
.blue #footer .ft_box_3 p {
  color: #728e9a;
}
.green #footer .ft_box_3 p {
  color: #98b67e;
}
.orange #footer .ft_box_3 p {
  color: #bca55f;
}
.red #footer .ft_box_3 p {
  color: #c07b6f;
}
.yellow #footer .ft_box_3 p {
  color: #ccbe72;
}
.purple #footer .ft_box_3 p {
  color: #735f88;
}
.navy #footer .ft_box_3 p {
  color: #47476d;
}

/*=======================================
	top
=======================================*/
/*----- main_visual -----*/
#main_visual {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main_visual img {
  display: none;
}

/*----- section -----*/
.section {
  padding: 50px 0;
}
.section header {
  margin: 0 0 50px 0;
}
.section header h2 {
  font-size: 24px;
  width: 83.33333%;
  float: left;
  line-height: 1.4;
}
.section header div {
  width: 11.45833%;
  float: right;
}
.section header div a {
  display: block;
  background: #333;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.blue .section header div a {
  background: #1686b5;
}
.green .section header div a {
  background: #5b9726;
}
.orange .section header div a {
  background: #d05a0b;
}
.red .section header div a {
  background: #e22809;
}
.yellow .section header div a {
  background: #b69e1a;
}
.purple .section header div a {
  background: #5a3382;
}
.navy .section header div a {
  background: #0a0a60;
}
.section header div a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin: 0 5px 0 0;
}
.section header div a:hover {
  text-decoration: none;
  background: #fff;
  color: #333;
}
.section header:after {
  content: "";
  display: block;
  clear: both;
}

/*----- emergency -----*/
#emergency {
  background: #f9f7f2;
  border-bottom: 1px solid #ccc;
}
#emergency h2 {
  font-weight: bold;
  color: #F00;
}
#emergency li {
  margin: 30px 0 0 0;
}
#emergency li figure {
  width: 21.875%;
  float: left;
}
#emergency li a > div {
  width: 76.04167%;
  float: right;
}
#emergency li div div {
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0 100px 5px 0;
  position: relative;
  font-weight: bold;
}
#emergency li div div span {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
#emergency li div p {
  font-size: 14px;
}
#emergency li a:hover div div {
  text-decoration: underline;
}
#emergency li:after {
  content: "";
  display: block;
  clear: both;
}

/*----- calendar -----*/
#calendar {
  background: #f9f7f2;
}
#calendar header ul {
  width: 11.45833%;
  float: right;
  font-size: 14px;
  text-align: right;
  line-height: 1;
}
#calendar header li {
  margin: 0 0 10px 0;
}
#calendar header li:last-child {
  margin-bottom: 0;
}
#calendar header li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  border-radius: 2px;
  position: relative;
  top: 1px;
  background: #63a0bc;
}
#calendar header li:nth-child(2):before {
  background: #56bd9f;
}

/*=======================================
	base
=======================================*/
#page_ttl {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFF;
  text-align: center;
  line-height: 1;
}
#page_ttl div {
  font-size: 28px;
  padding: 55px 0 0 0;
  letter-spacing: 0.1em;
}
#page_ttl div:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: 15px auto;
  background: #FFF;
}
#page_ttl p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #f0f0f0;
}
#page_ttl + .wrap {
  padding-top: 50px;
  padding-bottom: 70px;
}

#main {
  width: 68.75%;
  float: left;
}
#main h1 {
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 2px solid #333;
  padding: 0 80px 5px 0;
  position: relative;
  margin: 0 0 30px 0;
}
#main h1 span.date {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
#main h1 span.rss {
  line-height: 1;
  font-size: 14px;
  color: #ee6907;
  position: absolute;
  bottom: -24px;
  right: 0;
}
#main h1 span.rss:before {
  font-family: 'FontAwesome';
  content: "\f143";
  margin: 0 5px 0 0;
}
#main h1 span.rss a {
  color: #ee6907;
}

#side {
  width: 25%;
  float: right;
  position: relative;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}
#side.hidden {
  opacity: 0;
}
#side.hidden a {
  cursor: default;
}
#side nav ul {
  border-top: 1px solid #ccc;
}
#side nav ul li {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
#side nav ul a {
  display: block;
  line-height: 1;
  padding: 10px 40px 10px 10px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  position: relative;
}
#side nav ul a:hover,
#side nav ul a.current {
  text-decoration: none;
  background: #f9f9f9;
}
#side nav ul li a:after {
  display: block;
  font-family: 'FontAwesome';
  content: "\f105";
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  background: #999;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -12px;
}
#side nav ul li:nth-child(1) a:after {
  background: #c9c9c9;
}
#side nav ul li:nth-child(2) a:after {
  background: #b6b6b6;
}
#side nav ul li:nth-child(3) a:after {
  background: #a0a0a0;
}
#side nav ul li:nth-child(4) a:after {
  background: #868686;
}
#side nav ul li:nth-child(5) a:after {
  background: #737373;
}
#side nav ul li:nth-child(6) a:after {
  background: #636363;
}
#side nav ul li:nth-child(7) a:after {
  background: #5f5f5f;
}
#side nav ul li:nth-child(8) a:after {
  background: #535353;
}
#side nav ul li:nth-child(9) a:after {
  background: #444444;
}
#side nav ul li:nth-child(10) a:after {
  background: #444444;
}
#side nav ul li:nth-child(11) a:after {
  background: #444444;
}
#side nav ul li:nth-child(12) a:after {
  background: #444444;
}
#side nav ul a.current, #side nav ul li a.current:after {
  color: #333;
}
.blue #side nav ul li:nth-child(1) a:after {
  background: #a5d9ef;
}
.blue #side nav ul li:nth-child(2) a:after {
  background: #8acae4;
}
.blue #side nav ul li:nth-child(3) a:after {
  background: #6cb8d8;
}
.blue #side nav ul li:nth-child(4) a:after {
  background: #48a3ca;
}
.blue #side nav ul li:nth-child(5) a:after {
  background: #2d93be;
}
.blue #side nav ul li:nth-child(6) a:after {
  background: #1686b5;
}
.blue #side nav ul li:nth-child(7) a:after {
  background: #1481af;
}
.blue #side nav ul li:nth-child(8) a:after {
  background: #0f729c;
}
.blue #side nav ul li:nth-child(9) a:after {
  background: #085f84;
}
.blue #side nav ul li:nth-child(10) a:after {
  background: #085f84;
}
.blue #side nav ul li:nth-child(11) a:after {
  background: #085f84;
}
.blue #side nav ul li:nth-child(12) a:after {
  background: #085f84;
}
.blue #side nav ul a.current, .blue #side nav ul li a.current:after {
  color: #1686b5;
}
.green #side nav ul li:nth-child(1) a:after {
  background: #b8dd96;
}
.green #side nav ul li:nth-child(2) a:after {
  background: #9ec976;
}
.green #side nav ul li:nth-child(3) a:after {
  background: #8bbb5f;
}
.green #side nav ul li:nth-child(4) a:after {
  background: #77ac48;
}
.green #side nav ul li:nth-child(5) a:after {
  background: #66a034;
}
.green #side nav ul li:nth-child(6) a:after {
  background: #5b9726;
}
.green #side nav ul li:nth-child(7) a:after {
  background: #569023;
}
.green #side nav ul li:nth-child(8) a:after {
  background: #4d841c;
}
.green #side nav ul li:nth-child(9) a:after {
  background: #427615;
}
.green #side nav ul li:nth-child(10) a:after {
  background: #427615;
}
.green #side nav ul li:nth-child(11) a:after {
  background: #427615;
}
.green #side nav ul li:nth-child(12) a:after {
  background: #427615;
}
.green #side nav ul a.current, .green #side nav ul li a.current:after {
  color: #5b9726;
}
.orange #side nav ul li:nth-child(1) a:after {
  background: #ecc9b2;
}
.orange #side nav ul li:nth-child(2) a:after {
  background: #e7b392;
}
.orange #side nav ul li:nth-child(3) a:after {
  background: #e19d70;
}
.orange #side nav ul li:nth-child(4) a:after {
  background: #db854c;
}
.orange #side nav ul li:nth-child(5) a:after {
  background: #d56d27;
}
.orange #side nav ul li:nth-child(6) a:after {
  background: #d05a0b;
}
.orange #side nav ul li:nth-child(7) a:after {
  background: #ca570a;
}
.orange #side nav ul li:nth-child(8) a:after {
  background: #bb4f08;
}
.orange #side nav ul li:nth-child(9) a:after {
  background: #ac4805;
}
.orange #side nav ul li:nth-child(10) a:after {
  background: #ac4805;
}
.orange #side nav ul li:nth-child(11) a:after {
  background: #ac4805;
}
.orange #side nav ul li:nth-child(12) a:after {
  background: #ac4805;
}
.orange #side nav ul a.current, .orange #side nav ul li a.current:after {
  color: #d05a0b;
}
.red #side nav ul li:nth-child(1) a:after {
  background: #eabab2;
}
.red #side nav ul li:nth-child(2) a:after {
  background: #e89d90;
}
.red #side nav ul li:nth-child(3) a:after {
  background: #e77f6d;
}
.red #side nav ul li:nth-child(4) a:after {
  background: #e5614b;
}
.red #side nav ul li:nth-child(5) a:after {
  background: #e4442a;
}
.red #side nav ul li:nth-child(6) a:after {
  background: #e2290a;
}
.red #side nav ul li:nth-child(7) a:after {
  background: #db2709;
}
.red #side nav ul li:nth-child(8) a:after {
  background: #cc2307;
}
.red #side nav ul li:nth-child(9) a:after {
  background: #bd1f04;
}
.red #side nav ul li:nth-child(10) a:after {
  background: #bd1f04;
}
.red #side nav ul li:nth-child(11) a:after {
  background: #bd1f04;
}
.red #side nav ul li:nth-child(12) a:after {
  background: #bd1f04;
}
.red #side nav ul a.current, .red #side nav ul li a.current:after {
  color: #e22809;
}
.yellow #side nav ul li:nth-child(1) a:after {
  background: #dad3ac;
}
.yellow #side nav ul li:nth-child(2) a:after {
  background: #d2c88d;
}
.yellow #side nav ul li:nth-child(3) a:after {
  background: #ccbe72;
}
.yellow #side nav ul li:nth-child(4) a:after {
  background: #c4b354;
}
.yellow #side nav ul li:nth-child(5) a:after {
  background: #bda937;
}
.yellow #side nav ul li:nth-child(6) a:after {
  background: #b69e1a;
}
.yellow #side nav ul li:nth-child(7) a:after {
  background: #af9817;
}
.yellow #side nav ul li:nth-child(8) a:after {
  background: #a18b10;
}
.yellow #side nav ul li:nth-child(9) a:after {
  background: #95800b;
}
.yellow #side nav ul li:nth-child(10) a:after {
  background: #95800b;
}
.yellow #side nav ul li:nth-child(11) a:after {
  background: #95800b;
}
.yellow #side nav ul li:nth-child(12) a:after {
  background: #95800b;
}

.yellow #side nav ul a.current, .yellow #side nav ul li a.current:after {
  color: #b69e1a;
}
.purple #side nav ul li:nth-child(1) a:after {
  background: #c9b6dd;
}
.purple #side nav ul li:nth-child(2) a:after {
  background: #b39ccb;
}
.purple #side nav ul li:nth-child(3) a:after {
  background: #9b80b8;
}
.purple #side nav ul li:nth-child(4) a:after {
  background: #8667a6;
}
.purple #side nav ul li:nth-child(5) a:after {
  background: #724f96;
}
.purple #side nav ul li:nth-child(6) a:after {
  background: #5a3382;
}
.purple #side nav ul li:nth-child(7) a:after {
  background: #542d7b;
}
.purple #side nav ul li:nth-child(8) a:after {
  background: #48226f;
}
.purple #side nav ul li:nth-child(9) a:after {
  background: #3a1561;
}
.purple #side nav ul li:nth-child(10) a:after {
  background: #3a1561;
}
.purple #side nav ul li:nth-child(11) a:after {
  background: #3a1561;
}
.purple #side nav ul li:nth-child(12) a:after {
  background: #3a1561;
}
.purple #side nav ul a.current, .purple #side nav ul li a.current:after {
  color: #5a3382;
}
.navy #side nav ul li:nth-child(1) a:after {
  background: #c7c7e2;
}
.navy #side nav ul li:nth-child(2) a:after {
  background: #a0a0c7;
}
.navy #side nav ul li:nth-child(3) a:after {
  background: #7b7bae;
}
.navy #side nav ul li:nth-child(4) a:after {
  background: #565694;
}
.navy #side nav ul li:nth-child(5) a:after {
  background: #31317b;
}
.navy #side nav ul li:nth-child(6) a:after {
  background: #0a0a60;
}
.navy #side nav ul li:nth-child(7) a:after {
  background: #080857;
}
.navy #side nav ul li:nth-child(8) a:after {
  background: #050548;
}
.navy #side nav ul li:nth-child(9) a:after {
  background: #03033b;
}
.navy #side nav ul li:nth-child(10) a:after {
  background: #03033b;
}
.navy #side nav ul li:nth-child(11) a:after {
  background: #03033b;
}
.navy #side nav ul li:nth-child(12) a:after {
  background: #03033b;
}
.navy #side nav ul a.current, .navy #side nav ul li a.current:after {
  color: #0a0a60;
}
#side nav ul li a.current:after, .blue #side nav ul li a.current:after, .green #side nav ul li a.current:after, .orange #side nav ul li a.current:after, .red #side nav ul li a.current:after, .yellow #side nav ul li a.current:after, .purple #side nav ul li a.current:after, .navy #side nav ul li a.current:after {
  background: none;
}

.edit_area {
  word-wrap: break-word
  	/*
  	.blue & h2{ border-color:#1686b5; }
  	.green & h2{ border-color:#5b9726; }
  	.orange & h2{ border-color:#d05a0b; }
  	.red & h2{ border-color:#e22809; }
  	.yellow & h2{ border-color:#b69e1a; }
  	.purple & h2{ border-color:#5a3382; }
  	.navy & h2{ border-color:#0a0a60; }
  
  	.blue & h2, .blue & h3{ color:#1686b5; }
  	.green & h2, .green & h3{ color:#5b9726; }
  	.orange & h2, .orange & h3{ color:#d05a0b; }
  	.red & h2, .red & h3{ color:#e22809; }
  	.yellow & h2, .yellow & h3{ color:#b69e1a; }
  	.purple & h2, .purple & h3{ color:#5a3382; }
  	.navy & h2, .navy & h3{ color:#0a0a60; }
  	*/
}
.edit_area table {
  display: table;
  border-spacing: 2px;
}
.edit_area tr {
  display: table-row;
}
.edit_area thead {
  display: table-header-group;
}
.edit_area tbody {
  display: table-row-group;
}
.edit_area tfoot {
  display: table-footer-group;
}
.edit_area col {
  display: table-column;
}
.edit_area colgroup {
  display: table-column-group;
}
.edit_area td, .edit_area th {
  display: table-cell;
}
.edit_area caption {
  display: table-caption;
  text-align: center;
}
.edit_area th {
  font-weight: bolder;
  text-align: center;
}
.edit_area thead, .edit_area tbody,
.edit_area tfoot {
  vertical-align: middle;
}
.edit_area td, .edit_area th, .edit_area tr {
  vertical-align: inherit;
}
.edit_area h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.edit_area h4, .edit_area p,
.edit_area blockquote, .edit_area ul,
.edit_area fieldset, .edit_area form,
.edit_area ol, .edit_area dl, .edit_area dir,
.edit_area menu {
  margin: 1.12em 0;
}
.edit_area h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
.edit_area h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.edit_area h1, .edit_area h2, .edit_area h3, .edit_area h4,
.edit_area h5, .edit_area h6, .edit_area b,
.edit_area strong {
  font-weight: bolder;
}
.edit_area blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.edit_area i, .edit_area cite, .edit_area em,
.edit_area var, .edit_area address {
  font-style: italic;
}
.edit_area pre, .edit_area tt, .edit_area code,
.edit_area kbd, .edit_area samp {
  font-family: monospace;
}
.edit_area pre {
  white-space: pre;
}
.edit_area button, .edit_area textarea,
.edit_area input, .edit_area select {
  display: inline-block;
  vertical-align: top;
}
.edit_area big {
  font-size: 1.17em;
}
.edit_area small, .edit_area sub, .edit_area sup {
  font-size: 0.83em;
}
.edit_area sub {
  vertical-align: sub;
}
.edit_area sup {
  vertical-align: super;
}
.edit_area s, .edit_area strike, .edit_area del {
  text-decoration: line-through;
}
.edit_area hr {
  border: 1px inset;
}
.edit_area ol, .edit_area ul, .edit_area dir,
.edit_area menu, .edit_area dd {
  margin-left: 40px;
}
.edit_area ol {
  list-style-type: decimal;
}
.edit_area ol ul, .edit_area ul ol,
.edit_area ul ul, .edit_area ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.edit_area ol li {
  list-style-type: decimal;
}
.edit_area ul li {
  list-style-type: disc;
}
.edit_area u, .edit_area ins {
  text-decoration: underline;
}
.edit_area br:before {
  content: "\A";
  white-space: pre-line;
}
.edit_area center {
  text-align: center;
}
.edit_area :focus {
  outline: thin dotted invert;
}
.edit_area em {
  font-style: italic;
  font-family: Arial,Helvetica,"Hiragino Kaku Gothic Pro","MS PGothic",Sans-Serif;
}
.edit_area h2 {
  font-size: 18px;
  border-left: 5px solid #333;
  line-height: 1.2;
  padding: 0 0 0 5px;
  margin: 30px 0 10px 0;
}
.edit_area h3 {
  font-size: 16px;
}
.edit_area > h2:first-child, .edit_area > h3:first-child {
  margin-top: 0;
}
.edit_area p:after,
.edit_area h2:after,
.edit_area h3:after {
  content: "";
  display: block;
  clear: both;
}
.edit_area a {
  text-decoration: underline;
  color: #0b7aa9;
}
.edit_area a:hover {
  text-decoration: none;
}
.edit_area .alignleft {
  float: left;
}
.edit_area .alignright {
  float: right;
}
.edit_area img.alignleft {
  margin-right: 10px;
}
.edit_area img.alignright {
  margin-left: 10px;
}
.edit_area .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination,
.page_nav {
  text-align: center;
  margin: 20px 0;
  line-height: 1;
}
.pagination a,
.page_nav a {
  display: inline-block;
  margin: 5px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.pagination a.prev,
.pagination a.next,
.page_nav a.prev,
.page_nav a.next {
  padding-left: 30px;
  padding-right: 30px;
}
.pagination a.prev i:before,
.pagination a.next i:before,
.page_nav a.prev i:before,
.page_nav a.next i:before {
  font-family: 'FontAwesome';
  content: "\f060";
  font-style: normal;
  color: #999;
}
.pagination a.next i:before,
.page_nav a.next i:before {
  content: "\f061";
}
.pagination a:hover,
.page_nav a:hover {
  text-decoration: underline;
}
.pagination a:hover,
.pagination a.current,
.page_nav a:hover,
.page_nav a.current {
  background-color: #ededed;
  border: 1px solid #ededed;
}
.pagination a.current,
.page_nav a.current {
  text-decoration: none;
}
.pagination a.current:hover,
.page_nav a.current:hover {
  cursor: default;
}
.pagination a.disabled,
.page_nav a.disabled {
  display: none;
}

.page_nav {
  font-size: 14px;
}
.page_nav a.prev span {
  margin: 0 0 0 8px;
}
.page_nav a.next span {
  margin: 0 8px 0 0;
}

.btn {
  text-align: center;
}
.btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.btn li a,
.btn li button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  line-height: 1;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 16px;
  font-family: Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.btn li a {
  color: #333;
  background: #ccc;
}
.btn li a:hover,
.btn li button:hover {
  text-decoration: none;
  background: #FFF;
  color: #333;
}
.btn li button::-moz-focus-inner {
  padding: 0;
  border: none;
}

/*=======================================
	news
=======================================*/
ul.news li {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin: 0 3.33333% 50px 0;
}
ul.news li:nth-child(4n) {
  margin-right: 0;
}
ul.news li a {
  display: block;
  border-top: 5px solid #eee;
  line-height: 1.6;
  position: relative;
}
.blue ul.news li a {
  border-color: #bfd1d9;
}
.green ul.news li a {
  border-color: #cfdcc4;
}
.orange ul.news li a {
  border-color: #dec7b8;
}
.red ul.news li a {
  border-color: #f4d3ce;
}
.yellow ul.news li a {
  border-color: #e7e1bf;
}
.purple ul.news li a {
  border-color: #d0c7d9;
}
.navy ul.news li a {
  border-color: #d3d3d3;
}
ul.news li a div {
  padding: 20px 0;
  line-height: 1.4;
}
ul.news li a p {
  font-size: 13px;
  margin: 0 0 15px 0;
}
ul.news li a span.date {
  display: block;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
ul.news li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #333;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: scale(0.25, 1);
      -ms-transform: scale(0.25, 1);
          transform: scale(0.25, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.blue ul.news li a:before {
  background: #1686b5;
}
.green ul.news li a:before {
  background: #5b9726;
}
.orange ul.news li a:before {
  background: #d05a0b;
}
.red ul.news li a:before {
  background: #e22809;
}
.yellow ul.news li a:before {
  background: #b69e1a;
}
.purple ul.news li a:before {
  background: #5a3382;
}
.navy ul.news li a:before {
  background: #0a0a60;
}
ul.news li a:hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
ul.news li a:hover {
  text-decoration: none;
}
ul.news li a:hover div {
  text-decoration: underline;
}

/*=======================================
	list
=======================================*/
ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 31.21212%;
  margin: 0 3.18182% 40px 0;
}
ul.list li:nth-child(3n) {
  margin-right: 0;
}
ul.list li a {
  display: block;
  line-height: 1.6;
  position: relative;
}
ul.list li a div div {
  line-height: 1.4;
  min-height: 2.8em;
  padding: 20px 0;
}
ul.list li a p {
  font-size: 13px;
  margin: 0 0 15px 0;
}
ul.list li a div span.date {
  display: block;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
ul.list li figure {
  position: relative;
  overflow: hidden;
  text-align: center;
}
ul.list li figure img {
  max-height: 200px;
}
ul.list li figure:before,
ul.list li figure:after,
ul.list li figure span:before,
ul.list li figure span:after {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.blue ul.list li figure:before, .blue ul.list li figure:after, .blue ul.list li figure span:before, .blue ul.list li figure span:after {
  background: #1686b5;
}
.green ul.list li figure:before, .green ul.list li figure:after, .green ul.list li figure span:before, .green ul.list li figure span:after {
  background: #5b9726;
}
.orange ul.list li figure:before, .orange ul.list li figure:after, .orange ul.list li figure span:before, .orange ul.list li figure span:after {
  background: #d05a0b;
}
.red ul.list li figure:before, .red ul.list li figure:after, .red ul.list li figure span:before, .red ul.list li figure span:after {
  background: #e22809;
}
.yellow ul.list li figure:before, .yellow ul.list li figure:after, .yellow ul.list li figure span:before, .yellow ul.list li figure span:after {
  background: #b69e1a;
}
.purple ul.list li figure:before, .purple ul.list li figure:after, .purple ul.list li figure span:before, .purple ul.list li figure span:after {
  background: #5a3382;
}
.navy ul.list li figure:before, .navy ul.list li figure:after, .navy ul.list li figure span:before, .navy ul.list li figure span:after {
  background: #0a0a60;
}
ul.list li figure:before,
ul.list li figure:after {
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
ul.list li figure:after {
  top: auto;
  bottom: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
ul.list li figure span:before,
ul.list li figure span:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
ul.list li figure span:after {
  left: auto;
  right: 0;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
ul.list li a:hover figure:before,
ul.list li a:hover figure:after,
ul.list li a:hover figure span:before,
ul.list li a:hover figure span:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
ul.list li figure figcaption {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  font-weight: bold;
  line-height: 198px;
  background: #333;
  color: #FFF;
  position: absolute;
  top: -60px;
  left: -60px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 11;
}

ul.list li:nth-child(1) figure figcaption {
  background: #c9c9c9;
}
ul.list li:nth-child(2) figure figcaption {
  background: #b6b6b6;
}
ul.list li:nth-child(3) figure figcaption {
  background: #a0a0a0;
}
ul.list li:nth-child(4) figure figcaption {
  background: #868686;
}
ul.list li:nth-child(5) figure figcaption {
  background: #737373;
}
ul.list li:nth-child(6) figure figcaption {
  background: #636363;
}
ul.list li:nth-child(7) figure figcaption {
  background: #5f5f5f;
}
ul.list li:nth-child(8) figure figcaption {
  background: #535353;
}
ul.list li:nth-child(9) figure figcaption {
  background: #444444;
}
ul.list li:nth-child(10) figure figcaption {
  background: #444444;
}
ul.list li:nth-child(11) figure figcaption {
  background: #444444;
}
ul.list li:nth-child(12) figure figcaption {
  background: #444444;
}

.blue ul.list li:nth-child(1) figure figcaption {
  background: #a5d9ef;
}
.blue ul.list li:nth-child(2) figure figcaption {
  background: #8acae4;
}
.blue ul.list li:nth-child(3) figure figcaption {
  background: #6cb8d8;
}
.blue ul.list li:nth-child(4) figure figcaption {
  background: #48a3ca;
}
.blue ul.list li:nth-child(5) figure figcaption {
  background: #2d93be;
}
.blue ul.list li:nth-child(6) figure figcaption {
  background: #1686b5;
}
.blue ul.list li:nth-child(7) figure figcaption {
  background: #1481af;
}
.blue ul.list li:nth-child(8) figure figcaption {
  background: #0f729c;
}
.blue ul.list li:nth-child(9) figure figcaption {
  background: #085f84;
}
.blue ul.list li:nth-child(10) figure figcaption {
  background: #085f84;
}
.blue ul.list li:nth-child(11) figure figcaption {
  background: #085f84;
}
.blue ul.list li:nth-child(12) figure figcaption {
  background: #085f84;
}

.green ul.list li:nth-child(1) figure figcaption {
  background: #b8dd96;
}
.green ul.list li:nth-child(2) figure figcaption {
  background: #9ec976;
}
.green ul.list li:nth-child(3) figure figcaption {
  background: #8bbb5f;
}
.green ul.list li:nth-child(4) figure figcaption {
  background: #77ac48;
}
.green ul.list li:nth-child(5) figure figcaption {
  background: #66a034;
}
.green ul.list li:nth-child(6) figure figcaption {
  background: #5b9726;
}
.green ul.list li:nth-child(7) figure figcaption {
  background: #569023;
}
.green ul.list li:nth-child(8) figure figcaption {
  background: #4d841c;
}
.green ul.list li:nth-child(9) figure figcaption {
  background: #427615;
}
.green ul.list li:nth-child(10) figure figcaption {
  background: #427615;
}
.green ul.list li:nth-child(11) figure figcaption {
  background: #427615;
}
.green ul.list li:nth-child(12) figure figcaption {
  background: #427615;
}
.orange ul.list li:nth-child(1) figure figcaption {
  background: #ecc9b2;
}
.orange ul.list li:nth-child(2) figure figcaption {
  background: #e7b392;
}
.orange ul.list li:nth-child(3) figure figcaption {
  background: #e19d70;
}
.orange ul.list li:nth-child(4) figure figcaption {
  background: #db854c;
}
.orange ul.list li:nth-child(5) figure figcaption {
  background: #d56d27;
}
.orange ul.list li:nth-child(6) figure figcaption {
  background: #d05a0b;
}
.orange ul.list li:nth-child(7) figure figcaption {
  background: #ca570a;
}
.orange ul.list li:nth-child(8) figure figcaption {
  background: #bb4f08;
}
.orange ul.list li:nth-child(9) figure figcaption {
  background: #ac4805;
}
.orange ul.list li:nth-child(10) figure figcaption {
  background: #ac4805;
}
.orange ul.list li:nth-child(11) figure figcaption {
  background: #ac4805;
}
.orange ul.list li:nth-child(12) figure figcaption {
  background: #ac4805;
}
.red ul.list li:nth-child(1) figure figcaption {
  background: #eabab2;
}
.red ul.list li:nth-child(2) figure figcaption {
  background: #e89d90;
}
.red ul.list li:nth-child(3) figure figcaption {
  background: #e77f6d;
}
.red ul.list li:nth-child(4) figure figcaption {
  background: #e5614b;
}
.red ul.list li:nth-child(5) figure figcaption {
  background: #e4442a;
}
.red ul.list li:nth-child(6) figure figcaption {
  background: #e2290a;
}
.red ul.list li:nth-child(7) figure figcaption {
  background: #db2709;
}
.red ul.list li:nth-child(8) figure figcaption {
  background: #cc2307;
}
.red ul.list li:nth-child(9) figure figcaption {
  background: #bd1f04;
}
.red ul.list li:nth-child(10) figure figcaption {
  background: #bd1f04;
}
.red ul.list li:nth-child(11) figure figcaption {
  background: #bd1f04;
}
.red ul.list li:nth-child(12) figure figcaption {
  background: #bd1f04;
}

.yellow ul.list li:nth-child(1) figure figcaption {
  background: #dad3ac;
}
.yellow ul.list li:nth-child(2) figure figcaption {
  background: #d2c88d;
}
.yellow ul.list li:nth-child(3) figure figcaption {
  background: #ccbe72;
}
.yellow ul.list li:nth-child(4) figure figcaption {
  background: #c4b354;
}
.yellow ul.list li:nth-child(5) figure figcaption {
  background: #bda937;
}
.yellow ul.list li:nth-child(6) figure figcaption {
  background: #b69e1a;
}
.yellow ul.list li:nth-child(7) figure figcaption {
  background: #af9817;
}
.yellow ul.list li:nth-child(8) figure figcaption {
  background: #a18b10;
}
.yellow ul.list li:nth-child(9) figure figcaption {
  background: #95800b;
}
.yellow ul.list li:nth-child(10) figure figcaption {
  background: #95800b;
}
.yellow ul.list li:nth-child(11) figure figcaption {
  background: #95800b;
}
.yellow ul.list li:nth-child(12) figure figcaption {
  background: #95800b;
}


.purple ul.list li:nth-child(1) figure figcaption {
  background: #c9b6dd;
}
.purple ul.list li:nth-child(2) figure figcaption {
  background: #b39ccb;
}
.purple ul.list li:nth-child(3) figure figcaption {
  background: #9b80b8;
}
.purple ul.list li:nth-child(4) figure figcaption {
  background: #8667a6;
}
.purple ul.list li:nth-child(5) figure figcaption {
  background: #724f96;
}
.purple ul.list li:nth-child(6) figure figcaption {
  background: #5a3382;
}
.purple ul.list li:nth-child(7) figure figcaption {
  background: #542d7b;
}
.purple ul.list li:nth-child(8) figure figcaption {
  background: #48226f;
}
.purple ul.list li:nth-child(9) figure figcaption {
  background: #3a1561;
}
.purple ul.list li:nth-child(10) figure figcaption {
  background: #3a1561;
}
.purple ul.list li:nth-child(11) figure figcaption {
  background: #3a1561;
}
.purple ul.list li:nth-child(12) figure figcaption {
  background: #3a1561;
}

.navy ul.list li:nth-child(1) figure figcaption {
  background: #c7c7e2;
}
.navy ul.list li:nth-child(2) figure figcaption {
  background: #a0a0c7;
}
.navy ul.list li:nth-child(3) figure figcaption {
  background: #7b7bae;
}
.navy ul.list li:nth-child(4) figure figcaption {
  background: #565694;
}
.navy ul.list li:nth-child(5) figure figcaption {
  background: #31317b;
}
.navy ul.list li:nth-child(6) figure figcaption {
  background: #0a0a60;
}
.navy ul.list li:nth-child(7) figure figcaption {
  background: #080857;
}
.navy ul.list li:nth-child(8) figure figcaption {
  background: #050548;
}
.navy ul.list li:nth-child(9) figure figcaption {
  background: #03033b;
}
.navy ul.list li:nth-child(10) figure figcaption {
  background: #03033b;
}
.navy ul.list li:nth-child(11) figure figcaption {
  background: #03033b;
}
.navy ul.list li:nth-child(12) figure figcaption {
  background: #03033b;
}
ul.list li a:hover {
  text-decoration: none;
}
ul.list li a:hover div div {
  text-decoration: underline;
}
.mini {
  font-size: 8px;
}
/*=======================================
	contact
=======================================*/
#contact {
  /*
  	& > p{
  		font-size:14px;
  		margin:20px 0;
  	}
  	& > p a,
  	& > div a{
  		text-decoration:underline;
  	}
  	& > p a:hover,
  	& > div a:hover{
  		text-decoration:none;
  	}
  	form{
  		background-color:#f6f5f3;
  		padding:40px 40px / 960px * 100%;
  		margin:30px 0 0 0;	
  	}
  	form input,
  	form textarea{
  		box-sizing: border-box;
  		background-color:#FFF;
  		border:1px solid #ccc;
  		padding:8px;
  		width:430px / 650px * 100%;
  		transition: all 0.2s;
  	}
  	form dd.tel input{
  		width:280px / 650px * 100%;
  	}
  	form textarea{
  		width:430px / 650px * 100%;
  		height:170px;
  	}
  	form input:focus,
  	form textarea:focus{
  		border:1px solid #3479a0;
  	}
  	form dt{
  		clear:both;
  		width:220px / 880px * 100%;
  		float:left;
  	}
  	form dd{
  		width:650px / 880px * 100%;
  		float:left;
  	}
  	dt,dd{
  		margin-bottom:30px;
  	}
  	form dt strong{
  		background-color:#e03974;
  		color:#FFF;
  		margin:0 0 0 10px;
  		font-size:12px;
  		padding:1px 5px;
  		border-radius:2px;
  		vertical-align:middle;
  		position:relative;
  		top:-1px;
  	}
  	form dd span{
  		font-size:12px;
  		margin:0 0 0 10px;
  		color:#666;
  		display:inline-block;
  		vertical-align:middle;
  	}
  	form dl:after {
  		content: "";
  		display: block;
  		clear: both;
  	}
  	.error{
  		color:#e03974;
  		line-height:1.4;
  		font-size:14px;
  	}
  	.error:before{
  		font-family:'FontAwesome';
  		content:"\f071";
  		margin:0 5px 0 0;
  	}
  	*/
}
#contact div {
  background-color: #f6f5f3;
  padding: 40px 4.16667%;
}

/*=======================================
	privacy , sitemap
=======================================*/
#privacy,
#sitemap {
  font-size: 14px;
}
#privacy h1,
#sitemap h1 {
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 2px solid #333;
  padding: 0 80px 5px 0;
  margin: 0 0 30px 0;
  position: relative;
}
#privacy h2,
#sitemap h2 {
  font-size: 16px;
}

#sitemap .edit_area > div {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin: 0 3.33333% 30px 0;
}
#sitemap .edit_area > div.school_life {
  width: 48.33333%;
  margin: 0 0 30px 0;
}
#sitemap .edit_area > div h2 {
  margin-top: 0;
}
#sitemap .edit_area ul {
  margin: 0;
}
#sitemap .edit_area li {
  list-style-type: none;
  line-height: 1.4;
  margin: 5px 0 0 0;
  padding: 0 0 0 8px;
  position: relative;
}
#sitemap .edit_area li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 9px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#sitemap .edit_area div + ul {
  border-top: 1px dotted #ccc;
  padding: 30px 0 0 0;
}
#sitemap .edit_area div + ul li {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin: 0 3.33333% 10px 0;
  box-sizing: border-box;
}
#sitemap .edit_area div + ul li:nth-child(4n) {
  margin-right: 0;
}
#sitemap .edit_area div.school_life li {
  display: inline-block;
  vertical-align: top;
  width: 30.60345%;
  margin: 0 4.09483% 10px 0;
  box-sizing: border-box;
}
#sitemap .edit_area div.school_life li:nth-child(3n) {
  margin-right: 0;
}

/*=======================================
	school_info
=======================================*/
#message,
#history,
#info {
  margin: 0 0 50px 0;
}

/*----- message -----*/
#message img {
  float: right;
  margin: 0 0 10px 10px;
  width: 30.30303%;
}
#message .name {
  text-align: right;
  margin: 20px 0 0 0;
}

/*----- history -----*/
#history dt {
  clear: left;
  box-sizing: border-box;
  width: 30%;
  float: left;
  font-weight: bold;
  padding: 0 20px 0 0;
}
#history dd {
  box-sizing: border-box;
  width: 70%;
  float: left;
  position: relative;
}
#history dt, #history dd {
  line-height: 1.4;
  margin: 0 0 20px 0;
}
#history dd:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: -10px;
}
#history dl:after {
  content: "";
  display: block;
  clear: both;
}

/*----- info -----*/
#info table {
  width: 100%;
  margin: 20px 0;
}
#info th {
  background: #eee;
  text-align: left;
  width: 25%;
}
#info td, #info th {
  border: 1px solid #ccc;
  padding: 10px;
}
#info .map p {
  text-align: right;
}
#info #map_canvas {
  width: 100%;
  height: 400px;
}
#info #map_canvas label {
  width: auto;
  display: inline;
}
#info #map_canvas img {
  max-width: none;
  max-height: none;
}

/*=======================================
	search
=======================================*/
#search h1 {
  margin: 0 0 10px 0;
}
#search .search_box2 {
  width: 100%;
  padding: 35px 0 45px 0;
  background: #f9f7f2;
  margin: 0 0 30px 0;
}
#search .search_box2 div {
  width: 400px;
  margin: 0 auto;
  font-size: 14px;
}
#search .search_box2 input {
  width: 268px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #333;
  padding: 0 10px;
}
#search .search_box2 button {
  width: 110px;
  height: 34px;
  line-height: 32px;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
  background: #333;
  color: #FFF;
  font-family: Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#search .search_box2 button:hover {
  background: #000;
}

@media only screen and (max-width: 1060px) {
  /*=======================================
  	header
  =======================================*/
  #header #g_nav ul {
    padding: 24px 30px 0 0;
  }
  #header #g_nav ul li {
    margin: 0 10px;
  }
  #header #btn_search {
    right: 0;
  }
}
@media only screen and (max-width: 940px) {
  /*=======================================
  	header
  =======================================*/
  #header {
    height: 50px;
    z-index: 900;
  }
  #header h1 {
    padding: 11px 0 0 0;
  }
  #header h1 a {
    font-size: 14px;
    padding: 0 0 0 40px;
  }
  #header h1 a span {
    font-size: 9px;
    margin: 0 0 3px 0;
  }
/*  
  #header h1 a:before {
    width: 30px;
    height: 30px;
    background: url(../images/logo.jpg) no-repeat;
    background-size: 100% auto;
    top: 50%;
    margin-top: -15px;
  }
*/
  #header #g_nav {
    box-sizing: border-box;
    width: 100%;
    float: none;
    position: absolute;
    top: 49px;
    left: 0;
  }
  #header #g_nav ul {
    text-align: left;
    padding: 0;
  }
  #header #g_nav ul li {
    display: block;
    font-size: 12px;
    margin: 0;
    border-top: 1px solid #333;
  }
  #header #g_nav ul li a,
  #header #g_nav ul li span.btn_drop {
    padding: 10px;
    border-radius: 0;
    background: #222;
    color: #fff;
  }
  #header #g_nav ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
  }
  #header #g_nav ul li span.btn_drop {
    background: #333;
    font-size: 14px;
  }
  .blue #header #g_nav ul li a:hover, .green #header #g_nav ul li a:hover, .orange #header #g_nav ul li a:hover, .red #header #g_nav ul li a:hover, .yellow #header #g_nav ul li a:hover, .purple #header #g_nav ul li a:hover, .navy #header #g_nav ul li a:hover {
    background: #000;
  }
  #header #g_nav ul li span.btn_drop {
    border-bottom: none;
    padding-bottom: 10px;
  }
  #header #g_nav ul li span.btn_drop:before {
    border: none;
    position: static;
    bottom: auto;
    left: auto;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    background: #fff;
    width: 3px;
    height: 1em;
  }
  #header #g_nav ul li span.btn_drop:after {
    display: none;
  }
  #header #g_nav ul li span.btn_drop i {
    display: block;
    width: 40px;
    height: 100%;
    background: #4a4a4a;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header #g_nav ul li span.btn_drop i:before,
  #header #g_nav ul li span.btn_drop i:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #header #g_nav ul li span.btn_drop i:after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
  }
  #header #g_nav ul li span.btn_drop.active i:after {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  #header .drop_nav {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  #header #g_nav ul li .drop_nav ul {
    text-align: left;
    padding: 0;
  }
  #header #g_nav ul li .drop_nav li {
    display: block;
    margin: 0;
    border-bottom: none;
    border-color: #333;
    text-indent: 1em;
  }
  #header #g_nav ul li.drop_down {
    border-color: #444;
  }
  #header #g_nav ul li .drop_nav li a {
    background: #222;
    color: #fff;
    padding: 10px;
    position: relative;
  }
  #header .drop_nav {
    max-height: 0;
    overflow: hidden;
  }
  #header .drop_down .drop_nav.active {
    max-height: 340px;
  }
  #header .drop_nav {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
  }
  #header #btn_search {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 67px;
    border: 1px solid #333;
    border-radius: 3px;
    background: #FFF;
  }
  #header #btn_search:before {
    display: none;
  }
  #header #btn_search:after {
    color: #333;
    left: 9px;
  }
  #header #btn_search.active:after {
    display: none;
  }
  #header #g_nav_sp {
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    width: 32px;
    height: 32px;
    border: 1px solid #333;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer;
  }
  #header #g_nav_sp span,
  #header #g_nav_sp span:before,
  #header #g_nav_sp span:after,
  #header #btn_search span,
  #header #btn_search span:before,
  #header #btn_search span:after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #333;
    position: relative;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
  }
  #header #btn_search span,
  #header #btn_search span:before,
  #header #btn_search span:after {
    background: #fff;
  }
  #header #g_nav_sp span,
  #header #btn_search span {
    margin: 14px auto 0 auto;
  }
  #header #g_nav_sp span:before,
  #header #btn_search span:before {
    top: -6px;
  }
  #header #g_nav_sp span:after,
  #header #btn_search span:after {
    top: 3px;
  }
  #header #g_nav_sp.active span,
  #header #btn_search.active span {
    background: #FFF;
  }
  #header #g_nav_sp.active span:before,
  #header #btn_search.active span:before {
    background: #333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  #header #g_nav_sp.active span:after,
  #header #btn_search.active span:after {
    background: #333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -3px;
  }
  #header .search_box {
    padding: 25px 0 35px 0;
    top: 49px;
  }
  #header .search_box div {
    width: 400px;
    margin: 0 auto;
    font-size: 14px;
  }
  #header .search_box input {
    width: 268px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #222;
    padding: 0 10px;
  }
  #header .search_box button {
    width: 110px;
    height: 34px;
    line-height: 32px;
    vertical-align: top;
    border: none;
    padding: 0;
    margin: 0;
    background: #222;
    color: #FFF;
    font-family: Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
  }
  #header .search_box button:hover {
    background: #000;
  }
}
@media only screen and (max-width: 880px) {
  /*=======================================
  	contact
  =======================================*/
  /*
  #contact{
  	form dt{
  		width:auto;
  		float:none;
  	}
  	form dd{
  		width:auto;
  		float:none;
  	}
  	dt,dd{
  		margin-bottom:20px;
  	}
  	dt{
  		margin-bottom:0;
  	}	
  }
  */
}
@media only screen and (max-width: 750px) {
  /*=======================================
  	footer
  =======================================*/
  #footer .ft_box_1 nav + ul li a {
    display: block;
    min-width: inherit;
  }
}
/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  /*=======================================
  	common
  =======================================*/
  body {
    line-height: 1.4;
  }

  /*----- wrap -----*/
  .wrap {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  .no_post {
    padding: 40px 0;
    margin: 0;
  }

  /*----- icon_new -----*/
  .icon_new {
    font-size: 9px;
  }

  /*=======================================
  	header
  =======================================*/
  #header h1 {
    width: 65.625%;
  }
  #header .search_box {
    padding: 15px 0 25px 0;
  }
  #header .search_box div {
    width: auto;
    font-size: 11px;
    padding: 0 15px;
    text-align: center;
  }
  #header .search_box div form {
    margin: 3px 0 0 0;
  }
  #header .search_box input {
    width: 54.6875%;
    height: 28px;
    line-height: 28px;
    text-align: left;
  }
  #header .search_box button {
    width: 29.0625%;
    height: 30px;
    line-height: 28px;
  }

  /*=======================================
  	footer
  =======================================*/
  #footer .page_top a {
    right: 10px;
  }
  #footer .topic_path {
    display: none;
  }
  #footer .ft_box_1 {
    padding: 0;
  }
  #footer .ft_box_1 .wrap {
    padding: 0;
  }
  #footer .ft_box_1 nav {
    width: auto;
    float: none;
  }
  #footer .ft_box_1 nav div {
    width: auto;
    margin: 0;
    float: none;
  }
  #footer .ft_box_1 nav div:nth-child(3) {
    width: auto;
  }
  #footer .ft_box_1 nav div h2 {
    border-left: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    background: #333;
    border-top: 1px solid #444;
    position: relative;
  }
  .blue #footer .ft_box_1 nav div h2 {
    background: #337f9f;
    border-top: 1px solid #196180;
  }
  .green #footer .ft_box_1 nav div h2 {
    background: #528128;
    border-top: 1px solid #396315;
  }
  .orange #footer .ft_box_1 nav div h2 {
    background: #d66012;
    border-top: 1px solid #b04905;
  }
  .red #footer .ft_box_1 nav div h2 {
    background: #d53920;
    border-top: 1px solid #b22c16;
  }
  .yellow #footer .ft_box_1 nav div h2 {
    background: #ac9c41;
    border-top: 1px solid #928229;
  }
  .purple #footer .ft_box_1 nav div h2 {
    background: #573777;
    border-top: 1px solid #3f225c;
  }
  .navy #footer .ft_box_1 nav div h2 {
    background: #20205a;
    border-top: 1px solid #0b0b37;
  }
  #footer .ft_box_1 nav div h2:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 3px;
    height: 1em;
    background: #fff;
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
  }
  #footer .ft_box_1 nav div h2 i {
    display: block;
    width: 40px;
    height: 100%;
    background: #4a4a4a;
    position: absolute;
    top: 0;
    right: 0;
  }
  .blue #footer .ft_box_1 nav div h2 i {
    background: #3c89a9;
  }
  .green #footer .ft_box_1 nav div h2 i {
    background: #5d8d31;
  }
  .orange #footer .ft_box_1 nav div h2 i {
    background: #de691c;
  }
  .red #footer .ft_box_1 nav div h2 i {
    background: #df4128;
  }
  .yellow #footer .ft_box_1 nav div h2 i {
    background: #b8a84a;
  }
  .purple #footer .ft_box_1 nav div h2 i {
    background: #624084;
  }
  .navy #footer .ft_box_1 nav div h2 i {
    background: #262667;
  }
  #footer .ft_box_1 nav div h2 i:before,
  #footer .ft_box_1 nav div h2 i:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #footer .ft_box_1 nav div h2 i:after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
  }
  #footer .ft_box_1 nav div h2.active i:after {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  #footer .ft_box_1 nav div.accordion ul {
    display: none;
  }
  #footer .ft_box_1 nav div li {
    margin: 0;
  }
  #footer .ft_box_1 nav div li a {
    font-size: 12px;
    display: block;
    padding: 10px;
    background: #222;
    position: relative;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    line-height: 1;
    text-indent: 1em;
  }
  #footer .ft_box_1 nav div li:last-child a {
    border-bottom: none;
  }
  #footer .ft_box_1 nav div li a:hover {
    text-decoration: none;
    background: inherit;
  }
  #footer .ft_box_1 nav div li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
  }
  #footer .ft_box_1 nav div li:before {
    display: none;
    content: "";
  }
  #footer .ft_box_1 nav div:nth-child(3) li {
    display: block;
    margin: 0;
  }
  #footer .ft_box_1 nav + ul {
    width: auto;
    float: none;
    border-top: 1px solid #444;
  }
  .blue #footer .ft_box_1 nav + ul {
    border-top: 1px solid #196180;
  }
  .green #footer .ft_box_1 nav + ul {
    border-top: 1px solid #396315;
  }
  .orange #footer .ft_box_1 nav + ul {
    border-top: 1px solid #b04905;
  }
  .red #footer .ft_box_1 nav + ul {
    border-top: 1px solid #b22c16;
  }
  .yellow #footer .ft_box_1 nav + ul {
    border-top: 1px solid #928229;
  }
  .purple #footer .ft_box_1 nav + ul {
    border-top: 1px solid #3f225c;
  }
  .navy #footer .ft_box_1 nav + ul {
    border-top: 1px solid #0b0b37;
  }
  #footer .ft_box_1 nav + ul li {
    margin: 0;
    text-align: left;
  }
  #footer .ft_box_1 nav + ul li a {
    display: block;
    min-width: inherit;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    background: #222;
    padding: 10px 15px;
  }
  .blue #footer .ft_box_1 nav div li a, .blue #footer .ft_box_1 nav + ul li a {
    background: #257191;
    border-bottom: 1px solid #196180;
  }
  .green #footer .ft_box_1 nav div li a, .green #footer .ft_box_1 nav + ul li a {
    background: #45711e;
    border-bottom: 1px solid #396315;
  }
  .orange #footer .ft_box_1 nav div li a, .orange #footer .ft_box_1 nav + ul li a {
    background: #c55205;
    border-bottom: 1px solid #b04905;
  }
  .red #footer .ft_box_1 nav div li a, .red #footer .ft_box_1 nav + ul li a {
    background: #cb3219;
    border-bottom: 1px solid #b22c16;
  }
  .yellow #footer .ft_box_1 nav div li a, .yellow #footer .ft_box_1 nav + ul li a {
    background: #a19135;
    border-bottom: 1px solid #928229;
  }
  .purple #footer .ft_box_1 nav div li a, .purple #footer .ft_box_1 nav + ul li a {
    background: #4c2e6a;
    border-bottom: 1px solid #3f225c;
  }
  .navy #footer .ft_box_1 nav div li a, .navy #footer .ft_box_1 nav + ul li a {
    background: #17174a;
    border-bottom: 1px solid #0b0b37;
  }
  #footer .ft_box_1 nav div li:last-child a {
    border-bottom: none;
  }
  #footer .ft_box_1 nav + ul li a:before {
    content: "";
    display: none;
  }
  #footer .ft_box_1 nav + ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
  }
  #footer .ft_box_1 nav + ul li a:hover {
    text-decoration: none;
    background: inherit;
    color: #fff;
  }
  #footer .ft_box_2 .wrap {
    font-size: 10px;
    text-align: right;
  }
  #footer .ft_box_2 span:after {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #ccc;
    margin: 0 10px;
  }
  #footer .ft_box_3 {
    padding: 20px 0;
  }
  #footer .ft_box_3 .wrap {
    font-size: 10px;
  }
  #footer .ft_box_3 .wrap div {
    width: auto;
    float: none;
  }
  #footer .ft_box_3 p {
    width: auto;
    float: none;
    text-align: left;
    margin: 10px 0 0 0;
  }

  /*=======================================
  	top
  =======================================*/
  /*----- main_visual -----*/
  #main_visual {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: none;
  }
  #main_visual img {
    display: inline;
  }

  /*----- section -----*/
  .section {
    padding: 30px 0;
  }
  .section header {
    margin: 0 0 30px 0;
    position: relative;
  }
  .section header h2 {
    font-size: 16px;
    width: auto;
    float: none;
    padding: 0 96px 0 0;
    line-height: 1.2;
  }
  .section header div {
    width: 86px;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section header div a {
    font-size: 10px;
    padding: 4px;
  }

  /*----- emergency -----*/
  #emergency li {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #e5e3e0;
  }
  #emergency li:last-child {
    padding-bottom: 0;
  }
  #emergency li div div {
    border-bottom: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  #emergency li div div span {
    font-size: 10px;
    position: static;
    bottom: auto;
    right: auto;
    display: block;
    margin: 5px 0 0 0;
  }
  #emergency li div p {
    display: none;
  }

  /*----- calendar -----*/
  #calendar header ul {
    width: auto;
    max-width: 90px;
    float: none;
    font-size: 11px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
  }
  #calendar header li {
    margin: 0 0 5px 0;
    padding: 0 0 0 13px;
    position: relative;
  }
  #calendar header li:last-child {
    margin-bottom: 0;
  }
  #calendar header li:before {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  /*----- school_life -----
  #school_life {
    padding-bottom: 50px;
  }
*/
  /*=======================================
  	base
  =======================================*/
  #page_ttl {
    height: 90px;
  }
  #page_ttl div {
    font-size: 16px;
    padding: 25px 0 0 0;
  }
  #page_ttl div:after {
    width: 10px;
    margin: 10px auto;
  }
  #page_ttl p {
    font-size: 7px;
  }
  #page_ttl + .wrap {
    padding-top: 30px;
  }

  #main {
    width: auto;
    float: none;
  }
  #main h1 {
    font-size: 14px;
    padding: 0 0 5px 0;
  }
  #main h1 span.date {
    font-size: 11px;
    position: static;
    bottom: auto;
    right: auto;
    display: block;
    text-align: right;
    margin: 5px 0 0 0;
  }
  #main h1 span.rss {
    font-size: 10px;
    bottom: -22px;
  }

  #side {
    width: auto;
    float: none;
    display: none;
  }

  .edit_area h2 {
    font-size: 14px;
    border-left: 3px solid #333;
    margin: 20px 0 10px 0;
  }
  .edit_area h3 {
    font-size: 14px;
  }
  .edit_area ol, .edit_area ul, .edit_area dir,
  .edit_area menu, .edit_area dd {
    margin-left: 20px;
  }

  .pagination a,
  .page_nav a {
    display: none;
    font-size: 12px;
  }
  .pagination span,
  .page_nav span {
    display: none;
  }
  .pagination a.prev,
  .pagination a.next,
  .pagination a.current,
  .page_nav a.prev,
  .page_nav a.next,
  .page_nav a.current {
    display: inline-block;
  }
  .pagination a:hover,
  .page_nav a:hover {
    background-color: #ededed;
    border: 1px solid #ededed;
  }
  .pagination a.current,
  .page_nav a.current {
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
  .pagination a.current:hover,
  .page_nav a.current:hover {
    cursor: default;
    border: 1px solid #ededed;
  }
  .pagination a.disabled,
  .page_nav a.disabled {
    display: none;
  }

  .page_nav a {
    display: inline;
  }

  .btn li a,
  .btn li button {
    padding: 10px 15px;
    font-size: 14px;
  }

  /*=======================================
  	news
  =======================================*/
  ul.news li {
    display: block;
    width: auto;
    margin: 0;
    border-top: 1px solid #eee;
  }
  ul.news li a {
    border-top: none;
    line-height: 1.4;
    padding: 10px 0;
  }
  ul.news li a div {
    padding: 0;
    width: 75.86207%;
    float: left;
  }
  ul.news li a p {
    display: none;
  }
  ul.news li a span.date {
    font-size: 10px;
    width: 24.13793%;
    float: right;
  }
  ul.news li a:before {
    display: none;
  }
  ul.news li a:after {
    content: "";
    display: block;
    clear: both;
  }

  /*=======================================
  	list
  =======================================*/
  ul.list li {
    display: block;
    width: auto;
    margin: 0 0 20px 0;
  }
  ul.list li a div div {
    min-height: inherit;
    padding: 10px 0;
  }
  ul.list li a p {
    display: none;
  }
  ul.list li a div span.date {
    font-size: 10px;
    text-align: left;
    color: #666;
  }
  ul.list li a > div {
    width: 55.17241%;
    float: right;
  }
  ul.list li a > div div {
    padding: 0 0 10px 0;
  }
  ul.list li figure {
    width: 41.37931%;
    float: left;
  }
  ul.list li figure img {
    max-height: none;
  }
  ul.list li figure:before,
  ul.list li figure:after {
    height: 1px;
  }
  ul.list li figure span:before,
  ul.list li figure span:after {
    width: 1px;
  }
  ul.list li figure figcaption {
    width: 70px;
    height: 70px;
    line-height: 115px;
    top: -35px;
    left: -35px;
    font-size: 10px;
  }
  ul.list li a:after {
    content: "";
    display: block;
    clear: both;
  }

  /*=======================================
  	contact
  =======================================*/
  #contact {
    	/*
    	& > p{
    		font-size:12px;
    	}
    	form{
    		padding:20px 40px / 960px * 100%;
    		margin:20px 0 0 0;	
    	}
    	form input,
    	form textarea{
    		padding:5px;
    		width:80%;
    	}
    	form dd.tel input{
    		width:80%;
    	}
    	form textarea{
    		width:80%;
    		height:100px;
    	}
    
    	dt{
    		margin-bottom:5px;
    	}	
    	form dt strong{
    		font-size:10px;
    	}
    	form dd span{
    		font-size:10px;
    		margin:3px 0 0 0;
    		display:block;
    	}
    	form dl:after {
    		content: "";
    		display: block;
    		clear: both;
    	}
    	.error{
    		font-size:12px;
    	}
    	*/
  }
  #contact div {
    padding: 20px 4.16667%;
  }

  /*=======================================
  	privacy , sitemap
  =======================================*/
  #privacy,
  #sitemap {
    font-size: 13px;
  }
  #privacy h1,
  #sitemap h1 {
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
  }
  #privacy h2,
  #sitemap h2 {
    font-size: 14px;
  }

  #sitemap .edit_area > div {
    display: block;
    width: auto;
    margin: 0 0 30px 0;
  }
  #sitemap .edit_area > div.school_life {
    display: block;
    width: auto;
    margin: 0 0 30px 0;
  }
  #sitemap .edit_area div + ul li {
    display: block;
    width: auto;
    margin: 0 0 5px 0;
  }
  #sitemap .edit_area div.school_life li {
    display: block;
    width: auto;
    margin: 0 0 5px 0;
  }

  /*=======================================
  	school_info
  =======================================*/
  #message,
  #history,
  #info {
    margin: 0 0 30px 0;
  }

  /*----- message -----*/
  #message .name {
    margin: 10px 0 0 0;
  }

  /*----- history -----*/
  #history dt {
    width: auto;
    float: none;
    padding: 0;
    padding-top: 10px;
  }
  #history dt:first-child {
    padding-top: 0;
  }
  #history dd {
    width: auto;
    float: none;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
  }
  #history dt, #history dd {
    margin: 0;
  }
  #history dd:before {
    content: "";
    position: static;
    left: auto;
  }

  /*----- info -----*/
  #info table {
    border: 1px solid #ccc;
    border-top: none;
  }
  #info td, #info th {
    padding: 5px 10px;
    display: block;
    border: none;
  }
  #info th {
    width: auto;
    border-top: 1px solid #ccc;
    font-weight: bold;
  }
  #info td {
    padding-bottom: 10px;
  }
  #info .map p {
    text-align: left;
  }
  #info #map_canvas {
    display: none;
  }

  /*=======================================
  	search
  =======================================*/
  #search .search_box2 {
    padding: 15px 0 25px 0;
    margin: 0 0 15px 0;
  }
  #search .search_box2 div {
    width: auto;
    font-size: 11px;
    padding: 0 15px;
    text-align: center;
  }
  #search .search_box2 div form {
    margin: 3px 0 0 0;
  }
  #search .search_box2 input {
    width: 54.6875%;
    height: 28px;
    line-height: 28px;
    text-align: left;
  }
  #search .search_box2 button {
    width: 29.0625%;
    height: 30px;
    line-height: 28px;
  }
}
