@charset "UTF-8";
@import url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/*  
Theme Name:Stork-Hyogo
Version:1.0.0
Author:HIGH-FIVE
Author URI:http://www.hi5.jp/
*/
/*リセット*/
html, body, div, span, applet, object, iframe, 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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

caption {
  width: 100%;
}

a {
  outline: none;
}

img {
  vertical-align: middle;
}

address {
  font-style: normal;
}

#dropmenu a,
#footer-menu a {
  text-decoration: none;
}

/*基本タグ*/
body {
  margin: 0px;
  padding: 0;
  -webkit-text-size-adjust: none;
  font: 13px/23px "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333;
}

blockquote {
  margin: 0px 0px 20px;
  padding: 10px 20px 10px 20px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

blockquote blockquote {
  margin: 20px 0;
  background-color: #fff;
}

blockquote blockquote blockquote {
  margin: 20px 0;
  background-color: #f4f4f4;
}

blockquote p {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

table {
  margin-bottom: 20px;
}

object, embed {
  width: 100%;
  display: block;
  margin: auto;
}

.screen-reader-text {
  display: none;
}

.screen-reader-response {
  display: none;
}

/*強勢タグを追加　on 2016/04/01 by naito*/
em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff66));
  background: linear-gradient(transparent 40%, #ffff66 40%);
  font-style: normal;
}

/* 黄色＝#ffff66　桃色＝#ff99ff　緑色＝#66FFCC　青色＝#66ccff　*/
/* 数字％は蛍光が始まる位置および色の透明度を示す　*/
/*トップイメージ*/
#topImage {
  clear: both;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}

#topImageWrap {
  margin: auto;
  width: 960px;
  height: 300px;
}

/*パンくずリスト*/
#secondImage {
  height: 70px;
  clear: both;
  background-color: #333;
  margin-bottom: 20px;
}

#breadcrumb {
  color: #fff;
  clear: both;
  padding-top: 20px;
  font-size: 12px;
  line-height: 30px;
}

#breadcrumb a {
  color: #fff;
  text-decoration: none;
}

/*コンテンツ部分*/
#content h1 {
  padding: 8px 10px;
  border-left: 8px solid #333;
  border-bottom: 1px solid #333;
  font-size: 20px;
  line-height: 22px;
}

#content h2 {
  background-color: #666;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 0 0 0 15px;
  border-bottom: 3px solid #ccc;
}

#content h2 a {
  color: #fff;
}

#content h3 {
  clear: both;
  border-left: 3px solid #333;
  padding: 0 0 0 7px;
  margin-bottom: 1em;
  /*font-size:14px;line-height:25px;*/
}

.hentry ul {
  margin-left: 25px;
  padding-left: 0px;
  list-style-type: disc;
}

.hentry ol {
  margin-left: 30px;
  padding-left: 0px;
  list-style-type: decimal;
}

.hentry .postmetadata {
  text-align: right;
  font-size: 12px;
  white-space: nowrap;
  float: right;
  margin: 20px 0;
}

.hentry .postmetadata a {
  color: #333;
}

.hentry .tags {
  float: left;
  margin-top: 20px;
}

.hentry .tags a {
  color: #fff;
  background-color: #333;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  margin-right: 3px;
}

.hentry .tags a:hover {
  background-color: #444;
}

.sticky {
  background: #f8f8f8;
  margin: 0 0 30px;
  padding: 20px;
  border-bottom: 3px solid #333;
}

.sticky hr {
  display: none;
}

.hentry table {
  border: 1px solid #ccc;
}

.hentry th,
.hentry td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
  line-height: 20px;
}

/*事例集*/
#contentWork {
  margin-right: -20px;
}

#contentWork .type-work {
  float: left;
  margin: 0 20px 20px 0;
  width: 150px;
}

#contentWork .title {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

#contentWork .title a {
  padding: 0 0 0 5px;
  display: block;
  color: #333;
  text-decoration: none;
  border-left: 2px solid #333;
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  background-color: #eee;
}

/*事例ページ*/
.single-work h4 {
  padding: 0 10px;
  background-color: #333;
  color: #fff;
  margin: -20px 0 20px -20px;
  width: 30%;
  font-size: 12px;
  line-height: 25px;
}

#postmeta_worktype {
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}

#postmeta_worktype ul {
  margin: 0;
}

#postmeta_worktype li {
  display: inline;
  float: left;
  margin-right: 5px;
}

#postmeta_worktype a {
  padding: 0 13px;
  background-color: #333;
  float: left;
  text-decoration: none;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  border-radius: 0 0 5px 5px;
}

#postmeta_worktype a:hover {
  text-decoration: underline;
}

#postmeta_worktype span {
  float: left;
}

.cfs_box {
  background-color: #eeeeee;
  padding: 20px 20px 0;
  margin-bottom: 1px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.cfs_box a {
  color: #333;
  font-weight: bold;
}

#cfs_images #images {
  overflow: hidden;
  margin: -5px -19px 4px -6px;
}

#cfs_images .imageBox {
  float: left;
  margin: 0 10px 10px 0;
  list-style-type: none;
  width: 150px;
  height: 150px;
  background-color: #ccc;
  font-size: 11px;
  text-align: center;
}

/*ページナビゲーション*/
.navigation {
  clear: both;
  width: 960px;
  padding: 0;
  font-size: 11px;
  line-height: 27px;
  text-align: center;
  overflow: hidden;
  margin: 20px auto;
}

.inner-main .navigation {
  clear: both;
  width: auto;
}

.navigation a {
  color: #fff;
  padding: 5px 10px;
  background-color: #e0e0e0;
  text-decoration: none;
  border-radius: 3px;
  margin: 0 2px;
}

.navigation a:hover {
  background-color: #aaa;
}

.navigation div.alignleft {
  float: left;
}

.navigation div.alignright {
  float: right;
}

.navigation div.alignleft a,
.navigation div.alignright a {
  margin: 0;
}

.navigation span {
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 2px;
}

.navigation span.current {
  background-color: #333;
}

.navigation span.pages {
  background-color: #ccc;
  padding: 5px 20px;
}

/*画像*/
.thumbnail-align img {
  float: left;
  padding: 7px;
  margin: 0 20px 20px 0;
  background-color: #eee;
  border-radius: 3px;
}

img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
  padding: 7px 2px;
}

.wp-caption.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.wp-caption.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.wp-caption img {
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #333;
  font-size: 12px;
  margin: 7px 0 0;
}

#content .gallery {
  margin: 0 auto 18px;
  padding: 0 0 25px;
}

#content .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0;
  line-height: 17px;
  padding: 8px;
}

#content .gallery img.attachment-thumbnail {
  border: 1px solid #ccc;
  padding: 5px;
}

/*コメント*/
#comments {
  clear: both;
}

#comments .comments-title {
  clear: both;
  border-left: 3px solid #333;
  padding: 0 0 0 7px;
  font-size: 14px;
  line-height: 25px;
}

.commentlist {
  margin: 0 0 20px;
}

#respond {
  clear: both;
}

.commentlist p {
  margin: 10px 0;
  clear: both;
}

.commentlist li {
  clear: both;
}

.commentlist .comment-body {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  clear: both;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 10px 0;
}

.commentlist .reply {
  text-align: right;
}

.commentlist .avatar {
  float: left;
  margin: 0 10px 0 0;
}

#commentform p {
  margin: 0 0 5px;
}

#commentform p.form-allowed-tags {
  display: none;
}

#commentform textarea#comment {
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #666;
  padding: 3px;
  width: 98%;
}

#commentform input#url,
#commentform input#email,
#commentform input#author {
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #666;
  padding: 3px;
  clear: both;
  width: 98%;
}

#commentform .required {
  color: #c00;
}

.commentlist .bypostauthor {
  background-color: #fdfcda;
}

#content p.nocomments {
  clear: both;
}

/*ホームウィジェット*/
#homeWidgetLeft {
  float: left;
}

#homeWidgetRight {
  float: right;
}

.homeWidget {
  width: 430px;
  padding: 10px 15px 15px;
  margin: 0 0 20px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
}

.homeWidget ul {
  margin: 0;
}

.homeWidget li {
  margin: 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #999;
  font-size: 12px;
  line-height: 22px;
}

.homeWidget li:last-child {
  border-style: none;
  padding: 0;
  margin: 0 0 -10px;
}

.homeWidget th {
  padding: 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: 19px;
}

.rsswidget img {
  margin: 7px 3px 0 0;
}

.homeWidget td {
  padding: 0;
  text-align: center;
}

.homeWidget a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

.homeWidget a:hover {
  color: #666;
}

.homeWidget .widgetTitle {
  margin: -10px -15px 15px;
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  padding: 0 0 0 10px;
  border-left: 5px solid #000;
  background-color: #ddd;
}

.homeWidget .post-date {
  float: left;
  margin-right: 10px;
}

/*ホームウィジェット（人気の事例）*/
.homeWidget .wpp-thumbnail img {
  margin: 0 10px 10px 0;
  float: left;
  border-radius: 3px;
}

.homeWidget .wpp-post-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.homeWidget .wpp-excerpt {
  font-size: 12px;
  line-height: 19px;
  display: block;
}

.homeWidget .thumb {
  display: block;
  margin: -5px -10px -5px 0;
  overflow: hidden;
}

.homeWidget .thumb li {
  overflow: visible;
  float: left;
  margin: 0;
  border-style: none;
  padding: 0;
}

.homeWidget .thumb img {
  margin: 5px 10px 5px 0;
}

/*ホームウィジェット（画像付き新着情報）*/
.homeWidget .dpe-flexible-posts a {
  display: block;
  overflow: hidden;
}

.homeWidget .dpe-flexible-posts .wp-post-image {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.homeWidget .dpe-flexible-posts .attachment-thumbnail {
  width: 100px;
}

.homeWidget .dpe-flexible-posts .title {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.homeWidget .dpe-flexible-posts .excerpt {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 19px;
}

.homeWidget .dpe-flexible-posts p {
  margin: 0;
}

/*サイドウィジェット*/
.sideWidget {
  background-color: #e0e7f2;
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.sideWidget .widgetTitle {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  width: 85%;
  font-size: 12px;
  line-height: 25px;
  margin: -15px 0 15px -15px;
}

.sideWidget .widgetTitle a {
  color: #fff;
  font-size: 14px;
}

.sideWidget ul,
.sideWidget ol {
  margin: 0;
}

.sideWidget li ul,
.sideWidget li ol {
  margin: 0;
  padding: 0 0 0 10px;
}

.sideWidget p {
  margin: 0;
}

.sideWidget img {
  max-width: 100%;
  height: auto;
}

.sideWidget th,
.sideWidget td {
  padding: 0;
  text-align: center;
}

#wp-calendar {
  width: 100%;
  margin: 0;
}

.sideWidget a {
  color: #333;
  text-decoration: none;
}

.sideWidget a:hover {
  text-decoration: underline;
}

#searchform {
  overflow: hidden;
}

#searchform #s {
  padding: 4px;
  font-size: 14px;
  line-height: 1.5em;
  width: 110px;
  margin: 0 1px 0 0;
  border-radius: 5px;
  border: 1px solid #999;
  -webkit-box-shadow: inset 1px 2px 4px #ddd;
  box-shadow: inset 1px 2px 4px #ddd;
}

#searchform #searchsubmit {
  /*    float: left;*/
  text-indent: -9090px;
  border-style: none;
  width: 35px;
  height: 30px;
  padding: 0px;
  margin: 0;
  background: #595959 url(img/search_btn.png) no-repeat center center;
  border-width: 0;
  border-radius: 5px;
  cursor: pointer;
}

/*  ここから，Googleカスタム検索を使用するためコメントアウト
#header-menu-search {
    width: 180px;
    float: left;
    padding: 18px 0 18px 15px;
    box-sizing: border-box;
    height: 45px;
  border-right:0px !important;
}
#header-menu-search div{
text-align:center;
padding-top:5px;
}
ここまで  */
#dropmenu li#header-menu-search {
  border-right: 0 none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  height: auto;
  padding: 0px;
  width: 280px;
  position: absolute;
  right: 0;
  bottom: 0px;
}

#dropmenu {
  position: relative;
}

#header-menu-search > div {
  text-align: center;
  padding-top: 5px;
}

#dropmenu li#header-menu-search a {
  height: auto;
  width: auto;
}

#header-menu-search input.gsc-input {
  font-size: 14px;
}

#header-menu-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 4px;
}

#header-menu-search table {
  margin-bottom: 0px;
}

#header-menu-search form.gsc-search-box {
  margin: 0;
}

#header-menu-search .cse .gsc-search-button input.gsc-search-button-v2,
#header-menu-search input.gsc-search-button-v2 {
  margin-top: 0px;
}

#header-menu-search td.gsc-input,
#header-menu-search td.gsc-search-button {
  vertical-align: top;
}

#header-menu-search .gsib_a {
  padding: 2px 6px 0;
}

#header-menu-search .gsst_a .gscb_a {
  line-height: 20px;
}

.hentry .gsc-results-wrapper-nooverlay table {
  border: none;
}

.hentry .gsc-results-wrapper-nooverlay td {
  border-bottom: none;
  border-right: none;
  padding: 0px;
}

/*言語ボタン*/
#dropmenu li#lang-english {
  right: 285px;
  bottom: 23px;
}

#dropmenu li#lang-nihongo {
  right: 285px;
  bottom: 3px;
}

#dropmenu li#lang-english,
#dropmenu li#lang-nihongo {
  border-right: 0 none;
  -webkit-box-sizing: intital;
  box-sizing: intital;
  float: none;
  height: auto;
  padding: 0px;
  width: 71px;
  position: absolute !important;
  line-height: 1.5;
}

#dropmenu li#lang-english a,
#dropmenu li#lang-nihongo a {
  border: 1px solid #727272;
  padding: 0;
  height: auto;
  font-size: 10px;
  background-color: #262626 !important;
  opacity: 0.8;
}

#dropmenu li#lang-english a:hover,
#dropmenu li#lang-nihongo a:hover {
  background-color: #000 !important;
  color: #fff;
  background: none !important;
  padding: 0;
  border-radius: 0;
  opacity: 1;
}

/*送信フォーム*/
.wpcf7-form {
  border: 1px solid #ddd;
  margin: 0 auto 20px;
  padding: 20px 30px;
  background-color: #f4f4f4;
}

.wpcf7-form input {
  margin: 0 5px 0 0;
  font-size: 13px;
  padding: 3px;
  line-height: 20px;
}

.wpcf7-form textarea {
  width: 99%;
  margin: 0 0 10px;
  padding: 3px;
  font-size: 13px;
  line-height: 20px;
}

.wpcf7-form p {
  margin: 0 0 10px;
}

.wpcf7-not-valid-tip {
  padding: 2px;
  clear: both;
  color: #c00;
  font-size: 12px;
}

.wpcf7-display-none {
  display: none;
}

.wpcf7-form img.ajax-loader {
  float: right;
  margin-top: -30px;
}

.wpcf7-response-output {
  margin: 0 0 20px;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.wpcf7-mail-sent-ok {
  background-color: #4d8e36;
  color: #fff;
}

.wpcf7-mail-sent-ng {
  background-color: #fc4d51;
  color: #fff;
}

.wpcf7-spam-blocked {
  background-color: #fead5f;
  color: #000;
}

.wpcf7-validation-errors {
  background-color: #f8e48e;
  color: #000;
}

input.wpcf7-submit {
  margin: 10px auto;
  width: 218px;
  height: 52px;
  border-style: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  background: transparent url(img/submit_btn.png) center top;
  padding: 0;
}

input.wpcf7-submit:hover {
  background: transparent url(img/submit_btn.png) center bottom;
}

/*サイトマップ*/
#menu-sitemap {
  margin: 0 20px;
  list-style-type: none;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}

#menu-sitemap li {
  border-bottom: 1px dotted #ccc;
  clear: both;
  overflow: hidden;
}

#menu-sitemap li:hover {
  background-color: #eee;
}

#menu-sitemap li ul {
  margin: 0 0 10px 10px;
  font-size: 12px;
  line-height: 25px;
  float: left;
  font-weight: normal;
  font-style: normal;
}

#menu-sitemap li li {
  border-style: none;
  display: inline;
  float: left;
  clear: none;
  padding: 0;
  margin-right: 5px;
  border-radius: 3px;
}

#menu-sitemap li li li {
  margin: 0;
  border-radius: 0;
}

#menu-sitemap li li ul {
  margin: 0;
  font-size: 11px;
}

#menu-sitemap li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 10px 0;
}

#menu-sitemap li a:hover {
  color: #000;
  text-decoration: underline;
}

#menu-sitemap li li a {
  background-color: #333;
  padding: 0 10px;
  float: left;
  color: #fff;
  text-decoration: none;
}

#menu-sitemap li li a:hover {
  background-color: #666;
  text-decoration: none;
  color: #fff;
}

#menu-sitemap li li li a {
  background-color: #666;
  border-left: 1px solid #999;
  padding: 0 7px;
}

#menu-sitemap li li li a:hover {
  background-color: #999;
}

/*SNSボタン*/
.wp_social_bookmarking_light {
  height: 15px;
}

/*tableデザインテンプレート*/
.tb01 {
  border-collapse: collapse;
  color: #555;
  width: 99%;
  margin: 0 0 1.5em 1px;
}

.tb01,
.tb01 th,
.tb01 td {
  border: 1px solid #d4e0ee;
  color: #555;
}

.tb01 td,
.tb01 th {
  padding: 10px;
}

.tb01 th {
  text-align: center;
  background: #e6edf5;
  color: #4f76a3;
}

.tb01 tr {
  background: #fcfdfe;
}

.tb11 {
  border: 0 !important;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 2px solid #6678b1 !important;
  width: 100%;
  background: #fff;
}

.tb11 th,
.tb11 td {
  text-align: center;
  border: 0px;
}

.tb11 th {
  color: #FFF;
  padding: 10px 8px;
  background: #6678b1;
  border-bottom: 2px solid #6678b1;
}

.tb11 td {
  color: #669;
  padding: 8px 8px;
  border-bottom: 1px solid #6678b1;
}

.tb11 tr:nth-child(2n+1) {
  background: #F7F7F7;
}

/*　 作成途中（うまく機能していない on 2016/06/06 by naito）　*/
.tb12 {
  border-collapse: collapse;
  /*　 collapse＝ボーダーが二重になるのを防ぐ　*/
  width: 99%;
  margin: 0 0 1.5em 1px;
}

.tb12,
.tb12 th {
  border: 1px solid #E3E3E3;
  color: #F5F5F5;
}

.tb12 th,
.tb12 td {
  text-align: center;
  background: #e6edf5;
  color: #4f76a3;
}

/*ol, ulデザインテンプレート 2016/07/09追加*/
/*マーカーなし*/
.list_none li {
  list-style-type: none;
}

/*黒丸*/
.list_disc li {
  list-style-type: disc;
}

/*白丸*/
.list_circle li {
  list-style-type: circle;
}

/*黒四角*/
.list_square li {
  list-style-type: square;
}

/*ローマ数字（小文字）*/
.list_lower_roman li {
  list-style-type: lower-roman;
}

/*ローマ数字（大文字）*/
.list_upper_roman li {
  list-style-type: upper-roman;
}

/*算用数字*/
.list_decimal li {
  list-style-type: decimal;
}

/* 次の部分，うまく動かない */
.list_decimal dl dt {
  display: list-item;
  list-style-type: decimal;
}

/*算用数字（丸囲み）*/
.list_circled_decimal {
  list-style-type: circled-decimal;
}

/*算用数字（両丸括弧）*/
ol.list_decimal_both_sides_parentheses li {
  /*コロンの後に半角スペース入れないのがコツ？*/
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.list_decimal_both_sides_parentheses li:before {
  display: marker;
  content: "（" counter(cnt) "）";
}

/*算用数字［両角括弧］*/
ol.list_decimal_both_sides_brackets li {
  /*コロンの後に半角スペース入れないのがコツ？*/
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.list_decimal_both_sides_brackets li:before {
  display: marker;
  content: "［" counter(cnt) "］";
}

/*算用数字　片太括弧】*/
ol.list_decimal_right_side_bold_bracket li {
  /*コロンの後に半角スペース入れないのがコツ？*/
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.list_decimal_right_side_bold_bracket li:before {
  display: marker;
  content: counter(cnt) "】";
}

/*算用数字　後ろ全角空白*/
ol.list_decimal_right_side_space li {
  /*コロンの後に半角スペース入れないのがコツ？*/
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.list_decimal_right_side_space li:before {
  display: marker;
  content: counter(cnt) "　";
}

/*算用数字（先頭に0）*/
.list_decimal_leading_zero li {
  list-style-type: decimal-leading-zero;
}

/*アルファベット（小文字）*/
.list_lower_latin li {
  list-style-type: lower-latin;
}

/*アルファベット（大文字）*/
.list_upper_latin li {
  list-style-type: upper-latin;
}

/*漢数字*/
.list_cjk_ideographic li {
  list-style-type: cjk-ideographic;
}

/*ひらがな順*/
.list_hiragana li {
  list-style-type: hiragana;
}

/*カタカナ順*/
.list_katakana li {
  list-style-type: katakana;
}

/*インデント指定 2016/11/10追加　しかし，上手く機能しない様子*/
/*1行目を1文字下げる*/
.indent_plus1 {
  text-indent: 1em;
}

/*2行目以降を1文字下げる*/
.indent_minus1 {
  padding-left: 1em;
  text-indent: -1em;
}

/*2行目以降を2文字下げる*/
.indent_minus2 {
  padding-left: 2em;
  text-indent: -2em;
}

/*-------------------------------------------------
Clear Fix
-------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 ?*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*for IE 5.5-7*/
.clearfix {
  zoom: 1;
}

/*-------------------------------------------------
共通
-------------------------------------------------*/
.center {
  text-align: center;
}

a {
  text-decoration: underline;
}

a:link {
  color: #0079bf;
}

a:visited {
  color: #2e2e2e;
}

a:active {
  color: #003959;
}

a:hover {
  color: #005c91;
}

.w60px {
  width: 60px;
}

.w80px {
  width: 80px;
}

.w100px {
  width: 100px;
}

.w120px {
  width: 120px;
}

.w140px {
  width: 140px;
}

.w160px {
  width: 160px;
}

.w180px {
  width: 180px;
}

.w200px {
  width: 200px;
}

.w220px {
  width: 220px;
}

.w240px {
  width: 240px;
}

.w10pct {
  width: 10%;
}

.w20pct {
  width: 20%;
}

.w30pct {
  width: 30%;
}

.w40pct {
  width: 40%;
}

.w50pct {
  width: 50%;
}

.margin5px {
  margin: 5px;
}

.margin10px {
  margin: 10px;
}

.valigntop {
  vertical-align: top;
}

/*-------------------------------------------------
全体
-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000;
}

#header {
  position: relative;
}

#contents {
  width: 960px;
  margin: 0 auto;
}

.map-wrap {
  position: relative;
  top: 0;
  height: 522px;
}

.map-bg {
  position: relative;
  width: 48%;
  z-index: 2;
}

.map-bg img {
  position: absolute;
  right: 70px;
}

.map-txt {
  /* width: 200px; */
  position: absolute;
  bottom: 30px;
  left: 180px;
  z-index: 2;
}

.infiniteslide1 {
  position: absolute;
  width: 100%;
  top: 0;
}

.logo-wrap {
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 2;
}

.sub-tit {
  margin: 20px 0 0 40px;
}

.head-bnr {
  /*    width: 960px;*/
  position: relative;
  margin: 0 auto;
  height: 522px;
  max-width: 1080px;
  position: relative;
  padding: 0px 10px;
}

.top-bnr {
  text-align: right;
  z-index: 2;
  position: relative;
}

.top-bnr img {
  vertical-align: bottom;
}

.top-bnr img:first-child {
  margin-right: -22px;
}

.count {
  color: #fff;
  text-align: center;
  position: absolute;
  right: 12px;
  top: 70px;
  line-height: 1.3;
}

.count span {
  font-size: 1.57em;
  font-weight: bold;
}

#dropmenu {
  list-style-type: none;
  margin: 0px auto;
  padding: 0;
  width: 960px;
  height: 90px;
  vertical-align: middle;
}

#dropmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.35);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dropmenu li a {
  display: block;
  width: 180px;
  color: #fff;
  height: 45px;
  display: table-cell !important;
  vertical-align: middle;
}

#dropmenu > div > ul > li:nth-child(-n+5) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#dropmenu li:hover > a {
  background-color: rgba(9, 9, 9, 0.85);
  color: #fff;
}

#dropmenu > li:hover > a {
  border-radius: 3px 3px 0 0;
}

#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
  width: 250px;
}

/*
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%;
}
*/
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a {
  padding: 10px;
  background-color: rgba(9, 9, 9, 0.85);
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  /*    width: 180.8px;*/
  width: 250px;
}

#dropmenu li:hover ul li {
  overflow: visible;
  height: 42px;
  border-top: 1px solid #808080;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dropmenu li:hover ul li a:hover {
  background: #000;
}

#dropmenu li:hover ul li:first-child {
  border-top: 0;
}

#dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}

/*  Googleカスタム検索を使用するためコメントアウト
.menu {
  background:#262626;
}
*/
.menu {
  background: #262626 none repeat scroll 0 0;
}

#header .home {
  background: rgba(255, 255, 255, 0.35);
  border: none !important;
  float: left;
  width: 55px;
}

ul li.home a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 90px;
}

ul li.home a:hover {
  background: none !important;
}

.news-tit-wrap h2 {
  float: left;
}

.news-tit-wrap .list-btn {
  float: right;
}

#news {
  margin: 40px 0 20px 0;
}

.home .news-cont-wrap {
  padding: 20px;
}

.news-cont {
  float: left;
  margin: 0px 20px 30px 0;
  height: 85px;
  width: 330px;
}

.home .news-cont {
  width: 290px;
}

.home .news-cont:nth-child(3n) {
  margin: 0;
}

.news-l {
  float: left;
  width: 106px;
  position: relative;
}

.news-cont p {
  float: left;
  width: 213px;
}

.home .news-cont p {
  width: 173px;
}

.home .news-cont p span,
.home .news-cont p span a {
  color: #808080;
  font-size: 0.85em;
  text-decoration: none;
}

.news-date {
  text-align: center;
  width: 36px;
  color: #fff;
  background: #262626;
  line-height: 1.1;
  padding: 3px;
  position: absolute;
  top: -13px;
  left: -13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
}

.home .new-post {
  background: #e0251e;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
}

.news-img {
  width: 90px;
  border: solid 1px #d2d3d3;
  overflow: hidden;
  padding: 1px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

p.more {
  background: #f2f2f2;
  padding: 3px;
  text-align: center;
  width: 315px;
  font-size: 0.85em;
  margin: 0 auto;
  cursor: pointer;
}

.year {
  font-size: 0.73em;
}

.day {
  font-size: 0.85em;
}

.news-tit-wrap {
  border-bottom: solid 1px #808080;
  margin: 0 0 13px;
  padding: 0 0 7px 0;
}

.event {
  background: url(img/event-bg.gif) left top no-repeat;
  border: solid 4px #c9e6e6;
}

.info {
  background: url(img/info-bg.gif) left top no-repeat;
  margin-right: 0 !important;
  border: solid 4px #d9e6c9;
}

.info-box {
  width: 465px;
  height: 60px;
  position: relative;
  padding: 14px 0 0 30px;
  float: left;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#info-wrap {
  padding: 0 10px;
  margin: 0 0 50px 0;
}

.info-box img {
  position: absolute;
  right: 30px;
  top: 12px;
}

.info-box, h2, h3, h4 {
  font-size: 1.57em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main-cont {
  background: url(img/main-txt-bg.jpg) left top no-repeat;
  padding: 30px;
}

#main-cont h3 {
  text-shadow: 1px 1px 0 #fff;
  border-bottom: solid 1px #595959;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.poster {
  text-align: center;
  float: right;
}

.poster p {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.28em;
  line-height: 1.3;
  margin: 10px 0 0 0;
}

.video {
  text-align: center;
  float: right;
}

.video p {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.1em;
  line-height: 1.3;
  margin: 10px 0 0 0;
}

.txt-wrap {
  width: 520px;
}

.main-cont-l {
  float: left;
  width: 325px;
}

.main-cont-l p {
  line-height: 1.4;
  text-shadow: 0.5px 0.5px #fff;
}

.research-cont {
  float: left;
  width: 317px;
  margin: 0 4.5px 0 0;
  position: relative;
}

.research-cont:last-child {
  margin: 0;
}

.research-cont h3 {
  text-align: center;
  font-size: 1.7em;
}

.research-txt {
  padding: 20px;
  background: #f2f2f2;
  min-height: 160px;
}

.research-txt p {
  margin: 15px 0;
  font-size: 0.9em;
}

.research-icon {
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: -36px;
}

#research {
  margin-top: 70px;
}

#campus {
  background: #2e417b;
  color: #fff;
  margin: 4.5px 0 0 0;
}

#campus p {
  margin: 20px 0 30px 0;
  width: 474px;
}

.campus-img {
  background: url(img/campus-img.png) right center no-repeat;
  padding: 40px;
  min-height: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.park-tit {
  background: #e0251e;
  color: #fff;
  padding: 30px 0 20px 30px;
}

.park-tit h3 {
  font-size: 1.7em;
  letter-spacing: 2px;
  margin-bottom: 0.3em;
}

.park-cont {
  background: #fdeae8;
  position: relative;
}

.park-img {
  background: url(img/park-img.jpg) left center no-repeat;
  min-height: 290px;
  background-size: cover;
  width: 480px;
}

.park-txt {
  width: 480px;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 20px 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tel {
  margin: 15px 0;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  padding: 10px;
}

.tel img {
  margin-left: 20px;
}

address {
  text-align: left;
  margin: 0 0 13px 0;
  font-size: 0.9em;
  line-height: 1.4;
}

.park-btn {
  text-align: left;
}

.park-btn a {
  margin-right: 10px;
}

.park-btn a:last-child {
  margin-right: 0;
}

#park {
  margin: 40px 0 60px 0;
}

#bnr {
  background: #f2f2f2;
  padding: 30px 0;
}

.bnr-list {
  width: 960px;
  margin: 0 auto;
}

.bnr-list .footerWidget {
  float: left;
  margin-right: 13.3px;
}

.bnr-list .footerWidget:nth-child(4n) {
  margin: 0;
}

.bnr-list .footerWidget {
  margin-bottom: 13.3px;
}

.bnr-list .footerWidget:last-child {
  margin-bottom: 0;
}

#footer {
  background: #262626;
  color: #fff;
  padding: 40px 0;
}

#footer a {
  color: #fff;
}

.inner-footer {
  width: 960px;
  margin: 0 auto;
}

/*
.inner-footer li {
  margin:0 0 15px 0;
    background:url(img/footer-icon.gif) left 2px no-repeat;
    padding:0 0 0 17px;
    line-height:1;
    font-size: 0.85em;
}



.menu-item a {
}
#footer .menu ul li {
    border: none;
}


.inner-footer ul {
    float: left;
    width: 180px;
    margin-right: 15px;
}
.inner-footer ul:last-child {
  margin-right:0;
}
.first-list {
  background:url(img/nav-icon.gif) left top no-repeat !important;
  padding:0 0 0 17px;
  font-size: 1em !important;
    font-weight: bold;
}

*/
#footer .menu-item-has-children, li.first-list {
  width: 190px;
  /* margin: 0 20px 0px 0; */
  line-height: 1;
  float: left;
  letter-spacing: 1px;
  font-weight: bold;
  list-style: url(img/nav-icon.gif);
}

#footer .sub-menu li {
  margin: 10px 0 15px 0;
  line-height: 1;
  font-size: 0.85em;
  font-weight: normal;
  list-style: url(img/footer-icon.gif);
}

#footer ul.sub-menu {
  font-size: 0.85em;
}

#footer .sub-menu li:first-child {
  margin-top: 20px;
}

#footer .menu-item:last-child {
  margin-right: 0;
}

.address-wrap {
  float: right;
}

.address-wrap address {
  float: left;
}

.address-wrap img {
  float: right;
  margin-left: 20px;
}

.footer-bottom {
  margin: 60px 0 0 0;
  line-height: 2;
  letter-spacing: 1px;
}

.copy {
  font-size: 0.64em;
  border-top: solid 1px #fff;
  padding: 20px 0 0 0;
  margin-top: 20px;
}

/* セカンド*/
.header-top {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
}

.header-top h1 {
  float: left;
  margin: 0 20px 0 0;
}

.header-top .sub-tit {
  float: left;
  margin: 0 !important;
}

.page-title,
#content h1 {
  background: url(img/tit-bg.png) center top no-repeat;
  border-top: solid 1px #fff;
  height: 137px;
  text-align: center;
  color: #000 !important;
  border-bottom: none !important;
  font-size: 2em !important;
  text-shadow: 1px 1px #fff;
  margin: 0 0 50px;
  border-left: none;
  padding: 0 !important;
  font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.title-line {
  overflow: hidden;
  text-align: center;
  padding: 25px  0 0 0;
}

.title-line span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  background: url(img/title-stork.png) 5px center no-repeat;
  padding: 30px 0.5em 30px 90px;
}

.title-line span:before,
.title-line span:after {
  border-top: 1px solid #a6acb3;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}

.title-line span:before {
  right: 100%;
}

.title-line span:after {
  left: 100%;
}

#content h3.content-title {
  display: none;
  clear: both;
  border-left: 0px;
  padding: 0 0 0 7px;
  font-size: 1.8em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

#content.subpage h3.content-title {
  display: block;
}

.entry-content,
.inner-main {
  width: 700px;
  float: left;
}

#sidebar, #side {
  width: 220px;
  float: right;
}

#wrap {
  padding-bottom: 60px;
}

.main-cont {
  width: 960px;
  margin: 0 auto 40px auto;
}

.post-title {
  font-size: 1.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
}

#sidebar li, #side li {
  list-style: none;
  margin: 0 0 8px 0;
  line-height: 1.5;
}

#header .menu-wrap {
  height: 90px;
}

#header .menu.fixed {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.content-description {
  width: 960px;
  margin: 0px auto;
  position: relative;
  top: -25px;
}

/*ブログ表示形式：写真大きく*/
.photo-blog .hentry {
  font-size: 0.95em;
  width: 150px;
  background: #FFF;
  border: 1px solid #f2f2f2;
  padding: 11px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.photo-blog .hentry .title {
  height: 5em;
  line-height: 1.4;
  padding-top: 5px;
}

a.blog-list-thum {
  display: block;
  width: 150px;
  height: 150px;
  background-position: center center;
  background-size: cover;
}

.blog-date {
  font-size: 0.75em;
  color: #808080;
  line-height: 1.2;
  text-align: right;
}

/*ーーーーーーーーーーーーーーーーーーー

 2019.3.28レスポンシブ対応用コード

 ーーーーーーーーーーーーーーーーーーー*/
#dropmenu {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 960px) {
  #dropmenu {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #dropmenu {
    width: 960px;
    height: 90px;
    padding-bottom: 0;
  }
}

#dropmenu li#lang-english, #dropmenu li#lang-nihongo {
  margin-right: 20px;
}

@media only screen and (min-width: 1025px) {
  #dropmenu li#lang-english, #dropmenu li#lang-nihongo {
    position: absolute !important;
    top: inherit;
    left: inherit;
    margin-right: 0;
  }
}

#dropmenu li#header-menu-search {
  position: relative;
  float: right;
  margin-right: 20px;
  margin-left: 400px;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  #dropmenu li#header-menu-search {
    position: absolute;
    float: none;
    margin-right: 0;
    margin-left: 0;
    top: inherit;
  }
}

@media only screen and (min-width: 768px) {
  #news {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  #news {
    margin-top: 40px;
  }
}

/*.gsc-search-box{
   position: relative;
  top: -2px;

     @include media(ltb){
  position: relative;
  top: -2px;

   }

   @include media(pc){
  position: relative;
  top: -4px;

   }
}
*/
#dropmenu li a {
  width: 175px;
}

@media only screen and (min-width: 1025px) {
  #dropmenu li a {
    width: 180px;
  }
}

#dropmenu > div > ul > li:nth-child(n+6) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 1025px) {
  #dropmenu > div > ul > li:nth-child(n+6) > a {
    border-bottom: none;
  }
}

.search-box {
  position: absolute;
  width: 100%;
  top: 37px;
  left: 0;
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.9);
}

.search-btn {
  display: block;
  position: absolute;
  right: 70px;
  top: 5px;
  font-size: 20px;
}

.fa-search:before {
  color: #e0251e;
}

input#gsc-i-id1 {
  border: none;
}

.gsc-control-searchbox-only table {
  margin-bottom: 0;
}

#wrap {
  padding-bottom: 0;
  padding-top: 93px;
}

@media only screen and (min-width: 768px) {
  #wrap {
    padding-bottom: 60px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #wrap {
    padding-bottom: 60px;
    padding-top: 0;
  }
}

.home #wrap {
  padding-top: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1025px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
}

.map-bg img {
  right: -10px;
}

@media only screen and (min-width: 960px) {
  .map-bg img {
    right: 70px;
  }
}

#contents {
  width: 100%;
  padding: 0 10px !important;
}

@media only screen and (min-width: 960px) {
  #contents {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1025px) {
  #contents {
    padding: 0 0px !important;
  }
}

.pc-none {
  display: inherit;
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sp-none {
    display: none;
  }
}

p.more {
  width: 100%;
  position: relative;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  p.more {
    width: 315px;
    top: 0;
  }
}

header.sp {
  background: #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header.sp .icon-upper {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

header.sp .icon-upper .lang {
  margin-left: 10px;
  font-weight: bold;
}

header.sp .icon-upper .lang a {
  text-decoration: none;
}

header.sp .icon-upper h1 {
  margin-left: 10px;
}

header.sp .icon-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}

header.sp .icon-btm .btm-l {
  margin-left: 10px;
}

header.sp .icon-btm a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}

header.sp .icon-btm .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-right: 10px;
}

header.sp .icon-btm .lang a:link {
  color: #000;
}

header.sp .icon-btm .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header.sp .icon-btm .lang .search {
  position: relative;
}

header.sp .icon-btm .lang .search::before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  font-family: "FontAwesome";
  content: "\f095";
  position: absolute;
  top: 0;
  background: #CCC;
}

header.sp .icon-btm img {
  height: auto;
  width: 200px;
}

header.sp h1 {
  width: 250px;
}

header.sp h1 img {
  width: 100%;
  height: auto;
}

#header {
  display: none;
}

@media only screen and (min-width: 768px) {
  #header {
    display: inherit;
  }
}

.map-sp {
  position: relative;
  top: -20px;
}

.map-sp img {
  width: 100%;
  height: auto;
}

.map-sp .txt {
  position: absolute;
  color: #000;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  position: absolute;
  top: 30%;
  font-size: 22px;
  left: 50px;
  line-height: 1.2em;
}

.sp-icon {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.sp-icon .img-100 {
  width: 100px;
  height: auto;
}

.sp-icon .img-stork {
  width: 90px;
  height: auto;
}

.sp-icon .count {
  font-size: 10px;
  top: 50px;
}

.home .news-cont {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .home .news-cont {
    width: 47%;
  }
}

@media only screen and (min-width: 1025px) {
  .home .news-cont {
    width: 290px;
  }
}

.home .news-cont p {
  width: 80%;
  margin-left: 10px;
}

@media only screen and (min-width: 1025px) {
  .home .news-cont p {
    width: 173px;
    margin-left: 0;
  }
}

#info-wrap {
  padding: 0 0px;
}

@media only screen and (min-width: 768px) {
  #info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
  }
}

#info-wrap .info-box {
  float: none;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  #info-wrap .info-box {
    font-size: 17px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #info-wrap .info-box {
    font-size: 1.57em;
  }
}

#info-wrap .info-box img {
  right: 10px;
}

@media only screen and (min-width: 1025px) {
  #info-wrap .info-box img {
    right: 30px;
  }
}

#main-cont {
  background: none;
  background-color: #d8eb99;
}

@media only screen and (min-width: 960px) {
  #main-cont {
    background: url(img/main-txt-bg.jpg) left top/contain no-repeat;
  }
}

#main-cont .txt-wrap {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  #main-cont .txt-wrap {
    width: 520px;
  }
}

#main-cont .main-cont-l {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
  #main-cont .main-cont-l {
    width: 325px;
  }
}

#main-cont .img-stork02 {
  margin: 20px auto 0;
  text-align: center;
  max-width: 280px;
}

#main-cont .img-stork02 img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 960px) {
  #main-cont .img-stork02 {
    display: none;
  }
}

#main-cont .video {
  text-align: center;
  float: none;
  width: auto;
}

@media only screen and (min-width: 960px) {
  #main-cont .video {
    float: right;
  }
}

#research {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  #research {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0;
  }
}

#research .research-cont {
  float: none;
  width: 100%;
  margin-bottom: 50px;
  background: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  #research .research-cont {
    width: 33%;
    margin-bottom: 0;
  }
}

#research .research-cont img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 960px) {
  #research .research-cont {
    width: 317px;
  }
}

#research .research-cont .research-txt img {
  width: inherit;
}

#research .research-cont .research-txt h3 {
  font-size: 1.3em;
}

@media only screen and (min-width: 768px) {
  #research .research-cont .research-txt h3 {
    font-size: 1.7em;
  }
}

#campus .campus-img {
  background: none;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  #campus .campus-img {
    background: url(img/campus-img.png) right center no-repeat;
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #campus .campus-img .img-campus {
    display: none;
  }
}

#campus .campus-img .img-campus img {
  width: 100%;
  height: auto;
}

#campus .campus-img .campus-tit {
  max-width: 80%;
  height: auto;
}

#campus .campus-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media only screen and (min-width: 768px) {
  #campus .campus-img ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

#campus .campus-img ul li {
  margin-left: 10px;
}

#campus .campus-img ul li img {
  width: 100%;
  height: auto;
}

#campus p {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #campus p {
    width: 474px;
  }
}

.park-tit {
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .park-tit {
    padding: 30px 0 20px 30px;
  }
}

.park-tit h3 {
  font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
  .park-tit h3 {
    font-size: 1.7em;
  }
}

.park-img {
  width: 100%;
  background: none;
}

@media only screen and (min-width: 1025px) {
  .park-img {
    width: 480px;
    background: url(img/park-img.jpg) left center no-repeat;
  }
}

.park-txt {
  width: 100%;
  position: inherit;
}

@media only screen and (min-width: 1025px) {
  .park-txt {
    width: 480px;
    position: absolute;
  }
}

.park-txt .park-logo {
  max-width: 250px;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .park-txt .park-logo {
    max-width: inherit;
  }
}

.img-parkin {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .img-parkin {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .img-parkin {
    display: none;
  }
}

.img-parkin img {
  width: 60%;
  height: auto;
}

.park-btn {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .park-btn {
    text-align: left;
  }
}

.park-btn a {
  margin-right: 0;
  margin-bottom: 10px;
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .park-btn a {
    margin-right: 10px;
  }
}

.bnr-list {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.bnr-list::after {
  content: "";
  display: block;
  width: 30%;
}

@media only screen and (min-width: 1025px) {
  .bnr-list::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .bnr-list {
    width: 960px;
    padding: 0;
    display: block;
  }
}

.bnr-list img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .bnr-list img {
    width: auto;
  }
}

.bnr-list .footerWidget {
  float: none;
  width: 30%;
  margin-right: 0;
}

@media only screen and (min-width: 1025px) {
  .bnr-list .footerWidget {
    float: left;
    margin-right: 13.3px;
    width: auto;
  }
}

#footer {
  padding: 0 0;
}

@media only screen and (min-width: 768px) {
  #footer {
    padding: 40px 0;
  }
}

.inner-footer {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .inner-footer {
    width: 960px;
    text-align: left;
  }
}

.address-wrap address {
  float: none;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (min-width: 960px) {
  .address-wrap address {
    float: left;
    text-align: left;
    margin-top: 0;
  }
}

.address-wrap {
  float: none;
}

@media only screen and (min-width: 960px) {
  .address-wrap {
    float: right;
  }
}

.address-wrap img {
  float: none;
  margin-left: 0;
}

@media only screen and (min-width: 960px) {
  .address-wrap img {
    float: right;
    margin-left: 20px;
  }
}

.footer-bottom {
  margin: 30px 0 0 0;
}

@media only screen and (min-width: 960px) {
  .footer-bottom {
    margin: 60px 0 0 0;
    padding: 0 30px;
  }
}

.copy {
  width: 95%;
  margin: 20px auto 0;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .copy {
    width: 100%;
  }
}

#footer-menu {
  display: none;
}

@media only screen and (min-width: 768px) {
  #footer-menu {
    display: inherit;
    text-align: left;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1025px) {
  #footer-menu {
    padding: 0;
  }
}

/*　投稿ページ */
.header-top {
  width: 100%;
  padding-left: 10px;
}

@media only screen and (min-width: 1025px) {
  .header-top {
    width: 960px;
    padding-left: 0;
  }
}

.title-line {
  width: 100%;
}

div#content {
  padding-top: 0px;
}

@media only screen and (min-width: 768px) {
  div#content {
    padding-top: 46px;
  }
}

@media only screen and (min-width: 960px) {
  div#content {
    padding-top: 46px;
  }
}

@media only screen and (min-width: 1025px) {
  div#content {
    padding-top: 0px;
  }
}

.main-cont {
  width: 100%;
  padding: 0 10px;
}

@media only screen and (min-width: 1025px) {
  .main-cont {
    width: 960px;
    margin: 0 auto 40px auto;
    padding: 0;
  }
}

.entry-content, .inner-main {
  float: none;
  width: 100%;
  padding: 0 10px;
}

@media only screen and (min-width: 1025px) {
  .entry-content, .inner-main {
    float: left;
    width: 700px;
    padding: 0;
  }
}

.inner-main .post img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .inner-main .post img {
    width: auto;
  }
}

#sidebar, #side {
  float: none;
  width: 100%;
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  #sidebar, #side {
    width: 220px;
    float: right;
    margin-top: 0;
  }
}

.post-title {
  font-size: 1.2em;
}

@media only screen and (min-width: 768px) {
  .post-title {
    font-size: 1.7em;
  }
}

.page-title, #content h1 {
  font-size: 1.4em !important;
}

@media only screen and (min-width: 768px) {
  .page-title, #content h1 {
    font-size: 2em !important;
  }
}

.comment-respond {
  display: none;
}

.page-title, #content h1 {
  background: url(img/tit-bg.png) -400px top/cover no-repeat;
}

@media only screen and (min-width: 768px) {
  .page-title, #content h1 {
    background: url(img/tit-bg.png) center top/cover no-repeat;
  }
}

.news-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .news-cont {
    width: 47%;
  }
}

@media only screen and (min-width: 1025px) {
  .news-cont {
    width: 330px;
    float: left;
  }
}

.news-cont p {
  width: 70%;
}

@media only screen and (min-width: 1025px) {
  .news-cont p {
    width: 213px;
  }
}

#content h3.content-title {
  font-size: 1.2em;
}

@media only screen and (min-width: 1025px) {
  #content h3.content-title {
    font-size: 1.8em;
  }
}

.info-box, h2, h3, h4 {
  font-size: 1.1em;
}

@media only screen and (min-width: 1025px) {
  .info-box, h2, h3, h4 {
    font-size: 1.57em;
  }
}

.content-description {
  width: 100%;
  padding: 0 10px;
}

@media only screen and (min-width: 1025px) {
  .content-description {
    width: 960px;
    padding: 0;
  }
}

/*　ハンバーガーメニュー */
.fat-nav #footer-menu {
  display: inherit;
  padding: 0;
  background: none;
  margin: 0;
}

.fat-nav .menu {
  background: transparent;
}

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: -10px;
  right: 0px;
  z-index: 9997;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    padding: 30px 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 12px;
  margin-bottom: 10px;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -10px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  transition-property: background-color, -webkit-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #FFF;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9996;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /*opacity: .9;*/
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.fat-nav.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  text-align: center;
  /*width: 96%;*/
  margin: 0 auto;
}

.fat-nav li,
.fat-nav a {
  color: #FFF;
  line-height: 3.5em;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  font-size: 1.0em;
  border-bottom: 1px dotted #CCC;
}

.fat-nav li a {
  text-decoration: none;
}

.fat-nav .inner {
  /*display: table-cell;*/
  vertical-align: middle;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  display: table;
  table-layout: fixed;
}

.fat-nav dl {
  border-bottom: 1px dotted #CCC;
  padding: 10px 0;
}

.fat-nav dt {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.fat-nav dt:after {
  content: "\f107";
  font-family: 'FontAwesome';
}

.fat-nav dt.ac:after {
  content: "\f106";
  font-family: 'FontAwesome';
}

/* swiperスライダ */
.swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-wrapper img {
  width: 100%;
  height: auto;
}

.swiper-container {
  padding-top: 93px;
}

.swiper-pagination-bullet {
  width: 30px !important;
  border-radius: 0 !important;
  height: 2px !important;
}

.swiper-pagination {
  position: relative !important;
  top: 5px;
}

.swiper-pagination-bullet-active {
  background: #e0251e !important;
}

/*　ドロップダウンカスタム */
.bellows.bellows-skin-blue-material {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: left !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-custom-content {
  border-bottom: 1px solid #999 !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu {
  background: rgba(0, 0, 0, 0.2) !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
  background: transparent !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-custom-content, .bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-widget .textwidget {
  color: #FFF !important;
  border-bottom: 1px solid #555 !important;
}

.bellows-target {
  text-align: left;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target {
  background: transparent !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target:hover {
  background: transparent !important;
}

.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-item > .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target {
  background: transparent !important;
}
