@charset "UTF-8";
/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*+++++++++++++++++++++++++++++++++++++++++++
 * トップ下層共にレスポンシブか、下層のみレスポンシブか
+++++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
PCスマホを分ける場合は、下記のコメントアウトを外す。
==================================*/
/* 
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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}
/*==================================
見出し
==================================*/
/* h2 */
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  border: 3px solid #00ACE4;
  color: #333;
  font-size: 140%;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 8px 15px 6px 15px;
  border: 1px solid #00ACE4;
  border-radius: 5px;
  margin: 1px;
}

h2.head-title a:link {
  color: #333;
}
h2.head-title a:visited {
  color: #2d5f92;
}
h2.head-title a:hover {
  color: #2d5f92;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 20px;
  background: #fff;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  border: 2px dashed #00ACE4;
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg {
  display: block;
  margin: 8px 0 7px 10px;
  padding: 0 15px 0 10px;
  border-left: 5px solid #00ACE4;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background-color: rgba(0, 172, 228, 0.2);
  font-size: 110%;
  padding: 10px 15px 13px;
}

/* h5 */
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  color: #0072ba;
  border-bottom: 1px dashed #0072ba;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  color: #00ace4;
  border-bottom: 1px dashed #00ace4;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * wysiwyg contents
 */
.wysiwyg ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: disc;
  overflow: hidden;
  margin-left: 30px;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg 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: #cceefa;
}

.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;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.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;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*++++++++++++++++++++++++++++++++++
 * common.css
 * @version 0.0.1 
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
body {
  font: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, 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;
}

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: #0072ba;
  text-align: center;
}

.scheme2 {
  border: 1px solid #0072ba;
  text-align: center;
}

.scheme3 {
  background-color: #ffffff;
  text-align: center;
}

.scheme4 {
  background-color: #00ace4;
  text-align: center;
}

.scheme5 {
  border: 1px solid #00ace4;
  text-align: center;
}

.scheme6 {
  background-color: #ffffff;
  text-align: center;
}

.scheme7 {
  background-color: #0072ba;
  text-align: center;
}

.scheme8 {
  background-color: #0072ba;
  text-align: center;
}

.scheme9 {
  background-color: #cceefa;
  text-align: center;
}

.scheme10 {
  background-color: #0072ba;
  text-align: center;
}

.scheme11 {
  background-color: #00ace4;
  text-align: center;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*google検索v1のカスタマイズ*/
.gsc-search-box {
  /*初期化*/
  margin: 0 !important;
}

.gsc-search-box td {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsst_b {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  height: 24px !important;
  border-radius: 3px 0px 0px 3px !important;
  -moz-border-radius: 3px 0px 0px 3px !important;
  -webkit-border-radius: 3px 0px 0px 3px !important;
  padding-left: 10px;
  padding-top: 0px;
  border: 2px solid #333 !important;
  border-right: none;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  border: none !important;
  height: 28px !important;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  width: 99% !important;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0px 3px 3px 0px !important;
  -moz-border-radius: 0px 3px 3px 0px !important;
  -webkit-border-radius: 0px 3px 3px 0px !important;
  background-color: #333 !important;
  text-align: center;
}

.gsc-search-button input[type=image] {
  /*検索ボタン　画像部分*/
  margin: 0px !important;
  background-image: none !important;
  border: none !important;
  padding-top: 8px !important;
}

@media screen and (max-width: 768px) {
  .gsc-search-box .gsc-input-box {
    height: 65px !important;
  }

  .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
    line-height: 65px;
    font-size: 28px;
  }

  .gsc-search-button {
    padding: 0 50px !important;
  }

  .gsc-search-button input[type=image] {
    width: 20px !important;
    height: auto !important;
  }
}
#smartphone {
  text-align: center;
}

.cmstag:after,
.clearfix:after {
  content: " ";
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのヘッダーエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
 /*==================================
wrapper 
==================================*/
 /*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  #wrapper {
    border-top: 5px solid #0071B7;
    position: relative;
  }

  body {
    min-width: 1040px;
  }

  #header {
    width: 100%;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-in {
    width: 1000px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
  }
  #header #header-nav {
    z-index: 3;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    float: left;
    margin-left: 25px;
    text-align: center;
  }
  #header #header-nav .list > li #kurashi01 {
    height: 40px;
    background: url(../img_common/pc_navicon_kurashi.png) no-repeat center top;
  }
  #header #header-nav .list > li #kurashi02 {
    border-radius: 3px;
    background: url(../img_common/nav_kurashi_bg.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0 5px 0;
    width: 180px;
    color: #333;
  }
  #header #header-nav .list > li #kurashi02 .title {
    font-size: 110%;
  }
  #header #header-nav .list > li #kosodate01 {
    height: 40px;
    background: url(../img_common/pc_navicon_kosodate.png) no-repeat center top;
  }
  #header #header-nav .list > li #kosodate02 {
    border-radius: 3px;
    background: url(../img_common/nav_kosodate_bg.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0 5px 0;
    width: 180px;
    color: #333;
  }
  #header #header-nav .list > li #kosodate02 .title {
    font-size: 110%;
  }
  #header #header-nav .list > li #asobi01 {
    height: 40px;
    background: url(../img_common/pc_navicon_asobi.png) no-repeat center top;
  }
  #header #header-nav .list > li #asobi02 {
    border-radius: 3px;
    background: url(../img_common/nav_asobi_bg.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0 5px 0;
    width: 180px;
    color: #333;
  }
  #header #header-nav .list > li #asobi02 .title {
    font-size: 110%;
  }
  #header #header-nav .list > li #kenko01 {
    height: 40px;
    background: url(../img_common/pc_navicon_kenko.png) no-repeat center top;
  }
  #header #header-nav .list > li #kenko02 {
    border-radius: 3px;
    background: url(../img_common/nav_kenko_bg.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0 5px 0;
    width: 180px;
    color: #333;
  }
  #header #header-nav .list > li #kenko02 .title {
    font-size: 110%;
  }
  #header #header-nav .list > li #chosei01 {
    height: 40px;
  }
  #header #header-nav .list > li #chosei02 {
    border-radius: 3px;
    background: url(../img_common/nav_chosei_bg.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0 5px 0;
    width: 180px;
    color: #333;
  }
  #header #header-nav .list > li #chosei02 .title {
    font-size: 110%;
  }
  #header #header-nav .list > li:first-child {
    margin-left: 0;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 10px 0 0 0;
    color: #fff;
    text-decoration: none;
  }
  #header #header-nav li .dropmenu .arrow {
    position: absolute;
    top: 3px;
  }
  #header #header-nav .nav1 .dropmenu {
    left: 0;
  }
  #header #header-nav .nav2 .dropmenu {
    left: 205px;
  }
  #header #header-nav .nav3 .dropmenu {
    left: 410px;
  }
  #header #header-nav .nav4 .dropmenu {
    left: 345px;
  }
  #header #header-nav .nav5 .dropmenu {
    left: 550px;
  }
  #header #header-nav .dropmenu {
    position: absolute;
    left: 10px;
    top: 100%;
    z-index: 100;
    width: 450px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
  }
  #header #header-nav .dropmenu .list2 {
    margin: 15px;
  }
  #header #header-nav .dropmenu .list2 li {
    width: 50%;
    margin-top: 5px;
    text-align: left;
    float: left;
  }
  #header #header-nav .dropmenu .list2 li a {
    display: block;
    margin: 0;
    padding: 0 12px !important;
    background: url(../img_common/pc_nav_arrow.png) no-repeat left 3px;
    background-size: 11px auto;
    color: #333;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    top: 7px;
    left: 0px;
  }
  #header .header-subnav-area .box {
    margin: 5px 0 0 330px;
    padding: 3px;
    overflow: hidden;
    box-sizing: border-box;
    float: right;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #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 .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 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 {
    display: table-cell;
    font-size: 15px;
  }
  #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 .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 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, #header .header-subnav-area .box .unit2 .list {
    margin-top: 5px;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding: 2px 7px 0 0;
    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 .unit, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    padding: 0 0 0 10px;
  }
  #header .header-subnav-area .box #header-color {
    margin-top: 2px;
  }
  #header .header-subnav-area .box .unit2 {
    margin-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding: 0 0 0 5px;
  }
  #header .header-subnav-area .box-bottom {
    margin: 10px 0 0 330px;
  }
  #header .header-subnav-area .box-bottom .box-bottom-link {
    float: right;
  }
  #header .header-subnav-area .box-bottom .box-bottom-link li {
    float: left;
    background: url(../img_common/header_arrow.png) no-repeat 10px center;
  }
  #header .header-subnav-area .box-bottom .box-bottom-link li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #header .header-subnav-area .box-bottom .box-bottom-link .link-soshiki, #header .header-subnav-area .box-bottom .box-bottom-link .link-shisetsu {
    color: #fff;
    background-color: #0071B7;
    text-align: center;
    border-radius: 5px;
    margin: 10px 10px 5px 10px;
    padding: 3px 60px;
  }
  #header .header-subnav-area .box-bottom .box-bottom-link .link-shisetsu {
    padding: 3px 67px;
    margin-right: 0;
    margin-left: 5px;
  }

  /*==================================
  TOPスライダー(PC)
  ==================================*/
  #slider {
    position: relative;
    overflow: hidden;
  }
  #slider .bx-wrapper {
    position: relative;
    margin: 0 auto;
  }
  #slider .bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    box-shadow: none;
  }
  #slider .bx-wrapper .bx-viewport li {
    height: 600px;
  }
  #slider .bx-wrapper .bx-viewport li img {
    width: 1080px;
  }
  #slider .bx-wrapper .bx-viewport:before {
    right: 100%;
    left: -100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
  #slider .bx-wrapper .bx-viewport:after {
    left: 100%;
    right: -100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
  #slider .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    width: 52%;
    text-align: right;
    z-index: 5;
  }
  #slider .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
  }
  #slider .bx-wrapper .bx-pager .bx-pager-item:first-child {
    margin-left: 0;
  }
  #slider .bx-wrapper .bx-pager .bx-pager-item a {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img_top/pc_main_slider_pager.png) no-repeat 0 0;
  }
  #slider .bx-wrapper .bx-pager .bx-pager-item a.active {
    background-image: url(../img_top/pc_main_slider_pager_active.png);
  }
  #slider .bx-wrapper .bx-controls-direction {
    position: absolute;
    width: 100%;
    top: 300px;
    z-index: 5;
  }
  #slider .bx-wrapper .bx-controls-direction a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 51px;
    height: 51px;
    display: inline-block;
    position: absolute;
  }
  #slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 30px;
    background: url(../img_top/pc_main_slider_prev.png) no-repeat 0 0;
  }
  #slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -5px;
    background: url(../img_top/pc_main_slider_next.png) no-repeat 0 0;
  }
  #slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 2px;
    left: 54%;
    width: 45%;
    z-index: 5;
  }
  #slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item a {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 33px;
    height: 33px;
    display: inline-block;
  }
  #slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item a.bx-start {
    background: url(../img_top/pc_main_slider_play.png) left top no-repeat;
  }
  #slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item a.bx-stop {
    background: url(../img_top/pc_main_slider_stop.png) left top no-repeat;
  }
  #slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item a.active {
    display: none;
  }

  .bx-caption {
    display: none;
  }

  /*==================================
  検索エリア(PC)
  ==================================*/
  .search-area {
    position: absolute;
    z-index: 2;
    width: 550px;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .search-area p {
    display: inline-block;
    margin: 15px 0 15px 15px;
  }
  .search-area #___gcse_0 {
    width: 350px;
    margin-left: 15px;
    margin-top: 14px;
    display: inline-block;
  }
  .search-area .howtosearch_btn {
    color: #fff;
    background-color: #0071B7;
    text-align: center;
    border-radius: 5px;
    margin: 15px;
    padding: 3px 25px;
    float: right;
    text-decoration: none;
  }
}
 /*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #wrapper {
    border-top: 15px solid #0071B7;
    position: relative;
  }

  #sp-header {
    /* モーダル */
    /*==================================
    検索エリア(SP)
    ==================================*/
    /*==================================
    TOPスライダー(SP)
    ==================================*/
  }
  #sp-header .box {
    display: block;
    margin: 0 30px 5%;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    width: 50%;
    padding: 20px 0 10px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-search img {
    width: 50%;
    height: auto;
  }
  #sp-header .box .select-language {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 40px;
    right: 0;
    font-size: 130%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    margin-left: 10px;
    width: 46%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 10px;
    top: 90px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0.7;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 220px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .modal-menu-close-top {
    position: absolute;
    top: -130px;
    right: 54px;
    padding: 0;
    text-align: right;
  }
  #sp-header .modal-menu .modal-menu-close-bottom {
    margin: 60px 0 0 0;
    padding: 10px;
    text-align: center;
    background-color: #0071B7;
  }
  #sp-header .modal-menu .modal-menu-close-bottom span {
    margin: 0 5px;
  }
  #sp-header .modal-menu .modal-menu-close-bottom a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
  }
  #sp-header .modal-menu .in {
    background: url(../img_top/about_bg.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .in-background {
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
  #sp-header .modal-menu .menu-box {
    padding-top: 45px;
  }
  #sp-header .modal-menu .nav-title {
    margin-bottom: 30px;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    font-size: 1.5em;
    color: #333;
    padding: 0 25px 0 80px;
    font-weight: normal;
  }
  #sp-header .modal-menu .nav-title a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  #sp-header .modal-menu .nav-title span {
    display: inline-block;
    margin: 18px 35px 0;
  }
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-menu .list li {
    border-top: 2px dashed #00838f;
  }
  #sp-header .modal-menu .list a {
    display: block;
    padding: 22px 20px 20px 80px;
    background: url(../img_sp_common/smodal_mod_arrow_link.png) no-repeat right center;
    color: #234378;
    font-size: 130%;
  }
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-menu .modal-link {
    text-align: center;
    margin-top: 200px;
  }
  #sp-header .modal-menu .modal-link li {
    display: inline-block;
    width: 35%;
    padding: 5px;
    margin: 10px 0;
    border: 2px solid #008900;
    text-align: left;
  }
  #sp-header .modal-menu .modal-link li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #sp-header .modal-menu .modal-link .link, #sp-header .modal-menu .modal-link .link-left, #sp-header .modal-menu .modal-link .link-right {
    background: url(../img_common/modal_arrow.png) no-repeat 10px center;
    padding-left: 35px;
    background-color: #fff;
  }
  #sp-header .modal-menu .modal-link .link a:link, #sp-header .modal-menu .modal-link .link-left a:link, #sp-header .modal-menu .modal-link .link-right a:link {
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-link .link span, #sp-header .modal-menu .modal-link .link-left span, #sp-header .modal-menu .modal-link .link-right span {
    padding-right: 10px;
  }
  #sp-header .modal-menu .modal-link .link:hover, #sp-header .modal-menu .modal-link .link-left:hover, #sp-header .modal-menu .modal-link .link-right:hover {
    padding-left: 35px;
    background-color: #fff;
  }
  #sp-header .modal-menu .modal-link .link:hover a:link, #sp-header .modal-menu .modal-link .link-left:hover a:link, #sp-header .modal-menu .modal-link .link-right:hover a:link {
    color: #333;
  }
  #sp-header .modal-menu .modal-link .link-left {
    margin-right: 30px;
  }
  #sp-header .sp-search {
    width: 70%;
  }
  #sp-header #slider-sp {
    position: relative;
    overflow: hidden;
    margin: 30px;
  }
  #sp-header #slider-sp ul.list li {
    height: 378px;
  }
  #sp-header #slider-sp ul.list li img {
    width: 100%;
  }
  #sp-header #slider-sp .bx-wrapper {
    position: relative;
    margin: 0 auto;
  }
  #sp-header #slider-sp .bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    box-shadow: none;
  }
  #sp-header #slider-sp .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 22px;
    width: 50%;
    text-align: right;
    z-index: 5;
  }
  #sp-header #slider-sp .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
  }
  #sp-header #slider-sp .bx-wrapper .bx-pager .bx-pager-item:first-child {
    margin-left: 0;
  }
  #sp-header #slider-sp .bx-wrapper .bx-pager .bx-pager-item a {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../img_top/sp_main_slider_pager.png) no-repeat 0 0;
  }
  #sp-header #slider-sp .bx-wrapper .bx-pager .bx-pager-item a.active {
    background-image: url(../img_top/sp_main_slider_pager_active.png);
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-direction {
    position: absolute;
    width: 100%;
    top: 160px;
    z-index: 5;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-direction a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 27px;
    height: 56px;
    display: inline-block;
    position: absolute;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px;
    background: url(../img_top/sp_main_slider_prev.png) no-repeat 0 0;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px;
    background: url(../img_top/sp_main_slider_next.png) no-repeat 0 0;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 2px;
    left: 52%;
    width: 45%;
    z-index: 5;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-auto .bx-controls-auto-item a {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-auto .bx-controls-auto-item a.bx-start {
    background: url(../img_top/sp_main_slider_play.png) left top no-repeat;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-auto .bx-controls-auto-item a.bx-stop {
    background: url(../img_top/sp_main_slider_stop.png) left top no-repeat;
  }
  #sp-header #slider-sp .bx-wrapper .bx-controls-auto .bx-controls-auto-item a.active {
    display: none;
  }
  #sp-header .bx-caption {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 0px !important;
  }
}
/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  body {
    font-size: 130% !important;
  }
}
/*==================================
header(PC)
==================================*/
@media print, screen and (min-width: 769px) {
  #header .header-in {
    margin-top: 10px;
    border-radius: 5px;
  }
  #header .header-subnav-area {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
  }
  #header .header-subnav-area .box {
    background: transparent;
  }
  #header .header-subnav-area .box-bottom {
    margin: 0 0 0 330px;
  }
}
/*==================================
メインエリア(PC)
==================================*/
@media print, screen and (min-width: 769px) {
  /*==================================
  緊急情報(PC)
  ==================================*/
  #top-kinkyu {
    width: 1000px;
    margin: 20px auto;
  }
  #top-kinkyu .kinkyu-in h3 {
    background: #b31422;
    color: #fff;
    text-align: center;
    padding: 9px 0 7px;
    margin-bottom: 10px;
  }
  #top-kinkyu .kinkyu-in h3:before {
    content: url(../img_top/kinkyu_icon.png);
    position: relative;
    top: 2px;
    right: 5px;
  }
  #top-kinkyu .kinkyu-in ul {
    max-height: 190px;
    overflow-y: scroll;
  }
  #top-kinkyu .kinkyu-in ul li {
    margin: 10px 10px 10px 5px;
    border-bottom: 1px solid #cacaca;
  }
  #top-kinkyu .kinkyu-in ul li span {
    display: block;
  }
  #top-kinkyu .kinkyu-in ul li span a {
    color: #b31422;
  }
  #top-kinkyu .kinkyu-in ul li .text {
    margin-bottom: 10px;
  }

  /*==================================
  目的で探す(PC)
  ==================================*/
  #mokuteki {
    background: url(../img_top/mokuteki_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
  }
  #mokuteki .mokuteki-in {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  #mokuteki h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #mokuteki h2 span {
    padding: 20px;
  }
  #mokuteki h2:before {
    content: url(../img_top/mokuteki_icon.png);
    position: relative;
    top: 5px;
  }
  #mokuteki #benri {
    float: left;
    width: 500px;
  }
  #mokuteki #benri a {
    text-decoration: none;
  }
  #mokuteki #benri h3 {
    color: #0071B7;
    font-size: 190%;
    text-align: center;
  }
  #mokuteki #benri li {
    width: 140px;
    float: left;
    margin: 20px 10px;
  }
  #mokuteki #benri li .chiikianzen {
    background: url(../img_top/search_bg01.png) left top no-repeat;
    height: 90px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .wakekata {
    background: url(../img_top/search_bg02.png) left top no-repeat;
    height: 90px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .shinsei {
    background: url(../img_top/search_bg03.png) left top no-repeat;
    height: 90px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .kyukyu-iryo {
    background: url(../img_top/search_bg04.png) left top no-repeat;
    height: 90px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .shisetsu {
    background: url(../img_top/search_bg05.png) left top no-repeat;
    height: 90px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .bus-system {
    background: url(../img_top/search_bg06.png) left top no-repeat;
    height: 90px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .title {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 2px 0;
    border-radius: 0 0 5px 5px;
    color: #333;
  }
  #mokuteki #bamen {
    float: left;
    width: 500px;
    text-align: center;
  }
  #mokuteki #bamen a {
    text-decoration: none;
  }
  #mokuteki #bamen h3 {
    color: #0071B7;
    font-size: 190%;
    text-align: center;
  }
  #mokuteki #bamen ul {
    width: 465px;
    margin: 0 auto;
    margin-top: 12px;
  }
  #mokuteki #bamen ul li {
    width: 90px;
    float: left;
    margin-right: 35px;
  }
  #mokuteki #bamen ul li:nth-of-type(4) {
    margin: 0;
  }
  #mokuteki #bamen ul li:nth-of-type(8) {
    margin: 0;
  }
  #mokuteki #bamen ul li:nth-of-type(12) {
    margin: 0;
  }
  #mokuteki #bamen .bamen01 {
    height: 70px;
    background: url(../img_top/bamen_icon01.png) no-repeat center;
  }
  #mokuteki #bamen .bamen02 {
    height: 70px;
    background: url(../img_top/bamen_icon02.png) no-repeat center;
  }
  #mokuteki #bamen .bamen03 {
    height: 70px;
    background: url(../img_top/bamen_icon03.png) no-repeat center;
  }
  #mokuteki #bamen .bamen04 {
    height: 70px;
    background: url(../img_top/bamen_icon04.png) no-repeat center;
  }
  #mokuteki #bamen .bamen05 {
    height: 70px;
    background: url(../img_top/bamen_icon05.png) no-repeat center;
  }
  #mokuteki #bamen .bamen06 {
    height: 70px;
    background: url(../img_top/bamen_icon06.png) no-repeat center;
  }
  #mokuteki #bamen .bamen07 {
    height: 70px;
    background: url(../img_top/bamen_icon07.png) no-repeat center;
  }
  #mokuteki #bamen .bamen08 {
    height: 70px;
    background: url(../img_top/bamen_icon08.png) no-repeat center;
  }
  #mokuteki #bamen .bamen09 {
    height: 70px;
    background: url(../img_top/bamen_icon09.png) no-repeat center;
  }
  #mokuteki #bamen .bamen10 {
    height: 70px;
    background: url(../img_top/bamen_icon10.png) no-repeat center;
  }
  #mokuteki #bamen .bamen11 {
    height: 70px;
    background: url(../img_top/bamen_icon11.png) no-repeat center;
  }
  #mokuteki #bamen .bamen12 {
    height: 70px;
    background: url(../img_top/bamen_icon12.png) no-repeat center;
  }
  #mokuteki #bamen .title {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 3px;
    color: #333;
  }

  /*==================================
  最近の話題を探す(PC)
  ==================================*/
  #wadai {
    position: relative;
    top: -45px;
    z-index: 2;
  }
  #wadai .wadai-top {
    background: url(../img_top/box_top01.png) repeat-x bottom;
    height: 45px;
  }
  #wadai .wadai-bottom {
    background: url(../img_top/box_bottom01.png) repeat-x bottom;
    height: 100px;
  }
  #wadai .wadai-in {
    width: 1000px;
    margin: 0 auto;
  }
  #wadai .wadai-in h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #wadai .wadai-in h2 span {
    padding: 20px;
  }
  #wadai .wadai-in h2:before {
    content: url(../img_top/wadai_icon.png);
    position: relative;
    top: 5px;
  }

  /*==================================
  トピックス(PC)
  ==================================*/
  #topics-area {
    width: 480px;
    float: left;
  }
  #topics-area .tab-area {
    margin-top: 30px;
  }
  #topics-area .tab-area .tab-nav .list {
    width: 480px;
    display: table;
    table-layout: fixed;
  }
  #topics-area .tab-area .tab-nav .list li {
    display: table-cell;
    text-align: center;
    color: #fff;
  }
  #topics-area .tab-area .tab-nav .list li img {
    width: auto;
    height: 100%;
  }
  #topics-area .tab-area .tab-nav .list li a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    color: #333;
    background-color: rgba(0, 113, 183, 0.2);
    border-radius: 8px;
    margin: 0 4px 10px 4px;
  }
  #topics-area .tab-area .tab-nav .list li a.hover {
    background-color: #0071B7;
    color: #fff;
  }
  #topics-area .tab-area .tab-nav .list li a:active, #topics-area .tab-area .tab-nav .list li a:focus {
    background-color: #0071B7;
    color: #fff;
  }
  #topics-area .tab-area .in {
    padding: 10px;
    border: 2px solid #0071B7;
    border-radius: 8px;
  }
  #topics-area .tab-area .hide {
    display: none;
  }
  #topics-area .tab-area #tab-2 .btn-news {
    width: 200px;
    margin: 10px 5px 8px;
    display: inline-block;
    vertical-align: top;
  }
  #topics-area .tab-area .btn-news {
    width: 250px;
    color: #fff;
    background-color: #0071B7;
    text-align: center;
    border-radius: 5px;
    margin: 10px auto 8px;
    padding: 3px;
  }
  #topics-area .tab-area .btn-news a {
    color: #fff;
    text-decoration: none;
  }
  #topics-area #newPageDynList1, #topics-area .pageListDynBlock {
    margin-top: 10px;
    height: 320px;
    overflow-y: scroll;
    font-size: 90%;
  }
  #topics-area #newPageDynList1 li, #topics-area .pageListDynBlock li {
    display: table;
    width: 95%;
    padding: 10px 5px;
    line-height: 1.5;
    overflow: hidden;
  }
  #topics-area #newPageDynList1 li .date, #topics-area .pageListDynBlock li .date {
    display: table-cell;
    width: 120px;
    text-align: center;
    padding-left: 3px;
  }
  #topics-area #newPageDynList1 li .date:before, #topics-area .pageListDynBlock li .date:before {
    content: url(../img_top/topics_round.png);
    position: relative;
    bottom: 3px;
    right: 3px;
  }
  #topics-area #newPageDynList1 li .text, #topics-area .pageListDynBlock li .text {
    text-align: left;
  }
  #topics-area #newPageDynList1 li a, #topics-area .pageListDynBlock li a {
    display: table-cell;
    text-align: left;
    padding-left: 10px;
  }

  /*==================================
  広報メディア(PC)
  ==================================*/
  #koho-area {
    width: 460px;
    height: 440px;
    float: left;
    margin: 30px 0 0 40px;
    padding: 0 10px;
    background-color: rgba(0, 113, 183, 0.2);
    border-radius: 8px;
  }
  #koho-area .koho-in {
    height: 320px;
    margin: 80px auto;
  }
  #koho-area .koho-in .list {
    width: 50%;
    float: left;
    text-align: center;
  }
  #koho-area .koho-in .list img {
    margin-bottom: 10px;
  }
  #koho-area .koho-in .list .item-title {
    padding-left: 5px;
  }
  #koho-area .koho-in .koho-right {
    float: left;
    margin: 0 25px;
  }
  #koho-area .koho-in .koho-right li:last-child {
    margin-top: 15px;
  }

  /*==================================
  葉山町について(PC)
  ==================================*/
  #about {
    position: relative;
    top: -70px;
    background: url(../img_top/about_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
    text-align: center;
    padding: 60px 0;
  }
  #about h2 {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
    padding: 0 20px 5px;
    display: inline-block;
  }
  #about h2 span {
    padding: 5px;
  }
  #about h2:before {
    content: url(../img_top/about_icon.png);
    position: relative;
    top: 8px;
  }
  #about .about-in {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  #about .about-in .about-in-left {
    float: left;
  }
  #about .about-in .digital-yakuba {
    width: 235px;
    background-color: #fff;
    float: left;
  }
  #about .about-in .digital-yakuba h3 {
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #008900;
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
  }
  #about .about-in .digital-yakuba ul {
    padding: 15px 30px;
    list-style-type: disc !important;
  }
  #about .about-in .digital-yakuba ul li {
    margin: 10px;
  }
  #about .about-in .jinko {
    width: 235px;
    background-color: #fff;
    float: left;
    margin-left: 20px;
  }
  #about .about-in .jinko h3 {
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #008900;
    font-weight: normal;
    padding: 5px 0;
  }
  #about .about-in .jinko h3 span {
    color: #fff;
  }
  #about .about-in .jinko .jinko-in {
    padding: 5px;
  }
  #about .about-in .jinko .jinko-in dt {
    padding: 5px;
    float: left;
  }
  #about .about-in .jinko .jinko-in dd {
    float: left;
    padding: 5px 0;
    margin-left: 3px;
  }
  #about .about-in .jinko .jinko-in .icon {
    display: inline-block;
    width: 23px;
    height: 23px;
  }
  #about .about-in .jinko .jinko-in .midashi {
    text-align: center;
    display: inline-block;
    width: 45px;
  }
  #about .about-in .jinko .jinko-in p {
    text-align: center;
    margin-top: 5px;
  }
  #about .about-in .jinko .jinko-in .tokei-linkbtn {
    text-align: center;
    margin: 17px 10px 10px;
    background-color: rgba(0, 137, 0, 0.2);
    border-radius: 5px;
  }
  #about .about-in .jinko .jinko-in .tokei-linkbtn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
  }
  #about .about-in .about-linkarea {
    float: left;
    width: 490px;
    margin-left: 20px;
  }
  #about .about-in .about-linkarea ul li {
    float: left;
    width: 220px;
    height: 80px;
    border-radius: 10px;
    background-color: #008900;
    margin: 0 0 25px 25px;
    display: table;
  }
  #about .about-in .about-linkarea ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #about .about-in .about-linkarea ul li p {
    display: table-cell;
  }
  #about .about-in .about-linkarea ul li a {
    display: block;
  }
  #about .about-in .about-linkarea ul li .about-btn {
    width: 75px;
    height: 80px;
    float: left;
    border-radius: 10px 0 0 10px;
    border: 3px solid #008900;
    box-sizing: border-box;
  }
  #about .about-in .about-linkarea ul li .mayorroom {
    background: url(../img_top/about_mayorroom_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .council {
    background: url(../img_top/about_council_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .library {
    background: url(../img_top/about_library_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .recruit {
    background: url(../img_top/about_recruit_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .activity {
    background: url(../img_top/about_activity_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .payment {
    background: url(../img_top/about_payment_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .fire {
    background: url(../img_top/about_fire_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .title {
    display: block;
    width: 140px;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 20px 0 0 5px;
    float: left;
    vertical-align: middle;
  }
  #about .about-in .about-linkarea ul li .title span {
    display: block;
  }
  #about .about-in .about-linkarea ul li:last-child .title {
    width: 210px;
    padding: 11px 5px 8px;
    font-size: 95%;
  }

  /*==================================
  広告(PC)
  ==================================*/
  #kokoku {
    padding-bottom: 0;
    background-color: #fff;
    margin: -20px 0;
    z-index: 2;
  }
  #kokoku .kokoku-in {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  #kokoku .kokoku-in h2 {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
    padding: 0 20px 5px;
    display: inline-block;
  }
  #kokoku .kokoku-in h2 span {
    padding: 20px;
  }
  #kokoku .kokoku-in h2:before {
    content: url(../img_top/kokoku_icon.png);
    position: relative;
    top: 5px;
  }
  #kokoku .kokoku-in .list {
    padding: 0 25px 0 25px;
    box-sizing: border-box;
    margin-bottom: -15px;
  }
  #kokoku .kokoku-in .list li {
    width: 20%;
    margin-bottom: 15px;
    border-radius: 5px;
    float: left;
  }
  #kokoku .kokoku-in .list li:nth-child(3n+1) {
    padding-right: 0;
  }
  #kokoku .kokoku-in .list li:nth-child(3n+2) {
    padding: 0;
  }
  #kokoku .kokoku-in .list li:nth-child(3n+3) {
    padding-left: 0;
  }
  #kokoku .kokoku-in .box {
    background: none;
    padding-bottom: 60px;
  }
  #kokoku .kokoku-in .kokoku-text {
    width: 1200px;
    text-align: right;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 18px 40px 0 0;
    font-size: 90%;
  }
  #kokoku .kokoku-bottom {
    background: url(../img_top/box_bottom02.png) repeat-x bottom;
    height: 45px;
    background-color: rgba(0, 113, 183, 0.2);
  }
}
/*==================================
メインエリア(スマホ)
==================================*/
@media screen and (max-width: 768px) {
  /*==================================
  緊急情報(PC)
  ==================================*/
  #top-kinkyu {
    margin: 20px 20px;
  }
  #top-kinkyu .kinkyu-in h3 {
    background: #b31422;
    color: #fff;
    text-align: center;
    padding: 9px 0 7px;
    margin-bottom: 10px;
  }
  #top-kinkyu .kinkyu-in h3:before {
    content: url(../img_top/kinkyu_icon.png);
    position: relative;
    top: 2px;
    right: 5px;
  }
  #top-kinkyu .kinkyu-in ul {
    height: 240px;
    overflow-y: scroll;
  }
  #top-kinkyu .kinkyu-in ul li {
    margin: 10px 10px 10px 5px;
    border-bottom: 1px solid #cacaca;
  }
  #top-kinkyu .kinkyu-in ul li span {
    display: block;
  }
  #top-kinkyu .kinkyu-in ul li span a {
    color: #b31422;
  }
  #top-kinkyu .kinkyu-in ul li .text {
    margin-bottom: 10px;
  }

  /*==================================
  目的で探す(スマホ)
  ==================================*/
  #mokuteki {
    background: url(../img_top/mokuteki_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
  }
  #mokuteki .mokuteki-in {
    margin: 0 auto;
    padding: 40px 0 80px;
  }
  #mokuteki h2 {
    text-align: center;
    margin-bottom: 45px;
  }
  #mokuteki h2 span {
    padding: 20px;
    font-size: 130%;
  }
  #mokuteki h2:before {
    content: url(../img_top/sp_mokuteki_icon.png);
    position: relative;
    top: 10px;
  }
  #mokuteki #benri {
    width: 720px;
    margin: 0 auto;
  }
  #mokuteki #benri a {
    text-decoration: none;
  }
  #mokuteki #benri h3 {
    color: #0071B7;
    font-size: 190%;
    text-align: center;
    margin-bottom: 15px;
  }
  #mokuteki #benri li {
    width: 210px;
    float: left;
    margin: 20px 15px;
  }
  #mokuteki #benri li .chiikianzen {
    background: url(../img_top/sp_search_bg01.png) left top no-repeat;
    height: 130px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .wakekata {
    background: url(../img_top/sp_search_bg02.png) left top no-repeat;
    height: 130px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .shinsei {
    background: url(../img_top/sp_search_bg03.png) left top no-repeat;
    height: 130px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .kyukyu-iryo {
    background: url(../img_top/sp_search_bg04.png) left top no-repeat;
    height: 130px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .shisetsu {
    background: url(../img_top/sp_search_bg05.png) left top no-repeat;
    height: 130px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .bus-system {
    background: url(../img_top/sp_search_bg06.png) left top no-repeat;
    height: 130px;
    border-radius: 5px 5px 0 0;
  }
  #mokuteki #benri li .title {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 2px 0;
    border-radius: 0 0 5px 5px;
  }
  #mokuteki #benri li .title span {
    color: #333;
  }
  #mokuteki #benri li:nth-of-type(4) {
    clear: both;
  }
  #mokuteki #bamen {
    text-align: center;
    margin-top: 100px;
  }
  #mokuteki #bamen a {
    text-decoration: none;
  }
  #mokuteki #bamen h3 {
    color: #0071B7;
    font-size: 190%;
    text-align: center;
  }
  #mokuteki #bamen ul {
    width: 655px;
    margin: 0 auto;
    margin-top: 12px;
  }
  #mokuteki #bamen ul li {
    width: 130px;
    float: left;
    margin: 35px 45px 0 0;
  }
  #mokuteki #bamen ul li:nth-of-type(4) {
    margin-right: 0;
  }
  #mokuteki #bamen ul li:nth-of-type(8) {
    margin-right: 0;
  }
  #mokuteki #bamen ul li:nth-of-type(12) {
    margin-right: 0;
  }
  #mokuteki #bamen .bamen01 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon01.png) no-repeat center;
  }
  #mokuteki #bamen .bamen02 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon02.png) no-repeat center;
  }
  #mokuteki #bamen .bamen03 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon03.png) no-repeat center;
  }
  #mokuteki #bamen .bamen04 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon04.png) no-repeat center;
  }
  #mokuteki #bamen .bamen05 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon05.png) no-repeat center;
  }
  #mokuteki #bamen .bamen06 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon06.png) no-repeat center;
  }
  #mokuteki #bamen .bamen07 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon07.png) no-repeat center;
  }
  #mokuteki #bamen .bamen08 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon08.png) no-repeat center;
  }
  #mokuteki #bamen .bamen09 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon09.png) no-repeat center;
  }
  #mokuteki #bamen .bamen10 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon10.png) no-repeat center;
  }
  #mokuteki #bamen .bamen11 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon11.png) no-repeat center;
  }
  #mokuteki #bamen .bamen12 {
    height: 100px;
    background: url(../img_top/sp_bamen_icon12.png) no-repeat center;
  }
  #mokuteki #bamen .title {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 3px;
    color: #333;
  }

  /*==================================
  最近の話題を探す(スマホ)
  ==================================*/
  #wadai {
    position: relative;
    top: -45px;
    z-index: 2;
  }
  #wadai .wadai-top {
    background: url(../img_top/box_top01.png) repeat-x bottom;
    height: 45px;
  }
  #wadai .wadai-bottom {
    background: url(../img_top/box_bottom01.png) repeat-x bottom;
    height: 100px;
  }
  #wadai .wadai-in {
    margin: 0 auto;
  }
  #wadai .wadai-in h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #wadai .wadai-in h2 span {
    padding: 10px;
  }
  #wadai .wadai-in h2:before {
    content: url(../img_top/sp_wadai_icon.png);
    position: relative;
    top: 12px;
  }

  /*==================================
  トピックス(スマホ)
  ==================================*/
  #topics-area {
    width: 90%;
    margin: 0 auto;
  }
  #topics-area .tab-area {
    margin-top: 30px;
  }
  #topics-area .tab-area .tab-nav .list {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  #topics-area .tab-area .tab-nav .list li {
    display: table-cell;
    text-align: center;
    color: #fff;
  }
  #topics-area .tab-area .tab-nav .list li img {
    width: auto;
    height: 100%;
  }
  #topics-area .tab-area .tab-nav .list li a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    color: #333;
    background-color: rgba(0, 113, 183, 0.2);
    border-radius: 8px;
    margin: 0 4px 10px 4px;
  }
  #topics-area .tab-area .tab-nav .list li a.hover {
    background-color: #0071B7;
    color: #fff;
  }
  #topics-area .tab-area .tab-nav .list li a:active, #topics-area .tab-area .tab-nav .list li a:focus {
    background-color: #0071B7;
    color: #fff;
  }
  #topics-area .tab-area .in {
    padding: 10px;
    border: 2px solid #0071B7;
    border-radius: 8px;
  }
  #topics-area .tab-area .hide {
    display: none;
  }
  #topics-area .tab-area #tab-2 .btn-news {
    width: 300px;
    margin: 10px 5px 8px;
    display: inline-block;
    vertical-align: top;
  }
  #topics-area .tab-area .btn-news {
    width: 300px;
    color: #fff;
    background-color: #0071B7;
    text-align: center;
    border-radius: 5px;
    margin: 10px auto 8px;
    padding: 3px;
  }
  #topics-area .tab-area .btn-news a {
    color: #fff;
    text-decoration: none;
  }
  #topics-area #newPageDynList1, #topics-area .pageListDynBlock {
    margin-top: 10px;
    height: 320px;
    overflow-y: scroll;
    font-size: 90%;
  }
  #topics-area #newPageDynList1 li, #topics-area .pageListDynBlock li {
    display: table;
    width: 95%;
    padding: 10px 5px;
    line-height: 1.5;
    overflow: hidden;
  }
  #topics-area #newPageDynList1 li .date, #topics-area .pageListDynBlock li .date {
    display: table-cell;
    width: 180px;
    color: #333;
    text-align: center;
    padding-left: 3px;
  }
  #topics-area #newPageDynList1 li .date:before, #topics-area .pageListDynBlock li .date:before {
    content: url(../img_top/topics_round.png);
    position: relative;
    bottom: 5px;
    right: 3px;
  }
  #topics-area #newPageDynList1 li .text, #topics-area .pageListDynBlock li .text {
    text-align: left;
  }
  #topics-area #newPageDynList1 li a, #topics-area .pageListDynBlock li a {
    display: table-cell;
    text-align: left;
    padding-left: 10px;
  }

  /*==================================
  広報メディア(スマホ)
  ==================================*/
  #koho-area {
    width: 90%;
    margin: 40px auto;
    background-color: rgba(0, 113, 183, 0.2);
    border-radius: 8px;
  }
  #koho-area .koho-in {
    width: 580px;
    margin: 0px auto;
    padding: 90px 0;
  }
  #koho-area .koho-in .list {
    width: 45%;
    float: left;
    text-align: center;
  }
  #koho-area .koho-in .list img {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
  }
  #koho-area .koho-in .list .item-title {
    padding-left: 5px;
  }
  #koho-area .koho-in .koho-right {
    float: left;
    margin: 0 25px;
  }
  #koho-area .koho-in .koho-right li:last-child {
    margin-top: 15px;
  }

  /*==================================
  葉山町について(PC)
  ==================================*/
  #about {
    position: relative;
    top: -70px;
    background: url(../img_top/about_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
    text-align: center;
    padding: 60px 0;
  }
  #about h2 {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
    padding: 0 20px 5px;
    display: inline-block;
  }
  #about h2 span {
    padding: 5px;
    position: relative;
    bottom: 7px;
  }
  #about h2:before {
    content: url(../img_top/sp_about_icon.png);
    position: relative;
    top: 8px;
  }
  #about .about-in {
    margin: 0 auto;
    text-align: left;
  }
  #about .about-in .digital-yakuba {
    width: 45%;
    background-color: #fff;
    float: left;
    margin: 0 0 30px 20px;
  }
  #about .about-in .digital-yakuba h3 {
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #008900;
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
  }
  #about .about-in .digital-yakuba ul {
    padding: 15px 30px;
    list-style-type: disc !important;
  }
  #about .about-in .digital-yakuba ul li {
    margin: 10px;
  }
  #about .about-in .jinko {
    width: 45%;
    background-color: #fff;
    float: left;
    margin: 0 0 30px 20px;
  }
  #about .about-in .jinko h3 {
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #008900;
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
  }
  #about .about-in .jinko .jinko-in {
    padding: 7px;
    font-size: 90%;
  }
  #about .about-in .jinko .jinko-in dt {
    padding: 5px;
    float: left;
  }
  #about .about-in .jinko .jinko-in dd {
    float: left;
    padding: 5px 0;
    margin-left: 3px;
  }
  #about .about-in .jinko .jinko-in .icon {
    display: inline-block;
    width: 32px;
    height: 33px;
    text-align: center;
  }
  #about .about-in .jinko .jinko-in .midashi {
    text-align: center;
    display: inline-block;
    width: 80px;
  }
  #about .about-in .jinko .jinko-in p {
    text-align: center;
    margin-top: 5px;
  }
  #about .about-in .jinko .jinko-in .tokei-linkbtn {
    text-align: center;
    margin: 17px 10px 10px;
    background-color: rgba(0, 137, 0, 0.2);
    border-radius: 5px;
  }
  #about .about-in .jinko .jinko-in .tokei-linkbtn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
  }
  #about .about-in .about-linkarea {
    margin-left: 20px;
  }
  #about .about-in .about-linkarea ul {
    width: 95%;
    margin: 0 auto;
  }
  #about .about-in .about-linkarea ul li {
    float: left;
    width: 46%;
    border-radius: 10px;
    background-color: #008900;
    margin-top: 25px;
    display: table;
  }
  #about .about-in .about-linkarea ul li:nth-of-type(2n) {
    margin-left: 25px;
  }
  #about .about-in .about-linkarea ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #about .about-in .about-linkarea ul li p {
    display: table-cell;
  }
  #about .about-in .about-linkarea ul li a {
    display: block;
  }
  #about .about-in .about-linkarea ul li .about-btn {
    width: 95px;
    height: 100px;
    float: left;
    border-radius: 10px 0 0 10px;
    border: 3px solid #008900;
    box-sizing: border-box;
  }
  #about .about-in .about-linkarea ul li .mayorroom {
    background: url(../img_top/sp_about_mayorroom_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .council {
    background: url(../img_top/sp_about_council_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .library {
    background: url(../img_top/sp_about_library_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .recruit {
    background: url(../img_top/sp_about_recruit_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .activity {
    background: url(../img_top/sp_about_activity_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .payment {
    background: url(../img_top/sp_about_payment_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .fire {
    background: url(../img_top/sp_about_fire_bg.png) no-repeat center;
  }
  #about .about-in .about-linkarea ul li .title {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 20px 0 0 5px;
    float: left;
    vertical-align: middle;
  }
  #about .about-in .about-linkarea ul li .title span {
    display: block;
  }
  #about .about-in .about-linkarea ul li .title .title2 {
    font-size: 90%;
    margin-top: -5px;
  }
  #about .about-in .about-linkarea ul li:last-child .title {
    padding: 6px 5px;
  }

  /*==================================
  広告(PC)
  ==================================*/
  #kokoku {
    padding-bottom: 0;
    background-color: #fff;
    margin: -20px 0;
    z-index: 2;
  }
  #kokoku .kokoku-in {
    margin: 0 auto;
    text-align: center;
  }
  #kokoku .kokoku-in h2 {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
    padding: 0 20px 5px;
    display: inline-block;
  }
  #kokoku .kokoku-in h2 span {
    padding: 20px;
  }
  #kokoku .kokoku-in h2:before {
    content: url(../img_top/kokoku_icon.png);
    position: relative;
    top: 5px;
  }
  #kokoku .kokoku-in .list {
    padding: 0 25px 0 30px;
    box-sizing: border-box;
    margin-bottom: -15px;
  }
  #kokoku .kokoku-in .list li {
    margin-bottom: 15px;
    margin-right: 10px;
    border-radius: 5px;
    float: left;
  }
  #kokoku .kokoku-in .list li:nth-child(3n+1) {
    padding-right: 0;
  }
  #kokoku .kokoku-in .list li:nth-child(3n+2) {
    padding: 0;
  }
  #kokoku .kokoku-in .list li:nth-child(3n+3) {
    padding-right: 0;
  }
  #kokoku .kokoku-in .box {
    background: none;
    padding-bottom: 60px;
  }
  #kokoku .kokoku-in .kokoku-text {
    text-align: right;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 18px 40px 0 0;
    font-size: 90%;
  }
  #kokoku .kokoku-bottom {
    background: url(../img_top/box_bottom02.png) repeat-x bottom;
    height: 45px;
    background-color: rgba(0, 113, 183, 0.2);
  }
}
/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1 
++++++++++++++++++++++++++++++++++*/
 /*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  background-color: rgba(0, 113, 183, 0.2);
  margin-top: 20px;
}
footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}
footer #pagetop-pc a, footer #pagetop-sp a {
  display: block;
  padding: 18px 0 18px 60px;
  background: url(../img_common/footer_pagetop.png) no-repeat left center;
  color: #333;
  text-decoration: none;
}
footer .copyright {
  padding: 20px 0;
  background-color: #0071B7;
  color: #fff;
  font-size: 80%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer {
    position: absolute;
    left: 0;
    right: 0;
  }
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
  footer .box .footer-address {
    float: left;
  }
  footer .box .footer-address li {
    float: left;
  }
  footer .box .footer-address li:last-child {
    margin-left: 10px;
  }
  footer .box .footer-link {
    min-width: 480px;
    text-align: right;
    vertical-align: bottom;
  }
  footer .box .footer-link li {
    min-height: 15px;
    display: inline-block;
    margin-top: 5px;
  }
  footer .box .footer-link .line:after {
    content: " │ ";
    color: #2d5f92;
  }
  footer .box .footer-link a {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  footer .box {
    padding: 50px 0 25px 0;
    text-align: center;
  }
  footer .box .footer-address {
    width: 480px;
    margin: 45px auto 0;
    text-align: left;
  }
  footer .box .footer-address li:last-child {
    margin-left: 10px;
  }
  footer .box .footer-link {
    text-align: center;
    vertical-align: bottom;
    width: 470px;
    margin: 45px auto 0;
    font-size: 80%;
  }
  footer .box .footer-link li {
    float: left;
    min-height: 15px;
    display: inline-block;
    margin-top: 5px;
  }
  footer .box .footer-link li:nth-child(3) {
    clear: both;
  }
  footer .box .footer-link .line:after {
    content: " │ ";
    color: #2d5f92;
  }
  footer .box .footer-link a {
    color: #333;
  }
}
