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

/* siteCommonStyle
--------------------------------------------------*/
/* selection */
/* a */
a {
  color: #c6192f;
  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;
}

#container {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

#contentTitle {
  margin-bottom: 60px;
  padding: 35px 0;
  border-bottom: #e6e6e6 solid 1px;
}
#contentTitle h1 {
  color: #000000;
  font-size: 235.8%;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 1039px) {
  #container {
    padding-top: 0;
  }
}
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  background: #000000;
}
html.admin_bar_showing #header {
  top: 32px;
}
#header .wrap {
  position: relative;
}
#header #headerInner {
  display: table;
  width: 100%;
}
#header #headerInner #headerArea01 {
  display: table-cell;
  width: 195px;
  padding: 15px 40px 15px 0;
  vertical-align: middle;
}
#header #headerInner #headerArea01 .logo a {
  display: block;
  overflow: hidden;
  width: 195px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-indent: -5260px;
}
#header #headerInner #headerArea01 .logo a img {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#header #headerInner #headerArea01 #spMenu {
  display: none;
}
#header #headerInner #headerArea02 {
  display: table-cell;
}
#header #headerInner #headerArea02 #gNav {
  position: relative;
  padding-right: 175px;
}
#header #headerInner #headerArea02 #gNav .nav {
  display: table;
  line-height: 1.5;
}
#header #headerInner #headerArea02 #gNav .nav li {
  display: table-cell;
  vertical-align: middle;
}
#header #headerInner #headerArea02 #gNav .nav li + li {
  padding-left: 30px;
}
#header #headerInner #headerArea02 #gNav .nav li a {
  display: table;
  position: relative;
  height: 80px;
  color: #999999;
  text-decoration: none;
}
#header #headerInner #headerArea02 #gNav .nav li a:hover {
  color: #ffffff;
}
#header #headerInner #headerArea02 #gNav .nav li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: #c6192f solid 3px;
}
#header #headerInner #headerArea02 #gNav .nav li a > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#header #headerInner #headerArea02 #gNav .nav li.current-menu-item a, #header #headerInner #headerArea02 #gNav .nav li.current-page-ancestor a {
  color: #ffffff;
}
#header #headerInner #headerArea02 #gNav .nav li.current-menu-item a:after, #header #headerInner #headerArea02 #gNav .nav li.current-page-ancestor a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: #c6192f solid 3px;
}
#header #headerInner #headerArea02 #gNav .contact {
  position: absolute;
  top: 50%;
  right: 0;
  width: 135px;
  margin-top: -15px;
}
#header #headerInner #headerArea02 #gNav .contact a {
  display: block;
  padding: 8px 0;
  background: #c6192f;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
#header #headerInner #headerArea02 #gNav .contact a:hover {
  background: rgba(198, 25, 47, 0.75);
}

@media only screen and (max-width: 1039px) {
  #header {
    position: relative;
    z-index: 2;
    height: 70px;
  }
  html.admin_bar_showing #header {
    top: 0;
  }
  #header #headerInner {
    display: block;
  }
  #header #headerInner #headerArea01 {
    display: block;
    position: relative;
    width: auto;
    margin: 0 -10px;
    padding: 10px 0;
  }
  #header #headerInner #headerArea01 #spMenu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
  }
  #header #headerInner #headerArea01 #spMenu:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background: #ffffff;
  }
  .navOPEN #header #headerInner #headerArea01 #spMenu:before {
    display: none;
  }
  #header #headerInner #headerArea01 #spMenu a {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #c6192f;
    text-indent: -5260px;
  }
  #header #headerInner #headerArea01 #spMenu a:before, #header #headerInner #headerArea01 #spMenu a:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background: #ffffff;
  }
  #header #headerInner #headerArea01 #spMenu a:before {
    top: 7px;
  }
  #header #headerInner #headerArea01 #spMenu a:after {
    top: 21px;
  }
  .navOPEN #header #headerInner #headerArea01 #spMenu a:before, .navOPEN #header #headerInner #headerArea01 #spMenu a:after {
    top: 50%;
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
  }
  .navOPEN #header #headerInner #headerArea01 #spMenu a:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navOPEN #header #headerInner #headerArea01 #spMenu a:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header #headerInner #headerArea02 {
    display: block;
    position: relative;
    margin: 0 -20px;
  }
  #header #headerInner #headerArea02 #gNav {
    display: none;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    background: #ffffff;
  }
  .navOPEN #header #headerInner #headerArea02 #gNav {
    display: block;
  }
  #header #headerInner #headerArea02 #gNav .nav {
    display: block;
    font-size: 107.2%;
  }
  #header #headerInner #headerArea02 #gNav .nav li {
    display: block;
    border-bottom: #dfdfdf solid 1px;
  }
  #header #headerInner #headerArea02 #gNav .nav li + li {
    padding-left: 0;
  }
  #header #headerInner #headerArea02 #gNav .nav li a {
    display: table;
    width: 100%;
    height: 59px;
  }
  #header #headerInner #headerArea02 #gNav .nav li a:hover {
    color: #999999;
  }
  #header #headerInner #headerArea02 #gNav .nav li a:hover:after {
    bottom: -1px;
  }
  #header #headerInner #headerArea02 #gNav .nav li.current-menu-item a, #header #headerInner #headerArea02 #gNav .nav li.current-page-ancestor a {
    color: #999999;
  }
  #header #headerInner #headerArea02 #gNav .nav li.current-menu-item a:after, #header #headerInner #headerArea02 #gNav .nav li.current-page-ancestor a:after {
    bottom: -1px;
  }
  #header #headerInner #headerArea02 #gNav .contact {
    position: static;
    width: auto;
    margin: 20px 20px 0;
    font-size: 107.2%;
  }
  #header #headerInner #headerArea02 #gNav .contact a {
    display: block;
    padding: 17px 0 16px;
    text-align: center;
  }
}
/* breadcrumbs */
#breadcrumbs {
  zoom: 1;
  padding: 9px 0 8px;
  border-bottom: #e6e6e6 solid 1px;
  font-size: 85.8%;
}
#breadcrumbs:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#breadcrumbs li {
  float: left;
}
#breadcrumbs li:before {
  content: '\003e';
  display: block;
  float: left;
  margin: 0 1em;
}
#breadcrumbs li:first-child:before {
  display: none;
}

/* content */
#content.twoColMain {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-right: 300px;
}
#content .pageTitle {
  margin-bottom: 40px;
  font-size: 235.8%;
  line-height: 1.5;
}
#content .entry {
  padding-bottom: 40px;
  border-bottom: #e6e6e6 solid 1px;
}
#content .entry header {
  margin-bottom: 30px;
}
#content .entry header .ttl {
  position: relative;
  margin-bottom: 40px;
  padding: 9px 10px 8px 20px;
  background: #f2f2f2;
  color: #000000;
  font-size: 157.2%;
  font-weight: 500;
  line-height: 1.5;
}
#content .entry header .ttl:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 30px;
  margin-top: -15px;
  background: #c6192f;
}
#content .entry header .meta {
  line-height: 1.43;
}
#content .entry header .meta .date {
  color: #b2b2b2;
  font-weight: bold;
}
#content .entry header .meta .category {
  display: inline-block;
  margin-left: 5px;
}
#content .entry header .meta .category a {
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  background: #999999;
  color: #ffffff;
  font-size: 85.8%;
  line-height: 1.67;
  text-decoration: none;
}
#content .entry header .meta .category a:hover {
  background: #c6192f;
}
#content .entry footer {
  zoom: 1;
  margin-top: 40px;
}
#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;
  font-size: 142.9%;
  line-height: 1.75;
}
#content .nextprev li a {
  color: #cccccc;
  text-decoration: none;
}
#content .nextprev li a:hover {
  color: #c6192f;
}
#content .nextprev li.prev {
  padding-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
}
#content .nextprev li.back {
  text-align: center;
}
#content .nextprev li.back a {
  box-sizing: border-box;
  display: inline-block;
  width: 80px;
  padding-left: 25px;
  border: #e6e6e6 solid 2px;
  background: url(../imgs/icon-back.gif) no-repeat 11px center;
  background-size: 14px 12px;
  font-size: 70%;
  line-height: 2.22;
}
#content .nextprev li.back a:hover {
  border-color: #c6192f;
  background-color: #c6192f;
  background-image: url(../imgs/icon-back_ov.gif);
  color: #ffffff;
}
#content .nextprev li.next {
  padding-left: 10px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
}
#content .nextprev02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
}
#content .nextprev02 li {
  display: table-cell;
}
#content .nextprev02 li.prev {
  text-align: left;
}
#content .nextprev02 li.next {
  text-align: right;
}
#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: #000000;
  font-size: 235.8%;
  font-weight: 500;
  line-height: 1.5;
}
#content .body h2 {
  position: relative;
  margin: 50px 0 25px;
  padding: 9px 10px 8px 20px;
  background: #f2f2f2;
  color: #000000;
  font-size: 157.2%;
  font-weight: 500;
  line-height: 1.5;
}
#content .body h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 30px;
  margin-top: -15px;
  background: #c6192f;
}
#content .body h3 {
  margin: 40px 0 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 9px;
  border-bottom: #e6e6e6 solid 1px;
  color: #c6192f;
  font-size: 142.9%;
  font-weight: 500;
  line-height: 1.5;
}
#content .body h4 {
  margin: 30px 0 10px;
  color: #000000;
  font-size: 128.6%;
  font-weight: 500;
  line-height: 1.5;
}
#content .body h5 {
  margin: 20px 0 10px;
  color: #c6192f;
  font-size: 114.3%;
  font-weight: 500;
}
#content .body h6 {
  margin: 20px 0 5px;
  font-weight: 500;
}
#content .body p {
  margin-top: 1.86em;
}
#content .body .wp-caption,
#content .body .aligncenter.wp-caption,
#content .body .alignright.wp-caption,
#content .body .alignleft.wp-caption {
  margin-top: 1.86em;
}
#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.86em;
}
#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: #c6192f;
  vertical-align: middle;
}
#content .body ol {
  counter-reset: number;
  margin-top: 1.86em;
}
#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: #c6192f;
  vertical-align: middle;
}
#content .body blockquote {
  margin-top: 1.86em;
  padding: 19px;
  border: #e5e5e5 solid 1px;
  background: #f6f6f6;
}
#content .body hr {
  width: 100%;
  margin: 3.44em 0;
  padding: 0;
  border: none;
  border-top: #e9e9e9 solid 1px;
}
#content .body .table {
  margin-top: 1.86em;
}
#content .body .table table {
  width: 100%;
  margin-top: 1.86em;
  border-top: #c6192f solid 2px;
  border-collapse: collapse;
  border-spacing: 0;
}
#content .body .table table th, #content .body .table table td {
  padding: 18px 19px 17px;
  border: #e6e6e6 solid 1px;
}
#content .body .table table tr:first-child th, #content .body .table table tr:first-child td {
  border-top: none;
}
#content .body .table table th {
  background: #f2f2f2;
  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 img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
#content .body .alignleft {
  display: inline;
  float: left;
  margin: 0 1.86em 1.86em 0;
}
#content .body .alignright {
  display: inline;
  float: right;
  margin: 0 0 1.86em 1.86em;
}
#content .body .aligncenter {
  display: block;
  margin: 0 auto 1.86em;
  text-align: center;
}
#content .body iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#content .pagenation {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
#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: 26px;
  padding: 5px 2px;
  border: #e6e6e6 solid 1px;
  color: #cccccc;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 142.9%;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
#content .pagenation ul li a.current, #content .pagenation ul li a:hover {
  border-color: #c6192f;
  background: #c6192f;
  color: #ffffff;
}
#content .pagenation ul li.prev a, #content .pagenation ul li.next a {
  border-color: transparent;
}
#content .pagenation ul li.prev a:hover, #content .pagenation ul li.next a:hover {
  border-color: transparent;
  background: none;
  color: #c6192f;
}
#content #notfound {
  padding-top: 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #content.twoColMain {
    float: none;
    padding-right: 0;
  }
  #content .nextprev {
    margin-top: 20px;
  }
  #content .body .wp-caption {
    max-width: 100%;
  }
  #content .body .table.table01 {
    display: block;
  }
  #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 .alignleft {
    display: block;
    float: none;
    margin: 0 auto 1.86em;
  }
  #content .body .alignright {
    display: block;
    float: none;
    margin: 0 auto 1.86em;
  }
  #content .body .aligncenter {
    display: block;
    margin: 0 auto 1.86em;
  }
  #content .pagenation ul li {
    display: none;
  }
  #content .pagenation ul li.prev, #content .pagenation ul li.next {
    display: block;
  }
  #content #notfound {
    padding-top: 50px;
  }
}
/* 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;
}
.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: 0;
}
.widgetWrap .widget .widgetTitle01 {
  padding: 16px 0 15px;
  border-top: #c6192f solid 3px;
  color: #000000;
  font-size: 128.6%;
  font-weight: 500;
  line-height: 1.5;
}
.widgetWrap .widget .widgetTitle02 {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: #c6192f solid 1px;
  color: #000000;
  font-size: 114.3%;
  font-weight: 500;
}
.widgetWrap .widget .list01 {
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
}
.widgetWrap .widget .list01 li {
  padding: 12px 0 11px 5px;
  border-top: #e6e6e6 solid 1px;
}
.widgetWrap .widget .list01 li:first-child {
  border-top: none;
}
.widgetWrap .widget .list01 li a {
  display: inline-block;
  padding-left: 15px;
  color: #4c4c4c;
  text-decoration: none;
}
.widgetWrap .widget .list01 li a:hover {
  color: #c6192f;
  text-decoration: underline;
}
.widgetWrap .widget .list01 li a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 -15px;
  background: #c6192f url(../imgs/arw-01.png) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
}
.widgetWrap .widget .list01 li .children {
  margin: 12px 0 -11px -5px;
  border-top: #e6e6e6 solid 1px;
}
.widgetWrap .widget .list01 li .children li {
  padding-left: 25px;
}
.widgetWrap .widget .list01 li .children li .children {
  margin: 7px 0 0;
  padding-left: 15px;
  border-top: none;
}
.widgetWrap .widget .list01 li .children li .children li {
  padding: 0;
  border-top: none;
}
.widgetWrap .widget .list01 li .children li .children li a {
  padding-left: 15px;
}
.widgetWrap .widget .list01 li .children li .children li a:before {
  margin-top: -0.8em;
  background: url(../imgs/arw-children.gif) no-repeat center center;
}
.widgetWrap .widget .list01 li .children li .children li .children {
  padding-bottom: 7px;
}
.widgetWrap .widget .list01 li.current_page_item > a {
  color: #c6192f;
  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 .list02 li {
  margin-top: 4px;
}
.widgetWrap .widget .list02 li:first-child {
  margin-top: 0;
}
.widgetWrap .widget .list02 li a {
  display: inline-block;
  padding-left: 15px;
  color: #4c4c4c;
  text-decoration: none;
}
.widgetWrap .widget .list02 li a:hover {
  color: #c6192f;
  text-decoration: underline;
}
.widgetWrap .widget .list02 li a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 -15px;
  background: #c6192f url(../imgs/arw-02.png) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
}
.widgetWrap .widget .select {
  padding: 19px 0;
  border-top: #cccccc dotted 1px;
  border-bottom: #cccccc dotted 1px;
}
.widgetWrap .widget .select select {
  margin: 0;
}
.widgetWrap .widget .news01 li {
  border-bottom: #f2f2f2 solid 1px;
}
.widgetWrap .widget .news01 li a {
  zoom: 1;
  display: block;
  padding: 19px 0;
  color: #4c4c4c;
  line-height: 1.43;
  text-decoration: none;
}
.widgetWrap .widget .news01 li a:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget .news01 li a .image {
  overflow: hidden;
  float: left;
  width: 50px;
  height: 50px;
}
.widgetWrap .widget .news01 li a .image + .text {
  margin-left: 60px;
}
.widgetWrap .widget .news01 li a .text .meta {
  color: #b2b2b2;
  font-weight: 600;
}
.widgetWrap .widget .news01 li a .text .ttl {
  text-decoration: none;
}
.widgetWrap .widget .news01 li a:hover .text .ttl {
  color: #c6192f;
  text-decoration: underline;
}
.widgetWrap .widget .news02 li {
  border-bottom: #f2f2f2 solid 1px;
}
.widgetWrap .widget .news02 li a {
  zoom: 1;
  display: block;
  padding: 22px 0;
  color: #4c4c4c;
  line-height: 1.43;
  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: #b2b2b2;
  font-weight: 600;
}
.widgetWrap .widget .news02 li a .ttl {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.widgetWrap .widget .news02 li a:hover .ttl {
  color: #c6192f;
  text-decoration: underline;
}
.widgetWrap .widget.pageWidget .widgetTitle01 {
  padding: 0;
}
.widgetWrap .widget.pageWidget .widgetTitle01 a {
  display: block;
  padding: 16px 0 15px;
  color: #000000;
  text-decoration: none;
}
.widgetWrap .widget.pageWidget .widgetTitle01 a.current, .widgetWrap .widget.pageWidget .widgetTitle01 a:hover {
  color: #c6192f;
}
.widgetWrap .widget.topicsWidget .topicsList .row {
  zoom: 1;
  padding-left: 40px;
}
.widgetWrap .widget.topicsWidget .topicsList .row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget.topicsWidget .topicsList .row + .row {
  margin-top: 40px;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item {
  float: left;
  width: 50%;
  margin-left: 40px;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item:first-child {
  margin-left: -40px;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a {
  display: block;
  border: #e6e6e6 solid 1px;
  background: #ffffff;
  color: #4c4c4c;
  font-size: 114.3%;
  line-height: 1.75;
  text-decoration: none;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a .image img {
  width: 100%;
  height: auto;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a .text {
  padding: 25px;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a .text .meta {
  zoom: 1;
  margin-bottom: 10px;
  font-size: 87.5%;
  line-height: 1.43;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a .text .meta:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a .text .meta .date {
  color: #b2b2b2;
  font-weight: bold;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a .text .meta .category {
  float: right;
  padding: 0 5px;
  border-radius: 3px;
  background: #999999;
  color: #ffffff;
  font-size: 85.8%;
  line-height: 1.67;
}
.widgetWrap .widget.topicsWidget .topicsList .row .item a:hover .image {
  opacity: 0.75;
}
.widgetWrap .widget.formWidget form {
  position: relative;
  padding: 19px 0;
  border-top: #cccccc dotted 1px;
  border-bottom: #cccccc dotted 1px;
}
.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: #c6192f;
}
.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 .widgetTitle02 {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 2;
}
.widgetWrap .widget.newsWidget .widgetTitle02 .en {
  color: #c6192f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 200%;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 1;
}
.widgetWrap .widget.newsWidget .widgetTitle02 .en:after {
  content: '／';
  display: inline-block;
  padding: 0 10px;
  color: #4c4c4c;
  font-size: 50%;
  font-weight: normal;
  line-height: 2;
  vertical-align: bottom;
}
.widgetWrap .widget.newsWidget .news01, .widgetWrap .widget.newsWidget .news02 {
  border-top: #f2f2f2 solid 1px;
  font-size: 85.8%;
}
.widgetWrap .widget.newsWidget .btn {
  margin-top: 20px;
  text-align: right;
}
.widgetWrap .widget.newsWidget .btn a {
  display: block;
  position: relative;
  padding: 7px 10px 7px 0;
  background: #c6192f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.widgetWrap .widget.newsWidget .btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../imgs/arw-02.png) no-repeat center center;
}
.widgetWrap .widget.newsWidget .btn a:hover {
  background: rgba(198, 25, 47, 0.75);
}
.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;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.widgetWrap .widget.snsWidget .sns li a span {
  display: none;
}
.widgetWrap .widget.imageWidget a {
  display: block;
  color: #4c4c4c;
  text-decoration: none;
}
.widgetWrap .widget.imageWidget a:hover .image {
  opacity: 0.75;
}
.widgetWrap .widget.imageWidget .image {
  overflow: hidden;
  width: 100%;
}
.widgetWrap .widget.imageWidget .image img {
  width: 100%;
  height: auto;
}
.widgetWrap .widget.imageWidget .ttl {
  margin-top: 10px;
  padding-left: 20px;
  color: #000000;
  font-size: 114.3%;
  font-weight: 600;
}
.widgetWrap .widget.imageWidget .ttl:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 -20px;
  background: #c6192f url(../imgs/arw-02.png) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
}
.widgetWrap .widget.imageWidget .txt {
  margin-top: 5px;
  line-height: 1.72;
}
.widgetWrap .widget.relatedWidget .widgetTitle02 {
  margin-bottom: 5px;
}
.widgetWrap .widget.relatedWidget .news02 li a {
  padding: 10px 0;
}
.widgetWrap .widget.listWidget .archiveTitle {
  position: relative;
  margin-bottom: 40px;
  padding: 9px 10px 8px 20px;
  background: #f2f2f2;
  color: #000000;
  font-size: 157.2%;
  font-weight: 500;
  line-height: 1.5;
}
.widgetWrap .widget.listWidget .archiveTitle:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 30px;
  margin-top: -15px;
  background: #c6192f;
}
.widgetWrap .widget.listWidget .news02 {
  border-top: #f2f2f2 solid 1px;
}
.widgetWrap .widget.listWidget .news02 li a {
  padding: 19px 0 18px;
}
.widgetWrap .widget.listWidget .news02 li a .date {
  padding-top: 2px;
}
.widgetWrap .widget.listWidget .news02 li a .ttl {
  font-size: 114.3%;
}
.widgetWrap .widget.commentWidget .commentTitle {
  border-bottom: #e6e6e6 solid 1px;
  color: #c6192f;
  font-size: 142.9%;
  font-weight: 500;
  line-height: 1.5;
}
.widgetWrap .widget.commentWidget #comments .commentsList {
  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: #c6192f;
}
.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;
  background: #f6f6f6;
}
.widgetWrap .widget.commentWidget #comments #respond:first-child {
  margin-top: 0;
}
.widgetWrap .widget.commentWidget #comments #respond #reply-title {
  margin-bottom: 20px;
  color: #c6192f;
  font-size: 142.9%;
  font-weight: 500;
  line-height: 1.5;
}
.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: #c6192f;
}
.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: 767px) {
  #content .widgetWrap {
    margin-top: 40px;
  }
  #footer #footerArea01 .widgetWrap {
    display: block;
  }
  #footer #footerArea01 .widgetWrap .snsWidget {
    padding: 10px 0;
    text-align: center;
  }
  .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.listWidget .news02 li a {
    padding: 15px 0;
  }
  .widgetWrap .widget.listWidget .news02 li a .date {
    float: none;
    margin-right: 0;
    padding-top: 0;
  }
  .widgetWrap .widget.listWidget .news02 li a .ttl {
    font-size: 100%;
  }
  .widgetWrap .widget.topicsWidget .topicsList .row {
    padding-left: 0 !important;
  }
  .widgetWrap .widget.topicsWidget .topicsList .row + .row {
    margin-top: 20px;
  }
  .widgetWrap .widget.topicsWidget .topicsList .row .item {
    float: none;
    width: auto !important;
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .widgetWrap .widget.topicsWidget .topicsList .row .item:first-child {
    margin-top: 0;
    margin-left: 0 !important;
  }
  .widgetWrap .widget.topicsWidget .topicsList .row .item a .text {
    padding: 20px;
  }
  .widgetWrap .widget.commentWidget #comments .commentsList li .children {
    padding-left: 20px;
  }
  .widgetWrap .widget.commentWidget #comments #respond {
    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;
  }
}
/* footer */
#footer {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
#footer #pageTop a {
  display: block;
  overflow: hidden;
  height: 55px;
  background: #cccccc url(../imgs/pagetop.png) no-repeat center center;
  background-size: auto 19px;
  text-indent: -5260px;
}
#footer #pageTop a:hover {
  background-color: #c6192f;
}
#footer #footerArea01 {
  padding: 30px 0 29px;
}
#footer #footerArea01 #fNav .nav {
  display: table;
  margin: 0 auto;
  line-height: 1.5;
}
#footer #footerArea01 #fNav .nav li {
  display: table-cell;
}
#footer #footerArea01 #fNav .nav li + li {
  padding-left: 40px;
}
#footer #footerArea01 #fNav .nav li a {
  display: inline-block;
  color: #4c4c4c;
  text-decoration: none;
}
#footer #footerArea01 #fNav .nav li a:hover {
  color: #c6192f;
  text-decoration: underline;
}
#footer #footerArea02 {
  padding: 45px 0;
  background: #000000;
  color: #ffffff;
}
#footer #footerArea02 .wrap {
  position: relative;
}
#footer #footerArea02 .widgetWrap {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
#footer #footerArea02 .widgetWrap .snsWidget .sns li a {
  color: #ffffff;
}
#footer #footerArea02 .fLogoArea {
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding-right: 140px;
}
#footer #footerArea02 .fLogoArea .logo {
  display: table-cell;
  width: 195px;
  vertical-align: middle;
}
#footer #footerArea02 .fLogoArea .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#footer #footerArea02 .fLogoArea .address {
  display: table-cell;
  padding-left: 30px;
  line-height: 1.58;
  vertical-align: middle;
}
#footer #footerArea02 .fLogoArea .address span {
  display: inline-block;
  margin-right: 1em;
}
#footer #footerArea02 .fLogoArea .address span:last-child {
  margin-right: 0;
}
#footer #footerArea02 .fLogoArea .address a {
  color: #ffffff;
}
#footer #copyright {
  padding: 9px 0;
  background: #262626;
  color: #ffffff;
  font-size: 85.8%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
  #footer #footerArea01 {
    padding: 0;
  }
  #footer #footerArea01 #fNav .nav {
    display: block;
    margin: 0 -20px;
    font-size: 107.2%;
  }
  #footer #footerArea01 #fNav .nav li {
    display: block;
    border-bottom: #dfdfdf solid 1px;
  }
  #footer #footerArea01 #fNav .nav li + li {
    padding-left: 0;
  }
  #footer #footerArea01 #fNav .nav li a {
    display: block;
    padding: 17px 0 16px;
    text-align: center;
  }
  #footer #footerArea01 #fNav .nav li a:hover {
    text-decoration: none;
  }
  #footer #footerArea01 #fNav .nav li a:before {
    display: none;
  }
  #footer #footerArea01 #fNav .nav li.contact {
    padding: 20px;
  }
  #footer #footerArea01 #fNav .nav li.contact a {
    padding: 17px 0;
    background: #c6192f;
    color: #ffffff;
  }
  #footer #footerArea01 #fNav .nav li.contact a:hover {
    color: #ffffff;
  }
  #footer #footerArea02 {
    padding: 25px 0;
  }
  #footer #footerArea02 .widgetWrap {
    position: static;
    margin-top: 0;
  }
  #footer #footerArea02 .widgetWrap .snsWidget {
    text-align: center;
  }
  #footer #footerArea02 .fLogoArea {
    display: block;
    width: auto;
    margin-top: 25px;
    padding: 0;
  }
  #footer #footerArea02 .fLogoArea .logo {
    display: block;
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  #footer #footerArea02 .fLogoArea .address {
    display: block;
    padding-left: 0;
    font-size: 85.8%;
    line-height: 1.67;
    text-align: center;
  }
  #footer #copyright {
    background: #c6192f;
  }
}
/* top
--------------------------------------------------*/
body#top #content .widgetWrap {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
body#top #content .widgetWrap .newsWidget {
  position: relative;
}
body#top #content .widgetWrap .newsWidget .btn {
  position: absolute;
  top: 5px;
  right: 0;
  width: 150px;
  margin-top: 0;
}
body#top #content .widgetWrap .newsWidget .btn a {
  padding-top: 2px;
  padding-bottom: 2px;
}
body#top #content .topWidgetTitle {
  margin-bottom: 50px;
  line-height: 2.43;
}
body#top #content .topWidgetTitle .en {
  color: #c6192f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 242.9%;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 1;
}
body#top #content .topWidgetTitle .en:after {
  content: '／';
  display: inline-block;
  padding: 0 10px;
  color: #4c4c4c;
  font-size: 41.2%;
  font-weight: normal;
  line-height: 2.43;
  vertical-align: bottom;
}
body#top #content .topWidgetTitle + .widgetGroup {
  margin-top: 0;
}
body#top #footer {
  margin-top: 0;
}

@media only screen and (max-width: 1039px) {
  body#top #content .widgetWrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body#top #content .widgetWrap .newsWidget .btn {
    position: static;
    width: auto;
    margin-top: 30px;
  }
  body#top #content .widgetWrap .newsWidget .btn a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  body#top #content .topWidgetTitle {
    margin-bottom: 30px;
    line-height: 2;
  }
  body#top #content .topWidgetTitle .en {
    font-size: 200%;
  }
  body#top #content .topWidgetTitle .en:after {
    font-size: 50%;
    line-height: 2;
  }
}
#mainVisual .slider .item img {
  width: auto;
  width: 100%;
  height: auto;
}
#mainVisual .slider .item img.sp {
  display: none;
}
#mainVisual .slick-list {
  z-index: 1;
}
#mainVisual .slick-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
  width: 100%;
  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: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  text-indent: -5260px;
  outline: none;
  cursor: pointer;
}
#mainVisual .slick-dots li.slick-active button,
#mainVisual .slick-dots li button:hover {
  background: #c6192f;
}

@media only screen and (max-width: 767px) {
  #mainVisual {
    background: #f2f2f2;
  }
  #mainVisual .slider .item img.pc {
    display: none;
  }
  #mainVisual .slider .item img.sp {
    display: inline-block;
  }
  #mainVisual .slick-dots {
    position: static;
    margin-top: 10px;
  }
}
#topContentsWidgetWrap {
  background: #f2f2f2;
}
#topContentsWidgetWrap .widgetWrap .widget.imageWidget .ttl {
  padding-left: 0;
  font-size: 128.6%;
}
#topContentsWidgetWrap .widgetWrap .widget.imageWidget .ttl:before {
  display: none;
}

#topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 {
  font-size: 100%;
}
#topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 li a {
  padding: 19px 0 18px;
}
#topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 li a .date {
  padding-top: 2px;
}
#topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 li a .ttl {
  font-size: 114.3%;
}

@media only screen and (max-width: 767px) {
  #topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 {
    font-size: 100%;
  }
  #topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 li a {
    padding: 15px 0;
  }
  #topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 li a .date {
    float: none;
    margin-right: 0;
    padding-top: 0;
  }
  #topNewsWidgetWrap .widgetWrap .widget.newsWidget .news02 li a .ttl {
    font-size: 100%;
  }
}
#topTopicsWidgetWrap {
  background: #f2f2f2;
}
#topTopicsWidgetWrap .widgetWrap .topicsWidget .topicsList .row {
  padding-left: 70px;
}
#topTopicsWidgetWrap .widgetWrap .topicsWidget .topicsList .row .item {
  width: 33.33%;
  margin-left: 35px;
}
#topTopicsWidgetWrap .widgetWrap .topicsWidget .topicsList .row .item:first-child {
  margin-left: -70px;
}
#topTopicsWidgetWrap .widgetWrap .topicsWidget .topicsList .row .item a {
  border: none;
  font-size: 100%;
  line-height: 1.72;
}
#topTopicsWidgetWrap .widgetWrap .topicsWidget .topicsList .row .item a .text .meta {
  font-size: 100%;
}
