@charset "UTF-8";
/*-----------------------------------------------------
[ Default & Reset ]
------------------------------------------------------*/
/* line 11, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
::selection, ::-moz-selection {
  background: #ff0;
  color: #222; }

/* line 16, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* line 23, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
p {
  text-align: justify; }

/* line 27, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
a:focus {
  outline: none; }

/* line 31, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* line 38, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
dl dt {
  font-weight: bold; }
/* line 41, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
dl dd {
  margin: 0; }

/* line 46, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
img {
  box-shadow: #000 0 0 0;
  vertical-align: bottom;
  border-style: none;
  box-shadow: #000 0 0 0; }

/* line 54, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0; }

/*-----------------------------------------------------
[ Common ]
------------------------------------------------------*/
/* line 64, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
a:link, a:visited {
  text-decoration: underline;
  color: #222; }
/* line 68, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
a:hover {
  text-decoration: underline;
  color: #316745; }
/* line 72, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
a:active {
  text-decoration: underline;
  color: #222; }

/* line 78, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.none {
  display: none; }

/* line 82, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
h2 {
  margin-top: 2em; }

/* clearfix */
/* line 89, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.block-three:before, .block-three:after {
  content: " ";
  display: table; }

/* line 96, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Wrap:before, #Wrap:after {
  content: " ";
  display: table; }

/* line 103, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.inner:before, .inner:after {
  content: " ";
  display: table; }

/* line 110, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.mcfix:before, .mcfix:after {
  content: " ";
  display: table; }

/* line 116, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.block-three:after, #Wrap:after, .inner:after, .mcfix:after {
  clear: both; }

/* line 120, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.block-three, #Wrap, .inner, .mcfix {
  *zoom: 1; }

/* CSS buttons */
/* line 126, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.btn_1 {
  background-color: #1BA39C;
  display: inline-block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  /* line 137, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_1:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -6px;
    right: 16px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff; }
  /* line 151, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_1:link, .btn_1:visited {
    text-decoration: none !important;
    color: #fff !important; }
  /* line 155, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_1:hover {
    text-decoration: none !important;
    color: #316745 !important;
    background-color: #f7f7f7; }
    /* line 159, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    .btn_1:hover:after {
      border-left-color: #316745; }
  /* line 163, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_1:active {
    text-decoration: none;
    color: #222; }

/* line 169, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.btn_2 {
  background-color: #1BA39C;
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  /* line 181, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_2:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -6px;
    right: 16px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff; }
  /* line 195, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_2:link, .btn_2:visited {
    text-decoration: none !important;
    color: #fff !important; }
  /* line 199, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_2:hover {
    text-decoration: none !important;
    color: #316745 !important;
    background-color: #f7f7f7; }
    /* line 203, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    .btn_2:hover:after {
      border-left-color: #316745; }
  /* line 207, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .btn_2:active {
    text-decoration: none;
    color: #222; }

/*-----------------------------------------------------
[ Wrap ]
------------------------------------------------------*/
/* line 219, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
body {
  color: #222;
  font-size: 0.9em; }

/* line 224, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Wrap {
  min-width: 980px;
  overflow: hidden; }

/* line 229, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.inner {
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

/*-----------------------------------------------------
[ Header ]
------------------------------------------------------*/
/* line 243, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Head {
  color: #fff;
  background: #235234;
  /* Old browsers */
  background: -moz-linear-gradient(top, #235234 0%, #316745 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #235234), color-stop(100%, #316745));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #235234 0%, #316745 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #235234 0%, #316745 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #235234 0%, #316745 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #235234 0%, #316745 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235234', endColorstr='#316745',GradientType=0 );
  /* IE6-9 */ }
  /* line 261, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #Head h1 {
    float: left;
    margin: 31px 0 30px 1.2%; }

/* line 267, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#head_top a {
  color: #222;
  text-decoration: none; }
  /* line 270, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #head_top a:hover {
    color: #222;
    text-decoration: none; }

/* line 276, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#head_middle a {
  color: #fff;
  text-decoration: none; }
  /* line 279, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #head_middle a:hover {
    color: #fff;
    text-decoration: underline; }

/* line 285, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#head_bottom a {
  color: #fff;
  text-decoration: none; }
  /* line 288, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #head_bottom a:hover {
    color: #fff;
    text-decoration: none; }

/* line 294, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#head_top {
  background-color: #f1f1f1;
  border-bottom: 2px solid #11361d; }

/* line 299, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#head_bottom {
  background-color: #295b3b;
  border-top: 2px solid #235234; }

/*-----------------------------------------------------
[ ドロップダウン共通 ]
------------------------------------------------------*/
/* 親子共通 */
/* line 310, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.dropNav ul li {
  position: relative;
  float: left; }
  /* line 313, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .dropNav ul li a {
    display: block; }
/* line 319, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.dropNav > ul li ul {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 190px; }
  /* line 326, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .dropNav > ul li ul li {
    overflow: hidden;
    width: 100%;
    height: 0; }
    /* line 330, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    .dropNav > ul li ul li a {
      background: #eee; }
/* line 335, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.dropNav > ul li:hover > ul > li {
  overflow: visible;
  height: auto; }
/* line 339, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.dropNav > ul li ul li ul {
  top: 0;
  left: 100%; }
/* line 343, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.dropNav > ul li:last-child ul li ul {
  left: -100%;
  width: 100%; }
/* line 347, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.dropNav > ul li ul li ul:before {
  position: absolute;
  content: "";
  top: 17px;
  left: -15px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left-color: #fff; }
/* line 357, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.dropNav > ul li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 200%;
  margin-left: -15px;
  border: 3px solid transparent;
  border-right-color: #fff; }

/* 子、孫、ひ孫メニューに共通 */
/* マウスを乗せたとき */
/* 孫、ひ孫メニュー */
/* 下の階層があることを示す矢印 */
/* ターゲットメニュー */
/* line 384, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#targetNav > ul {
  float: left;
  border-left: 1px solid #ccc;
  position: relative; }
  /* line 385, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav > ul li a {
    width: 190px;
    padding: 0 1em;
    color: #666;
    font-weight: bold;
    font-size: 0.8em; }
  /* line 393, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav > ul > li:last-child a {
    width: 100px; }
  /* line 396, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav > ul > li > a {
    border-right: 1px solid #ccc;
    line-height: 30px; }
  /* line 400, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav > ul > li:hover > a {
    background-color: #ddd; }
  /* line 404, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav > ul > li > a:hover {
    background-color: #ddd; }
  /* line 407, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav > ul > li > a:before, #targetNav > ul > li > a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: -2px;
    top: 50%;
    right: 11px;
    border: 4px solid transparent;
    border-top-color: #316745; }
/* line 424, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#targetNav ul li ul li a {
  line-height: 1.2em;
  border-top: 1px dotted #ccc;
  background-color: #ddd;
  padding-top: 0.8em;
  padding-bottom: 0.8em; }
  /* line 430, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav ul li ul li a:hover {
    background-color: #ccc; }
/* line 434, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#targetNav > ul {
  position: absolute;
  right: 270px; }
  /* line 437, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #targetNav > ul > li {
    display: none; }
    /* line 439, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #targetNav > ul > li:last-child {
      display: block; }
      /* line 441, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #targetNav > ul > li:last-child > a {
        border-right: none; }

/* 初期は非表示 */
/* 検索フォーム */
/* line 453, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#searchform {
  float: right;
  color: #000;
  padding-top: 1px; }
  /* line 458, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #searchform input[type="text"] {
    width: 218px;
    border: 1px solid #ccc;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin-top: 1px; }
  /* line 466, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #searchform input[type="submit"] {
    width: 26px;
    height: 26px;
    background: #316745 url(../../imgs/icon_search.png) no-repeat center center;
    border: none;
    vertical-align: 0px; }

/* ヘッダーサブナビ */
/* line 479, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#head_middle .subNav ul {
  float: right; }
  /* line 481, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #head_middle .subNav ul li {
    float: left; }
    /* line 483, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #head_middle .subNav ul li a {
      line-height: 101px;
      padding-left: 40px;
      font-size: 0.9em;
      position: relative; }
/* line 491, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#head_middle .subNav > ul > li > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -6px;
  top: 50%;
  left: 30px;
  border: 4px solid transparent;
  border-left-color: #fff; }

/* グローバルメニュー */
/* line 507, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#gNav > ul {
  float: left;
  width: 100%;
  border-left: 1px solid #235234; }
  /* line 508, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #gNav > ul li a {
    text-align: center;
    font-weight: bold;
    padding-right: 1em;
    padding-left: 1em; }
  /* line 517, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #gNav > ul > li {
    width: 16.666666%; }
    /* line 519, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #gNav > ul > li > a {
      border-right: 1px solid #235234;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    /* line 524, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #gNav > ul > li:hover > a {
      background-color: #235234; }
    /* line 528, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #gNav > ul > li > a:hover {
      background-color: #235234; }
/* line 535, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#gNav ul li ul li a {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3em;
  background-color: #235234;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-top: 1px dotted #316745; }
  /* line 543, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #gNav ul li ul li a:hover {
    background-color: #316745; }

/* メインカルーセル */
/*.mainslide      { min-width: 960px; height: 400px; margin-bottom:50px; text-align:center; position: relative; background-color:#316745;}
.mainslide_wrap { max-width: 1140px; margin:auto; } */
/* line 553, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.mainslide {
  min-width: 1100px;
  height: 500px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  background-color: #000; }

/* line 562, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.mainslide_wrap {
  max-width: 1500px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -750px; }
  /* line 570, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .mainslide_wrap ul li h2 {
    display: none; }
  /* line 573, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .mainslide_wrap ul li .caption {
    position: relative;
    z-index: 1000;
    color: #fff;
    background: black; }

/* line 582, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.cs-title {
  width: 100%;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 220px;
  padding-top: 0; }
  /* line 588, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .cs-title p {
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
    font-size: 0.9rem; }

/*#slide_prev,
#slide_next { position: relative; }*/
/* line 599, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#slide_prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: url("../../imgs/prev.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px; }

/* line 611, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#slide_next:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: url("../../imgs/next.png") no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px; }

/*-----------------------------------------------------
[ Footer ]
------------------------------------------------------*/
/* line 627, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Foot {
  background-color: #f8f8f8;
  margin-top: 16px; }

/* line 632, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Foot_top {
  background-color: #f1f1f1;
  border-bottom: 1px solid #dfdfdf; }

/* line 637, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Foot_middle {
  border-top: 1px solid #fff;
  padding-bottom: 32px; }

/* line 642, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Foot_bottom {
  color: #fff;
  border-top: 1px solid #316745;
  background: #235234;
  /* Old browsers */
  background: -moz-linear-gradient(top, #235234 0%, #316745 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #235234), color-stop(100%, #316745));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #235234 0%, #316745 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #235234 0%, #316745 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #235234 0%, #316745 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #235234 0%, #316745 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235234', endColorstr='#316745',GradientType=0 );
  /* IE6-9 */ }

/* フッターサブナビ */
/* line 666, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Foot_top .subNav ul {
  float: left; }
  /* line 668, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #Foot_top .subNav ul li {
    float: left;
    margin-right: 20px; }
    /* line 671, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #Foot_top .subNav ul li a {
      line-height: 47px;
      padding-left: 18px;
      font-size: 0.9em;
      position: relative;
      text-decoration: none; }
/* line 680, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Foot_top .subNav > ul > li > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -4px;
  top: 50%;
  left: 10px;
  border: 4px solid transparent;
  border-left-color: #316745; }

/* このページのトップへ */
/* line 695, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.pageup {
  float: right; }
  /* line 697, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .pageup a {
    line-height: 47px;
    padding-left: 14px;
    position: relative;
    font-size: 0.9em; }
    /* line 702, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    .pageup a:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -8px;
      top: 50%;
      left: 0px;
      border: 5px solid transparent;
      border-bottom-color: #316745; }

/* line 716, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.under_pageup {
  margin-bottom: 2em; }

/* フッターサイトマップ */
/* line 723, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#footNav > ul > li {
  float: left;
  width: 16.666666%;
  padding-right: 12px;
  padding-top: 1em; }
  /* line 728, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #footNav > ul > li > a {
    font-weight: bold;
    text-decoration: none; }
  /* line 732, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #footNav > ul > li:last-child {
    padding-right: 0; }
  /* line 735, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #footNav > ul > li > ul {
    padding-top: 0.8em;
    border-top: 1px solid #dfdfdf; }
/* line 741, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#footNav ul li ul li {
  line-height: 1.3em;
  margin-bottom: 0.5em; }
  /* line 744, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #footNav ul li ul li a {
    font-size: 0.9em; }
/* line 748, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#footNav ul li ul.children {
  margin-top: 0.6em;
  margin-left: 1.0em; }

/* line 755, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#Foot_info {
  display: inline-block; }
  /* line 757, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #Foot_info dl {
    display: inline-block;
    line-height: 1.5em; }
  /* line 762, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #Foot_info > dt {
    float: left;
    padding: 20px 20px 20px 0; }
  /* line 766, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #Foot_info > dd {
    float: right;
    padding-left: 20px;
    border-left: 1px solid #dfdfdf;
    font-size: 0.9em; }
    /* line 771, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #Foot_info > dd > p {
      margin: 0 0 0.5em; }
  /* line 777, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #Foot_info > dd dt {
    clear: both;
    float: left;
    min-width: 240px; }
  /* line 782, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #Foot_info > dd dd {
    float: left; }

/* line 788, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#ssl {
  float: right;
  margin-top: 110px; }

/* line 792, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.copyright {
  clear: both; }

/*-----------------------------------------------------
-----------------------------------------------------
[ Top Page ]
-----------------------------------------------------
------------------------------------------------------*/
/* line 802, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.block-three {
  margin-left: -3.1914893617021276%;
  margin-bottom: 0; }

/* line 807, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.block-three-cont {
  float: left;
  margin-left: 3.1914893617021276%;
  width: 30.141843971631204%; }

/* line 813, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#top_target {
  margin-bottom: 32px; }
  /* line 815, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #top_target dl {
    margin-top: 0;
    margin-bottom: 0; }
    /* line 818, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_target dl dt {
      position: relative;
      border-top: 2px solid #316745; }
      /* line 822, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_target dl dt a img {
        width: 100%; }
      /* line 825, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_target dl dt a span {
        display: block;
        width: 100%;
        padding: 0.4em 0.8em;
        font-size: 1.3em;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        background: url("../../imgs/next_s.png") no-repeat right center;
        background-color: rgba(17, 54, 29, 0.9);
        font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
      /* line 838, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_target dl dt a:hover span {
        background-color: rgba(41, 91, 59, 0.7); }
    /* line 843, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_target dl dd {
      padding-top: 0.8em; }
  /* line 847, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #top_target ul {
    margin-top: 0;
    margin-bottom: 0; }

/* line 854, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#top_feedsnews {
  margin-bottom: 50px; }
  /* line 856, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #top_feedsnews:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }

/* line 865, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#top_feedsevents {
  margin-bottom: 50px; }

/* line 869, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.top_feedsarea {
  border-top: 2px solid #316745; }
  /* line 871, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .top_feedsarea h2 {
    display: inline-block;
    margin-top: 0.8em; }

/* line 877, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.feeds_nav {
  float: right;
  margin-top: 19px; }
  /* line 880, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .feeds_nav li {
    float: left;
    margin-left: 2em; }

/* line 886, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.feeds_nav_all:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 26px;
  height: 17px;
  background: url("../../imgs/sprite.png") no-repeat -200px -100px;
  margin-right: 8px; }

/* line 896, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.feeds_nav_blank:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 26px;
  height: 18px;
  background: url("../../imgs/sprite.png") no-repeat 0px -200px;
  margin-right: 8px; }

/* line 906, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#top_feedwrap {
  margin-bottom: 24px; }

/* line 910, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#top_feedsnews_area {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  /* line 914, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #top_feedsnews_area article {
    border-top: 1px solid #dfdfdf;
    width: calc(90% / 3);
    margin-right: 5%;
    margin-bottom: 20px; }
    /* line 919, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_feedsnews_area article:nth-of-type(3n) {
      margin-right: 0; }
    /* line 922, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_feedsnews_area article dl {
      padding-top: 10px; }
      /* line 924, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsnews_area article dl dt {
        font-weight: normal;
        font-size: 0.8em; }
        /* line 927, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
        #top_feedsnews_area article dl dt span {
          float: left;
          background: #222;
          color: #fff;
          padding: 0 0.4em; }
        /* line 933, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
        #top_feedsnews_area article dl dt date {
          float: right;
          text-align: right; }
      /* line 938, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsnews_area article dl dd {
        clear: both;
        padding-top: 0.9em;
        line-height: 1.3em; }

/* line 947, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#top_feedsevent_area {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf; }
  /* line 953, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #top_feedsevent_area article {
    width: calc(100% / 3);
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
    /* line 957, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_feedsevent_area article > p {
      float: left;
      width: 100px;
      margin: 16px; }
      /* line 961, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsevent_area article > p img {
        width: 100%;
        border: 1px solid #dbdbdb; }
    /* line 966, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_feedsevent_area article dl {
      float: right;
      margin-right: 16px;
      width: 100%;
      max-width: 228px; }
      /* line 971, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsevent_area article dl dt {
        font-weight: normal;
        font-size: 0.8em; }
        /* line 974, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
        #top_feedsevent_area article dl dt span {
          float: left;
          background: #222;
          color: #fff;
          padding: 0 0.4em; }
          /* line 979, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
          #top_feedsevent_area article dl dt span.cat-messepia {
            background: #d1603c; }
          /* line 982, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
          #top_feedsevent_area article dl dt span.cat-reserch {
            background: #435392; }
        /* line 986, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
        #top_feedsevent_area article dl dt date {
          float: right;
          text-align: right; }
      /* line 991, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsevent_area article dl dd {
        clear: both;
        padding-top: 0.9em;
        font-size: 0.85em;
        line-height: 1.3em; }
        /* line 996, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
        #top_feedsevent_area article dl dd strong {
          display: inline-block;
          margin-bottom: 8px;
          font-size: 1.2em; }
        /* line 1001, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
        #top_feedsevent_area article dl dd p {
          margin: 0;
          letter-spacing: normal;
          font-size: 0.9em; }

/* line 1012, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
#top_feedsresult {
  margin-bottom: 100px; }
  /* line 1014, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #top_feedsresult:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }
  /* line 1023, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  #top_feedsresult #top_feedsresult_area ul li {
    float: left;
    width: 32%;
    margin-right: 2%; }
    /* line 1027, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_feedsresult #top_feedsresult_area ul li:last-child {
      margin-right: 0; }
    /* line 1030, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    #top_feedsresult #top_feedsresult_area ul li a {
      text-decoration: none; }
      /* line 1032, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsresult #top_feedsresult_area ul li a p {
        max-height: 260px;
        overflow: hidden; }
        /* line 1035, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
        #top_feedsresult #top_feedsresult_area ul li a p img {
          width: 100%;
          margin-bottom: 5px; }
      /* line 1040, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsresult #top_feedsresult_area ul li a time {
        text-decoration: none;
        font-size: 0.9em; }
      /* line 1044, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
      #top_feedsresult #top_feedsresult_area ul li a h5 {
        font-size: 1.1em;
        font-weight: bold;
        margin: 0;
        text-decoration: underline; }

/* サブカルーセル */
/* line 1059, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.subslide {
  clear: both;
  min-width: 960px;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px; }

/* line 1068, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.subslide_wrap {
  position: absolute;
  width: 1960px;
  min-width: 1960px;
  left: 50%;
  margin-left: -980px; }

/* line 1076, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.carousel_sub li {
  float: left;
  margin: 0 10px; }
  /* line 1079, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .carousel_sub li a {
    border: 1px solid #dbdbdb;
    display: block; }
  /* line 1083, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .carousel_sub li h2 {
    display: none; }

/* line 1088, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.slide_prev_sub {
  display: block;
  width: 40px;
  height: 40px;
  background: #231815 url("../../imgs/prev.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: 49px;
  text-indent: -9999px; }

/* line 1099, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.slide_next_sub {
  display: block;
  width: 40px;
  height: 40px;
  background: #231815 url("../../imgs/next.png") no-repeat center center;
  position: absolute;
  right: 0px;
  top: 49px;
  text-indent: -9999px; }

/* line 1110, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.pager_sub {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 8px; }
  /* line 1116, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
  .pager_sub a {
    display: inline-block;
    margin: 0 10px;
    width: 8px;
    height: 8px;
    background: #bbb;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px; }
    /* line 1127, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    .pager_sub a.selected {
      background: #316745; }
    /* line 1130, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
    .pager_sub a span {
      display: none; }

/*-----------------------------------------------------
[ Opacity Rollover ]
------------------------------------------------------*/
/* line 1140, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.carousel_top li a:hover img, #top_feat td a:hover img {
  opacity: 0.75; }

/*-----------------------------------------------------
[ Rotate ]
------------------------------------------------------*/
/* line 1148, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.new_icon, .rotate {
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg); }

/* line 1163, ../../../../../../../../../yoshida/works/sass/tsjiba/sass/master.scss */
.post-type-archive-event .inner .btn, .post-type-archive-event_org .inner .btn {
  text-align: center;
  padding: 30px 0 10px 0;
  display: block; }
