@charset "UTF-8";

/* ===========================================
リセット
=========================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}

/* ===========================================
初期設定
=========================================== */

html {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  /* IE11用 */
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  width: 100%;
  /* font-family: 'Noto Sans JP', -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', "游ゴシック", 'メイリオ', Sans-Serif; */
  font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  color: #333;
  background-color: #FFF;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===========================================
CMSスタイル
=========================================== */


/* html5用 */

article, aside, footer, header, hgroup, main, nav, section {
  display: block;
}

/* スタイルリセット
============================== */

#gsc-iw-id1 {
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
}

/* iOSでのデフォルトスタイルをリセット */

input[type="reset"], input[type="submit"], input[type="button"] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="reset"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="reset"]:focus, input[type="submit"]:focus, input[type="button"]:focus {
  outline-offset: -2px;
}
input.fedbt, input[type="reset"], input[type="button"], input[type="text"], input[type="submit"] {
  border-radius: 0;
}

/* プレースホルダー文字色 */

:placeholder-shown {
  color: #6F6F6F;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #6F6F6F;
}

/* Firefox 18- */

:-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}

/* Firefox 19+ */

::-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}

/* IE 10+ */

:-ms-input-placeholder {
  color: #6F6F6F;
}
a[href], label[for], input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
  cursor: pointer;
}
button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
/*   font-family: 'Noto Sans JP', -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', "游ゴシック", 'メイリオ', Sans-Serif; */
  font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
}
fieldset {
  border: none;
}
address {
  font-style: normal;
}
a img {
  vertical-align: bottom;
}
.img-guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}
hr {
  display: none;
}
.guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}

/* 目隠し見出し用指定 */

.txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

/* コンテンツを視覚的に隠す[スクリーンリーダーからはアクセス可]ページ内リンクのとび先に使用不可 */

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/* clearfix */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* 評価エリア */

input[type="radio"] {
  float: left;
  clear: both;
  margin: 6px 3px 0px 5px;
}
form.feedback label {
  display: block;
}
legend.form-h3 {
  margin-bottom: 10px;
}
footer {
  position: relative;
}

/* ▼▼▼▼▼ここから▼▼▼▼▼ */


/* 画面表示用スタイル */


/* ------------------------基本設定------------------------ */

body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #FFF;
}
#base {
  min-width: 1200px;
  margin: 0 auto;
}
.baseall {
  margin: 0;
  padding: 0;
}

/* ------------------------ヘッダー------------------------ */


/* サブサイト1段目ヘッダ */

#subbgall {
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}
#subbg {
  clear: both;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: left;
  max-width: 880px;
}
.s0wrap {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#s0left {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}
#s0left img {
  margin: 5px 0 0 0;
  padding: 0;
}
.s0right {
  float: right;
  margin: 0;
  padding: 8px 0 0 0;
  width: 480px;
}

/* ヘッダーナビ */

ul.headlist li img {
  margin: 4px 0 0 0;
  padding: 0;
}
.headlist li a {
  color: #333;
}

/* ヘッダー検索 */

.headlist .search {
  margin: 0 0 0 10px;
  padding: 0;
}
.headlist .search img {
  margin: 0 0 0 0;
  padding: 0;
}
form#SSF,
form#SSF02 {
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
}
form#SSF div,
form#SSF02 div {
  float: left;
  margin: 0;
  padding: 0;
}
form#SSF label,
form#SSF02 label {
  margin: 0;
  padding: 0;
}
form#SSF label img,
form#SSF02 label img {
  margin: 3px 0 0 0;
  padding: 0;
  vertical-align: top;
}
form#SSF input#query,
form#SSF02 input#query02 {
  border: 1px solid #999999;
  width: 135px;
}
form#SSF input.fedbt,
form#SSF02 input.fedbt {
  margin: 0 0 0 4px;
  padding: 0;
  width: 39px;
  height: 25px;
  border: none;
  background-color: transparent;
  background-image: url(/images/c_bg_search.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  cursor: pointer;
}
input.searchBtn {
    background-color: #EDEFF4;
    border: 1px solid #999999;
    margin-left: 3px;
    width: 4.5em;
}



/* ------------------------グローバルナビ------------------------ */


/* ------------------------コンテンツ外枠------------------------ */

#basebgwrap {
  margin: 0;
  padding: 0;
}
#basewrap {
  margin: 0 auto 0 auto;
  padding: 0px;
  text-align: left;
  width: 100%;
}

/* ------------------------パンくずナビ------------------------ */

.pankuzu {
  clear: both;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pankuzu ol, .pankuzu ul {
  clear: both;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
}
.pankuzu ol li, .pankuzu ul li {
  float: left;
  margin: 0;
  padding: 3px 30px 6px 20px;
  line-height: 1.1;
  background-color: transparent;
  background-image: url(/images/c_arrow_pankuzu.gif);
  background-repeat: no-repeat;
  background-position: 100% 0.4em;
  min-height: 12px;
  text-align: left;
  position: relative;
}
.pankuzu .pk-img, .pankuzu ul li.pk-img {
  background-image: none !important;
  margin: 0;
  padding: 5px 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 77px;
}
.pankuzu .pk-thispage, .pankuzu ul li.pk-thispage {
  background-image: none !important;
  color: #333;
}
.pankuzu ol li::before {
  content: none;
}
.pankuzu .pk-thispage::before {
  content: none;
}
ol.gnavi>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 0;
  color: #222;
  text-decoration: none;
}

/* ------------------------コンテンツ大枠------------------------ */

.wrap {
  margin: 0 auto 10px;
  padding: 0;
  text-align: left;
  background-color: transparent;
}

/* メインコンテンツ（サブナビなし） */

#main-nosub {
  clear: both;
  margin: 0;
  padding: 20px;
  text-align: left;
  background-color: #FFFFFF;
  width: 100%;
}

/* メインコンテンツ */

#main {
  clear: both;
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  background-color: #FFFFFF;
}

/* ローカルナビゲーション */

#localnavi {
  float: right;
  margin: 0;
  padding: 0 0 0 0;
  width: 220px;
}

/* ------------------------フッター------------------------ */


/* このページの上へ戻る */

.fuwafuwa a {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.fuwafuwa a:hover, .fuwafuwa a:focus {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* footer */

.tothispage {
  clear: both;
  margin: 1em 0 0 0;
  padding: 0;
}
.tothispage div {
  clear: both;
  float: right;
  margin: 0 0 0 0;
  padding: 2px 2px 0 16px;
  line-height: 1.2;
  text-align: right;
  background-image: url(/images/c_icon_pagetop.gif);
  background-repeat: no-repeat;
  background-position: 0 0.34em;
}
.tothispage img {
  margin: 0;
  padding: 0;
}

/* ガイダンスリンク */

.footlist li a {
  color: #333;
  text-decoration: none;
}
.footlist li a:hover, .footlist li a:focus {
  text-decoration: underline;
}
.footlist {
  padding: 12px 110px 12px 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footlist ul {
  margin: 0;
  padding: 0;
}
.footlist ul li {
  display: inline-block;
  margin: 5px 0;
  padding: 0 16px 0 16px;
  line-height: 1.14;
  border-right: 1px solid #666666;
  background-color: transparent;
  background-image: none !important;
}
.footlist ul li.li-last {
  border-right: none;
}
.page-top {
  position: absolute;
  top: -80px;
  bottom: auto;
  right: 0px;
  z-index: 9999;
}
.footlist_wp {
  background-color: #EDEDED;
}
.footlist li {
  margin: 5px 0;
  background-image: none;
  padding: 0 15px;
  line-height: 1;
  border-right: 1px solid #333;
  font-size: 1.4rem;
}
.footbgall {
  background-color: #333333;
  color: #FFF;
}
.foot_copy {
  border-top: 1px solid #FFF;
  text-align: center;
  padding: 8px 10px;
  font-size: 1.4rem;
}
.footbg-in {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footbg-in_r {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.footbg-in_r p a {
  display: block;
  padding: 9px 40px;
  border-radius: 20px;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
  background-color: #FFF;
  color: #333;
}
.footbg-in_r p a:hover, .footbg-in_r p a:focus {
  text-decoration: underline;
}
.footbg-in_r p:first-of-type a {
  color: #FFF;
  background-color: #077D68;
}
.footbg-in_r p a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 12px;
  width: 5px;
  height: 5px;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #077D68;
  border-right: 2px solid #077D68;
}
.footbg-in_r p:first-of-type a::before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.foot_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.foot_logo p {
  text-align: right;
  letter-spacing: .25em;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1;
}
.foot_logo h2 {
  line-height: 1;
}
address {
  font-size: 2.4rem;
}
.footbg-in_l {
  font-size: 2.0rem;
}
.foot_logo_l {
  width: 262px;
  margin-right: 25px;
}
p.foot_info_icon {
  margin: 0 45px 15px 0;
  vertical-align: middle;
}
p.foot_info_icon img {
  vertical-align: middle;
  margin-right: 10px;
}
.foot_info_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ------------------------サブナビ------------------------ */


/* 共通 */

#localnavi p.pagelinkbt {
  margin: 0;
  padding: 0;
}

/* 共通枠 */

.lobgbox {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 7px 0;
  width: 210px;
  border: 1px solid #DAD5C2;
  background-color: #FFFFFF;
  border-radius: 5px 5px 0 0;
}

/* ボックス内floatのclear */

.lobgbox:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.lobgbox {
  display: inline-block;
}

/* Hides from macIE \*/

* html .lobgbox {
  height: 1%;
}
.lobgbox {
  display: block;
}

/* End hide from macIE */

.lobgbox h2 {
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  line-height: 1.4;
}
.lobgbox ul {
  margin: 0;
  padding: 0 0 0 0;
  background-color: transparent;
}
.lobgbox li {
  margin: 0;
  background-color: transparent;
  background-image: none !important;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.lobgbox li.pagelinkin {
  padding: 3px 6px 3px 22px;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 10px 0.6em;
}
.lobgbox li.pagelinkout {
  padding: 3px 6px 3px 21px;
  background-image: url(/images/c_icon_outlink.gif);
  background-repeat: no-repeat;
  background-position: 7px 0.5em;
}
.lobgbox li.pagelinkbt {
  margin: 0 0 0 7px;
  padding: 3px 0 3px 0;
  background-image: none;
}
.lobgbox p.pagelinkin {
  margin: 0 0 0 0;
  padding: 3px 8px 3px 22px;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 10px 0.6em;
}
.lobgbox p.pagelinkout {
  margin: 0 0 0 0;
  padding: 3px 6px 3px 21px;
  background-image: url(/images/c_icon_outlink.gif);
  background-repeat: no-repeat;
  background-position: 7px 0.5em;
}
.lobgbox p.pagelinkbt {
  margin: 0 0 0 7px;
  padding: 3px 0 3px 0;
  background-image: none;
}
.lobgbox .ichiran-all div {
  margin: 6px 0 2px 0;
  background-image: url(/images/c_icon_inlink.gif);
}

/* サブナビゲーション */

#losubnavi {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #FFFFFF;
}
#losubnavi h2 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  border: none;
}
#losubnavi h2 span {
  margin: 0 6px 0 6px;
  padding: 8px 4px 7px 34px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 4px 0.3em;
  font-size: 1.6rem;
}
#losubnavi ul {
  margin: 0;
  padding: 0 5px 8px 5px;
  background-color: transparent;
}
#losubnavi li {
  margin: 0;
  padding: 4px 6px 3px 22px;
  background-color: transparent;
  font-size: 1.5rem;
  line-height: 1.4;
}

/* 重要なお知らせ */

.loimportant h2 {
  border: none;
  background-image: url(/images/c_bg_title_snavi_chumoku.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.loimportant ul {
  margin: 0.7em 5px 0.7em 0;
  padding: 0 0 0 8px;
}
.loimportant ul>li {
  padding: 0 0 0 18px;
  background-image: url(/images/c_icon_li.gif);
  background-position: 5px 0.5em;
}

/* レコメンド */


/* ▽お気に入り▽ */

#lobookmark {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
}
.bookmark-title {
  margin: 0;
  padding: 0;
}
#lobookmark .bookmark-title h2 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  background: none;
}
.bookmark-title h2 img {
  margin: 0;
}
#lobookmark .bookmark-title p {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.3rem;
}
#lobookmark .bookmark-title p img {
  margin: 0 0 0 0;
}
#lobookmark ul {
  margin: 0;
  background-color: transparent;
}
#lobookmark li {
  margin: 0;
  padding: 3px 6px 3px 22px;
  background-color: transparent;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 10px 0.6em;
}
#lobookmark p {
  margin: 8px 4px 5px 8px;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
#lobookmark p img {
  margin: 0;
  padding: 0;
}
#lobookmark .center {
  margin: 6px 0 0 0;
  padding: 0 0 4px 0;
  text-align: center;
}
#lobookmark #myMenu_mainList {
  margin: 8px 4px 5px 6px;
  padding: 0;
  font-size: 100%;
  text-align: left;
  background-color: transparent;
}

/* 情報が見つからないときは　よくある質問 */

p.lojoho, p.loyokuaru, p.multi {
  margin: 0 0 10px 0;
  padding: 0;
}
p.loyokuaru a {
  padding-right: 55px;
}

/* サブナビ広告 */

.lokokoku {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
  width: 210px;
  border: 1px solid #DAD5C2;
  background-color: #FFFFFF;
}
.lokokoku h2 {
  margin: 0 0 0 0;
  padding: 0;
  border: none;
}
.lokokoku ul {
  margin: 10px 0 0 30px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.lokokoku ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  background-color: transparent;
  background-image: none;
  text-align: left;
}
.lokokoku p {
  margin: 0 0 0 30px;
  padding: 6px 10px 0 10px;
  background-color: transparent;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 0 0.76em;
}

/* ------------------------ 共通タグの基本定義 ------------------------ */

.h1bg h1 {
  margin: 0;
  padding: 6px 5px 6px 20px;
  font-size: 2.0rem;
  line-height: 1.6;
  color: #222222;
  background-color: transparent;
  background-image: url(/images/c_bg_h1.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.h1img {
  clear: both;
  margin: 0 0 8px 0;
  padding: 0;
}
.h1img h1 {
  margin: 0;
  padding: 0;
  border: none;
  background-image: none;
}
h1#non-display {
  margin: 0;
  padding: 0;
  display: none;
}
.h2bg {
  margin: 1.2em 0 0.8em 0;
  padding: 0;
  border-bottom: 3px solid #B8DC85;
}
h2 {
  margin: 0;
  font-size: 2.0rem;
  background-color: transparent;
}
.h3bg {
  margin: 1em 5px 0.7em 10px;
  padding: 0;
  border-bottom: 1px dotted #CCCCCC;
}
.h3bg div {
  margin: 0 0 3px 0;
  padding: 0 0 0 14px;
  background-image: url(/images/c_icon_h3.gif);
  background-repeat: repeat-y;
  background-position: 1px 0.18em;
}
h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: transparent;
}
.h4bg {
  margin: 0.7em 5px 0.56em 10px;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #077D68;
  background-color: transparent;
}
h5 {
  margin: 0.7em 5px 0.56em 10px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: transparent;
}
h6 {
  margin: 0.7em 5px 0.56em 10px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: transparent;
}
img {
  border: none;
}
hr {
  display: none;
}
hr.para-line {
  display: block;
  margin: 0.56em 0 0.56em 0;
  padding: 0;
  border: none;
  border-top: 2px solid #AAAAAA;
}
p {
  margin: 0.1em 5px .56em 10px;
}
ul {
  margin: 0.7em 5px 0.7em 0;
  padding: 0 0 0 12px;
  list-style-type: none;
  list-style-image: none;
}
ol {
  margin: 0.7em 5px 0.7em 20px;
  padding: 0 0 0 10px;
}
li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  background-color: transparent;
}
ul>li {
  padding: 0 0 0 18px;
  list-style-type: none;
  list-style-image: none;
  background-image: url(/images/c_icon_li.gif);
  background-repeat: no-repeat;
  background-position: 5px 0.5em;
}
li.pagelinkout img {
  margin: 0;
  padding: 0;
  height: 1em;
}
dl {
  margin: 0.7em 5px 0.7em 0;
  padding: 0 0 0 10px;
}
dt {
  margin: 0.56em 0 0.56em 0;
  padding: 0;
  line-height: 1.5;
  background-color: transparent;
}
dd {
  margin: 0 0 0.56em 0;
  padding: 0;
  line-height: 1.5;
  background-color: transparent;
}
table.table01 {
  margin: 0.2em 5px 0.2em 10px;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #85835D;
}
.wysiwyg_wp table {
  margin: 0.2em 5px 0.2em 10px;
}
caption {
  margin-bottom: 3px;
  margin-left: 0;
  padding: 0;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  background-color: transparent;
}
th {
  margin: 0;
  padding: 4px;
  border: 1px solid #85835D;
  background-color: #EDEBE4;
  text-align: left;
}
td {
  margin: 0;
  padding: 4px;
  border: 1px solid #85835D;
  background-color: #FFFFFF;
}

/* テーブル『th』文字色再指定 */

th p, th span.text-color-red, th span.text-color-green, th strong.text-color-red, th strong.text-color-green {
  color: #222222;
}
form th span.text-color-red, form th strong.text-color-red {
  color: #990000;
}

/* 表取り込み（Excel）の外枠と追記欄 */

.t-box {
  margin: 0.56em 0 0.56em 0;
}
.t-box p {
  margin: 0.14em 10px 0.14em 10px;
  padding: 0;
}

/* 表の外枠と追記欄 */

.t-box2 {
  margin: 0.56em 0 0.56em 0;
}
.t-box2>p {
  margin: 0.14em 5px 0.14em 10px;
  padding: 0;
}

/* 通常のリンク色 */

a:link {
  color: #006699;
}
a:visited {
  color: #880088;
}
a:hover {
  color: #cc0000;
}
a:active {
  color: #cc0000;
}

/* HTML取り込み枠 */

.insertfile {
  margin: 0.8em 0 1.2em 0;
  padding: 0;
}
.bc-main {
  margin: 0 0 10px 0;
  padding: 0;
}

/* 隠し飛ばしリンク先＆隠し罫線用 */

.echooff {
  display: none;
}
.guidance {
  clear: both;
  font-size: 1%;
  line-height: 1%;
  width: 1px;
  height: 1px;
}

/* 回り込みの解除 */

.newpara {
  clear: both;
}

/* ボックス内floatのclear */

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}

/* Hides from macIE \*/

* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* End hide from macIE */


/* ------------------------テンプレート用共通------------------------ */


/* 更新日 */

.update {
  margin: 0;
  padding: 0;
}
.update p {
  float: right;
  margin: 0;
  padding: 1px 5px 0 16px;
}

/* ▽地図エリア内▽ */

.map-area {
  margin: 0.56em 0 0 0;
  padding: 0 0 0 10px;
  overflow: hidden;
}
.mapimg {
  float: left;
  margin: 0;
  padding: 0.7em 20px 0.2em 0;
  text-align: center;
}
.mapimg img {
  margin: 0 0 5px 0;
  padding: 0;
}

/* 画像、画像リンク　左（文章回りこみ） */

.img-area-l {
  margin: 0.56em 0 0 0;
  padding: 0 0 0 10px;
  overflow: hidden;
}
.img-area-l p.imglink-txt-left {
  float: left;
  margin: 0;
  padding: 0 0 0.2em 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}
.img-area-l p.imglink-txt-left img {
  margin: 1em 10px 0 0;
  padding: 0;
}
.img-area-l p.imglink-txt-left span {
  margin: 0 10px 0 10px;
  display: inline-block;
}

/* 画像、画像リンク　右（文章回りこみ） */

.img-area-r {
  margin: 0.56em 0 0 0;
  padding: 0;
  overflow: hidden;
}
.img-area-r p.imglink-txt-right {
  float: right;
  margin: 0;
  padding: 0 0 0.2em 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}
.img-area-r p.imglink-txt-right img {
  margin: 1em 10px 5px 10px;
  padding: 0;
}
.img-area-r p.imglink-txt-right span {
  margin: 0 10px 5px 10px;
  display: inline-block;
}

/* 地図エリア、画像リンク（文章回りこみ）用再調整 */

.map-area .h3bg, .map-area .h4bg, .map-area ul, .map-area ol, .img-area-l .h3bg, .img-area-l .h4bg, .img-area-l ul, .img-area-l ol, .img-area-r .h3bg, .img-area-r .h4bg, .img-area-r ul, .img-area-r ol {
  overflow: hidden;
}
.map-area .h3bg, .img-area-l .h3bg {
  margin-left: 0;
}
.map-area .h4bg, .img-area-l .h4bg {
  margin-left: 0;
}
.map-area p, .img-area-l p {
  margin-left: 0;
}
.map-area ul, .img-area-l ul {
  padding: 0;
}
.map-area ol, .img-area-l ol {
  margin: 0.7em 5px 0.7em 0;
  padding: 0;
}
.img-area-r ol {
  margin: 0.7em 5px 0.7em 10px;
  padding: 0;
}
.map-area ol li, .img-area-l ol li, .img-area-r ol li {
  margin: 0 0 0 2.5em;
  padding: 0;
}
.b-line {
  padding-bottom: 1em;
  border-bottom: 1px dotted #999999;
}

/* 画像エリア内 */

.img-area p {
  background-color: transparent;
}

/* 画像エリア内floatのclear */

.img-area:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.img-area {
  display: inline-block;
}

/* Hides from macIE \*/

* html .img-area {
  height: 1%;
}
.img-area {
  display: block;
  line-height: 1.3;
}

/* End hide from macIE */


/* 画像リンク（センター） */

p.img-center {
  padding-bottom: 0.25em;
  text-align: center;
}

/* 画像リンク（左　文章回りこみ無し） */

p.img-left {
  float: left;
  padding-bottom: 0.25em;
  text-align: center;
}

/* 画像リンク（右　文章回りこみ無し） */

.img-right {
  float: right;
  padding-bottom: 0.25em;
  padding-right: 0;
  padding-left: 5px;
  text-align: center;
}

/* 画像リンク　サイドエリア用 */

p.lr-img {
  margin: 0 0 10px 0;
  padding: 0;
  background-color: transparent;
}
.lobgbox p.lr-img {
  margin: 0;
  padding: 3px 0 3px 7px;
  background-image: none;
}

/* 画像リンク　1個 */


/* 画像リンク　2個横並び */

p.imglink-side2 {
  float: left;
  margin: 0.56em 0 0.1em 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}
.imglink-side2 img {
  margin: 0 10px 0 10px;
}
.imglink-side2 span {
  display: block;
  margin: 0 10px 0 10px;
}

/* 画像リンク　3個横並び */

.img-area p.imglink-side3 {
  float: left;
  margin: 0.56em 0 0.1em 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}
p.imglink-side3 img {
  margin: 0 10px 5px 10px;
  padding: 0;
}
p.imglink-side3 span {
  margin: 0 10px 0 10px;
  padding: 0;
}

/* 画像リンク　4個横並び */

.img-area p.imglink-side4 {
  float: left;
  margin: 0.56em 0 0.1em 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}
.img-area p.imglink-side4 img {
  margin: 0 0 0 10px;
  padding: 0;
}
.img-area p.imglink-side4 span {
  margin: 0 0 0 10px;
  padding: 0;
}

/* 画像リンク　5個横並び */

.img-area p.imglink-side5 {
  float: left;
  margin: 0.56em 0 0.1em 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}
.img-area p.imglink-side5 img {
  margin: 0 0 0 10px;
  padding: 0;
}
.img-area p.imglink-side5 span {
  margin: 0 0 0 10px;
  padding: 0;
}

/* サムネイルリンク　3個横並び */

.thumb-side3 {
  float: left;
  margin: 0;
  padding: 0;
  width: 212px;
}
.thumb-side3 p {
  margin: 0.56em 0 0.1em 0;
  padding: 0;
}
.thumb-side3 img {
  margin: 0 10px 5px 10px;
  padding: 0;
}
.thumb-side3 span {
  margin: 0 10px 0 12px;
  padding: 0;
}
.thumb-side3 p.pagelinkin {
  margin: 0.56em 10px 0.1em 10px;
  padding: 0 0 2px 12px;
  background-position: 1px 0.36em;
}
.thumb-side3 p.filelink {
  margin: 0.56em 10px 0.1em 10px;
  padding: 0 0 2px 15px;
  background-position: 2px 0.2em;
}
.thumb-side3 img.img-guidance {
  margin: 0;
  padding: 0;
}

/* ▽吹き出しエリア内▽ */

.balloon-area-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.balloon-area-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.balloon-area-l .txt-bgbox {
  padding-left: 22px;
}
.balloon-area-l p.img-box {
  margin: 0;
  padding: 0 0 0.2em 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.balloon-area-l p.img-box img {
  margin: 0 0 5px 0;
  padding: 0;
  width: 94px;
  height: auto;
}
.balloon-area-r p.img-box {
  margin: 0;
  padding: 0 0 0.2em 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.balloon-area-r p.img-box img {
  margin: 0 0 5px 0;
  padding: 0;
  width: 94px;
}
.balloon-area-l .txt-box, .balloon-area-r .txt-box {
  position: relative;
  padding: 5px 8px 10px 8px;
  border: 1px solid #9A9A9A;
  border-radius: 5px;
}
.balloon-area-l .txt-box:before, .balloon-area-l .txt-box:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.balloon-area-l .txt-box:before {
  top: 12px;
  border-style: solid;
  border-color: transparent #9A9A9A transparent transparent;
  border-width: 12px 20px 0 0;
  left: -21px;
}
.balloon-area-l .txt-box:after {
  top: 12px;
  border-style: solid;
  z-index: 10;
  border-color: transparent #fff transparent transparent;
  border-width: 11px 19px 0 0;
  left: -18px;
}
.balloon-area-r .txt-bgbox {
  padding-right: 22px;
}
.balloon-area-r .txt-box:before, .balloon-area-r .txt-box:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.balloon-area-r .txt-box:before {
  top: 12px;
  border-style: solid;
  border-color: transparent transparent #9A9A9A transparent;
  border-width: 0 20px 12px 0;
  right: -21px;
}
.balloon-area-r .txt-box:after {
  top: 12px;
  border-style: solid;
  z-index: 10;
  border-color: transparent transparent #fff transparent;
  border-width: 0 19px 11px 0;
  right: -18px;
}

/* ファイルのダウンロード */

p.filelink {
  clear: both;
  margin: 0.56em 10px 0.1em 10px;
  padding: 0 0 2px 16px;
  background-image: url(/images/c_icon_filelink.gif);
  background-repeat: no-repeat;
  background-position: 1px 0.45em;
}
img.img-guidance {
  margin: 0;
  padding: 0;
}

/* 内部ページリンクスタイル */

p.pagelinkin {
  clear: both;
  margin: 0.56em 10px 0.1em 10px;
  padding: 0 0 2px 16px;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.5em;
}

/* 外部ページリンクスタイル */

p.pagelinkout {
  clear: both;
  margin: 0.56em 10px 0.1em 10px;
  padding: 0 0 2px 16px;
  background-image: url(/images/c_icon_outlink.gif);
  background-repeat: no-repeat;
  background-position: 0 0.26em;
}

/* リンク説明用スタイル */

p.linktxt {
  margin: 0.1em 10px 0.56em 10px;
  padding: 0;
}

/* ページ内ジャンプ */

ul.linkjump {
  margin: 0.5em 10px 0 11px;
  padding: 0;
}
ul.linkjump li {
  float: left;
  margin: 0.2em 0 0.2em 0;
  padding: 3px 16px 1px 18px;
  line-height: 1.2;
  background-image: url(/images/c_icon_jumplink.gif) !important;
  background-repeat: no-repeat;
  background-position: 0 0.36em;
}
ul.linkjump2 {
  margin: 0.5em 10px 0 11px;
  padding: 0;
}
ul.linkjump2 li {
  margin: 0.2em 0 0.2em 0;
  padding: 3px 16px 1px 18px;
  background-image: url(/images/c_icon_jumplink.gif) !important;
  background-repeat: no-repeat;
  background-position: 0 0.4em;
}

/* コンテンツ内のこのページの上へ戻る */

.tothispage2 {
  clear: both;
  margin: 0.56em 0 0.56em 0;
  padding: 0;
}
.tothispage2 div {
  clear: both;
  float: right;
  margin: 0;
  padding: 2px 2px 0 16px;
  line-height: 1.2;
  text-align: right;
  background-image: url(/images/c_icon_pagetop.gif);
  background-repeat: no-repeat;
  background-position: 0 0.34em;
  background-color: transparent;
}

/* コーナー用 */

ul.norcor {
  margin: 0.7em 5px 0.7em 0;
  padding: 0 0 0 11px;
}
ul.norcor li {
  margin: 0.2em 0 0 0;
  padding: 3px 0 1px 16px;
  background-image: url(/images/c_icon_inlink.gif) !important;
  background-repeat: no-repeat;
  background-position: 3px 0.68em;
}

/* コーナー用（横） */

ul.norcor-side {
  margin: 0.5em 10px 0 11px;
  padding: 0;
}
ul.norcor-side li {
  float: left;
  margin: 0.2em 0 0.2em 0;
  padding: 3px 16px 1px 14px;
  background-image: url(/images/c_icon_jumplink.gif) !important;
  background-repeat: no-repeat;
  background-position: 0 0.54em;
}

/* イベント終了アイコン */

img.eventend {
  margin: 4px 0 4px 8px;
  vertical-align: middle;
}

/* テキスト右寄せ */

p.txt-right {
  text-align: right;
}

/* Adobe Readerのダウンロード */

.adobereader_wp {
  clear: both;
  margin: 15px 0 15px 0;
  padding: 6px 8px 8px 8px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
p.dladobereader {
  display: inline;
  margin: 0;
}
img.adobe_icon {
  float: right;
  margin-top: 10px;
}
.adobereader_wp p.pagelinkout {
  display: inline-block;
}
.adobereader_wp::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* 問い合わせ先 */

.contact {
  clear: both;
  margin: 15px 0 15px 0;
  padding: 0 0 0 0;
  border: 1px solid #BDBDBD;
  background-color: #FFFFFF;
}
#main .contact h2, #main-nosub .contact h2 {
  margin: 1px;
  padding: 4px 2px 2px 8px;
  border: none;
  background-color: #E6E6E6;
  font-size: 1.5rem;
}
.contactbox {
  margin: 0;
  padding: 0;
}
.contact p {
  margin: 0.5em 0 0.5em 8px;
}
.con-txt {
  margin: 0;
  padding: 0;
}
.con-mail {
  margin: 0;
  padding: 0;
}
.con-txt p {
  margin: 0.5em 0 0.5em 8px;
}
.con-mail p {
  margin: 15px 0 15px 8px;
}
.con-txt2 {
  clear: both;
  margin: 0;
  padding: 0;
}
.con-mail p a {
  background-color: #fff;
  padding: 8px 23px 8px 67px;
  display: inline-block;
  background-image: url(/images/s_ho_toiawase_btn.png);
  background-repeat: no-repeat;
  background-position: 20px .52em;
  text-decoration: none;
  font-size: 1.4rem;
}
.con-mail p a:focus, .con-mail p a:hover {
  text-decoration: underline;
}

/* 日付リスト */

ul.info-list {
  margin: 0.5em 10px 0.5em 10px;
  padding: 0 0 4px 0;
}
ul.info-list li {
  margin: 0;
  padding: 9px 0 8px 0;
  position: relative;
  width: auto;
  border-bottom: 1px dotted #948F56;
  background-color: transparent;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.info-list .date {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 8.4em;
}
ul.info-list li span {
  display: block;
  width: calc(100% - 10.4em);
}

/* おしらせエリア */

.info-box {
  clear: both;
  margin: 1.2em 0 0.8em 0;
  padding: 0;
  border-bottom: 1px solid #DAD5C2;
  background-image: url(/images/c_bg_newinfo.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 100%;
  padding-bottom: 5px;
}
#main .info-box h2, #main-nosub .info-box h2, .main-l .info-box h2 {
  margin: 0;
  padding: 0;
  border: none;
}
.info-box h2 img {
  margin: 4px 0 0 11px;
  padding: 0;
}

/* 次階層新着情報エリア */

.newinfo-box {
  clear: both;
  margin: 1.2em 0 0.8em 0;
  padding: 0;
  border-bottom: 1px solid #DAD5C2;
}

/* 次階層新着情報エリア */

.newinfo-title {
  margin: 1px;
  padding: 0;
  background-color: #F3F3EB;
}
#main .newinfo-box h2, #main-nosub .newinfo-box h2, .main-l .newinfo-box h2 {
  margin: 0;
  padding: 0;
  border: none;
  background-image: url(/images/c_bg_h2_newinfo.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.newinfo-box ul.info-list {
  margin: 0.5em 10px 0.5em 10px;
}
.newinfo-box ul.info-list li {
  padding: 4px 0 4px 0;
  border-bottom: none;
}

/* 右寄せ用一覧へのリンク */

.ichiran-all {
  clear: both;
  margin: 0;
  padding: 0;
}

/* ボックス内floatのclear */

.ichiran-all:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.ichiran-all {
  display: inline-block;
}

/* Hides from macIE \*/

* html .ichiran-all {
  height: 1%;
}
.ichiran-all {
  display: block;
}

/* End hide from macIE */

.ichiran-all div {
  float: right;
  margin: 0 0 10px 0;
  padding: 2px 12px 0 10px;
  text-align: right;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 0 .7em;
}

/* 枠レイアウト2列用（見出し、画像、文章等付） */

.box-area {
  clear: both;
  margin: 20px 0 1em 0;
  padding: 0;
}
.box-side2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 49.8%;
}
.box-side2 h2.nextpage {
  clear: both;
  margin: 0 10px 0 0;
  padding: 5px 20px 0 6px;
  border: none;
  background-color: transparent;
  background-image: url(/images/c_bg_shadow_top.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.box-side2 .img-area-r {
  margin: 0.2em 0 0 0;
}
.box-side2 p {
  margin: 0.56em 10px 0.1em 10px;
  background-color: transparent;
}
.box-side2 p.img-txt-right img {
  margin: 1em 14px 5px 10px;
}

/* メニュー用枠 */

.menulist {
  clear: both;
  margin: 20px 0 1em 0;
  padding: 0;
}

/* 2列用枠内 */

.m-box2 {
  float: left;
  margin: 0;
  padding: 0;
  width: 49.8%;
}
.m-box2:nth-child(even) {
  float: right;
}

/* 3列用枠内 */

.m-box3 {
  float: left;
  margin: 0;
  padding: 0;
  width: 33.20%;
}
.m-title {
  clear: both;
  margin: 0 10px 0.5em 0;
  padding: 2px;
  border: 1px solid #D6CDAF;
  background-color: #FFFFFF;
}
.m-title div {
  margin: 0;
  padding: 0;
  background-color: #EAE6DA;
  background-image: url(/images/c_bg_nextpage.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#main .m-title h2.nextpage, #main-nosub .m-title h2.nextpage {
  margin: 0;
  padding: 6px 5px 4px 22px;
  border: none;
  background-color: transparent;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 10px 0.8em;
  font-size: 2.0rem;
}
p.site-li {
  margin: 0;
  padding: 1px 6px 3px 14px;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 2px 0.5em;
}
ul.site-li li {
  padding: 1px 6px 3px 14px;
  background-color: transparent;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 2px 0.5em;
}
.menulist .img-area-l {
  margin: 0.56em 0 0 0;
  padding: 0 5px 0 10px;
  overflow: hidden;
}

/* 小見出し付サムネイル3連 */

.thumblist {
  clear: both;
  margin: 20px 0 1em 0;
  padding: 0;
}
.thumblist .m-box3 p {
  clear: both;
  margin: 0.56em 5px 0.1em 7px;
  padding: 0;
}
.m-title h3.nextpage {
  margin: 0;
  padding: 6px 5px 4px 22px;
  border: none;
  background-color: transparent;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 10px 0.8em;
}

/* ▽左右画像テキストエリア▽ */

.imgtxtbox {
  margin: 0 0 0 10px;
  padding: 0;
  overflow: hidden;
}
.txt-right {
  margin: 0;
  padding: 0 2px 0 0;
  overflow: hidden;
}
.txt-left {
  margin: 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

/* ▽地図▽ */

p.imagemap {
  margin: 8px 0 8px 0;
  padding: 0;
  text-align: center;
}

/* 緊急エリア */

.kinkyu-box {
  clear: both;
  margin: 1.2em 0 0.8em 0;
  padding: 0;
  background-repeat: repeat-y;
  background-position: 0 0;
}
.kinkyu-box>h2 {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.kinkyu-box h2 img {
  margin: 0;
  padding: 0;
}
.kinkyu-box .h3bg div {
  padding: 0 0 0 10px;
  border-bottom: none;
  background-image: url(/images/t_icon_h3_kinkyu.gif) !important;
}
.kinkyu-box ul>li {
  background-image: url(/images/t_icon_li_kinkyu.gif);
}
.kinkyu-box .h2bg h2 {
    background-color: #983012;
    background-image: none;
    color: #FFF;
    border-bottom: none;
    padding: 5px 10px;
}

.kinkyu-box .h2bg {
    border: none !important;
    padding: 10px;
    margin: 0;
}
/* 動画3連 */

.movelist {
  clear: both;
  margin: 20px 0 1em 0;
  padding: 0;
}
.movelist .m-title {
  clear: both;
  margin: 0 10px 0.5em 0;
  padding: 0;
  border: 1px solid #CCCCCC;
}
.movelist .m-title div {
  margin: 0;
  padding: 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #F9F7F5;
  background-image: url(/images/s_t_ma_bg_h3.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.movelist .m-title h3 {
  margin: 0;
  padding: 7px 5px 3px 35px;
  border-bottom: none;
  background-color: transparent;
  background-image: url(/images/s_t_ma_icon_h3.gif);
  background-repeat: no-repeat;
  background-position: 5px 0.14em;
  font-size: 1.5rem;
}
.movelist p {
  clear: both;
  margin: 0.56em 5px 0.3em 7px;
  padding: 0 0 0 0;
  width: 192px;
  background-image: url(/images/s_t_ma_bg_film_bottom.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.movelist p span.film {
  margin: 0 0 2px 0;
  padding: 15px 0 15px 0;
  display: block;
  background-image: url(/images/s_t_ma_bg_film_top.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
}
.movelist p.pagelinkin {
  margin: 0.3em 0 0.1em 7px;
  padding: 0 20px 2px 16px;
  background-image: url(/images/c_icon_inlink.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.36em;
  width: auto;
}
.movelist p.pagelinkout {
  margin: 0.3em 0 0.1em 7px;
  padding: 0 20px 2px 16px;
  background-image: url(/images/c_icon_outlink.gif);
  background-repeat: no-repeat;
  background-position: 0 0.26em;
  width: auto;
}
.movelist .m-box3 .ichiran-all div {
  padding: 2px 17px 0 10px;
}

/* 広告エリア */

.kokoku ul {
  margin: 15px 0 0 18px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}


/* フィードバック */

form.feedback {
  clear: both;
  margin: 15px 0 15px 0;
  padding: 0 0 8px 0;
  border: 1px solid #BDBDBD;
  background-color: #FFFFFF;
}
#main form.feedback h2, #main-nosub form.feedback h2 {
  margin: 1px 1px 10px 1px;
  padding: 4px 2px 2px 8px;
  border: none;
  background-color: #E6E6E6;
  font-size: 1.5rem;
}
form.feedback fieldset {
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.8;
  border: none;
}
form.feedback legend {
  margin: 0 5px 0 8px;
  padding: 0;
  font-weight: bold;
  border-bottom: none;
  background-image: none;
}
form.feedback .feddtxt {
  margin: 1px 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form.feedback p {
  margin: 0.2em 5px 0.1em 8px;
  padding: 0;
}
form.feedback .fedd {
  margin: 0.2em 0 0 8px;
  padding: 0;
  font-size: 85%;
  line-height: 1.2;
}
form.feedback label {
  margin: 0 7px 0 0;
  padding: 0;
}
.submitbox {
  margin: 0 8px 0 10px;
  padding: 0;
}
.submitbox .fedbt {
  margin: 8px 0 10px 0;
  padding: 2px 10px 0 10px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-image: url(/images/c_bg_submit2.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  cursor: pointer;
}
input.fedbt {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 20px 10px;
}
.formmail input[type="text"],
.formmail textarea {
	width: 100% !important;
    border: 1px solid #CCC;
    box-sizing: border-box;
}
/* ------------------------上部隠しエリア------------------------ */


/* 隠しメッセージ */

p.jsmessage {
  margin: 4px;
  padding: 0;
}

/* 隠しジャンプ */

.blockjump img {
  display: none;
}
#blockskip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #999;
  text-align: center;
}
#blockskip a {
  color: #999;
  overflow: hidden;
}
.show {
  line-height: 1.5 !important;
  background-color: #F6F6F6 !important;
  border-bottom: solid 1px #999 !important;
}
.show a {
  color: #333 !important;
  line-height: 150% !important;
  font-size: 100% !important;
}

/* ------------------------お気に入りシステム部分------------------------ */


/* prompt */

.jqifade {
  position: absolute;
  background-color: #aaaaaa;
}
.jqi {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 95%;
  text-align: left;
  border: outset 3px #aaaaaa;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
}
.jqi .jqicontainer {
  font-weight: bold;
}
.jqi .jqiclose {
  position: absolute;
  top: 4px;
  right: -2px;
  width: 18px;
  cursor: default;
  color: #bbbbbb;
  font-weight: bold;
}
.jqi .jqimessage {
  padding: 0px;
  margin: 0px;
  color: #444444;
}
.jqi .jqimessage h3 {
  margin: 0px;
  padding: 7px 7px 3px 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  background: #555555;
  color: #ffffff;
  font-size: 105%;
}
.jqi .jqimessage .jqi_messagebody {
  margin: 10px;
}
.jqi .jqibuttons {
  text-align: right;
  padding: 5px 0 5px 0;
  border: solid 1px #eeeeee;
  background-color: #f4f4f4;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
.jqi button {
  padding: 3px 10px;
  margin: 0 10px;
  background-color: #2F6073;
  border: solid 1px #f4f4f4;
  color: #ffffff;
  font-weight: bold;
  font-size: 100%;
}
.jqi button:hover {
  background-color: #728A8C;
}
.jqi button.jqidefaultbutton {
  background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons {
  background-color: #BF5E26;
}
#myMenuPromptError {
  font-weight: bold;
  color: #ff0000;
}

/* button */

#myMenuAdd {
  cursor: pointer;
  border: 1px solid #D6CDAF;
  border-radius: 5px;
  margin: 0 0 5px 0;
  padding: 0;
  background: #f6f5ed;
  background: -o-linear-gradient(top, #f6f5ed 0%, #eae6d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f5ed), to(#eae6d7));
  background: linear-gradient(to bottom, #f6f5ed 0%, #eae6d7 100%);
/*   font-family: 'Noto Sans JP', -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', "游ゴシック", 'メイリオ', Sans-Serif; */
  font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
}
#myMenuAdd span {
  padding: 4px 10px 4px 20px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
}

/* ------------------------weblio部分------------------------ */

#weblio_rws_ah {
  margin: 10px 0 10px 0;
  padding: 0 2px 5px 2px;
  border-top: 1px dotted #CCCCCC;
}
#weblio_rws_ah a {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
#weblio_rws_ah a:link {
  color: #006699 !important;
}
#weblio_rws_ah a:visited {
  color: #880088 !important;
}
#weblio_rws_ah a:hover {
  color: #cc0000 !important;
}
#weblio_rws_ah a:active {
  color: #cc0000 !important;
}

/* ▽画像リンク（センター）▽ */

p.pagelinkbtin-c {
  margin: 0.8em 11px 0.5em 10px;
  text-align: center;
}
p.pagelinkbtout-c {
  margin: 0.8em 11px 0.5em 9px;
  text-align: center;
}

/* ▽画像リンク（左）▽ */

p.pagelinkbtin-l {
  margin: 0.8em 11px 0.5em 10px;
  text-align: left;
}
p.pagelinkbtout-l {
  margin: 0.8em 11px 0.5em 9px;
  text-align: left;
}

/* ▽画像リンク（右）▽ */

p.pagelinkbtin-r {
  margin: 0.8em 11px 0.5em 10px;
  text-align: right;
}
p.pagelinkbtout-r {
  margin: 0.8em 11px 0.5em 9px;
  text-align: right;
}

/* ▽画像リンク説明用スタイル▽ */

p.linkbttxt {
  margin: 0.5em 10px 0.8em 11px;
  padding: 0;
}

/* 検索ページ */

table.gsc-above-wrapper-area-container td, table.gsc-resultsHeader td, table.gsc-table-result td {
  border: none;
}

/* google検索  20190523追加
============================== */

table.gsc-table-result td {
  background-color: transparent;
  border: none;
}
.gsc-above-wrapper-area td {
  background-color: transparent;
  border: none;
}
.gsc-wrapper td {
  background-color: transparent;
  border: none;
}
.search_txt_box input#q {
  width: 275px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  font-size: 100%;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  border: solid 1px #999999 !important;
  background: #f0f3f8;
  background: -o-linear-gradient(top, #f0f3f8 0%, #d1d2d3 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f3f8), to(#d1d2d3)) !important;
  background: linear-gradient(to bottom, #f0f3f8 0%, #d1d2d3 100%) !important;
  border-radius: 3px !important;
  min-width: 40px;
  cursor: pointer;
}
.gsc-search-button-v2 svg {
  fill: #888473 !important;
}
table.gsc-search-box td {
  border: none;
  margin: 0;
  padding: 0 !important;
  background-color: transparent;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
  margin: 0;
  background-color: transparent;
  height: 1.8em;
  font-size: 100%;
}
.gsc-search-button-v2 svg {
  display: none;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  padding: 2px 5px !important;
}
form.gsc-search-box {
  margin: 0 !important;
}
table.gsc-search-box {
  margin: 0 !important;
  background-color: transparent;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2:before {
  content: "検索";
  color: #333;
  font-size: 100% !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  font-size: 100% !important;
}
table.gsc-completion-container tr, table.gsc-completion-container td {
  border: none !important;
}
.fd ul.headlist li.search {
  width: 200px;
}
ul.headlist li.search {
  width: 220px;
  padding-left: 20px;
  margin-left: 4px;
  background-image: url(/images/c_icon_search.gif) !important;
  background-position: 0 50%;
}
.gscb_a {
  line-height: .8 !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #999999 !important;
}

/* ▲▲▲▲▲ここまで▲▲▲▲▲ */


/* ==============================
03-19追加スタイル
============================== */

.h2bg:after, .h3bg:after, ol:after {
  content: " ";
  display: block;
  clear: both;
}
.h2bg, .h3bg {
  overflow: hidden;
}
.wysiwyg_wp ol {
  margin: 0.7em 5px 0.7em 0;
  padding: 0;
  overflow: hidden;
}
.wysiwyg_wp ol>li {
  margin: 0 0 0 2.5em;
  padding: 0;
}

/* サイドボタン */

.side_txt_btn {
  border: 1px solid #D6CDAF;
  background: -o-linear-gradient(top, #f6f5ed 0%, #eae6d7 100%);
  background-color: #dbcab2;
}
.side_txt_btn a {
  padding: 12px 28px 12px 15px;
  display: block;
  color: #333;
  text-decoration: none;
}
.side_txt_btn a:visited {
  color: #333;
}
.bookmark-title {
  padding: 8px 4px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#lobookmark .bookmark-title p a {
  color: #333;
  padding-left: 17px;
  background-image: url(/images/bookmark-title_icon.png);
  background-repeat: no-repeat;
  background-position: 0 .2em;
}
.lorecommend h2 span {
  margin: 0 6px 0 6px;
  padding: 8px 4px 7px 44px;
  display: block;
  border-bottom: 2px solid #B8DC85;
  background-color: transparent;
  background-image: url(/images/s_fd_icon_snavi_recommend.png);
  background-repeat: no-repeat;
  background-position: 4px 0.3em;
  font-size: 1.4rem;
}
#myMenuAdd span:before {
  content: "";
  display: block;
  position: absolute;
  top: .53em;
  background-repeat: no-repeat;
  left: 5px;
  width: 12px;
  height: 12px;
  background-image: url(/images/myMenuAdd_btn.png);
}
/* pc sp切り替え
============================== */

.switchBtn {
    font-size: 1.4rem;
    background-color: #545454;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #545454;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.switchBtn>button {
    color: #FFF;
    padding: 8px 10px 8px 25px;
    border-radius: 20px;
}
.switchBtn>button.btnAcv {
    padding: 5px 10px;
    background-color: #FFF;
    text-decoration: none;
    display: block;
    position: relative;
    color: #333;
}
