@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  position: relative;
  margin-top: 20px;
  background: url(../img_sub/bg_h2.png);
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 15px 30px 15px 30px;
  border-radius: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

h2.head-title::before, .wysiwyg h2::before, .free-layout-area h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -18px;
  border-radius: 5px;
  width: 10px;
  height: 36px;
  background: #ffc24a;
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  border-radius: 5px;
  background: url(../img_sub/bg_h3.png) no-repeat right bottom, #e1f5e1;
  color: #333;
  font-size: 125%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  box-sizing: border-box;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 20px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  padding: 10px 15px 5px;
  border-bottom: 5px solid #f4f1e5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  position: relative;
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

h5::before, .wysiwyg h5::before, .free-layout-area h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #28b42b;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f9f7f0;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

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

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

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

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

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

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #def1df;
  text-align: center;
}

.scheme2 {
  border: 1px solid #def1df;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #f4f1e5;
  text-align: center;
}

.scheme5 {
  border: 1px solid #f4f1e5;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ffc24a;
  text-align: center;
}

.scheme8 {
  background-color: #28b42b;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #f9f7f0;
  text-align: center;
}

.scheme10 {
  background-color: #28b42b;
  text-align: center;
}

.scheme11 {
  background-color: #ffc24a;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #fff !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 10px 0 0 10px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 78px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 78px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #ffc24a !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 126px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 126px !important;
    border-radius: 0 10px 10px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 44px !important;
    height: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 44px !important;
    height: 44px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #def1df;
  border: 6px solid #cdeace;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #28b42b;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #wrapper-in {
    width: 100%;
    background: url(../img_common/bg_header_top.png) no-repeat center top 50px;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    position: relative;
    padding: 10px 0;
    background: transparent;
  }
  #header #header-nav #header-logo:hover {
    opacity: 0.85;
  }
  #header #header-nav .header-nav-inner {
    position: relative;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header #header-nav .list {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header #header-nav .list > li:not(:first-child) {
    display: flex;
    align-items: center;
  }
  #header #header-nav .list > li:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    background: #28b42b;
  }
  #header #header-nav .list > li:last-child a {
    padding-right: 0;
  }
  #header #header-nav .list > li a {
    position: relative;
    padding: 0 20px;
    font-weight: bold;
    color: #333;
    font-size: 139%;
    text-decoration: none;
  }
  #header #header-nav .list > li:hover > a {
    position: relative;
  }
  #header #header-nav .list > li:hover > a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin: -10px;
    width: 19px;
    height: 14px;
    background: url(../img_common/arrow_dropmenu.png) no-repeat center top;
  }
  #header #header-nav .dropmenu {
    display: none;
    position: absolute;
    top: calc(100% - 30px);
    left: 0;
    z-index: 20;
    margin-top: 20px;
    padding-top: 20px;
    min-height: 300px;
    box-sizing: border-box;
    width: 100%;
  }
  #header #header-nav .dropmenu .dropmenu-inner {
    border-top: 10px solid #28b42b;
    background: #fff;
    box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.2);
  }
  #header #header-nav .dropmenu .dropmenu-inner2 {
    padding: 25px 0 30px;
    margin: 0 auto;
    width: 1000px;
    display: flex;
  }
  #header #header-nav .dropmenu .dropmenu-inner3 {
    flex: 1;
  }
  #header #header-nav .dropmenu .list2 {
    padding: 5px 0;
    min-width: 600px;
    flex: 1;
    overflow: hidden;
  }
  #header #header-nav .dropmenu .list2 li {
    width: 190px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 8px;
  }
  #header #header-nav .dropmenu .list2 li a {
    display: block;
    color: #333;
    font-size: 1.1em;
    font-weight: normal;
    background: url(../img_common/arrow_header_nav.png) no-repeat left 10px top 5px;
    padding-left: 25px;
    font-size: 97%;
    text-decoration: underline;
  }
  #header #header-nav .dropmenu .list2 li a:hover {
    text-decoration: none;
  }
  #header #header-nav .dropmenu .box-rec {
    padding: 25px 35px;
    width: 400px;
    border-radius: 5px;
    background: #f4f1e5;
    box-sizing: border-box;
  }
  #header #header-nav .dropmenu .box-rec .ttl-box-rec {
    padding-left: 30px;
    font-size: 125%;
    font-weight: bold;
    background: url(../img_common/icon_header_rec.png) no-repeat left center;
  }
  #header #header-nav .dropmenu .box-rec .list3 {
    margin-top: 10px;
  }
  #header #header-nav .dropmenu .box-rec .list3 li {
    margin-bottom: 8px;
  }
  #header #header-nav .dropmenu .box-rec .list3 li:last-child {
    margin-bottom: 0;
  }
  #header #header-nav .dropmenu .box-rec .list3 a {
    padding-left: 25px;
    font-size: 97%;
    font-weight: normal;
    background: url(../img_common/arrow_header_nav.png) no-repeat 10px center;
    text-decoration: underline;
  }
  #header #header-nav .dropmenu .box-rec .list3 a:hover {
    text-decoration: none;
  }
  #header .header-subnav-area-wrap {
    width: 100%;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
    display: flex;
    min-height: 50px;
    justify-content: space-between;
  }
  #header .header-subnav-area .box .header-subnav-left {
    display: flex;
  }
  #header .header-subnav-area .box .header-subnav-right {
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box #header-size li, #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color li, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box #header-size li img, #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color li img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .box .unit .list .item {
    position: relative;
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit .list .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(../img_common/arrow_header_unit.png) no-repeat;
  }
  #header .header-subnav-area .box .unit .list .item:not(:first-child) {
    margin-left: 25px;
  }
  #header .header-subnav-area .box .unit .list .item a {
    color: #333;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box #header-size .item a:hover, #header .header-subnav-area .box #header-color .item a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 {
    width: 174px;
  }
  #header .header-subnav-area .box .unit2 .list {
    position: absolute;
    z-index: 50;
    width: 174px;
    display: flex;
  }
  #header .header-subnav-area .box .unit2 .item {
    display: flex;
  }
  #header .header-subnav-area .box .unit2 .item .btn-search,
  #header .header-subnav-area .box .unit2 .item .btn-search-close,
  #header .header-subnav-area .box .unit2 .item .link-lang {
    margin-left: 10px;
    border: 0;
    border-radius: 0 0 5px 5px;
    width: 82px;
    min-height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    background: #28b42b;
    font-size: 83%;
    text-decoration: none;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit2 .item .btn-search:hover,
  #header .header-subnav-area .box .unit2 .item .btn-search-close:hover,
  #header .header-subnav-area .box .unit2 .item .link-lang:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .box .unit2 .item .btn-search .txt,
  #header .header-subnav-area .box .unit2 .item .btn-search-close .txt,
  #header .header-subnav-area .box .unit2 .item .link-lang .txt {
    margin-top: 10px;
    word-break: break-all;
  }
  #header .header-subnav-area .box .unit2 .item .btn-search,
  #header .header-subnav-area .box .unit2 .item .btn-search-close {
    display: flex;
  }
  #header .header-subnav-area .box .unit2 .item .btn-search.is-active,
  #header .header-subnav-area .box .unit2 .item .btn-search-close.is-active {
    display: none;
  }
  #header .header-subnav-area .box #header-color {
    margin-right: 10px;
  }
  .area-search {
    position: absolute;
    z-index: 49;
    width: 100%;
    height: calc(100vh - 50px);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #d6f0b9;
  }
  .area-search.is-active {
    display: flex;
  }
  .area-search .title {
    font-weight: bold;
    font-size: 208%;
  }
  .area-search .search-input {
    width: 660px;
  }
  .area-search .btn-close-wrap {
    margin-top: 40px;
  }
  .area-search .btn-close-wrap .btn-close {
    border: 0;
    background: transparent;
    font-size: 208%;
    font-weight: bold;
    cursor: pointer;
  }
  .area-search .btn-close-wrap .btn-close:hover {
    opacity: 0.85;
  }
  .area-search .btn-close-wrap .btn-close .icon {
    margin-right: 10px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    background: #d1ecb1;
  }
  #sp-header .box {
    display: flex;
    justify-content: space-between;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding: 5px 20px 20px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .list {
    margin-right: 10px;
    display: flex;
  }
  #sp-header .box #sp-header-nav .item .btn-search,
  #sp-header .box #sp-header-nav .item .btn-search-close,
  #sp-header .box #sp-header-nav .item .btn-menu,
  #sp-header .box #sp-header-nav .item .btn-menu-close,
  #sp-header .box #sp-header-nav .item .link-lang {
    margin-left: 10px;
    padding: 0;
    border: 0;
    border-radius: 0 0 5px 5px;
    width: 100px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    background: #28b42b;
    font-size: 69%;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .box #sp-header-nav .item .btn-search .txt,
  #sp-header .box #sp-header-nav .item .btn-search-close .txt,
  #sp-header .box #sp-header-nav .item .btn-menu .txt,
  #sp-header .box #sp-header-nav .item .btn-menu-close .txt,
  #sp-header .box #sp-header-nav .item .link-lang .txt {
    margin-top: 10px;
    word-break: break-all;
  }
  #sp-header .box #sp-header-nav .item .btn-menu,
  #sp-header .box #sp-header-nav .item .btn-menu-close {
    background: #ffc24a;
  }
  #sp-header .box #sp-header-nav .item .btn-search,
  #sp-header .box #sp-header-nav .item .btn-search-close,
  #sp-header .box #sp-header-nav .item .btn-menu,
  #sp-header .box #sp-header-nav .item .btn-menu-close {
    display: flex;
  }
  #sp-header .box #sp-header-nav .item .btn-search.is-active,
  #sp-header .box #sp-header-nav .item .btn-search-close.is-active,
  #sp-header .box #sp-header-nav .item .btn-menu.is-active,
  #sp-header .box #sp-header-nav .item .btn-menu-close.is-active {
    display: none;
  }
  #sp-header .area-search {
    position: absolute;
    z-index: 49;
    width: 100%;
    display: none;
    background: #d6f0b9;
  }
  #sp-header .area-search.is-active {
    display: block;
  }
  #sp-header .area-search .box-search {
    margin: 0 auto;
    width: 660px;
    min-height: 376px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #sp-header .area-search .title {
    font-weight: bold;
    font-size: 125%;
  }
  #sp-header .area-search .search-input {
    width: 660px;
  }
  #sp-header .area-search .btn-close-wrap .btn-close {
    border: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28b42b;
    font-size: 111%;
    font-weight: bold;
    text-align: center;
  }
  #sp-header .area-search .btn-close-wrap .btn-close .icon {
    margin-right: 10px;
  }
  #sp-header .modal-menu {
    position: absolute;
    z-index: 49;
    left: 0;
    width: 100%;
    display: none;
    background: #d6f0b9;
  }
  #sp-header .modal-menu.is-active {
    display: block;
  }
  #sp-header .modal-menu .link-list {
    background: #d6f0b9;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  #sp-header .modal-menu .link-list .item a {
    position: relative;
    padding: 0 20px;
    border: 2px solid #28b42b;
    border-radius: 10px;
    width: 340px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #333;
    background: #fff;
    font-size: 83%;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-menu .link-list .item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    width: 9px;
    height: 15px;
    background: url(../img_common/sp_arrow_modal_menu.png) no-repeat;
  }
  #sp-header .modal-menu .drop-box {
    background: #d6f0b9;
  }
  #sp-header .modal-menu .drop-box .title {
    font-size: 100%;
  }
  #sp-header .modal-menu .drop-box .title.on .title-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 50px;
    height: 8px;
    background: url(../img_common/sp_icon_modal_minus.png) no-repeat;
  }
  #sp-header .modal-menu .drop-box .title-inner {
    position: relative;
    margin-bottom: 2px;
    padding: 0 20px;
    border: 0;
    width: 100%;
    min-height: 110px;
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 125%;
    font-weight: bold;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .drop-box .title-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(../img_common/sp_icon_modal_plus.png) no-repeat;
  }
  #sp-header .modal-menu .drop-box .link {
    font-size: 100%;
  }
  #sp-header .modal-menu .drop-box .link a {
    position: relative;
    margin-bottom: 2px;
    padding: 0 20px;
    width: 100%;
    min-height: 110px;
    display: flex;
    align-items: center;
    color: #333;
    background: #fff;
    font-size: 125%;
    box-sizing: border-box;
    text-decoration: none;
  }
  #sp-header .modal-menu .drop-box .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -23px;
    width: 30px;
    height: 46px;
    background: url(../img_common/sp_icon_modal_arrow.png) no-repeat;
  }
  #sp-header .modal-menu .drop-box .list-wrap .list li {
    margin-bottom: 2px;
  }
  #sp-header .modal-menu .drop-box .list-wrap .list a {
    padding: 0 20px;
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    color: #333;
    background: #fff;
    font-size: 111%;
    text-decoration: none;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .drop-box .list-wrap .box-rec {
    padding: 20px;
    background: #f4f1e5;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .drop-box .list-wrap .box-rec .ttl-box-rec {
    padding-left: 30px;
    font-size: 111%;
    font-weight: bold;
    background: url(../img_common/sp_icon_header_rec.png) no-repeat left center;
  }
  #sp-header .modal-menu .drop-box .list-wrap .box-rec .list3 {
    margin-top: 10px;
  }
  #sp-header .modal-menu .drop-box .list-wrap .box-rec .list3 li {
    margin-bottom: 15px;
  }
  #sp-header .modal-menu .drop-box .list-wrap .box-rec .list3 li:last-child {
    margin-bottom: 0;
  }
  #sp-header .modal-menu .drop-box .list-wrap .box-rec .list3 a {
    padding-left: 25px;
    font-size: 97%;
    font-weight: normal;
    color: #333;
    background: url(../img_common/sp_arrow_header_nav.png) no-repeat 10px center;
    text-decoration: underline;
  }
  #sp-header .modal-menu .drop-box .list-wrap .box-rec .list3 a:hover {
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-menu-utilty {
    margin-top: 55px;
  }
  #sp-header .modal-menu .modal-menu-utilty .link-topc-wrap {
    margin: 0 auto;
    width: 550px;
  }
  #sp-header .modal-menu .modal-menu-utilty .link-topc-wrap .link-topc {
    position: relative;
    border-radius: 40px;
    width: 550px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background: #ffc24a;
    font-size: 111%;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-menu-utilty .link-topc-wrap .link-topc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    width: 9px;
    height: 15px;
    background: url(../img_common/sp_arrow_topc.png) no-repeat;
  }
  #sp-header .modal-menu .modal-menu-utilty .link-topc-wrap .link-topc .icon {
    margin-right: 20px;
  }
  #sp-header .modal-menu .modal-menu-utilty .header-size,
  #sp-header .modal-menu .modal-menu-utilty .header-color {
    margin: 25px auto 0;
    width: 520px;
    display: flex;
    align-items: center;
  }
  #sp-header .modal-menu .modal-menu-utilty .header-size .title,
  #sp-header .modal-menu .modal-menu-utilty .header-color .title {
    width: 6em;
  }
  #sp-header .modal-menu .modal-menu-utilty .header-size .item,
  #sp-header .modal-menu .modal-menu-utilty .header-size .item2,
  #sp-header .modal-menu .modal-menu-utilty .header-color .item,
  #sp-header .modal-menu .modal-menu-utilty .header-color .item2 {
    margin-right: 10px;
  }
  #sp-header .modal-menu .btn-close-wrap {
    margin-top: 50px;
    width: 100%;
  }
  #sp-header .modal-menu .btn-close-wrap .btn-close {
    border: 0;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #28b42b;
    font-size: 111%;
    font-weight: bold;
  }
  #sp-header .modal-menu .btn-close-wrap .btn-close .icon {
    margin-right: 20px;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

.gate-banner-position {
  position: relative;
}

#wrapper-in {
  background: transparent;
}

.header-container-wrap {
  display: flex;
  align-items: stretch;
}

#header-print {
  position: relative;
}

#header {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.header-wrap {
  position: relative;
  z-index: 100;
  width: 250px;
  border-radius: 0 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  background: #fff;
}

.header-wrap .header-logo {
  margin-top: 60px;
}

.header-wrap .header-logo img {
  width: 127px;
  height: 261px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.header-wrap .area-search {
  display: block;
  background: transparent;
}

.header-wrap .box-search {
  margin-top: 60px;
}

.header-wrap .box-search table.gsc-search-box {
  border-bottom: 2px solid #333 !important;
  width: 207px;
}

.header-wrap .box-search .gsc-input-box {
  border: 0 !important;
  border-radius: 0 !important;
}

.header-wrap .box-search .gsc-input-box td {
  height: 35px !important;
}

.header-wrap .box-search input.gsc-input {
  min-height: 35px !important;
}

.header-wrap .box-search td.gsc-search-button {
  height: 35px !important;
}

.header-wrap .box-search .gsc-search-button-v2 {
  border-radius: 0 !important;
  width: 30px !important;
  background-color: transparent !important;
}

.header-wrap .box-search .gsc-search-button-v2 svg {
  width: 26px !important;
  height: 26px !important;
  fill: #333 !important;
}

.header-wrap .box-search-word {
  margin: 30px auto;
  padding: 10px;
  width: 207px;
  background: #f3feeb;
  box-sizing: border-box;
}

.header-wrap .box-search-word .ttl {
  position: relative;
  border: 1px solid #ffc24a;
  border-radius: 15px;
  width: 186px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 97%;
  font-weight: bold;
}

.header-wrap .box-search-word .ttl::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  width: 13px;
  height: 11px;
  background: url(../img_top/arrow_keyword.png);
  background-size: contain;
}

.header-wrap .box-search-word .list {
  margin-top: 20px;
}

.header-wrap .box-search-word .list .item {
  margin-right: 20px;
  display: inline;
}

.header-wrap .box-search-word .list .item a {
  color: #333;
}

.chat-bot {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 200;
  width: 237px;
  height: 215px;
}

.chat-bot:hover {
  opacity: 0.85;
}

#container {
  flex: 1;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0;
  }
  #main {
    display: flex;
    flex-direction: column;
  }
  .header-container-wrap {
    flex-direction: column;
  }
  #header {
    display: block;
    height: auto;
  }
  .header-wrap {
    position: absolute;
    width: 100%;
    background: transparent;
  }
  .header-wrap .header-logo {
    position: absolute;
    top: 30px;
    left: 20px;
    margin-top: 0;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
  }
  .header-wrap .header-logo img {
    width: 157px;
    height: 355px;
  }
  .header-wrap .btn-search-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 120;
  }
  .header-wrap .btn-search-wrap .btn-search-gate,
  .header-wrap .btn-search-wrap .btn-search-close {
    padding: 0;
    border: 0;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0d8710;
  }
  .header-wrap .btn-search-wrap .btn-search-gate .txt,
  .header-wrap .btn-search-wrap .btn-search-close .txt {
    margin-top: 10px;
    color: #fff;
    font-size: 125%;
  }
  .header-wrap .btn-search-wrap .btn-search-gate.is-active,
  .header-wrap .btn-search-wrap .btn-search-close.is-active {
    display: none;
  }
  .header-wrap .area-search-gate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    padding: 30px;
    width: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
  }
  .header-wrap .area-search-gate.is-active {
    display: block;
  }
  .header-wrap .area-search-gate .box-search {
    margin-top: 120px;
  }
  .header-wrap .area-search-gate .box-search table.gsc-search-box {
    width: auto;
    border-bottom: 4px solid #333 !important;
  }
  .header-wrap .area-search-gate .box-search .gcs-area {
    width: 100%;
  }
  .header-wrap .area-search-gate .box-search .gsc-input-box {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .header-wrap .area-search-gate .box-search .gsc-input-box td {
    height: 70px !important;
  }
  .header-wrap .area-search-gate .box-search input.gsc-input {
    min-height: 70px !important;
    font-size: 150% !important;
    background: transparent !important;
  }
  .header-wrap .area-search-gate .box-search td.gsc-search-button {
    height: 70px !important;
  }
  .header-wrap .area-search-gate .box-search .gsc-search-button-v2 {
    border-radius: 0 !important;
    width: 50px !important;
    background-color: transparent !important;
  }
  .header-wrap .area-search-gate .box-search .gsc-search-button-v2 svg {
    width: 44px !important;
    height: 44px !important;
    fill: #333 !important;
  }
  .header-wrap .area-search-gate .box-search-word {
    padding: 10px 20px 20px;
    width: 100%;
  }
  .header-wrap .area-search-gate .box-search-word .ttl {
    margin: 0 auto;
    border-radius: 35px;
    width: 400px;
    height: 70px;
  }
  .header-wrap .area-search-gate .box-search-word .ttl::after {
    bottom: -24px;
    margin-left: -12px;
    width: 23px;
    height: 24px;
  }
  .header-wrap .area-search-gate .box-search-word .list {
    margin-top: 60px;
  }
}

.area-main-visual {
  position: relative;
  margin-left: -10px;
  width: calc(100% + 10px);
  min-height: 778px;
}

.area-main-visual::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 100;
  width: 20px;
  height: 20px;
  background: url(../img_top/bg_corner.png) no-repeat;
}

.area-main-visual .box-main-visual {
  width: 100%;
  min-height: 778px;
}

.area-main-visual .bx-wrapper {
  margin: 0 auto;
  max-width: 100% !important;
  box-sizing: border-box;
}

.area-main-visual .item {
  position: absolute;
  width: 100% !important;
  height: 778px;
  overflow: hidden;
}

.area-main-visual .item img {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 778px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.area-main-visual .item .main-visual-msg {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 8px;
  width: 45%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 111%;
  box-sizing: border-box;
}

.area-main-visual .bx-controls {
  position: absolute;
  bottom: -25px;
  right: 300px;
  display: flex;
  align-items: flex-end;
  z-index: 150;
}

.area-main-visual .bx-controls .bx-pager-list {
  display: flex;
}

.area-main-visual .bx-controls .bx-pager-link {
  margin-left: 4px;
  padding: 0;
  border: 0;
  width: 16px;
  height: 16px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -200px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-main-visual .bx-controls .bx-pager-link.active {
  background-image: url(../img_top/slider_dot_active.png);
}

.area-main-visual .bx-controls .bx-pager-link:hover {
  opacity: .85;
}

.area-main-visual .bx-controls-auto .bx-start {
  border: 0;
  width: 52px;
  height: 52px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-main-visual .bx-controls-auto .bx-start:hover {
  opacity: .85;
}

.area-main-visual .bx-controls-auto .bx-start.active {
  display: none;
}

.area-main-visual .bx-controls-auto .bx-stop {
  border: 0;
  width: 52px;
  height: 52px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_stop.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.area-main-visual .bx-controls-auto .bx-stop:hover {
  opacity: .85;
}

.area-main-visual .bx-controls-auto .bx-stop.active {
  display: none;
}

@media screen and (max-width: 768px) {
  .area-main-visual {
    width: 100%;
    margin-left: 0;
  }
  .area-main-visual::before {
    content: none;
  }
  .area-main-visual .bx-wrapper {
    max-width: 750px !important;
  }
  .area-main-visual .box-main-visual {
    position: relative;
    min-height: none;
  }
  .area-main-visual .item {
    height: auto;
  }
  .area-main-visual .item img {
    position: static;
    height: 1000px;
    min-height: none;
  }
  .area-main-visual .item .main-visual-msg {
    top: auto;
    bottom: 40px;
    padding: 20px;
    width: 100%;
    max-width: none;
  }
  .area-main-visual .bx-controls {
    position: relative;
    right: auto;
    bottom: 35px;
    display: flex;
    justify-content: center;
  }
  .area-main-visual .bx-controls .bx-pager-link {
    width: 20px;
    height: 20px;
  }
  .area-main-visual .bx-controls-direction {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -375px;
    width: 750px;
  }
  .area-main-visual .bx-controls-direction .bx-prev,
  .area-main-visual .bx-controls-direction .bx-next {
    position: absolute;
    top: 45px;
    border: 0;
    width: 70px;
    height: 70px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
  }
  .area-main-visual .bx-controls-direction .bx-prev {
    left: 10px;
    background-image: url(../img_top/slider_back.png);
  }
  .area-main-visual .bx-controls-direction .bx-prev:hover {
    opacity: .85;
  }
  .area-main-visual .bx-controls-direction .bx-next {
    right: 10px;
    background-image: url(../img_top/slider_next.png);
  }
  .area-main-visual .bx-controls-direction .bx-next:hover {
    opacity: .85;
  }
  .area-main-visual .bx-controls-auto .bx-start,
  .area-main-visual .bx-controls-auto .bx-stop {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 769px) {
  .area-kinkyu-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    height: 420px;
    top: 140px;
    left: 280px;
  }
}

.area-kinkyu {
  z-index: 150;
  width: 37%;
  width: 460px;
  box-sizing: border-box;
}

.area-kinkyu .box-emg,
.area-kinkyu .box-kinkyu,
.area-kinkyu .box-important,
.area-kinkyu .box-shintyaku {
  border-radius: 5px;
  padding: 0 10px 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.area-kinkyu .box-emg .title-wrap,
.area-kinkyu .box-kinkyu .title-wrap,
.area-kinkyu .box-important .title-wrap,
.area-kinkyu .box-shintyaku .title-wrap {
  border-bottom: 2px solid #cc0000;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.area-kinkyu .box-emg .title-wrap.shintyaku-title-wrap,
.area-kinkyu .box-kinkyu .title-wrap.shintyaku-title-wrap,
.area-kinkyu .box-important .title-wrap.shintyaku-title-wrap,
.area-kinkyu .box-shintyaku .title-wrap.shintyaku-title-wrap {
  border-bottom: 2px solid #2FB732;
}

.area-kinkyu .box-emg .title-wrap .title,
.area-kinkyu .box-kinkyu .title-wrap .title,
.area-kinkyu .box-important .title-wrap .title,
.area-kinkyu .box-shintyaku .title-wrap .title {
  position: relative;
  padding-left: 40px;
  font-size: 125%;
  color: #cc0000;
}

.area-kinkyu .box-emg .title-wrap .title.shintyaku-title,
.area-kinkyu .box-kinkyu .title-wrap .title.shintyaku-title,
.area-kinkyu .box-important .title-wrap .title.shintyaku-title,
.area-kinkyu .box-shintyaku .title-wrap .title.shintyaku-title {
  color: #02871D;
}

.area-kinkyu .box-emg .title-wrap .title::before,
.area-kinkyu .box-kinkyu .title-wrap .title::before,
.area-kinkyu .box-important .title-wrap .title::before,
.area-kinkyu .box-shintyaku .title-wrap .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}

.area-kinkyu .box-emg .title-wrap .link-wrap,
.area-kinkyu .box-kinkyu .title-wrap .link-wrap,
.area-kinkyu .box-important .title-wrap .link-wrap,
.area-kinkyu .box-shintyaku .title-wrap .link-wrap {
  display: flex;
}

.area-kinkyu .box-emg .title-wrap .link-wrap a,
.area-kinkyu .box-kinkyu .title-wrap .link-wrap a,
.area-kinkyu .box-important .title-wrap .link-wrap a,
.area-kinkyu .box-shintyaku .title-wrap .link-wrap a {
  position: relative;
  border: 1px solid #999;
  border-radius: 5px;
  width: 100px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #efefef;
  font-size: 83%;
  text-decoration: none;
}

.area-kinkyu .box-emg .title-wrap .link-wrap a::after,
.area-kinkyu .box-kinkyu .title-wrap .link-wrap a::after,
.area-kinkyu .box-important .title-wrap .link-wrap a::after,
.area-kinkyu .box-shintyaku .title-wrap .link-wrap a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  width: 6px;
  height: 13px;
  background: url(../img_top/arrow_kinkyu.png) no-repeat;
}

.area-kinkyu .box-emg .title-wrap .link-wrap a:hover,
.area-kinkyu .box-kinkyu .title-wrap .link-wrap a:hover,
.area-kinkyu .box-important .title-wrap .link-wrap a:hover,
.area-kinkyu .box-shintyaku .title-wrap .link-wrap a:hover {
  opacity: .85;
}

.area-kinkyu .box-emg .list,
.area-kinkyu .box-kinkyu .list,
.area-kinkyu .box-important .list,
.area-kinkyu .box-shintyaku .list {
  margin-top: 10px;
  height: 122px;
  overflow-y: auto;
}

.area-kinkyu .box-emg .list .item,
.area-kinkyu .box-kinkyu .list .item,
.area-kinkyu .box-important .list .item,
.area-kinkyu .box-shintyaku .list .item {
  display: flex;
}

.area-kinkyu .box-emg .list .item:not(:first-child),
.area-kinkyu .box-kinkyu .list .item:not(:first-child),
.area-kinkyu .box-important .list .item:not(:first-child),
.area-kinkyu .box-shintyaku .list .item:not(:first-child) {
  margin-top: 10px;
}

.area-kinkyu .box-emg .list .item .date,
.area-kinkyu .box-kinkyu .list .item .date,
.area-kinkyu .box-important .list .item .date,
.area-kinkyu .box-shintyaku .list .item .date {
  width: 9em;
  font-size: 97%;
}

.area-kinkyu .box-emg .list .item .txt,
.area-kinkyu .box-emg .list .item .text,
.area-kinkyu .box-kinkyu .list .item .txt,
.area-kinkyu .box-kinkyu .list .item .text,
.area-kinkyu .box-important .list .item .txt,
.area-kinkyu .box-important .list .item .text,
.area-kinkyu .box-shintyaku .list .item .txt,
.area-kinkyu .box-shintyaku .list .item .text {
  flex: 1;
  font-size: 97%;
}

.area-kinkyu .box-emg .list .item a,
.area-kinkyu .box-kinkyu .list .item a,
.area-kinkyu .box-important .list .item a,
.area-kinkyu .box-shintyaku .list .item a {
  color: #333;
}

.area-kinkyu .box-emg .list .item a.link,
.area-kinkyu .box-kinkyu .list .item a.link,
.area-kinkyu .box-important .list .item a.link,
.area-kinkyu .box-shintyaku .list .item a.link {
  flex: 1;
}

.area-kinkyu .box-emg .title-wrap .title::before {
  margin-top: -10px;
  width: 26px;
  height: 20px;
  background: url(../img_top/icon_kinkyu.png) no-repeat;
  background-size: contain;
}

.area-kinkyu .box-important .title-wrap .title::before {
  margin-top: -12px;
  width: 22px;
  height: 25px;
  background: url(../img_top/icon_important.png) no-repeat;
  background-size: contain;
}

.area-kinkyu .box-shintyaku .title-wrap .title::before {
  margin-top: -12px;
  width: 29px;
  height: 25px;
  background: url(../img_top/icon_news_tab.png) no-repeat;
  background-size: contain;
}

.area-kinkyu .box-kinkyu .title-wrap .title::before {
  margin-top: -10px;
  width: 26px;
  height: 20px;
  background: url(../img_top/icon_mail.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .area-kinkyu-wrap {
    padding-top: 30px;
  }
  .area-kinkyu {
    position: static;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: none;
    background: #fff;
  }
  .area-kinkyu .box-emg,
  .area-kinkyu .box-kinkyu,
  .area-kinkyu .box-important,
  .area-kinkyu .box-shintyaku {
    margin-bottom: 40px;
    border: 2px solid #ccc;
  }
  .area-kinkyu .box-emg .title-wrap,
  .area-kinkyu .box-kinkyu .title-wrap,
  .area-kinkyu .box-important .title-wrap,
  .area-kinkyu .box-shintyaku .title-wrap {
    padding: 25px 0;
    border-bottom-width: 4px;
  }
  .area-kinkyu .box-emg .title-wrap .link-wrap a,
  .area-kinkyu .box-kinkyu .title-wrap .link-wrap a,
  .area-kinkyu .box-important .title-wrap .link-wrap a,
  .area-kinkyu .box-shintyaku .title-wrap .link-wrap a {
    border-radius: 10px;
    width: 188px;
    min-height: 50px;
    font-size: 70%;
  }
  .area-kinkyu .box-emg .title-wrap .link-wrap a::after,
  .area-kinkyu .box-kinkyu .title-wrap .link-wrap a::after,
  .area-kinkyu .box-important .title-wrap .link-wrap a::after,
  .area-kinkyu .box-shintyaku .title-wrap .link-wrap a::after {
    right: 10px;
  }
  .area-kinkyu .box-emg .list,
  .area-kinkyu .box-kinkyu .list,
  .area-kinkyu .box-important .list,
  .area-kinkyu .box-shintyaku .list {
    height: 311px;
  }
  .area-kinkyu .box-emg .list .item,
  .area-kinkyu .box-kinkyu .list .item,
  .area-kinkyu .box-important .list .item,
  .area-kinkyu .box-shintyaku .list .item {
    flex-direction: column;
  }
  .area-kinkyu .box-emg .title-wrap .title {
    padding-left: 63px;
  }
  .area-kinkyu .box-emg .title-wrap .title::before {
    margin-top: -18px;
    width: 46px;
    height: 36px;
  }
  .area-kinkyu .box-kinkyu .title-wrap .title {
    padding-left: 63px;
  }
  .area-kinkyu .box-kinkyu .title-wrap .title::before {
    margin-top: -18px;
    width: 46px;
    height: 36px;
  }
  .area-kinkyu .box-important .title-wrap .title {
    padding-left: 63px;
  }
  .area-kinkyu .box-important .title-wrap .title::before {
    margin-top: -20px;
    width: 36px;
    height: 41px;
  }
  .area-kinkyu .box-shintyaku .title-wrap .title {
    padding-left: 63px;
  }
  .area-kinkyu .box-shintyaku .title-wrap .title::before {
    margin-top: -20px;
    width: 42px;
    height: 47px;
  }
}

.area-nav {
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 100;
}

.area-nav .nav-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.area-nav .nav-list .nav-item:first-child img {
  width: 160px;
  height: 160px;
}

.area-nav .nav-list .nav-item:nth-child(n + 3) {
  margin-top: 30px;
}

.area-nav .nav-list .nav-item:not(:first-child) {
  margin-left: 20px;
}

.area-nav .nav-list .nav-item:not(:nth-child(2n)) {
  margin-right: 0px;
}

.area-nav .nav-list .nav-item a:hover {
  opacity: .85;
}

.area-nav .nav-list .nav-item img {
  width: 135px;
  height: 135px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 768px) {
  .sp-utilty-menu {
    position: relative;
    padding: 55px 0px;
    background: #d6f0b9;
    margin-bottom: 55px;
    margin-top: 0px;
  }
  .sp-utilty-menu .box-search {
    margin: 0 auto;
    width: 660px;
  }
  .sp-utilty-menu .sp-language-btn {
    margin: 25px auto 0;
    width: 550px;
  }
  .sp-utilty-menu .sp-language-btn .link-lang {
    position: relative;
    border-radius: 40px;
    width: 550px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background: #ffc24a;
    font-size: 111%;
    font-weight: bold;
    text-decoration: none;
  }
  .sp-utilty-menu .sp-language-btn .link-lang::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    width: 9px;
    height: 15px;
    background: url(../img_common/sp_arrow_topc.png) no-repeat;
  }
  .sp-utilty-menu .sp-language-btn .link-lang .icon {
    margin-right: 30px;
    width: 37px;
  }
  .sp-utilty-menu .link-topc-wrap {
    margin: 25px auto 0;
    width: 550px;
  }
  .sp-utilty-menu .link-topc-wrap .link-topc {
    position: relative;
    border-radius: 40px;
    width: 550px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background: #ffc24a;
    font-size: 111%;
    font-weight: bold;
    text-decoration: none;
  }
  .sp-utilty-menu .link-topc-wrap .link-topc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    width: 9px;
    height: 15px;
    background: url(../img_common/sp_arrow_topc.png) no-repeat;
  }
  .sp-utilty-menu .link-topc-wrap .link-topc .icon {
    margin-right: 20px;
  }
  .sp-utilty-menu .header-size,
  .sp-utilty-menu .header-color {
    margin: 25px auto 0;
    width: 520px;
    display: flex;
    align-items: center;
  }
  .sp-utilty-menu .header-size .title,
  .sp-utilty-menu .header-color .title {
    width: 6em;
  }
  .sp-utilty-menu .header-size .item,
  .sp-utilty-menu .header-size .item2,
  .sp-utilty-menu .header-color .item,
  .sp-utilty-menu .header-color .item2 {
    margin-right: 10px;
  }
  .sp-utilty-menu .header-size .item img,
  .sp-utilty-menu .header-size .item2 img,
  .sp-utilty-menu .header-color .item img,
  .sp-utilty-menu .header-color .item2 img {
    width: inherit !important;
    height: inherit !important;
  }
  .area-nav {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .area-nav .nav-list {
    padding: 0 30px;
    flex-wrap: wrap;
  }
  .area-nav .nav-list .nav-item:first-child img {
    width: 320px;
    height: 320px;
  }
  .area-nav .nav-list .nav-item:not(:first-child) {
    margin-left: 0;
  }
  .area-nav .nav-list .nav-item:not(:nth-child(2n)) {
    margin-right: 49px;
  }
  .area-nav .nav-list .nav-item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .area-nav .nav-list .nav-item img {
    width: 320px;
    height: 320px;
  }
}

#footer {
  position: relative;
  z-index: 100;
  margin-top: -10px;
  padding-top: 50px;
  border-radius: 0 10px 0 0;
  width: 100%;
  background: #fff;
}

#footer .footer-wrap {
  padding: 43px 0 0;
  width: 100%;
  background: linear-gradient(to right, #cce8b7, #cce8b7);
}

#footer .footer-flex-wrap {
  margin: 0 auto;
  width: 935px;
  display: flex;
  align-items: flex-start;
}

#footer .footer-flex-wrap .footer-logo-wrap {
  margin-right: 45px;
}

#footer .footer-flex-wrap .footer-logo img {
  width: 167px;
  height: auto;
  backface-visibility: hidden;
}

#footer .footer-flex-wrap .co-num {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 83%;
}

#footer .footer-flex-wrap .address-wrap {
  margin-right: 10px;
  font-size: 97%;
}

#footer .footer-flex-wrap .address-wrap .address-tel {
  margin-top: 8px;
}

#footer .footer-flex-wrap .address-wrap .time {
  margin-top: 10px;
}

#footer .footer-flex-wrap .Accessibility-wrap {
  align-self: flex-end;
}

#footer .footer-flex-wrap .Accessibility-wrap .title {
  margin-right: 15px;
  font-size: 70%;
}

#footer .footer-flex-wrap .Accessibility-wrap .link-topc-wrap {
  margin: 25px auto 0;
  width: 550px;
}

#footer .footer-flex-wrap .Accessibility-wrap .link-topc-wrap .link-topc {
  position: relative;
  border-radius: 40px;
  width: 550px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #ffc24a;
  font-size: 111%;
  font-weight: bold;
  text-decoration: none;
}

#footer .footer-flex-wrap .Accessibility-wrap .link-topc-wrap .link-topc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  width: 9px;
  height: 15px;
  background: url(../img_common/sp_arrow_topc.png) no-repeat;
}

#footer .footer-flex-wrap .Accessibility-wrap .link-topc-wrap .link-topc .icon {
  margin-right: 20px;
}

#footer .footer-flex-wrap .Accessibility-wrap .Accessibility-language .link-lang {
  position: relative;
  border-radius: 40px;
  width: 200px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
  background: #ffc24a;
  font-size: 111%;
  font-weight: bold;
  text-decoration: none;
}

#footer .footer-flex-wrap .Accessibility-wrap .Accessibility-language .link-lang::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

#footer .footer-flex-wrap .Accessibility-wrap .Accessibility-language .link-lang .icon {
  margin-right: 10px;
  width: 15px;
}

#footer .footer-flex-wrap .Accessibility-wrap .Accessibility-language .link-lang span.txt {
  font-size: 83%;
}

#footer .footer-flex-wrap .Accessibility-wrap #Accessibility-font-size {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

#footer .footer-flex-wrap .Accessibility-wrap #Accessibility-font-size dd a img {
  width: 45px;
  margin-right: 5px;
}

#footer .footer-flex-wrap .Accessibility-wrap #Accessibility-color {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

#footer .footer-flex-wrap .Accessibility-wrap #Accessibility-color dd a img {
  width: 45px;
  margin-right: 5px;
}

#footer .footer-flex-wrap .Accessibility-wrap .unit2 {
  margin: 0 0 10px 0;
}

#footer .footer-flex-wrap .Accessibility-wrap .unit2 ul {
  display: flex;
}

#footer .footer-flex-wrap .Accessibility-wrap .unit2 ul li button {
  margin-left: 10px;
  border: 0;
  border-radius: 0 0 5px 5px;
  width: 82px;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #28b42b;
  font-size: 83%;
  text-decoration: none;
  cursor: pointer;
}

#footer .footer-flex-wrap .link-access {
  display: flex;
  align-self: flex-end;
}

#footer .footer-flex-wrap .link-access a {
  position: relative;
  border-radius: 15px;
  width: 180px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0d8710;
  font-size: 83%;
  text-decoration: none;
}

#footer .footer-flex-wrap .link-access a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 7px;
  height: 11px;
  background: url(../img_top/arrow_access.png) no-repeat;
  background-size: contain;
}

#footer .footer-flex-wrap .link-access a:hover {
  opacity: .85;
}

#footer .footer-utility {
  padding-top: 50px;
  width: 100%;
  background: linear-gradient(to right, #cce8b7, #cce8b7);
}

#footer .footer-utility .list {
  display: flex;
  justify-content: center;
}

#footer .footer-utility .list .item:not(:last-child) {
  margin-right: 15px;
}

#footer .footer-utility .list .item a {
  position: relative;
  border: 1px solid #0d8710;
  border-radius: 15px;
  width: 130px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #fff;
  font-size: 83%;
  text-decoration: none;
}

#footer .footer-utility .list .item a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 7px;
  height: 11px;
  background: url(../img_top/arrow_utility.png) no-repeat;
  background-size: contain;
}

#footer .footer-utility .list .item a:hover {
  opacity: .85;
}

#footer .copyright {
  margin-top: 0;
  background: linear-gradient(to right, #cce8b7, #cce8b7);
}

@media screen and (max-width: 768px) {
  #footer {
    margin: 0;
  }
  #footer .footer-flex-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-flex-wrap .footer-logo img {
    width: auto;
  }
  #footer .footer-flex-wrap .address-wrap {
    margin-top: 50px;
    text-align: center;
  }
  #footer .footer-flex-wrap .address-wrap .time {
    margin-top: 30px;
  }
  #footer .footer-flex-wrap .link-access {
    margin-top: 30px;
    align-self: auto;
  }
  #footer .footer-flex-wrap .link-access a {
    border-radius: 28px;
    width: 280px;
    height: 56px;
  }
  #footer .footer-utility {
    padding-top: 70px;
  }
  #footer .footer-utility .list .item a {
    border-width: 2px;
    border-radius: 29px;
    width: 211px;
    height: 57px;
  }
  #footer .copyright {
    padding-top: 50px;
  }
  .Accessibility-wrap {
    align-self: flex-end;
  }
  .Accessibility-wrap .title {
    margin-right: 20px;
  }
  .Accessibility-wrap #Accessibility-font-size {
    display: inline-flex;
    margin: 0 0 10px 0;
  }
  .Accessibility-wrap #Accessibility-color {
    display: inline-flex;
    margin: 0 0 10px 0;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
}

footer .in {
  background: url(../img_common/bg_footer.png);
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer #pagetop-pc a, footer #pagetop-sp a {
  display: block;
  background: url(../img_common/footer_pagetop.png) no-repeat left center;
  background-size: contain;
  color: #333;
  text-decoration: none;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}

footer .copyright {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #d3e9d3;
  color: #333;
  font-size: 80%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 20px 0 200px;
  }
}

@media print, screen and (min-width: 769px) {
  footer #pagetop-pc {
    position: fixed;
    bottom: 40px;
    right: 30px;
  }
  footer #pagetop-pc a {
    width: 60px;
    height: 60px;
  }
  footer #pagetop-pc a:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop-pc {
    position: fixed;
    bottom: 40px;
    right: 30px;
  }
  footer #pagetop-pc a {
    width: 70px;
    height: 70px;
  }
}

.footer-nav {
  padding: 30px 0;
}

.footer-nav .list {
  display: flex;
  justify-content: center;
}

.footer-nav .list .item:not(:first-child) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #333;
}

.footer-nav .list .item a {
  color: #333;
  font-size: 97%;
}

.footer-info {
  border-top: 2px solid #d3e9d3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-info .title {
  margin-top: 50px;
}

.footer-info .title img {
  width: 106px;
  height: 57px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.footer-info .co-num {
  margin-top: 20px;
  font-size: 83%;
}

.footer-info .address {
  margin-top: 20px;
  font-size: 97%;
  text-align: center;
}

.footer-info .link-access {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.footer-info .link-access a {
  margin: 0 10px;
  display: flex;
  color: #333;
  font-size: 83%;
  font-weight: bold;
  text-decoration: none;
}

.footer-info .link-access a:hover {
  opacity: 0.85;
}

.footer-info .link-access .in {
  position: relative;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-height: 30px;
  color: #333;
  background: #28b42b;
}

.footer-info .link-access .in::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  background: url(../img_common/arrow_link_more.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .footer-nav .list {
    margin: 0 auto;
    width: 505px;
    flex-wrap: wrap;
  }
  .footer-nav .list .item {
    line-height: 1;
  }
  .footer-nav .list .item:nth-child(4n) {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .footer-nav .list .item:nth-child(n + 4) {
    margin-top: 10px;
  }
  .footer-nav .list .item a {
    font-size: 70%;
    text-decoration: none;
  }
  .footer-info .title img {
    width: 141px;
    height: 73px;
  }
  .footer-info .title .co-mun {
    margin-top: 10px;
  }
  .footer-info .address {
    font-size: 83%;
    text-align: center;
  }
  .footer-info .link-access .in {
    border-radius: 25px;
    width: 300px;
    min-height: 50px;
  }
  .footer-info .link-access .in::after {
    margin-top: -7px;
    width: 9px;
    height: 15px;
    background: url(../img_common/sp_arrow_link_more.png) no-repeat;
  }
}
