@charset "UTF-8";
/**
 * style.css
 */
/* reset
--------------------------------------------------*/
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(slick.css);
@import url(lightbox.css);
/* html, body
--------------------------------------------------*/
body {
  background: #ffffff;
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* siteCommonStyle
--------------------------------------------------*/
/* selection */
/* a */
a {
  color: #1d743a;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* input */
input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 7px 4px 6px;
  border: #e0e0e0 solid 1px;
  background: #ffffff;
  font-size: 85.8%;
  vertical-align: top;
}

textarea {
  height: 10em;
}

/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* layout
--------------------------------------------------*/
/* noscript */
#noscript {
  position: relative;
  z-index: 5260;
  padding: 1em;
  border-bottom: #000000 solid 1px;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
#noscript span {
  color: #ff0000;
}

/* wrapper */
.wrap {
  zoom: 1;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.wrap:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

@media only screen and (max-width: 767px) {
  #container {
    position: relative;
    z-index: 1;
  }
}
/* header */
#header {
  position: relative;
  margin-bottom: 85px;
  padding-top: 60px;
  border-bottom: #ececec solid 1px;
}
#header #headerArea01 .logo {
  text-align: center;
}
#header #headerArea01 .logo img {
  max-width: 100%;
  height: auto;
}
#header #headerArea01 #spMenu {
  display: none;
}
#header #headerArea02 {
  margin-top: 45px;
}
#header #headerArea02 #gNav .nav {
  display: table;
  margin: 0 auto;
}
#header #headerArea02 #gNav .nav li {
  display: table-cell;
  padding: 0 30px;
}
#header #headerArea02 #gNav .nav li a {
  display: table;
  height: 69px;
  margin: 0 auto;
  border-bottom: transparent solid 1px;
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 107.2%;
  text-align: center;
  text-decoration: none;
}
#header #headerArea02 #gNav .nav li a:hover {
  color: #1d743a;
  border-bottom-color: #1d743a;
}
#header #headerArea02 #gNav .nav li a span {
  display: table-cell;
  vertical-align: middle;
}
#header #headerArea02 #gNav .nav li.current-menu-item a, #header #headerArea02 #gNav .nav li.current-page-ancestor a {
  color: #1d743a;
  border-bottom-color: #1d743a;
}
#header #headerArea02 #gNav .widgetWrap {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (max-width: 1039px) {
  #header {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: none;
  }
  #header #headerArea01 {
    display: block;
    position: relative;
  }
  #header #headerArea01 .logo {
    display: block;
    padding-right: 70px;
    text-align: left;
    line-height: 1;
  }
  #header #headerArea01 .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 40px;
  }
  #header #headerArea01 #spMenu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
  }
  #header #headerArea01 #spMenu:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #1d743a;
  }
  .navOPEN #header #headerArea01 #spMenu:before {
    display: none;
  }
  #header #headerArea01 #spMenu a {
    display: block;
    overflow: hidden;
    width: 28px;
    height: 28px;
    border: #1d743a solid 1px;
    text-indent: -5260px;
  }
  #header #headerArea01 #spMenu a:before, #header #headerArea01 #spMenu a:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #1d743a;
  }
  #header #headerArea01 #spMenu a:before {
    top: 7px;
  }
  #header #headerArea01 #spMenu a:after {
    top: 21px;
  }
  .navOPEN #header #headerArea01 #spMenu a {
    background: #1d743a;
  }
  .navOPEN #header #headerArea01 #spMenu a:before, .navOPEN #header #headerArea01 #spMenu a:after {
    top: 50%;
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
    background: #ffffff;
  }
  .navOPEN #header #headerArea01 #spMenu a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navOPEN #header #headerArea01 #spMenu a:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header #headerArea02 {
    position: relative;
    margin: 0 -20px;
  }
  #header #headerArea02 #gNav {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 0 20px;
    background: #ffffff;
  }
  .navOPEN #header #headerArea02 #gNav {
    display: block;
  }
  #header #headerArea02 #gNav .nav {
    display: block;
  }
  #header #headerArea02 #gNav .nav li {
    display: block;
    padding: 0;
    border-bottom: #dfdfdf solid 1px;
  }
  #header #headerArea02 #gNav .nav li:first-child {
    border-top: #dfdfdf solid 1px;
  }
  #header #headerArea02 #gNav .nav li a {
    display: block;
    height: auto;
    padding: 16px 0;
    border-bottom: none;
  }
  #header #headerArea02 #gNav .nav li a span {
    display: inline;
  }
  #header #headerArea02 #gNav .widgetWrap {
    position: static;
    margin-top: 20px;
  }
  #header #headerArea02 #gNav .widgetWrap .sns {
    text-align: center;
  }
}
/* content */
#contentTitle {
  margin-bottom: 50px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 285.8%;
  line-height: 1.5;
  text-align: center;
}

#content.twoColMain {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-right: 300px;
}
#content .pageTitle {
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 235.8%;
  line-height: 1.5;
}
#content .entry {
  padding: 19px 29px 29px;
  border: #dfdfdf solid 1px;
}
#content .entry header {
  overflow: hidden;
  position: relative;
  margin: 0 -29px 30px;
  padding: 0 29px;
  border-bottom: #1d743a solid 1px;
}
#content .entry header .meta {
  margin-bottom: 5px;
  color: #1d743a;
  font-size: 85.8%;
  line-height: 1.5;
}
#content .entry header .ttl {
  padding-bottom: 9px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 171.5%;
  line-height: 1.5;
}
#content .entry footer {
  zoom: 1;
  margin-top: 20px;
}
#content .entry footer:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#content .entry footer .sns {
  zoom: 1;
  float: right;
}
#content .entry footer .sns:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#content .entry footer .sns li {
  float: left;
  margin-left: 10px;
}
#content .entry footer .sns li:first-child {
  margin-left: 0;
}
#content .entry footer .sns li iframe {
  vertical-align: bottom;
}
#content .nextprev {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
}
#content .nextprev li {
  display: table-cell;
}
#content .nextprev li a {
  position: relative;
  color: #333333;
}
#content .nextprev li a:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
}
#content .nextprev li.prev {
  text-align: left;
}
#content .nextprev li.prev a {
  padding-left: 10px;
}
#content .nextprev li.prev a:before {
  left: 0;
  border-right: #1d743a solid 6px;
}
#content .nextprev li.next {
  text-align: right;
}
#content .nextprev li.next a {
  padding-right: 10px;
}
#content .nextprev li.next a:before {
  right: 0;
  border-left: #1d743a solid 6px;
}
#content .body {
  zoom: 1;
}
#content .body:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#content .body *:first-child,
#content .body h1 + *,
#content .body h2 + *,
#content .body h3 + *,
#content .body h4 + *,
#content .body h5 + *,
#content .body h6 + * {
  margin-top: 0 !important;
}
#content .body h1 {
  margin: 60px 0 40px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 285.8%;
  line-height: 1.5;
}
#content .body h2 {
  margin: 60px 0 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 214.3%;
  line-height: 1.5;
}
#content .body h3 {
  margin: 50px 0 40px;
  padding-bottom: 5px;
  border-bottom: #1d743a solid 1px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 157.2%;
  line-height: 1.5;
}
#content .body h4 {
  margin: 30px 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 114.3%;
  line-height: 1.5;
}
#content .body h5 {
  margin: 20px 0 10px;
  color: #1d743a;
  font-weight: bold;
}
#content .body h6 {
  margin: 20px 0 5px;
}
#content .body p {
  margin-top: 1.72em;
}
#content .body .wp-caption,
#content .body .aligncenter.wp-caption,
#content .body .alignright.wp-caption,
#content .body .alignleft.wp-caption {
  margin-top: 1.72em;
}
#content .body .wp-caption figcaption,
#content .body .aligncenter.wp-caption figcaption,
#content .body .alignright.wp-caption figcaption,
#content .body .alignleft.wp-caption figcaption {
  margin-top: 5px;
}
#content .body ul {
  margin-top: 1.72em;
}
#content .body ul > li {
  margin-top: 5px;
  padding-left: 15px;
}
#content .body ul > li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 9px 0 -15px;
  border-radius: 3px;
  background: #1d743a;
  vertical-align: middle;
}
#content .body ol {
  counter-reset: number;
  margin-top: 1.72em;
}
#content .body ol > li {
  margin-top: 5px;
  padding-left: 1.5em;
}
#content .body ol > li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  width: 1.3em;
  margin: 0 0.2em 0 -1.5em;
  color: #1d743a;
  vertical-align: middle;
}
#content .body blockquote {
  margin-top: 1.72em;
  padding: 19px;
  border: #e5e5e5 solid 1px;
}
#content .body hr {
  width: 100%;
  margin: 3.44em 0;
  padding: 0;
  border: none;
  border-top: #e9e9e9 solid 1px;
}
#content .body .table {
  margin-top: 1.72em;
}
#content .body .table table {
  width: 100%;
  margin-top: 1.72em;
  border-collapse: collapse;
  border-spacing: 0;
}
#content .body .table table th, #content .body .table table td {
  padding: 18px 19px 17px;
  border: #dfdfdf dotted 1px;
}
#content .body .table table th {
  background: #f8f8f8;
  font-weight: bold;
}
#content .body .table.table01 table th {
  width: 25%;
}
#content .body .table.table02 table th,
#content .body .table.table02 table td {
  text-align: center;
}
#content .body .menu {
  zoom: 1;
  margin: 60px 0;
  padding-left: 60px;
}
#content .body .menu:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#content .body .menu:last-child {
  margin-bottom: 0;
}
#content .body .menu .block {
  float: left;
  width: 50%;
  margin-top: 60px;
  margin-left: 60px;
}
#content .body .menu .block:nth-child(odd) {
  clear: left;
  margin-left: -60px;
}
#content .body .menu .block:first-child, #content .body .menu .block:nth-child(2) {
  margin-top: 0;
}
#content .body .menu .block > dt {
  margin-bottom: 10px;
  border-bottom: #1d743a solid 1px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 157.2%;
}
#content .body .menu .block > dd ul li {
  display: table;
  width: 100%;
  margin-top: 0;
  padding: 13px 0 12px;
  border-bottom: #dfdfdf dotted 1px;
}
#content .body .menu .block > dd ul li:before {
  display: none;
}
#content .body .menu .block > dd ul li .name,
#content .body .menu .block > dd ul li .price {
  display: table-cell;
  vertical-align: top;
}
#content .body .menu .block > dd ul li .price {
  padding-left: 1em;
  text-align: right;
}
#content .body img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
#content .body .alignleft {
  display: inline;
  float: left;
  margin: 0 1.72em 1.72em 0;
}
#content .body .alignright {
  display: inline;
  float: right;
  margin: 0 0 1.72em 1.72em;
}
#content .body .aligncenter {
  display: block;
  margin: 0 auto 1.72em;
  text-align: center;
}
#content .body iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#content .pagenation {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 60px;
}
#content .pagenation ul {
  position: relative;
  left: 50%;
  float: left;
}
#content .pagenation ul li {
  position: relative;
  left: -50%;
  float: left;
  padding: 2px 5px;
}
#content .pagenation ul li a {
  display: block;
  min-width: 19px;
  padding: 3px 2px 2px;
  border: #dfdfdf solid 1px;
  border-radius: 12px;
  color: #333333;
  font-size: 85.8%;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}
#content .pagenation ul li a.current, #content .pagenation ul li a:hover {
  border-color: #1d743a;
  background: #1d743a;
  color: #ffffff;
}
#content #notfound {
  text-align: center;
}
#content .galleryText {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #content.twoColMain {
    float: none;
    padding-right: 0;
  }
  #content .entry {
    padding: 19px;
  }
  #content .entry header {
    overflow: hidden;
    position: relative;
    margin: 0 -19px 20px;
    padding: 0 19px;
  }
  #content .nextprev {
    margin-top: 20px;
  }
  #content .body .wp-caption {
    max-width: 100%;
  }
  #content .body .table.table01 {
    display: block;
    border-top: #dfdfdf dotted 1px;
  }
  #content .body .table.table01 tr {
    display: block;
  }
  #content .body .table.table01 tr th, #content .body .table.table01 tr td {
    display: block;
    width: auto;
    border-top: none;
  }
  #content .body .table.table02 {
    width: 100%;
    overflow: auto;
  }
  #content .body .table.table02::-webkit-scrollbar {
    height: 5px;
  }
  #content .body .table.table02::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eeeeee;
  }
  #content .body .table.table02::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666666;
  }
  #content .body .table.table02 table {
    width: 727px;
  }
  #content .body .menu {
    padding-left: 0;
  }
  #content .body .menu .block {
    float: none;
    width: auto;
    margin-left: 0;
  }
  #content .body .menu .block:nth-child(odd) {
    margin-left: 0;
  }
  #content .body .menu .block:nth-child(2) {
    margin-top: 60px;
  }
  #content .body .alignleft {
    display: block;
    float: none;
    margin: 0 auto 1.72em;
  }
  #content .body .alignright {
    display: block;
    float: none;
    margin: 0 auto 1.72em;
  }
  #content .body .aligncenter {
    display: block;
    margin: 0 auto 1.72em;
  }
  #content .pagenation ul li {
    display: none;
  }
  #content .pagenation ul li.prev, #content .pagenation ul li.next {
    display: block;
  }
}
/* sidebar */
#sidebar.twoColSub {
  float: right;
  width: 240px;
  margin-left: -240px;
}

@media only screen and (max-width: 767px) {
  #sidebar.twoColSub {
    float: none;
    width: auto;
    margin-top: 60px;
    margin-left: 0;
  }
}
/* widget */
#content .widgetWrap {
  margin-top: 60px;
}
#content .widgetWrap:first-child {
  margin-top: 0;
}
#content .pageTitle + .widgetWrap {
  margin-top: 40px;
}
.widgetWrap .widgetGroup {
  zoom: 1;
  margin-top: 40px;
}
.widgetWrap .widgetGroup:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widgetGroup:first-child {
  margin-top: 0;
}
.widgetWrap .widgetGroup .widget {
  float: left;
  margin: 0 0 0 40px;
}
.widgetWrap .widget {
  margin-top: 40px;
}
.widgetWrap .widget:first-child {
  margin-top: 0;
}
.widgetWrap .widget .widgetTitle01 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: #1d743a solid 1px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 142.9%;
  font-weight: bold;
}
.widgetWrap .widget .list01 li {
  margin-top: 8px;
}
.widgetWrap .widget .list01 li:first-child {
  margin-top: 0;
}
.widgetWrap .widget .list01 li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #333333;
  text-decoration: none;
}
.widgetWrap .widget .list01 li a:hover {
  color: #1d743a;
  text-decoration: underline;
}
.widgetWrap .widget .list01 li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
  border-left: #1d743a solid 7px;
}
.widgetWrap .widget .list01 li .children {
  margin-top: 8px;
  padding-left: 20px;
}
.widgetWrap .widget .list01 li .children li .children {
  margin-top: 5px;
}
.widgetWrap .widget .list01 li .children li .children li {
  margin-top: 5px;
}
.widgetWrap .widget .list01 li .children li .children li a {
  font-size: 85.8%;
}
.widgetWrap .widget .list01 li .children li .children li a:before {
  top: 0.1em;
  width: 10px;
  height: 10px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background: url(../imgs/arw-children.gif) no-repeat center center;
}
.widgetWrap .widget .list01 li.current_page_item > a {
  color: #1d743a;
  text-decoration: underline;
}
.widgetWrap .widget .list01 li.page_item .children {
  display: none;
}
.widgetWrap .widget .list01 li.page_item.current_page_item > .children, .widgetWrap .widget .list01 li.page_item.current_page_ancestor > .children {
  display: block;
}
.widgetWrap .widget .select select {
  margin: 0;
}
.widgetWrap .widget .news01 {
  margin-top: -15px;
}
.widgetWrap .widget .news01 li {
  border-bottom: #cccccc dotted 1px;
}
.widgetWrap .widget .news01 li a {
  zoom: 1;
  display: block;
  padding: 15px 0;
  color: #333333;
  line-height: 1.5;
  text-decoration: none;
}
.widgetWrap .widget .news01 li a:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget .news01 li a .text .meta {
  color: #999999;
}
.widgetWrap .widget .news01 li a .text .ttl {
  text-decoration: underline;
}
.widgetWrap .widget .news01 li a:hover .text .ttl {
  color: #1d743a;
  text-decoration: none;
}
.widgetWrap .widget .news02 {
  margin-top: -15px;
}
.widgetWrap .widget .news02 li {
  border-bottom: #cccccc dotted 1px;
}
.widgetWrap .widget .news02 li a {
  zoom: 1;
  display: block;
  padding: 11px 0 10px;
  color: #333333;
  line-height: 1.5;
  text-decoration: none;
}
.widgetWrap .widget .news02 li a:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget .news02 li a .date {
  display: block;
  float: left;
  margin-right: 15px;
  color: #999999;
}
.widgetWrap .widget .news02 li a .ttl {
  display: block;
  overflow: hidden;
  text-decoration: underline;
}
.widgetWrap .widget .news02 li a:hover .ttl {
  color: #1d743a;
  text-decoration: none;
}
.widgetWrap .widget.pageWidget {
  border: #ececec solid 1px;
}
.widgetWrap .widget.pageWidget .widgetTitle01 {
  margin-bottom: 0;
  padding: 0;
}
.widgetWrap .widget.pageWidget .widgetTitle01 a {
  display: block;
  padding: 8px 19px 7px;
  text-decoration: none;
}
.widgetWrap .widget.pageWidget .widgetTitle01 a.current, .widgetWrap .widget.pageWidget .widgetTitle01 a:hover {
  background: #f1fdf5;
}
.widgetWrap .widget.pageWidget .list01 li {
  margin-top: 0;
  padding: 13px 19px 12px;
  border-top: #ececec solid 1px;
  background: #ffffff;
}
.widgetWrap .widget.pageWidget .list01 li:first-child {
  border-top: none;
}
.widgetWrap .widget.pageWidget .list01 li a:hover {
  color: #1d743a;
  text-decoration: none;
}
.widgetWrap .widget.pageWidget .list01 li .children {
  margin: 12px -19px -12px;
  padding-left: 0;
  border-top: #ececec solid 1px;
  background: #ffffff;
}
.widgetWrap .widget.pageWidget .list01 li .children li .children {
  margin: 12px -19px -12px;
}
.widgetWrap .widget.pageWidget .list01 li .children li .children li {
  margin-top: 0;
}
.widgetWrap .widget.pageWidget .list01 li .children li .children li a {
  font-size: 100%;
}
.widgetWrap .widget.pageWidget .list01 li .children li .children li a:before {
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-image: url(../imgs/arw-children2.gif);
}
.widgetWrap .widget.pageWidget .list01 li .children li a {
  padding-left: 30px;
}
.widgetWrap .widget.pageWidget .list01 li .children li a:before {
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-image: url(../imgs/arw-children2.gif);
}
.widgetWrap .widget.pageWidget .list01 li .children li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: 17px;
  width: 0;
  height: 0;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
  border-left: #1d743a solid 7px;
}
.widgetWrap .widget.pageWidget .list01 li.current_page_item {
  background: #f1fdf5;
}
.widgetWrap .widget.pageWidget .list01 li.current_page_item > a {
  color: #333333;
  text-decoration: none;
}
.widgetWrap .widget.pageWidget .list01 li.page_item .children {
  display: none;
}
.widgetWrap .widget.pageWidget .list01 li.page_item.current_page_item > .children, .widgetWrap .widget.pageWidget .list01 li.page_item.current_page_ancestor > .children {
  display: block;
}
.widgetWrap .widget.formWidget form {
  position: relative;
}
.widgetWrap .widget.formWidget form .input {
  margin-top: 10px;
}
.widgetWrap .widget.formWidget form .input:first-child {
  margin-top: 0;
}
.widgetWrap .widget.formWidget form .input input {
  max-width: 290px;
}
.widgetWrap .widget.formWidget form .input textarea {
  height: 90px;
}
.widgetWrap .widget.formWidget form .submit {
  margin-top: 10px;
}
.widgetWrap .widget.formWidget form .submit input {
  display: block;
  margin: 0;
  padding: 4px 15px;
  border: none;
  border-radius: 0;
  background: #999999;
  color: #ffffff;
  font-size: 85.8%;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
}
.widgetWrap .widget.formWidget form .submit input:hover {
  background: #1d743a;
}
.widgetWrap .widget.formWidget form .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url(../imgs/loading.gif) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.75);
}
.widgetWrap .widget.newsWidget .news01 {
  font-size: 85.8%;
}
.widgetWrap .widget.newsWidget .btn {
  margin-top: 20px;
  text-align: right;
}
.widgetWrap .widget.newsWidget .btn a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #333333;
  font-size: 85.8%;
  text-decoration: none;
}
.widgetWrap .widget.newsWidget .btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
  border-left: #1d743a solid 7px;
}
.widgetWrap .widget.newsWidget .btn a:hover {
  color: #1d743a;
}
.widgetWrap .widget.snsWidget {
  white-space: nowrap;
}
.widgetWrap .widget.snsWidget .sns li {
  display: inline-block;
  margin-left: 10px;
}
.widgetWrap .widget.snsWidget .sns li:first-child {
  margin-left: 0;
}
.widgetWrap .widget.snsWidget .sns li a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.widgetWrap .widget.snsWidget .sns li a.rss {
  background: #e4a460;
}
.widgetWrap .widget.snsWidget .sns li a.twitter {
  background: #85ccef;
}
.widgetWrap .widget.snsWidget .sns li a.facebook {
  background: #5c79bc;
}
.widgetWrap .widget.snsWidget .sns li a.instagram {
  background: #af6aad;
}
.widgetWrap .widget.snsWidget .sns li a span {
  display: none;
}
.widgetWrap .widget.imageWidget a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.widgetWrap .widget.imageWidget a:hover .image {
  opacity: 0.8;
}
.widgetWrap .widget.imageWidget .image {
  overflow: hidden;
  width: 100%;
}
.widgetWrap .widget.imageWidget .image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.widgetWrap .widget.imageWidget .ttl {
  margin-top: 10px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 114.3%;
}
.widgetWrap .widget.imageWidget .txt {
  margin-top: 5px;
}
.widgetWrap .widget.relatedWidget .news02 {
  font-size: 85.8%;
}
.widgetWrap .widget.listWidget {
  border-top: #cccccc dotted 1px;
}
.widgetWrap .widget.listWidget .news01 {
  margin-top: 0;
}
.widgetWrap .widget.listWidget .news01 li a .text .meta {
  color: #1d743a;
}
.widgetWrap .widget.galleryWidget .galleryList {
  zoom: 1;
  width: 920px;
  margin: -40px auto 0;
}
.widgetWrap .widget.galleryWidget .galleryList:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget.galleryWidget .galleryList li {
  overflow: hidden;
  float: left;
  width: 200px;
  height: 150px;
  padding: 40px 0 0 40px;
}
.widgetWrap .widget.galleryWidget .galleryList li:nth-child(4n+1) {
  padding-left: 0;
}
.widgetWrap .widget.galleryWidget .galleryList li a:hover {
  opacity: 0.8;
}
.widgetWrap .widget.commentWidget #comments .commentsList {
  margin-top: -19px;
  border-bottom: #cccccc dotted 1px;
}
.widgetWrap .widget.commentWidget #comments .commentsList li {
  padding: 19px 0;
  border-top: #cccccc dotted 1px;
}
.widgetWrap .widget.commentWidget #comments .commentsList li:first-child {
  border-top: none;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .meta {
  zoom: 1;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .meta:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .meta .date {
  float: right;
  color: #999999;
  font-size: 85.8%;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .meta .author {
  font-weight: bold;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .comment {
  zoom: 1;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .comment:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .reply {
  margin-top: 20px;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .reply a {
  display: inline-block;
  padding: 4px 15px;
  background: #999999;
  color: #ffffff;
  font-size: 85.8%;
  line-height: 1;
  text-decoration: none;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .reply a:hover {
  background: #1d743a;
}
.widgetWrap .widget.commentWidget #comments .commentsList li .children {
  border-top: #cccccc dotted 1px;
  margin: 19px 0 -19px;
  padding-left: 40px;
}
.widgetWrap .widget.commentWidget #comments #respond {
  margin-top: 40px;
  padding: 29px;
  border: #e5e5e5 solid 1px;
  border-top-color: #1d743a;
}
.widgetWrap .widget.commentWidget #comments #respond:first-child {
  margin-top: 0;
}
.widgetWrap .widget.commentWidget #comments #respond #reply-title {
  margin-bottom: 20px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 142.9%;
}
.widgetWrap .widget.commentWidget #comments #respond #reply-title small {
  font-size: 70%;
}
.widgetWrap .widget.commentWidget #comments #respond .logged-in-as {
  margin-bottom: 10px;
}
.widgetWrap .widget.commentWidget #comments #respond dl dt {
  float: left;
  padding: 3px 0;
}
.widgetWrap .widget.commentWidget #comments #respond dl dd {
  margin: 0 0 15px 12em;
}
.widgetWrap .widget.commentWidget #comments #respond dl dd input[type="text"],
.widgetWrap .widget.commentWidget #comments #respond dl dd input[type="email"],
.widgetWrap .widget.commentWidget #comments #respond dl dd input[type="url"] {
  max-width: 240px;
}
.widgetWrap .widget.commentWidget #comments #respond dl dd.form-submit {
  margin-top: 20px;
  margin-bottom: 0;
}
.widgetWrap .widget.commentWidget #comments #respond dl dd.form-submit #submit {
  display: block;
  margin: 0;
  padding: 4px 15px;
  border: none;
  border-radius: 0;
  background: #999999;
  color: #ffffff;
  font-size: 85.8%;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
}
.widgetWrap .widget.commentWidget #comments #respond dl dd.form-submit #submit:hover {
  background: #1d743a;
}
.widgetWrap.oneCol .widget {
  float: none;
  width: 100%;
  margin-left: 0;
}
.widgetWrap.twoCol {
  zoom: 1;
}
.widgetWrap.twoCol:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap.twoCol .widgetGroup {
  padding-left: 40px;
}
.widgetWrap.twoCol .widgetGroup .widget {
  width: 50%;
}
.widgetWrap.twoCol .widgetGroup .widget:first-child {
  margin-left: -40px;
}
.widgetWrap.threeCol {
  zoom: 1;
}
.widgetWrap.threeCol:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap.threeCol .widgetGroup {
  padding-left: 80px;
}
.widgetWrap.threeCol .widgetGroup .widget {
  width: 33.3%;
}
.widgetWrap.threeCol .widgetGroup .widget:first-child {
  margin-left: -80px;
}

@media only screen and (max-width: 960px) {
  .widgetWrap .widget.galleryWidget .galleryList {
    width: 680px;
  }
  .widgetWrap .widget.galleryWidget .galleryList li:nth-child(4n+1) {
    padding-left: 40px;
  }
  .widgetWrap .widget.galleryWidget .galleryList li:nth-child(3n+1) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #content .widgetWrap {
    margin-top: 40px;
  }
  .widgetWrap .widgetGroup .widget {
    float: none;
    margin: 40px 0 0;
  }
  .widgetWrap .widgetGroup .widget:first-child {
    margin-top: 0;
  }
  .widgetWrap .widget {
    float: none;
    margin-left: 0;
  }
  .widgetWrap .widget.commentWidget #comments .commentsList li .children {
    padding-left: 20px;
  }
  .widgetWrap .widget.commentWidget #comments #respond {
    margin-top: 20px;
    padding: 19px;
  }
  .widgetWrap .widget.commentWidget #comments #respond #reply-title small {
    display: inline-block;
  }
  .widgetWrap .widget.commentWidget #comments #respond dl dt {
    float: none;
    margin-bottom: 5px;
    padding: 0;
  }
  .widgetWrap .widget.commentWidget #comments #respond dl dd {
    margin-left: 0;
  }
  .widgetWrap .widget.commentWidget #comments #respond dl dd input[type="text"],
  .widgetWrap .widget.commentWidget #comments #respond dl dd input[type="email"],
  .widgetWrap .widget.commentWidget #comments #respond dl dd input[type="url"] {
    max-width: none;
  }
  .widgetWrap.twoCol .widgetGroup {
    padding-left: 0;
  }
  .widgetWrap.twoCol .widgetGroup .widget {
    width: auto;
  }
  .widgetWrap.twoCol .widgetGroup .widget:first-child {
    margin-left: 0;
  }
  .widgetWrap.threeCol .widgetGroup {
    padding-left: 0;
  }
  .widgetWrap.threeCol .widgetGroup .widget {
    width: auto;
  }
  .widgetWrap.threeCol .widgetGroup .widget:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 720px) {
  .widgetWrap .widget.galleryWidget .galleryList {
    margin-top: -20px;
    width: 420px;
  }
  .widgetWrap .widget.galleryWidget .galleryList li {
    padding: 20px 0 0 20px;
  }
  .widgetWrap .widget.galleryWidget .galleryList li:nth-child(3n+1) {
    padding-left: 20px;
  }
  .widgetWrap .widget.galleryWidget .galleryList li:nth-child(odd) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 460px) {
  .widgetWrap .widget.galleryWidget .galleryList {
    zoom: 1;
    width: 200px;
  }
  .widgetWrap .widget.galleryWidget .galleryList:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .widgetWrap .widget.galleryWidget .galleryList li {
    padding-left: 0 !important;
  }
}
/* footer */
#footer {
  position: relative;
  margin-top: 100px;
  padding-bottom: 30px;
}
#footer #pageTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#footer #pageTop.bottom {
  position: absolute;
  top: 5px;
  bottom: auto;
}
#footer #pageTop a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 28px;
  height: 28px;
  border: #dfdfdf solid 1px;
  border-radius: 15px;
  background: #ffffff;
  text-indent: -5260px;
  text-decoration: none;
}
#footer #pageTop a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.6em;
  color: #dfdfdf;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  text-indent: 0;
}
#footer #pageTop a:hover {
  background: #dfdfdf;
}
#footer #pageTop a:hover:before {
  color: #ffffff;
}
#footer #footerArea01 {
  border-bottom: #ececec solid 1px;
}
#footer #footerArea01 #fNav {
  margin-bottom: -1px;
}
#footer #footerArea01 #fNav .nav {
  display: table;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 85.8%;
}
#footer #footerArea01 #fNav .nav li {
  display: table-cell;
  padding: 0 20px;
}
#footer #footerArea01 #fNav .nav li a {
  display: block;
  padding: 17px 0;
  border-bottom: transparent solid 1px;
  color: #333333;
  text-decoration: none;
}
#footer #footerArea01 #fNav .nav li a:hover {
  color: #1d743a;
  border-bottom-color: #1d743a;
}
#footer #footerArea02 {
  padding: 19px 0;
  border-bottom: #ececec solid 1px;
}
#footer #footerArea02 .fLogoArea {
  display: table;
  margin: 0 auto;
}
#footer #footerArea02 .fLogoArea .logo {
  display: table-cell;
  width: 235px;
  padding: 10px 50px 10px 0;
  vertical-align: middle;
  border-right: #ececec solid 1px;
}
#footer #footerArea02 .fLogoArea .logo img {
  width: 100%;
  height: auto;
}
#footer #footerArea02 .fLogoArea .address {
  display: table-cell;
  padding: 5px 0 5px 50px;
  font-size: 85.8%;
  vertical-align: middle;
}
#footer #footerArea02 .fLogoArea .address .tel {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 133.4%;
  line-height: 1;
  text-decoration: none;
  cursor: default;
}
#footer #footerArea02 .fLogoArea .address .tel strong {
  margin-left: 0.5em;
  color: #1d743a;
  font-size: 175%;
  font-weight: normal;
}
#footer #footerArea02 .fLogoArea .address .tel strong span {
  font-size: 78.6%;
}
#footer #footerArea02 .fLogoArea .address > span {
  display: inline-block;
  margin-right: 1em;
}
#footer #footerArea02 .fLogoArea .address > span:last-child {
  margin-right: 0;
}
#footer #footerArea02 .fLogoArea .widget {
  margin-top: 10px;
}
#footer #copyright {
  margin-top: 30px;
  font-size: 71.5%;
  text-align: center;
}

@media only screen and (max-width: 1039px) {
  #footer #footerArea02 .fLogoArea .logo {
    display: block;
    margin: 0 auto;
    padding: 0;
    border-right: 0;
    text-align: center;
  }
  #footer #footerArea02 .fLogoArea .address {
    display: block;
    padding: 0;
    margin-top: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 90px;
    padding-bottom: 20px;
  }
  #footer #pageTop {
    display: block;
    position: static;
    margin-bottom: 30px;
  }
  #footer #pageTop a {
    margin: 0 auto;
  }
  #footer #footerArea01 #fNav {
    margin-bottom: 0;
  }
  #footer #footerArea01 #fNav .nav {
    display: block;
    margin: 0 -20px;
    font-size: 107.2%;
  }
  #footer #footerArea01 #fNav .nav li {
    display: block;
    padding: 0;
    border-top: #ececec solid 1px;
  }
  #footer #footerArea01 #fNav .nav li a {
    display: block;
    border-bottom: none;
    text-align: center;
  }
  #footer #footerArea02 .fLogoArea .address .tel {
    display: table;
    margin: 0 auto 20px;
    padding: 9px 25px;
    border: #1d743a solid 1px;
  }
  #footer #footerArea02 .fLogoArea .address .tel strong {
    display: block;
    margin-top: 10px;
  }
  #footer #copyright {
    margin-top: 20px;
    font-size: 71.5%;
  }
}
/* top
--------------------------------------------------*/
body#top #header {
  margin-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  body#top #header {
    margin-bottom: 0;
  }
}
#mainVisual .slider .item .image {
  overflow: hidden;
  width: 100%;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#mainVisual .slider .item .image img {
  visibility: hidden;
  width: 0;
  height: 0;
}
#mainVisual .slick-dots {
  margin-top: 25px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#mainVisual .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}
#mainVisual .slick-dots li:first-child {
  margin-left: 0;
}
#mainVisual .slick-dots li button {
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: #1d743a solid 1px;
  border-radius: 5px;
  background: #ffffff;
  text-indent: -5260px;
  outline: none;
  cursor: pointer;
}
#mainVisual .slick-dots li.slick-active button,
#mainVisual .slick-dots li button:hover {
  background: #1d743a;
}

@media only screen and (max-width: 767px) {
  #mainVisual .slider .item .image {
    height: auto;
  }
  #mainVisual .slider .item .image img.sp {
    visibility: visible;
    width: 100%;
    height: auto;
  }
  #mainVisual .slick-dots {
    margin-top: 10px;
  }
}
#topWidgetWrap {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  #topWidgetWrap {
    padding-top: 40px;
  }
}
#topConceptWidget {
  text-align: center;
}
#topConceptWidget .copy {
  margin-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 342.9%;
}
#topConceptWidget .text {
  line-height: 2.15;
}

@media only screen and (max-width: 767px) {
  #topConceptWidget .copy {
    font-size: 228.6%;
  }
}
#topLinkWidget {
  margin-top: 80px;
}
#topLinkWidget .list {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
#topLinkWidget .list li {
  display: table-cell;
  padding: 0 20px;
  vertical-align: top;
}
#topLinkWidget .list li a {
  display: block;
  color: #333333;
  text-align: center;
  text-decoration: none;
}
#topLinkWidget .list li a .image {
  margin-bottom: 20px;
}
#topLinkWidget .list li a .image img {
  width: 100%;
  height: auto;
}
#topLinkWidget .list li a .text {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 114.3%;
}
#topLinkWidget .list li a .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0;
  height: 0;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
  border-left: #1d743a solid 7px;
}
#topLinkWidget .list li a:hover .image {
  opacity: 0.8;
}
#topLinkWidget .list li a:hover .text {
  color: #1d743a;
}

@media only screen and (max-width: 767px) {
  #topLinkWidget {
    margin-top: 40px;
  }
  #topLinkWidget .list {
    display: block;
    width: 240px;
  }
  #topLinkWidget .list li {
    display: block;
    margin-top: 40px;
    padding: 0;
  }
  #topLinkWidget .list li:first-child {
    margin-top: 0;
  }
}
#topNewsWidget {
  display: table;
  margin-top: 80px;
}
#topNewsWidget .title {
  display: table-cell;
  width: 160px;
  padding-right: 40px;
  color: #1d743a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 171.5%;
  text-align: center;
  vertical-align: middle;
}
#topNewsWidget .title a {
  display: block;
  position: relative;
  border: #ededed solid 1px;
  border-radius: 80px;
  line-height: 158px;
  text-decoration: none;
}
#topNewsWidget .title a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 19px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-top: #1d743a solid 7px;
  border-right: transparent solid 4px;
  border-left: transparent solid 4px;
}
#topNewsWidget .title a:hover {
  border-color: #1d743a;
  background: #1d743a;
  color: #ffffff;
}
#topNewsWidget .title a:hover:after {
  border-top-color: #ffffff;
}
#topNewsWidget .list {
  display: table-cell;
  vertical-align: middle;
}
#topNewsWidget .list li {
  margin-top: 11px;
}
#topNewsWidget .list li:first-child {
  margin-top: 0;
}
#topNewsWidget .list li a {
  color: #333333;
  text-decoration: none;
}
#topNewsWidget .list li a .date {
  float: left;
  padding-right: 1em;
  color: #1d743a;
}
#topNewsWidget .list li a .ttl {
  overflow: hidden;
  text-decoration: underline;
}
#topNewsWidget .list li a:hover .ttl {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #topNewsWidget {
    display: block;
    margin-top: 40px;
  }
  #topNewsWidget .title {
    display: block;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  #topNewsWidget .list {
    display: block;
  }
  #topNewsWidget .list li a .date {
    float: none;
    padding-right: 0;
  }
}
