@charset "UTF-8";
/* Scss Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* document setting */
body {
  font: 100%/1.8 Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ＭＳ Ｐゴシック", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: 500;
  color: #000000;
  position: relative;
}

* {
  outline: none;
}

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

a:link {
  color: #961414;
  text-decoration: underline;
}

a:visited {
  color: #961414;
  text-decoration: underline;
}

a:hover {
  color: #ffcc00;
  text-decoration: none;
}

a:active {
  color: #961414;
  text-decoration: underline;
}

.pc-view {
  display: block !important;
}

.sp-view {
  display: none !important;
}

@media screen and (max-width: 768px) {
  body * {
    box-sizing: border-box;
  }

  .pc-view {
    display: none !important;
  }

  .sp-view {
    display: block !important;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
/*---- footer ----*/
#footer {
  width: auto;
}

#ftr-nav {
  background: #FFFFFF;
}

#ftr-logo a {
  display: block;
  background: no-repeat left top;
  text-indent: -9999px;
  overflow: hidden;
}

#footer #copyright .inner {
  text-indent: -9999px;
}

/*---- footer ----*/
#footer {
  min-width: 100px;
  /*height: 60px;*/
}

#ftr-nav,
#footer #ftr-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  padding: 20px 0;
  z-index: 120 !important;
  border-bottom: 2px solid #C5BB9D;
}

/* IE10～ */
@media all and (-ms-high-contrast: none) {
  #ftr-nav {
    height: 80px !important;
  }
}
#ftr-logo {
  float: left;
  width: 329px;
  height: 40px;
  margin: 0 0 0 40px;
}

#ftr-logo a {
  width: 329px;
  height: 40px;
  background-image: url("../img/common/pc/img_ftr-logo.png");
}

@media screen and (max-width: 640px) {
  #ftr-logo {
    float: left;
    width: 180px;
    height: 28px;
    margin: -5px 0 0 10px;
  }

  #ftr-logo a {
    width: 180px;
    height: 28px;
    background-image: url("../img/common/pc/img_ftr-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  #ftr-nav .inner ul {
    display: none;
  }
}
#ftr-logo a:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: none !important;
  -ms-filter: none !important;
  /* ie 8 */
}

/*
======================================================================*/
#small-header ul,
#footer ul {
  float: right;
  display: block;
  height: 10px;
  padding: 12px 40px 0 0;
}

#small-header ul li,
#footer ul li {
  position: relative;
  float: left;
  display: block;
  height: 15px;
  text-indent: -9999px;
  margin: 0;
  z-index: 100;
}

#small-header ul li a,
#footer ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

ul li#ftr-inquiry {
  width: 144px;
  background: url("../img/common/pc/btn_ftr-inquiry.png") no-repeat center top;
  margin-right: 19px;
}

ul li#ftr-smtrtop {
  width: 232px;
  background: url("../img/common/pc/btn_ftr-smtrtop.png") no-repeat center top;
}

#footer #copyright {
  position: relative;
  z-index: 100;
}

#footer #copyright .inner {
  height: 12px;
  padding: 24px 0;
}

#footer #copyright p {
  width: 354px;
  height: 12px;
  background: url("../img/common/pc/img_copyright.png") no-repeat center top;
  margin: 0 auto;
}

/*
======================================================================*/
#small-header #ftr-nav {
  position: fixed;
  height: 30px;
  /*	padding: 5px 0;*/
  padding: 8px 0 5px;
  z-index: 100;
  /*border-bottom: solid 1px #eee;*/
  border-bottom: solid 2px #c5bb9d;
}

/* IE10～ */
@media all and (-ms-high-contrast: none) {
  #small-header #ftr-nav {
    height: 40px !important;
  }
}
#small-header #ftr-logo {
  float: left;
  width: 329px;
  height: 30px;
  margin: 0 0 0 40px;
}

#small-header #ftr-logo a {
  width: 329px;
  /*height: 30px;*/
  height: 26px;
  background-image: url("../img/common/pc/img_ftr-logo.png");
  background-size: auto 26px;
  background-position: 0 50%;
}

#small-header ul {
  padding: 5px 40px 0 0;
}

#small-header ul li#ftr-smtrtop {
  height: 13px;
  background-size: auto 13px;
}

@media screen and (max-width: 640px) {
  #small-header #ftr-logo {
    float: left;
    width: 200px;
    height: 30px;
    margin: 0 0 0 10px;
  }

  #small-header #ftr-logo a {
    width: 200px;
    /*height: 30px;*/
    height: 16px;
    background-image: url("../img/common/pc/img_ftr-logo.png");
    background-size: contain;
    background-position: 0 50%;
  }

  #small-header ul {
    padding: 5px 40px 0 0;
  }

  #small-header ul li#ftr-smtrtop {
    height: 13px;
    background-size: auto 13px;
  }
}
/*
======================================================================*/
/* -------------------------------------------------------- */
/* 640より大きい */
/* -------------------------------------------------------- */
@media screen and (min-width: 641px) {
  @font-face {
    font-family: CONDENSEicon;
    src: url(../../src_pc/font/CONDENSEicon);
    /* IE9 Compat Modes */
    src: url(../../src_pc/font/CONDENSEicon.eot#iefix) format("embedded-opentype"), url(../../src_pc/font/CONDENSEicon.woff) format("woff"), url(../../src_pc/font/CONDENSEicon.ttf) format("truetype"), url(../../src_pc/font/CONDENSEicon.otf);
  }
  #footer_site::after,
  #footer_site::before {
    display: block;
    content: "";
    height: 0;
    clear: both;
  }

  #footer_site {
    margin: 0px 0 0 0;
    padding: 0;
    font-family: Meiryo,"メイリオ",Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    background: #fff;
    /*text-align:justify;
    text-justify:inter-ideograph;*/
  }

  #footer_site {
    display: inline-block;
    width: 100%;
    margin-top: -12px !important;
    margin-bottom: -12px;
  }

  #footer_site a {
    text-decoration: none;
  }

  #footer_site .container {
    width: 960px;
    position: relative;
    margin: 0 auto;
  }

  #footer_site ul li:before {
    content: 'ú';
    color: #5D4F44;
    font-family: CONDENSEicon;
  }

  #footer_site ul li a {
    color: #000;
  }

  #footer_site ul li a:hover {
    color: #460102;
  }

  #footer_site .sitemaps {
    background-image: url(../common/img/bg_footer_sitemap.jpg);
    padding: 0px 0 20px;
    color: #fff;
  }

  #footer_site .sitemaps h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }

  #footer_site .sitemaps a {
    color: #fff;
  }

  #footer_site .sitemaps .sitemap_variation {
    border-bottom: solid 1px #460102;
    border-top: solid 0px #460102;
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
    margin-top: 0px;
  }

  #footer_site .sitemaps .sitemap_middle {
    border-bottom: solid 1px #460102;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }

  #footer_site .sitemaps #sitemap_top .box01,
  #footer_site .sitemaps #sitemap_top .box02,
  #footer_site .sitemaps #sitemap_top .box03 {
    float: left;
    height: 95px;
  }

  #footer_site .sitemaps #sitemap_top .box01 {
    width: 213px;
    border-right: dotted 1px #460102;
  }

  #footer_site .sitemaps #sitemap_top .box01 dl {
    margin-right: 10px;
  }

  #footer_site .sitemaps #sitemap_top .box01 dt {
    margin: 0 0 5px 0;
  }

  #footer_site .sitemaps #sitemap_top .box01 dt,
  #footer_site .sitemaps #sitemap_top .box01 dt a,
  #footer_site .sitemaps #sitemap_top .box01 dt a img {
    line-height: 0.6em;
  }

  #footer_site .sitemaps #sitemap_top .box01 dd {
    font-size: 10px;
    line-height: 1.3em;
    margin: 0 0 10px 0;
  }

  #footer_site .sitemaps #sitemap_top .box02 {
    width: 525px;
    border-right: dotted 1px #460102;
  }

  #footer_site .sitemaps #sitemap_top .box02 ul,
  #footer_site .sitemaps #sitemap_top .box03 ul {
    margin-left: 20px;
    font-size: 13px;
  }

  #footer_site .sitemaps #sitemap_top .box02 ul li,
  #footer_site .sitemaps #sitemap_top .box03 ul li {
    font-size: 13px;
    line-height: 1.8em;
  }

  #footer_site .sitemaps #sitemap_top .box02 ul li a,
  #footer_site .sitemaps #sitemap_top .box03 ul li a {
    font-size: 13px;
  }

  #footer_site .sitemaps #sitemap_top .box03 {
    width: 220px;
  }

  #footer_site .sitemaps .sitemap_fixed .box01,
  #footer_site .sitemaps .sitemap_fixed .box02,
  #footer_site .sitemaps .sitemap_fixed .box03,
  #footer_site .sitemaps .sitemap_fixed .box04 {
    float: left;
  }

  #footer_site .sitemaps .sitemap_fixed .box01,
  #footer_site .sitemaps .sitemap_fixed .box02,
  #footer_site .sitemaps .sitemap_fixed .box03 {
    border-right: dotted 1px #460102;
  }

  #footer_site .sitemaps .sitemap_fixed .box01 {
    width: 190px;
  }

  #footer_site .sitemaps .sitemap_fixed .box02 {
    width: 325px;
  }

  #footer_site .sitemaps .sitemap_fixed .box03 {
    width: 250px;
  }

  #footer_site .sitemaps .sitemap_fixed .box04 {
    width: 190px;
  }

  #footer_site .sitemaps .sitemap_fixed .box02 h3,
  #footer_site .sitemaps .sitemap_fixed .box03 h3,
  #footer_site .sitemaps .sitemap_fixed .box04 h3 {
    margin-left: 20px;
  }

  #footer_site .sitemaps .sitemap_fixed ul {
    margin: 0 0 15px 0;
    font-size: 12px;
  }

  #footer_site .sitemaps .sitemap_fixed .box02 ul,
  #footer_site .sitemaps .sitemap_fixed .box03 ul,
  #footer_site .sitemaps .sitemap_fixed .box04 ul {
    margin-left: 20px;
  }

  #footer_site .sitemaps .sitemap_fixed ul li {
    margin: 0 1em 8px 1em;
    text-indent: -1em;
    line-height: 1.3em;
    font-size: 12px;
  }

  #footer_site .sitemaps .sitemap_fixed ul li a {
    line-height: 1.3em;
    font-size: 12px;
  }

  #footer_site .foot_navi {
    padding: 15px 0;
  }

  #footer_site .foot_navi ul li {
    float: left;
    margin-right: 15px;
    font-size: 13px;
    line-height: 1.8em;
  }

  #footer_site .foot_navi ul li a {
    font-size: 13px;
    line-height: 1.8em;
  }

  #footer_site .address {
    background: #000000;
    color: #fff;
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
    line-height: 2.3em;
  }
}
@media screen and (max-width: 640px) {
  #footer_site .sitemaps {
    display: none;
  }

  #footer_site .container {
    width: 100%;
    position: relative;
    margin: 0px auto 10px auto;
    padding: 0 10px;
  }

  .foot_navi {
    /*display:none;*/
  }

  #copyright {
    display: none;
  }

  #footer_site .address {
    background: #000000;
    color: #fff;
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
    line-height: 140%;
  }
}
/* Scss Document */
* {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
}

* {
  word-wrap: break-word;
  outline: none;
}

html, body {
  height: 100%;
}

.main-contents {
  min-width: 980px;
  margin: 0 auto;
  padding-top: 80px;
}

.main-content-wrapper {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .main-contents {
    min-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }

  .main-content-wrapper {
    width: auto;
    margin: 10px auto;
  }
}
.alpha:not([disabled]):not(.current) {
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.alpha:not([disabled]):not(.current):hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.alpha {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* ヘッダ */
header.main {
  padding: 0;
  background-image: url(../common/img/bg_header.png);
}
header.main .header-inner h1 {
  float: left;
  background-image: url(../common/img/img_head_logo.png);
  background-repeat: no-repeat;
  height: 140px;
  width: 180px;
  text-align: right;
  padding-left: 120px;
  font-size: 0;
}
header.main .header-inner h2 {
  float: right;
  height: 140px;
  text-align: right;
  line-height: 140px;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  padding-left: 120px;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  header.main {
    padding: 10px 0 10px 0;
  }
  header.main .header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header.main .header-inner h1 {
    background-image: url(../common/img/img_head_logo.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 93px;
    text-align: right;
    background-size: cover;
    font-size: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
  header.main .header-inner h2 {
    height: auto;
    line-height: 120%;
    font-size: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-left: 0;
  }
}
header.main h1 img {
  vertical-align: bottom;
}

header.main h1 a {
  display: block;
}

header.main h1 a:link {
  color: #000000;
  text-decoration: none;
}

header.main h1 a:visited {
  color: #000000;
  text-decoration: none;
}

header.main h1 a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}

header.main h1 a:active {
  color: #000000;
  text-decoration: none;
}

header.main .header-inner {
  width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 930px) {
  header.main .header-inner {
    width: 930px;
    margin: 0 auto;
  }
}
/* -------------------------------------------------------- */
/* 640以下 */
/* -------------------------------------------------------- */
@media screen and (max-width: 640px) {
  header.main .header-inner {
    width: auto;
    margin: 0 10px;
  }
}
#fontSize {
  font-size: 115%;
  padding-right: 15px;
  float: right;
  margin-top: 35px;
}

#fontSize li {
  float: left;
  margin-right: 5px;
}

#fontSize li img {
  cursor: pointer;
}

#fontSize li.txt {
  margin-right: 10px;
  line-height: 27px;
  vertical-align: bottom;
}

/* メイン */
.main-inner {
  background-image: url(../img/bg_content.jpg);
}

/* 下部リンク */
.link-area {
  width: auto;
  margin: 0 auto;
}

.top-backnumber .link-area {
  width: 980px;
  margin: 0 auto;
}

.link-area li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.link-area li:nth-child(3n) {
  margin-right: 0 !important;
}

@media screen and (max-width: 640px) {
  .top-backnumber .link-area {
    width: auto;
    margin: 0 20px;
  }

  .link-area li {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .link-area li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
/* フッタ */
.index_footer {
  background-color: #666666;
  padding: 56px 0 90px 0;
  text-align: center;
  margin: 0 auto;
}

.index_footer h1 {
  margin-bottom: 25px;
}

.index_footer h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 172%;
  margin-bottom: 30px;
  line-height: 160%;
  color: #ffffff;
}

.index_footer h3 {
  font-size: 129%;
  color: #ffffff;
  line-height: 160%;
}

@media screen and (max-width: 640px) {
  .index_footer {
    padding: 28px 10px 45px 10px;
    text-align: center;
    margin: 0 auto;
  }

  .index_footer h1 {
    margin-bottom: 25px;
  }

  .index_footer h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 160%;
    color: #ffffff;
  }

  .index_footer h3 {
    font-size: 12px;
    color: #ffffff;
    line-height: 160%;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 101;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding: 12px 8px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 0.60;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

#footer {
  margin: 0 0 0 0 !important;
}

@font-face {
  font-family: CONDENSEicon;
  src: url(../../../src_pc/font/CONDENSEicon);
  /* IE9 Compat Modes */
  src: url(../../../src_pc/font/CONDENSEicon.eot#iefix) format("embedded-opentype"), url(../../../src_pc/font/CONDENSEicon.woff) format("woff"), url(../../../src_pc/font/CONDENSEicon.ttf) format("truetype"), url(../../../src_pc/font/CONDENSEicon.otf);
}
/* 共通（仮）移動するかも。----------------------------------- */
/* 例の色の＞がつくli */
.arrow_mainc li:before {
  content: 'ú';
  color: #0096b2;
  font-family: CONDENSEicon;
}

.arrow_mainc li a {
  color: #000;
}

.arrow_mainc li a:hover {
  color: #0096b2;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* -------------------------------------------------------- */
/* 640以下 */
/* -------------------------------------------------------- */
@media screen and (min-width: 1px) and (max-width: 640px) {
  /* FOOTER ++++++++++++++++++++++++++++++++++++  */
  .sp {
    display: block;
  }

  #footer_site .foot_navi {
    border-top: #545454 solid 5px;
    padding: 0;
  }

  #footer_site .sitemaps {
    background: #fff;
    padding: 0;
  }

  #footer_site .sitemap_fixed {
    display: none;
  }

  #footer_site .sitemaps .sitemap_variation#sitemap_top {
    display: none;
  }

  #footer_site .foot_navi li {
    float: none;
    margin-right: 0;
    *padding: 4%;
    *background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f3f3f3));
    *background: -moz-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    *background: -webkit-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    *background: -o-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    *background: -ms-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    *background: linear-gradient(to bottom, #ffffff 5%, #f3f3f3 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0);
    *background-color: #ffffff;
    *border-top: 1px solid #FFF;
  }

  /*ボタンのスタイル　白*/
  #footer_site .foot_navi a {
    padding: 4%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f3f3f3));
    background: -moz-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0);
    background-color: #ffffff;
    border-top: 1px solid #FFF;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    display: block;
    *display: inline;
    *padding: 0;
    *background: none;
    *border-top: 0;
  }

  #footer_site .foot_navi a:link {
    color: #000;
  }

  #footer_site .foot_navi a:visited {
    color: #000;
  }

  #footer_site .foot_navi a:hover {
    color: #0096b2;
  }

  #footer_site .foot_navi a:active {
    color: #0096b2;
  }

  #footer_site .foot_navi li a:before {
    content: "ú";
    font-family: CONDENSEicon;
    color: #0096b2;
  }

  /* ボタンのスタイル　グレイ */
  #footer_site .foot_navi .btn_gray {
    *background: -moz-linear-gradient(top, #adadad 0%, #525252);
    *background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#525252));
    border-top: 1px solid #ffffff;
    *background: -ms-linear-gradient(top, #adadad 5%, #525252 100%);
    *background: linear-gradient(to bottom, #adadad 5%, #525252 100%);
    *background-color: #525252;
    *cursor: pointer;
    *color: #ffffff;
    *text-decoration: none;
    *text-shadow: 0px 1px 0px #265965;
  }

  #footer_site .foot_navi .btn_gray a {
    color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #adadad), color-stop(1, #525252));
    background: -moz-linear-gradient(top, #adadad 5%, #525252 100%);
    background: -webkit-linear-gradient(top, #adadad 5%, #525252 100%);
    background: -o-linear-gradient(top, #adadad 5%, #525252 100%);
    background: -ms-linear-gradient(top, #adadad 5%, #525252 100%);
    background: linear-gradient(to bottom, #adadad 5%, #525252 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#525252',GradientType=0);
    background-color: #525252;
    border-top: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #525252;
    display: block;
    *display: inline;
    *background: none;
    *border-top: 0;
  }

  #footer_site .foot_navi .btn_gray a:link,
  #footer_site .foot_navi .btn_blue a:visited,
  #footer_site .foot_navi .btn_blue a:hover,
  #footer_site .foot_navi .btn_blue a:active {
    color: #FFF;
  }

  #footer_site .foot_navi .btn_gray a:before {
    color: #FFF;
  }

  /*　ボタンのスタイル　青　*/
  #footer_site .foot_navi .btn_blue {
    *background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7ab4c3), color-stop(1, #157e95));
    *background: -moz-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    *background: -webkit-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    *background: -o-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    *background: -ms-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    *background: linear-gradient(to bottom, #7ab4c3 5%, #157e95 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab4c3', endColorstr='#157e95',GradientType=0);
    *background-color: #7ab4c3;
  }

  #footer_site .foot_navi .btn_blue a {
    color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7ab4c3), color-stop(1, #157e95));
    background: -moz-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    background: -webkit-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    background: -o-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    background: -ms-linear-gradient(top, #7ab4c3 5%, #157e95 100%);
    background: linear-gradient(to bottom, #7ab4c3 5%, #157e95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab4c3', endColorstr='#157e95',GradientType=0);
    background-color: #7ab4c3;
    border-top: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #265965;
    display: block;
    *display: inline;
    *background: none;
    *border-top: 0;
  }

  #footer_site .foot_navi .btn_blue a:link {
    color: #FFF;
  }

  #footer_site .foot_navi .btn_blue a:visited {
    color: #FFF;
  }

  #footer_site .foot_navi .btn_blue a:hover {
    color: #FFF;
  }

  #footer_site .foot_navi .btn_blue a:active {
    color: #FFF;
  }

  #footer_site .foot_navi .btn_blue a:before {
    color: #FFF;
  }

  /*　copyright　*/
  #footer .address {
    background: #0096b2;
    font-size: 70%;
    color: #FFF;
    text-align: center;
    padding: 1% 0;
    line-height: 1.5em;
  }
}
/* =========================================================
 * エリアマップ
========================================================= */
#map {
  height: 478px;
  width: 890px;
  margin: 0px;
  padding: 0px;
}

.infowindow-map {
  /*width: 250px;
  height: 80px;*/
  width: 10em;
  height: 5.5em;
  font-size: 13px;
}

.infowindow-map a,
.infowindow-map strong {
  font-weight: bold;
  font-size: 16px;
}

.infowindow-map a {
  text-decoration: underline !important;
  color: blue;
}

.explanatory-note {
  width: 100%;
  float: none;
  clear: both;
  padding: 5px 0 0;
  margin: 0 0 -5px;
  text-align: right;
}

.explanatory-note dl {
  display: table;
  margin: 0 0 0 auto;
  height: 30px;
  overflow: hidden;
}

.explanatory-note dt,
.explanatory-note dd {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 11px;
}

.explanatory-note dt {
  padding-left: 12px;
}

.explanatory-note img {
  position: relative;
}

.explanatory-note img[src*="top_1_2.png"] {
  margin-right: 5px;
}

.explanatory-note img[src*="top_0_2.png"] {
  top: -3px;
}

.explanatory-note img[src*="areafw_3_2.png"] {
  top: 3px;
}

/* =========================================================
 * 古紙背景
========================================================= */
.wrap_parper_body {
  background-image: url(../images/top/new_bg_mid.png);
  background-repeat: repeat-y;
  padding: 8px 18px 3px;
}

.wrap_old_parper {
  position: relative;
}

.wrap_old_parper::before,
.wrap_old_parper::after {
  display: block;
  content: "";
  position: relative;
  width: 926px;
}

.wrap_old_parper::before {
  background: url(../images/top/new_bg_top.png) no-repeat top center;
  height: 10px;
  top: -5px;
  margin-bottom: -5px;
  z-index: 10;
}

.wrap_old_parper::after {
  background: url(../images/top/new_bg_bot.png) no-repeat top center;
  height: 60px;
}

.wrap_parper_top, .wrap_parper_bot {
  line-height: 0;
  display: none;
}

.wrap_parper_bot {
  padding-bottom: 50px;
}

.wrap_parper_top img {
  margin-top: -5px;
  z-index: 10;
  position: relative;
}

/* =========================================================
 * アコーディオン
========================================================= */
.ac_menu ul, .ac_menu li {
  padding: 0;
  margin: 0;
}

.ac_menu {
  width: 880px;
  padding: 0;
  margin: 0 auto 10px;
  list-style: none;
  border-bottom: 1px solid #998675;
}

.ac_menu h2.toggle_menu,
.ac_menu h3.toggle_menu {
  color: #42210B;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  margin: 0;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
}

.toggle_menu {
  cursor: pointer;
  background: -moz-linear-gradient(50% 0% -90deg, #e4d8bf 0%, #d5c4a6 100%);
  background: -webkit-linear-gradient(-90deg, #e4d8bf 0%, #d5c4a6 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #e4d8bf), color-stop(1, #d5c4a6));
  background: -o-linear-gradient(-90deg, #e4d8bf 0%, #d5c4a6 100%);
  background: -ms-linear-gradient(-90deg, #e4d8bf 0%, #d5c4a6 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4D8BF', endColorstr='#D5C4A6' ,GradientType=0)";
  background: linear-gradient(180deg, #e4d8bf 0%, #d5c4a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4D8BF', endColorstr='#D5C4A6', GradientType=0);
  border-top: 1px solid #998675;
  border-left: 1px solid #998675;
  border-right: 1px solid #998675;
}

.open_close {
  display: block;
}

.close_open {
  display: none;
}

.oya_1 {
  color: #42210B;
  font-size: 14px;
  line-height: 3.0;
  background-color: #EBE8DE;
}

.oya_2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 3.0;
  background-color: #d4d4d4;
}

.ad10p {
  display: block;
  padding: 10px 10px 10px 25px;
  border-top: 1px solid #998675;
  border-left: 1px solid #998675;
  border-right: 1px solid #998675;
}

.ad10p:hover {
  cursor: pointer;
}

.ac_menu nav li {
  font-size: 14px;
  line-height: 3.0;
  cursor: pointer;
  width: 100%;
  background-color: #e5e5e5;
  border-top: 1px solid #aaaaaa;
  display: block;
}

.ac_menu nav li a {
  color: #555555;
  padding-left: 10px;
  display: block;
}

.ac_menu nav li a:hover {
  color: #0000FF;
}

.bgw {
  background-color: #ffffff;
  overflow: hidden;
  border-top: 1px solid #998675;
  border-left: 1px solid #998675;
  border-right: 1px solid #998675;
}

.bgw li {
  padding: 10px 10px 10px 10px;
  border-bottom: dotted 1px #CBBFB2;
  overflow: hidden;
}

.bgw li:last-child {
  border: none;
}

.ac_ph {
  float: left;
  padding: 0 15px 0 0;
}

.ac_tit_wrap {
  float: left;
  width: 736px;
}

/* =========================================================
 * リニューアル
========================================================= */
.wrap_tit {
  padding-bottom: 10px;
  clear: both;
  position: relative;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.wrap_tit .txt {
  position: absolute;
  top: 45px;
  left: 232px;
  font-size: 13px;
  line-height: 1;
}

.new_list {
  padding: 0 0 20px 0;
  overflow: hidden;
}

.wrap_new_list {
  float: left;
  width: 449px;
  height: 164px;
  background-image: url(../images/top/bg_new.png);
  margin-bottom: 10px;
  margin-left: 10px;
}

.thum_img {
  float: left;
  width: 160px;
  padding: 20px 0 0 15px;
}

.wrap_add {
  float: left;
  width: 242px;
  padding: 20px 0 0 15px;
}

.icon_area, .icon_area span {
  font-size: 15px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #FFFFFF;
}

.icon_area {
  padding: 2px 0 1px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  float: left;
  min-width: 85px;
  letter-spacing: 0.2em;
}

.ajasut01 {
  letter-spacing: 0.2em;
}

.ajasut02 {
  letter-spacing: 0.5em;
}

.ajasut03 {
  letter-spacing: -0.1em;
}

a .color_shutoken {
  background-color: #A02F23;
}

a .color_kinki {
  background-color: #A6A365;
}

a .color_kyushu {
  background-color: #789C7F;
}

a .color_chugoku {
  background-color: #274a78;
}

a .color_chubu {
  background-color: #5C3949;
}

a:hover .color_shutoken {
  background-color: #d38585;
}

a:hover .color_kinki {
  background-color: #c6bd8f;
}

a:hover .color_kyushu {
  background-color: #8baf8b;
}

a:hover .color_chugoku {
  background-color: #477aa8;
}

a:hover .color_chubu {
  background-color: #7f627a;
}

/****************　通常　****************/
.ui-tabs-nav a.color_shutoken {
  background-color: #E2BFBF;
}

.ui-tabs-nav a.color_kinki {
  background-color: #CECAB3;
}

.ui-tabs-nav a.color_chugoku {
  background-color: #a9c8ea;
}

.ui-tabs-nav a.color_kyushu {
  background-color: #BCD3BE;
}

.ui-tabs-nav a.color_chubu {
  background-color: #B7B0B5;
}

/****************　hover　****************/
.ui-tabs-nav a:hover.color_shutoken {
  background-color: #A02F23;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
}

.ui-tabs-nav a:hover.color_kinki {
  background-color: #A09947;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
}

.ui-tabs-nav a:hover.color_kyushu {
  background-color: #64936C;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
}

.ui-tabs-nav a:hover.color_chugoku {
  background-color: #274a78;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
}

.ui-tabs-nav a:hover.color_chubu {
  background-color: #5C3949;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
}

/****************　select　****************/
.ui-tabs-selected a.color_shutoken {
  background-color: #A02F23;
}

.ui-tabs-selected a.color_kinki {
  background-color: #A09947;
}

.ui-tabs-selected a.color_kyushu {
  background-color: #64936C;
}

.ui-tabs-selected a.color_chubu {
  background-color: #5C3949;
}

.ui-tabs-selected a.color_chugoku {
  background-color: #274a78;
}

.open_date {
  float: right;
  font-size: 11px;
  padding: 10px 5px 0 0;
  color: #333;
}

.add_txt {
  overflow: hidden;
  padding-bottom: 1px;
}

.tit_area_name {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  overflow: hidden;
  border-bottom: 1px solid #ACAFB5;
  color: #333;
  padding: 9px 0 0;
}

.area_head {
  font-size: 16px;
  padding: 0 0 0 2px;
  font-weight: bold;
  display: inline-block;
  float: left;
  width: 70px;
  line-height: 30px;
}

.wrap_detail {
  display: block;
  float: right;
  width: 170px;
  line-height: 1em;
}

.area_detail {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1em;
}

.area_detail2 {
  font-size: 12px;
  line-height: 1.3em;
  padding-bottom: 3px;
  padding-left: 2px;
}

.tit_area_name a {
  display: block;
}

.area_head:hover,
.area_detail:hover,
.area_detail2:hover {
  color: #B1B1B1;
}

.txt_sentence {
  font-size: 13px;
  margin: 1px 0 0 0;
  padding: 3px 0 0 2px;
  border-top: 2px solid #ACAFB5;
  color: #333;
}

.ac_tit {
  border-bottom: 1px solid #807B77;
  overflow: hidden;
}

.ac_tit h4 a,
.ac_tit strong a {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 43px;
  float: left;
}

.ac_txt {
  border-top: 1px solid #807B77;
  margin: 1px 0 0 0;
  padding: 7px 0 0 0;
  font-size: 14px;
}

.ac_date {
  float: right;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0 0 0;
}

.wrap_tag {
  float: right;
  clear: right;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
}

.wrap_tag span a {
  font-size: 12px;
  margin: 0px 0 0 15px;
  padding-bottom: 3px;
  text-decoration: underline !important;
}

.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.ac_menu .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #6b4011 transparent transparent transparent;
  float: right;
  margin: 7px 5px 0 0;
}

.ac_menu .clicked .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #6b4011 transparent;
}

.ac_menu .triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #856d3c transparent transparent transparent;
  float: right;
  margin: 7px 5px 0 0;
}

.ac_menu .clicked2 .triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 9.5px 5.5px;
  border-color: transparent transparent #856d3c transparent;
}

.sche_text {
  padding-bottom: 100px;
}

/* =========================================================
 * タブ
========================================================= */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
  /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
  .ui-tabs-hide {
    display: none;
  }
}
/* Hide useless elements in print layouts... */
@media print {
  .ui-tabs-nav {
    display: none;
  }
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
}

.ui-tabs-nav:after {
  /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}

.ui-tabs-nav li {
  float: left;
  margin: 0 0 0 20px;
  min-width: 84px;
  /* be nice to Opera */
}

/**
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
**/
.ui-tabs-nav a, .ui-tabs-nav a span {
  display: block;
  padding: 4px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #FFFFFF;
}

.ui-tabs-nav a {
  margin: 1px 0 0;
  /* position: relative makes opacity fail for disabled tab in IE */
  padding-left: 0;
  color: #27537a;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  /* required in IE 6 */
  outline: 0;
  /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
  position: relative;
  top: 1px;
  z-index: 2;
  margin-top: 0;
  color: #000;
}

.ui-tabs-nav a span {
  width: 64px;
  /* IE 6 treats width as min-width */
  min-width: 64px;
  height: 18px;
  /* IE 6 treats height as min-height */
  min-height: 18px;
  padding-top: 6px;
  padding-right: 0;
  margin-right: -0.3em;
}

* > .ui-tabs-nav a span {
  /* hide from IE 6 */
  width: auto;
  height: auto;
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
  background-position: 100% -150px;
}

.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
  background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
  background-position: 0 -50px;
}

.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
  background-position: 0 0;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
  /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active {
  /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
}

.ui-tabs-disabled {
  opacity: .4;
  filter: alpha(opacity=40);
}

.ui-tabs-loading em {
  padding: 0 0 0 20px;
  background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
  /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  display: inline-block;
}

*:first-child + html .ui-tabs-nav {
  /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
  display: inline-block;
}

/* =========================================================
 * コピーライト
========================================================= */
#top #footer #copyright {
  /*background: url("../img/common/bg_footer.jpg") repeat left top;
  height: 15px;*/
  display: none;
}

#top #footer #copyright .inner {
  height: 12px;
  padding: 24px 0;
  display: none;
}

.main-inner {
  background-color: #2576AB;
  background-image: url(../img/bg_index_sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 25px 0 40px;
}
.main-inner .content-title {
  text-align: center;
  margin-bottom: 25px;
}
.main-inner .content-title h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 140%;
  font-weight: bold;
}
.main-inner .content-title h2 {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.9rem;
  line-height: 140%;
  margin-top: 10px;
}
.main-inner .index-info-graphic {
  display: block;
  line-height: 1;
  padding: 0 10px;
}
.main-inner .index-info-graphic:hover {
  background-color: #fff;
}
.main-inner .index-info-graphic img {
  vertical-align: bottom;
}

/* トップ アコーディオン */
#nav-list-accordinon{
  margin-top:25px;
}

#nav-list-accordinon .nav-list-item{
  margin-bottom: 25px;
}

#nav-list-accordinon .nav-list-item:last-child{
  margin-bottom: 0;
}

#nav-list-accordinon .nav-list-item .nav-list-item__title{
  text-align: center;
  font-weight: bold;
  color:#ffffff;
  position: relative;
  background-color:#3E99D5;
  line-height: 40px;
  margin:0 10px 25px 10px;
  cursor: pointer;
}

#nav-list-accordinon .nav-list-item .nav-list-item__title::after{
  content: url("../img/link_arrow_vertical.png");
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
}

#nav-list-accordinon .nav-list-item.open .nav-list-item__title::after{
  content: url("../img/link_arrow_vertical2.png");
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
}

#nav-list-accordinon .nav-list-item .nav-list-item__inner{
  display: none;
}

#nav-list-accordinon .nav-list-item.open .nav-list-item__inner{
  display: block;
}

.content-nav.season-index{
  margin-top:25px;
}
/* END トップ アコーディオン */

.main-inner .content-nav {
  padding: 0 10px;
}
.main-inner .content-nav ul li {
  margin-top: 25px;
  background-color: #fff;
}
.main-inner .content-nav ul li:first-child {
  margin-top: 0;
}
.main-inner .content-nav ul li .nav-link-item {
  display: flex;
  flex-direction: column;
  background-image: url(../img/bg_nav_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
.main-inner .content-nav ul li .nav-link-item__thumb {
  line-height: 1;
  overflow: hidden;
  flex-basis: 150px;
}
.main-inner .content-nav ul li .nav-link-item__thumb img {
  vertical-align: bottom;
  width: 100%;
}
.main-inner .content-nav ul li .nav-link-item__title {
  color: #000000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  padding: 10px 10px 0 10px;
}
.main-inner .content-nav ul li .nav-link-item__sub-title {
  color: #000000;
  padding: 10px 10px 15px 10px;
  line-height: 120%;
}
.main-inner .content-nav ul li .nav-link-item__sub-arrow {
  background-color: #3E99D5;
  text-align: center;
}
.main-inner .content-nav ul li .nav-link-item__sub-arrow img {
  vertical-align: middle;
  transform: rotate(90deg);
}
.main-inner .content-nav ul li .nav-link-item.disabled .nav-link-item__thumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33);
  opacity: 0.33;
}
.main-inner .content-nav ul li .nav-link-item.disabled .nav-link-item__title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33);
  opacity: 0.33;
}
.main-inner .content-nav ul li .nav-link-item.disabled .nav-link-item__sub-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33);
  opacity: 0.33;
}
.main-inner .content-nav ul li .nav-link-item.disabled .nav-link-item__sub-arrow {
  background-color: #CCCCCC;
}
.main-inner #read-more {
  border: 1px solid #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  width: auto;
  margin: 30px 10px 0 10px;
  color: #ffffff;
  cursor: pointer;
}
.main-inner #read-more span {
  display: inline-block;
  position: relative;
}
.main-inner #read-more span::after {
  content: url("../img/link_arrow.png");
  position: absolute;
  top: 60%;
  right: -30px;
  transform: translateY(-50%);
}
.main-inner #read-more:hover {
  background-color: rgba(255, 255, 255, 0.33);
}

.page_archive {
  margin: 0 auto;
  padding: 30px 0 0;
  width: 100%;
  overflow: hidden;
  background-size: 250%;
  background-position: bottom center;
  /*
  &-link{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease-out;
    &:hover{
      opacity: 0.6;
    }
  }
  &-inner{
    padding: 20px;
  }
  */
  /*
      &-text{
        margin: 0 0 30px;
        width: 100%;
        font-size: 20px;
        &::before{
          top: -15px;
          left: 10px;
          width: 30px;
          height: 30px;
        }
        &::after{
          bottom: -15px;
          right: 10px;
          width: 30px;
          height: 30px;
        }
      }
  */
  /*
  &-icon{
    width: 100px;
    height: 30px;
    font-size: 13px;
  }*/
}
.page_archive-container {
  width: 100%;
}
.page_archive-list {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto 30px;
}
.page_archive-list li {
  margin: 0 0 20px;
  width: 100%;
}
.page_archive-list li:nth-child(3n) {
  margin: 0 0 20px;
}
.page_archive-link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease-out;
}
.page_archive-link:hover {
  opacity: 0.6;
}
.page_archive-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.page_archive-text {
  position: relative;
  margin: 0 0 45px;
  width: 100%;
  height: auto;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
.page_archive-text::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -15px;
  width: 40px;
  height: 40px;
  background-image: url("../../img/text_start.svg");
  background-size: cover;
}
.page_archive-text::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-image: url("../../img/text_end.svg");
  background-size: cover;
}
.page_archive-img {
  width: 100%;
  height: auto;
}
.page_archive-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page_archive-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 34px;
  font-size: 15px;
  color: #fff;
  line-height: 120%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
}
.page_archive-buttons {
  flex-direction: column;
  margin: 0 0 60px;
  width: 100%;
  height: auto;
}
.page_archive-button {
  margin: 0 auto 20px;
  width: 90%;
  height: 100px;
}
.page_archive-button:last-child {
  margin: 0 auto;
}
.page_archive-button a {
  font-size: 22px;
}
