@charset "UTF-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * トップページはPC・スマホでデザインが分かれる場合は、このtop.scssを使用する。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++
 * トップ下層共にレスポンシブか、下層のみレスポンシブか
+++++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
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: 0px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

/*==================================
見出し
==================================*/
/* h2 */
h2.head-title,
.wysiwyg h2,
.free-layout-area h2 {
  margin-top: 20px;
  padding: 12px 30px;
  border-top: solid 3px #9e5cbc;
  background: url(../img_sub/h2_title_bg.png) no-repeat 0 0;
  color: #000;
  font-size: 128.57143%;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 0px) {
  h2.head-title,
  .wysiwyg h2,
  .free-layout-area h2 {
    padding-left: 60px;
    border-top-width: 6px;
    background-size: auto 60px;
  }
}

/* h3 */
h3.head-title,
.wysiwyg h3,
.free-layout-area h3 {
  margin-top: 20px;
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #d9bfe5;
  color: #333;
  font-size: 114.28571%;
  font-weight: bold;
}

@media screen and (max-width: 0px) {
  h3.head-title,
  .wysiwyg h3,
  .free-layout-area h3 {
    border-radius: 10px;
  }
}

/* h4 */
h4,
.wysiwyg h4,
.free-layout-area h4 {
  margin-top: 20px;
  padding: 6px 21px;
  border-top: solid 2px #d9bfe5;
  border-bottom: solid 2px #d9bfe5;
  display: block;
  color: #333;
  font-size: 114.28571%;
  font-weight: bold;
}

@media screen and (max-width: 0px) {
  h4,
  .wysiwyg h4,
  .free-layout-area h4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}

/* h5 */
h5,
.wysiwyg h5,
.free-layout-area h5 {
  margin-top: 20px;
  padding: 7px 10px 7px 30px;
  border-bottom: dotted 3px #d9bfe5;
  position: relative;
  font-size: 114.28571%;
  font-weight: bold;
}

h5::before,
.wysiwyg h5::before,
.free-layout-area h5::before {
  content: '';
  border: solid 4px #9e5cbc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
}

@media screen and (max-width: 0px) {
  h5,
  .wysiwyg h5,
  .free-layout-area h5 {
    padding-left: 46px;
    border-bottom-width: 6px;
  }
  h5::before,
  .wysiwyg h5::before,
  .free-layout-area h5::before {
    border-width: 8px;
    width: 32px;
    height: 32px;
    top: 13px;
  }
}

/* h6 */
h6,
.wysiwyg h6,
.free-layout-area h6 {
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
  font-size: 100%;
  font-weight: bold;
}

h6::before,
.wysiwyg h6::before,
.free-layout-area h6::before {
  content: '';
  border: solid 4px #9e5cbc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
}

@media screen and (max-width: 0px) {
  h6,
  .wysiwyg h6,
  .free-layout-area h6 {
    padding-left: 46px;
  }
  h6::before,
  .wysiwyg h6::before,
  .free-layout-area h6::before {
    border-width: 8px;
    width: 32px;
    height: 32px;
    top: 3px;
  }
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * 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 #aaa7a1;
  margin-top: 10px;
}

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

.wysiwyg th {
  background-color: #7ed37e;
}

.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: 87.5%;
  color: #000;
  background: #fbfaf6;
}

@media screen and (max-width: 0px) {
  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: 1px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 0px) {
  .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: 1px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

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

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

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

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

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

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

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

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

.scheme8 {
  background-color: #d9bfe5;
  text-align: center;
}

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

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

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

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*google検索v1のカスタマイズ*/
.gsc-search-box {
  /*初期化*/
  margin: 0 !important;
  width: 100%;
}

.gsc-search-box input {
  font-size: 100%;
}

.gsc-search-box td {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsst_b {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsc-input {
  width: 80.60201%;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  padding: 8px;
  border: none !important;
  border-radius: none !important;
  min-height: 34px;
  box-sizing: border-box;
  font-size: 100%;
  text-align: left;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0 !important;
  background-color: #864ea0 !important;
  text-align: center;
  vertical-align: middle;
}

.gsc-search-button input[type=image] {
  /*検索ボタン　画像部分*/
  background: none !important;
  border: none !important;
}

.gsc-branding,
.gsc-clear-button {
  display: none;
}

@media screen and (max-width: 0px) {
  .gsc-search-box .gsc-input {
    width: 83.23699%;
  }
  .gsc-search-box .gsc-input-box,
  .gsc-search-box .gsc-input-box input[type="text"] {
    min-height: 66px;
  }
  .gsc-search-button input[type=image] {
    width: 16.76301% !important;
    height: auto !important;
  }
}

/*==================================
body 
==================================*/
body {
  background-color: #f7f6ed;
}

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

/*==================================
wrapper 
==================================*/
@media screen and (max-width: 0px) {
  #wrapper {
    position: relative;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 *　トップページはPC・スマホでデザインが分かれる場合は、このtop.scssを使用する。
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
コンテナ
==================================*/
#wrapper {
  border-top: solid 3px #9e5cbc;
}

body {
  min-width: 1024px;
}

/*==================================
ヘッダ
==================================*/
#header {
  position: relative;
  z-index: 100;
  /* .header-subnav-area */
}

#header a {
  color: #000;
}

#header .header-subnav-area {
  background: linear-gradient(#f8eefd 50%, #efdff3 50%);
}

#header .header-subnav {
  margin: 0 auto;
  padding: 0 0 0 300px;
  width: 1000px;
  min-height: 85px;
  box-sizing: border-box;
  position: relative;
  background: url(../img_common/pc_header_bg.png) no-repeat center center;
  line-height: 1.1;
}

#header .header-subnav .box {
  padding: 32px 0 20px;
  float: right;
  min-height: 85px;
  box-sizing: border-box;
}

#header .header-subnav .box dl {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header-subnav .unit {
  padding-top: 8px;
  float: left;
}

#header .header-subnav .unit a {
  margin-right: 18px;
  padding-left: 11px;
  display: inline-block;
  background: url(../img_common/arrow07.svg) no-repeat 0 50%;
}

#header #header-lang .title {
  padding-top: 8px;
}

#header #header-lang .item {
  margin: 4px 0 0 9px;
}

#header #header-lang select {
  padding: 5px 24px 5px 13px;
  border: none;
  border-radius: 5px;
  width: 8.5em;
  box-sizing: border-box;
  background: #d9bfe5;
  font-size: 92.85714%;
  line-height: 1.1;
  text-align: center;
  vertical-align: top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#header #header-lang select::-ms-expand {
  display: none;
}

#header #header-lang option {
  text-align: left;
}

#header #header-size {
  margin-left: 20px;
}

#header #header-size .title {
  margin-right: 10px;
}

#header #header-size dd {
  margin-left: 4px;
}

#header #header-color {
  margin-left: 19px;
  min-height: 33px;
}

#header #header-color .title {
  margin-right: 10px;
}

#header #header-color dd {
  margin-left: 4px;
}

#header #header-logo {
  position: absolute;
  top: 7px;
  left: 0;
}

/* end-.header-subnav-area */
/* #header-nav */
#header-nav {
  background: linear-gradient(#4a3b38 50%, #352521 50%);
}

#header-nav .in {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  background: url(../img_common/pc_nav_bg.png) no-repeat center center;
}

#header-nav .list {
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#header-nav .list > li {
  margin-left: 1px;
  font-size: 107.14286%;
  line-height: 1.1;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#header-nav .list > li > a {
  padding: 22px 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

#header-nav .list > li > a:hover {
  background: rgba(182, 110, 215, 0.7);
}

#header-nav .list > li > a:focus {
  color: #333;
}

#header-nav .list > li > a::after {
  content: '';
  margin: auto 0;
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  background-color: #a18f8f;
}

#header-nav .list > li:first-child > a::before {
  content: '';
  margin: auto 0;
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  background-color: #a18f8f;
}

#header-nav .nav1 {
  width: 111px;
}

#header-nav .nav2 {
  width: 142px;
}

#header-nav .nav3 {
  width: 142px;
}

#header-nav .nav4 {
  width: 152px;
}

#header-nav .nav5 {
  width: 182px;
}

#header-nav .nav6 {
  width: 132px;
}

#header-nav .nav7 {
  width: 131px;
}

#header-nav .dropmenu {
  margin-top: -4px;
  padding-top: 9px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 90;
}

#header-nav .list2 {
  padding: 10px 25px 33px;
  border: solid 3px #9e5cbc;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #dcdcdc;
  background-color: #fff;
  line-height: 1.2;
}

#header-nav .list2::before {
  content: '';
  width: 22px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  background: url(../img_common/dropmenu_arrow.png) no-repeat center top;
}

#header-nav .list2 > li {
  margin-top: 10px;
  padding-right: 1em;
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: left;
}

#header-nav .list2 > li:nth-child(4n+1) {
  clear: left;
}

#header-nav .list2 > li > a {
  padding-left: 15px;
  display: inline-block;
  background: url(../img_common/arrow06.svg) no-repeat left center;
  background-size: auto 10px;
  color: #000;
  text-decoration: none;
}

#header-nav .nav2 .list2::before {
  left: 173px;
}

#header-nav .nav3 .list2::before {
  left: 316px;
}

#header-nav .nav4 .list2::before {
  left: 464px;
}

#header-nav .nav5 .list2::before {
  left: 632px;
}

#header-nav .nav6 .list2::before {
  left: 790px;
}

#header-nav .nav7 .list2::before {
  left: 922px;
}

/* end-#header-nav */
#header {
  width: 100%;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  overflow: hidden;
}

#header::before, #header::after {
  content: '';
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  top: -1px;
  background-color: #f8eefd;
}

#header::before {
  right: 50%;
  -webkit-transform: translateX(-499px);
  transform: translateX(-499px);
}

#header::after {
  left: 50%;
  -webkit-transform: translateX(499px);
  transform: translateX(499px);
}

#header .header-subnav-area {
  position: relative;
  z-index: 1;
  background: linear-gradient(#f8eefd 50%, transparent 50%);
}

#header .header-subnav {
  padding-bottom: 20px;
  background: url(../img_top/pc_header_bg.png) no-repeat center bottom;
}

/*==================================
コンテンツエリア
==================================*/
.content {
  margin: 0 auto;
  width: 1000px;
}

.content a {
  color: #000;
}

/*==================================
ヒーローエリア
==================================*/
.hero {
  padding-bottom: 90px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.hero .item {
  padding-top: 65px;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center 65px;
  background-size: cover;
}

.hero .item[aria-hidden="true"] {
  opacity: 0;
}

.hero .item:nth-child(1) ~ .item {
  position: absolute;
  top: 0;
}

/*==================================
スライダー
==================================*/
.slider {
  margin: -160px auto 0;
  padding: 0 30px;
  max-width: 1260px;
  min-width: 940px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
}

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

.slider .bxslider {
  margin: 0 auto;
  max-width: 1260px;
}

.slider .slide-pager-wrapper {
  margin: -30px auto 0;
  width: 100%;
  max-width: 1320px;
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  z-index: 10;
}

.slider .slide-pager {
  position: absolute;
  top: 0;
}

.slider .slide-pager > a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  background: url(../img_top/slider_next.svg) no-repeat center center #898181;
}

.slider .slide-next {
  right: 30px;
}

.slider .slide-back {
  left: -30px;
  transform: rotate(180deg);
}

.slider .bx-controls {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  z-index: 10;
  font-size: 10px;
  line-height: 10px;
  text-align: right;
}

.slider .bx-pager {
  padding-right: 55px;
  padding-bottom: 5px;
  float: right;
}

.slider .bx-pager-item {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}

.slider .bx-pager-item > a {
  border: solid 2px #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  background-color: #fff;
}

.slider .bx-pager-item > a:hover,
.slider .bx-pager-item > a.active {
  border-color: #9e5cbc;
}

.slider .bx-controls-auto {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 50px;
}

.slider .bx-start,
.slider .bx-stop {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  overflow: hidden;
  text-indent: 9999px;
}

.slider .bx-start.active,
.slider .bx-stop.active {
  display: none;
}

.slider .bx-start {
  background-image: url(../img_top/slider_play.svg);
}

.slider .bx-stop {
  background-image: url(../img_top/slider_stop.svg);
}

/*==================================
災害警戒情報・Jアラート
==================================*/
.primary-info {
  padding-bottom: 20px;
  background-color: #fff;
}

.primary-info a {
  color: #000;
}

.primary-info .in {
  margin: 0 auto;
  width: 1000px;
}

.primary-info .kinkyu {
  border: solid 3px #ffaa8c;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #dcdcdc;
  float: left;
  width: 650px;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 10px 0;
}

.primary-info .kinkyu .heading {
  padding: 11px 7em 10px 43px;
  border-bottom: solid 3px #ffaa8c;
  min-height: 44px;
  box-sizing: border-box;
  background: url(../img_top/kinkyu_icon.svg) no-repeat 20px center #ffaa8c;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.1;
}

.primary-info .kinkyu .more {
  position: absolute;
  top: 7px;
  right: 7px;
}

.primary-info .kinkyu .more > a {
  padding: 5px 18px 5px 30px;
  border: solid 2px #ff6f3d;
  border-radius: 5px;
  display: inline-block;
  background: url(../img_common/arrow08.svg) no-repeat 15px center;
  line-height: 1.1;
  text-decoration: none;
}

.primary-info .kinkyu .body {
  padding: 20px 22px;
}

.primary-info .kinkyu .list:not(:first-child) {
  margin-top: 10px;
}

.primary-info .kinkyu .list li:not(:first-child) {
  margin-top: 7px;
}

.primary-info .kinkyu .list li > a {
  padding-left: 29px;
  display: inline-block;
  position: relative;
}

.primary-info .kinkyu .list li > a::before {
  content: '';
  margin: auto 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img_common/arrow03.svg) no-repeat center center #ff6f3d;
}

.primary-info .jalert-wrap {
  width: 100%;
  clear: both;
  border: solid 3px #ffaa8c;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #dcdcdc;
  margin: 10px auto 0;
  box-sizing: border-box;
  position: relative;
}

.primary-info .jalert-wrap .jalert-area .heading {
  padding: 11px 7em 10px 43px;
  border-bottom: solid 3px #ffaa8c;
  min-height: 44px;
  box-sizing: border-box;
  background: url(../img_top/kinkyu_icon.svg) no-repeat 20px center #ffaa8c;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.1;
}

.primary-info .jalert-wrap .jalert-area .more {
  position: absolute;
  top: 7px;
  right: 7px;
}

.primary-info .jalert-wrap .jalert-area .more > a {
  padding: 5px 18px 5px 30px;
  border: solid 2px #ff6f3d;
  border-radius: 5px;
  display: inline-block;
  background: url(../img_common/arrow08.svg) no-repeat 15px center;
  line-height: 1.1;
  text-decoration: none;
}

.primary-info .jalert-wrap .jalert-area .body {
  padding: 20px 22px;
}

.primary-info .jalert-wrap .jalert-area .list:not(:first-child) {
  margin-top: 10px;
}

.primary-info .jalert-wrap .jalert-area .list li:not(:first-child) {
  margin-top: 7px;
}

.primary-info .jalert-wrap .jalert-area .list li > span {
  display: inline-block;
  width: 9em;
  vertical-align: top;
}

.primary-info .jalert-wrap .jalert-area .list li > a {
  padding-left: 10px;
  display: inline-block;
  width: calc( 100% - 9em - 10px);
}

.primary-info .jalert-wrap .jalert-area .list li > a::before {
  content: '';
  margin: auto 0;
  border-radius: 50%;
  display: block;
}

.primary-info .index {
  float: right;
  width: 330px;
}

.primary-info .index .btn {
  margin: 0 0 10px 10px;
  float: left;
  border: solid 3px #ffaa8c;
  border-radius: 5px;
  width: 160px;
  box-sizing: border-box;
  display: block;
  line-height: 1.1;
}

.primary-info .index .btn:nth-child(odd) {
  margin-left: 0;
  clear: both;
}

.primary-info .index .btn a {
  padding: 14.5px 10px 14.5px 56px;
  display: block;
  position: relative;
  text-decoration: none;
}

.primary-info .index .btn a:hover {
  background-color: #fdcfbe;
}

.primary-info .index .btn a::before {
  content: '';
  margin: auto 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 27px;
  bottom: 0;
  background: url(../img_common/arrow03.svg) no-repeat center center #ff6f3d;
}

/*==================================
検索
==================================*/
.search {
  padding-top: 20px;
}

.search .search-form {
  margin: 0 10px 10px 0;
  border: solid 2px #bfbfbf;
  float: left;
  width: 278px;
  background: #fff;
}

.search .search-text {
  padding: 8px;
  border: none;
  float: left;
  width: 80.60201%;
  min-height: 34px;
  box-sizing: border-box;
  font-size: 100%;
}

.search .search-button {
  padding: 5px;
  border: none;
  float: right;
  width: 19.39799%;
  min-height: 34px;
  background: #864ea0;
  color: #fff;
  font-size: 100%;
  text-align: center;
  cursor: pointer;
}

.search .list {
  float: right;
}

.search .list li {
  margin-bottom: 10px;
  float: left;
  line-height: 1.2;
}

.search .list li:not(:last-child) {
  margin-right: 10px;
}

.search .list li > a {
  padding: 11px 10px 11px 20px;
  border-radius: 5px;
  display: inline-block;
  background: url(../img_common/arrow04.svg) no-repeat 10px center #d9bfe5;
  text-decoration: none;
}

.search .list li > a:hover {
  background-color: #e9d6f2;
}

/*==================================
トピックス / 新着情報
==================================*/
.secondary-info {
  margin: 10px 0 28px;
}

.secondary-info .tab-area {
  float: left;
  width: 650px;
}

.secondary-info .tab-area .tab-nav .list li {
  float: left;
  width: 320px;
  line-height: 1.1;
}

.secondary-info .tab-area .tab-nav .list li:first-child {
  margin-right: 10px;
}

.secondary-info .tab-area .tab-nav .list li > a {
  padding: 0 10px;
  border-top: solid 5px #7ed37e;
  border-bottom: solid 5px #7ed37e;
  border-radius: 5px 5px 0 0;
  display: block;
  background-color: #7ed37e;
  color: #000;
  font-size: 128.57143%;
  text-align: center;
  text-decoration: none;
}

.secondary-info .tab-area .list li.hover > a {
  border-top-color: #4b9a4b;
  border-bottom-color: #fff;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #fff;
  color: #408340;
}

.secondary-info .tab-area .list .icon {
  display: inline-block;
  position: relative;
}

.secondary-info .tab-area .list .icon::before {
  content: '';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
}

.secondary-info .tab-area .list .tab1 .icon {
  padding: 12px 10px 9px 37px;
}

.secondary-info .tab-area .list .tab1 .icon::before {
  width: 23px;
  height: 21px;
  background-image: url(../img_top/topics_icon_off.svg);
}

.secondary-info .tab-area .list .tab1.hover .icon::before {
  background-image: url(../img_top/topics_icon_on.svg);
}

.secondary-info .tab-area .list .tab2 .icon {
  padding: 12px 10px 9px 32px;
}

.secondary-info .tab-area .list .tab2 .icon::before {
  width: 16px;
  height: 26px;
  background-image: url(../img_top/news_icon_off.svg);
}

.secondary-info .tab-area .list .tab2.hover .icon::before {
  background-image: url(../img_top/news_icon_on.svg);
}

.secondary-info .tab-area .in {
  padding: 30px 20px 20px;
  border-bottom: solid 2px #d5d4cc;
  border-radius: 0 0 5px 5px;
  min-height: 312px;
  box-sizing: border-box;
  background-color: #fff;
}

.secondary-info .tab-area .topics {
  height: 200px;
  overflow-y: auto;
}

.secondary-info .tab-area .topics-item {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.secondary-info .tab-area .topics-image,
.secondary-info .tab-area .topics-link-wrapper {
  display: table-cell;
  vertical-align: top;
}

.secondary-info .tab-area .topics-image {
  width: 280px;
}

.secondary-info .tab-area .topics-image img {
  max-width: 100%;
  height: auto;
  max-height: 190px;
}

.secondary-info .tab-area .topics-link-wrapper {
  padding-left: 20px;
  box-sizing: border-box;
}

.secondary-info .tab-area .topics-link-image {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 45px;
  border-bottom: dotted 2px #dedede;
  font-size: 107.14286%;
}

.secondary-info .tab-area .news {
  min-height: 190px;
}

.secondary-info .tab-area .link li {
  margin-bottom: 7px;
}

.secondary-info .tab-area .link .pageEntity {
  width: auto !important;
}

.secondary-info .tab-area .link .text a {
  padding-left: 24px;
  display: inline-block;
  position: relative;
}

.secondary-info .tab-area .link .text a::before {
  content: '';
  border: solid 4px #7ed37e;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0;
}

.secondary-info .tab-area .hide {
  display: none;
}

.secondary-info .btn-wrapper {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secondary-info .btn {
  min-width: 200px;
  text-align: center;
}

.secondary-info .btn-rss {
  min-width: 128px;
}

.secondary-info .btn:not(:first-child) {
  margin-left: 10px;
}

.secondary-info .btn > a {
  padding: 8px 10px;
  border-radius: 5px;
  display: block;
  background-color: #7ed37e;
  text-decoration: none;
}

.secondary-info .btn > a:hover {
  background-color: #a9e8a9;
}

.secondary-info .btn .icon {
  padding-left: 16px;
  display: inline-block;
  background: url(../img_common/arrow05.svg) no-repeat left center;
}

.secondary-info .btn-rss .icon {
  padding-left: 24px;
  min-height: 14px;
  background: url(../img_top/rss_icon.svg) no-repeat left center;
}

@media print {
  .secondary-info .tab-area .list li.hover > a {
    box-shadow: none;
  }
}

/*==================================
まちの掲示板
==================================*/
.bbs {
  padding: 17px 20px 20px;
  border-top: solid 3px #7ed37e;
  border-bottom: solid 2px #d5d4cc;
  border-radius: 0 0 5px 5px;
  float: right;
  width: 330px;
  min-height: 362px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  height: 369px;
}

.bbs::after {
  content: '';
  width: 70px;
  height: 60px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../img_top/bbs_icon.svg) no-repeat top left;
}

.bbs .heading {
  margin-bottom: 30px;
  margin-left: 40px;
  position: relative;
  z-index: 1;
  color: #408340;
  font-size: 128.57143%;
  font-weight: bold;
  line-height: 1.1;
}

.bbs .list .item {
  margin-bottom: 10px;
  height: 100px;
  overflow: hidden;
}

.bbs .list .item > img {
  margin-right: 15px;
  float: left;
  width: auto;
  height: 100%;
}

.bbs .list .item .title {
  font-size: 107.14286%;
}

.bbs .btn-wrapper {
  margin-top: 30px;
}

/*==================================
カラム
==================================*/
.column {
  float: left;
  width: 480px;
}

.column:first-child {
  margin-right: 40px;
}

/*==================================
汎用
==================================*/
.section {
  margin-bottom: 18px;
  padding: 17px 0 20px;
  border-top: solid 3px #d9bfe5;
  border-bottom: solid 2px #d5d4cc;
  width: 480px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.section::after {
  content: '';
  width: 70px;
  height: 60px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background-repeat: no-repeat;
}

.section .heading {
  position: relative;
  z-index: 1;
  color: #864ea0;
  font-size: 128.57143%;
  font-weight: bold;
  line-height: 1.1;
}

.section .btn {
  margin: 0 auto;
  min-width: 200px;
  display: table;
  text-align: center;
}

.section .btn > a {
  padding: 8.5px 10px;
  border-radius: 5px;
  display: block;
  background-color: #d9bfe5;
  text-decoration: none;
}

.section .btn > a:hover {
  background-color: #e9d6f2;
}

.section .btn .icon {
  padding-left: 16px;
  display: inline-block;
  background: url(../img_common/arrow06.svg) no-repeat left center;
  background-size: auto 10px;
}

.section .list {
  margin-bottom: -15px;
}

.section .list li {
  margin-bottom: 15px;
  float: left;
  width: 194px;
  line-height: 1.71429;
}

.section .list li:nth-child(odd) {
  margin-right: 45px;
  clear: left;
}

.section .list li > a {
  padding-left: 23px;
  display: inline-block;
  position: relative;
}

.section .list li > a::before {
  content: '';
  border: solid 4px #d9bfe5;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0;
}

/*==================================
バナーリンク
==================================*/
.bnr-link {
  margin-bottom: 20px;
}

.bnr-link > li {
  margin-bottom: 10px;
  float: left;
}

.bnr-link > li:nth-child(even) {
  margin-left: 10px;
}

/*==================================
場面別で探す
==================================*/
.bamen {
  padding-right: 25px;
  padding-left: 25px;
}

.bamen::after {
  background-image: url(../img_top/search_icon.svg);
}

.bamen .heading {
  margin: 0 0 25px 35px;
}

.bamen .index-list {
  margin-bottom: 5px;
}

.bamen .index-list > li {
  margin-left: 36px;
  margin-bottom: 10px;
  float: left;
  width: 80px;
  line-height: 1.28571;
  text-align: center;
}

.bamen .index-list > li:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}

.bamen .index-list a {
  text-decoration: none;
}

.bamen .index-list img {
  max-width: 100%;
  height: auto;
}

.bamen .index-list .title {
  margin-top: 3px;
  min-height: 2.5em;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*==================================
お役立ち情報
==================================*/
.oyakudachi {
  padding-right: 20px;
  padding-left: 25px;
}

.oyakudachi::after {
  background-image: url(../img_top/oyakudachi_icon.svg);
}

.oyakudachi .heading {
  margin: 0 0 30px 35px;
}

/*==================================
施設案内
==================================*/
.shisetsu {
  padding-right: 20px;
  padding-left: 25px;
}

.shisetsu::after {
  background-image: url(../img_top/shisetsu_icon.svg);
}

.shisetsu .heading {
  margin: 0 0 30px 35px;
}

/*==================================
行事・イベント
==================================*/
.event {
  padding-right: 30px;
  padding-left: 40px;
}

.event::after {
  background-image: url(../img_top/event_icon.svg);
}

.event .heading {
  margin: 0 0 25px 20px;
}

.event .calendar {
  margin-right: 28px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  float: left;
  width: 208px;
}

.event .calendar .date-header {
  padding-bottom: 12px;
  position: relative;
  line-height: 1.1;
  text-align: center;
}

.event .calendar .date-header button,
.event .calendar .date-header a {
  padding: 0;
  border: none;
  width: 28px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: -0.4em;
  background: none;
  cursor: pointer;
}

.event .calendar .date-header button img,
.event .calendar .date-header a img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.event .calendar .date-header .prev {
  left: 0;
}

.event .calendar .date-header .prev img {
  transform: rotate(180deg);
}

.event .calendar .date-header .next {
  right: 0;
}

.event .calendar th,
.event .calendar td {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  font-size: 92.85714%;
  text-align: center;
}

.event .calendar th img {
  width: 28px;
}

.event .calendar td {
  padding: 5px;
  line-height: 1.1;
}

.event .calendar td a {
  margin: -5px;
  padding: 5px;
  display: block;
  background-color: #efe5f4;
}

.event .calendar .off {
  color: #a3a3a3;
}

.event .btn {
  min-width: 170px;
}

.event .btn:first-child {
  padding-top: 28px;
}

.event .btn:not(:first-child) {
  margin-top: 20px;
}

/*==================================
ピックアップ情報
==================================*/
.pickup {
  padding-right: 9px;
  padding-left: 9px;
}

.pickup::after {
  background-image: url(../img_top/pickup_icon.svg);
}

.pickup .heading {
  margin: 0 0 30px 52px;
}

.pickup .pickup-list {
  margin-bottom: -6px;
}

.pickup .pickup-list li {
  margin: 0 0 6px 6px;
  float: left;
  width: 150px;
}

.pickup .pickup-list li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

.pickup .pickup-list li img {
  max-width: 100%;
  height: auto;
}

/*==================================
広報メディア
==================================*/
.koho {
  padding-right: 20px;
  padding-left: 20px;
}

.koho::after {
  background-image: url(../img_top/koho_icon.svg);
}

.koho .heading {
  margin: 0 0 20px 40px;
}

.koho .koho-list li {
  float: left;
}

.koho .koho-list li:nth-child(odd) {
  clear: both;
}

.koho .koho-list li:nth-child(2) ~ li {
  margin-top: 10px;
}

.koho .koho-list li:nth-child(even) {
  float: right;
}

/*==================================
人口・世帯数
==================================*/
.jinko {
  padding-right: 30px;
  padding-left: 30px;
}

.jinko::after {
  background-image: url(../img_top/jinko_icon.svg);
}

.jinko .heading {
  margin: 0 0 27px 30px;
}

.jinko .data {
  margin-bottom: 15px;
}

.jinko .data dt,
.jinko .data dd {
  margin-bottom: 10px;
  float: left;
}

.jinko .data dt {
  clear: left;
}

.jinko .data dt:after {
  content: '：';
}

.jinko .data dt:last-of-type:after {
  content: '';
}

.jinko .data .more {
  clear: left;
}

.jinko .update {
  font-size: 92.85714%;
  line-height: 1.1;
  text-align: right;
}

/*==================================
広告
==================================*/
.ad {
  margin-top: 46px;
  text-align: center;
}

.ad .heading {
  margin-bottom: 20px;
  font-size: 114.28571%;
  font-weight: normal;
  line-height: 1.1;
}

.ad .list {
  width: 100%;
  display: table;
  font-size: 0 !important;
}

.ad .list li {
  margin-left: 30px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
}

.ad .list li img {
  max-width: 100%;
  height: auto;
}

/*==================================
フッター
==================================*/
footer {
  margin-top: 80px;
}

footer .utility {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .utility > li {
  padding: 0 12px;
  font-size: 92.85714%;
  line-height: 1;
}

footer .utility > li:not(:last-child) {
  border-right: solid 1px currentColor;
}

footer .utility > li a {
  color: #000;
}

footer .in {
  padding-top: 164px;
  background: url(../img_common/pc_illust.png) no-repeat center 45px;
}

footer .scroll-wrapper {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

footer .scroll {
  width: 70px;
  height: 70px;
  display: block;
  background-color: #9e5cbc;
  position: absolute;
  top: -38px;
  right: 0;
  z-index: 10;
}

footer .scroll:hover {
  background-color: #b588c9;
}

footer .scroll img {
  width: 70px;
  height: 70px;
}

footer .address-bg {
  border-top: solid 1px #887f79;
  background-color: #352521;
  color: #fff;
  position: relative;
}

footer .address-bg::before {
  content: '';
  margin: 0 auto;
  width: 1000px;
  height: 50px;
  display: block;
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  background: url(../img_common/pc_footer_bg.png) no-repeat center top;
}

footer .address-wrapper {
  margin: 0 auto;
  padding: 38px 0 30px 20px;
  width: 1000px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

footer .address-wrapper .heading {
  margin-bottom: 15px;
  font-size: 142.85714%;
  font-weight: normal;
  line-height: 1.1;
}

footer .address-wrapper .col:nth-child(1) {
  float: left;
  width: 430px;
}

footer .address-wrapper .col:nth-child(2) {
  margin-left: 85px;
  float: left;
  width: 460px;
}

footer .address-wrapper .data {
  font-size: 85.71429%;
  line-height: 1.2;
}

footer .address-wrapper .tel,
footer .address-wrapper .fax {
  float: left;
}

footer .address-wrapper .tel dt, footer .address-wrapper .tel dd,
footer .address-wrapper .fax dt,
footer .address-wrapper .fax dd {
  float: left;
}

footer .address-wrapper .tel dt::after,
footer .address-wrapper .fax dt::after {
  content: '：';
}

footer .address-wrapper .tel {
  margin-right: 1em;
}

footer .address-wrapper .address {
  padding-top: 7px;
  clear: left;
}

footer .address-wrapper .btn-wrapper {
  margin-top: 15px;
  float: right;
}

footer .address-wrapper .btn-wrapper .btn {
  margin-left: 10px;
  float: left;
}

footer .address-wrapper .btn-wrapper .btn > a {
  padding: 7px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #d9bfe5;
  color: #000;
  font-size: 85.71429%;
  line-height: 1.1;
  text-decoration: none;
}

footer .address-wrapper .hours {
  font-size: 85.71429%;
  line-height: 1.2;
}

footer .address-wrapper .hours dt, footer .address-wrapper .hours dd {
  float: left;
}

footer .address-wrapper .hours dt::after {
  content: '：';
}

footer .address-wrapper .hours ul > li {
  margin-bottom: 7px;
}

footer .copyright {
  padding: 13px 0;
  background-color: #5d504d;
  color: #fff;
  font-size: 71.42857%;
  line-height: 1.1;
  text-align: center;
}

/*===================================
フローティングメニュー
===================================*/
.modal-remove {
  display: none;
}

.floating-area {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  z-index: 100;
}

.floating-area .floating-in {
  position: relative;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 25px;
  justify-content: center;
}

.floating-area .floating-in .float-left {
  display: flex;
  width: 580px;
  align-items: center;
}

.floating-area .floating-in .float-left .title {
  background: #864ea0;
  padding: 5px 10px;
  color: #fff;
  width: 40px;
  text-align: center;
  margin-right: 30px;
  border-radius: 5px 0 0 5px;
}

.floating-area .floating-in .float-left .title a {
  color: #fff;
  text-decoration: none;
}

.floating-area .floating-in .float-left .title a:hover {
  opacity: .85;
  color: #fff;
}

.floating-area .floating-in .float-left .no-slide li {
  margin-right: 10px;
}

.floating-area .floating-in .float-left .list {
  display: flex;
}

.floating-area .floating-in .float-left .list li {
  width: 150px !important;
  height: 50px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.floating-area .floating-in .float-left .list li a {
  text-decoration: none;
  display: block;
  align-items: center;
  width: 100%;
}

.floating-area .floating-in .float-left .list li a:hover {
  opacity: .85;
}

.floating-area .floating-in .float-left .list li img {
  width: 150px;
  height: 50px;
}

.floating-area .floating-in .float-left .list-box {
  position: relative;
}

.floating-area .floating-in .float-left .list-box .slider-button {
  position: absolute;
  width: 100%;
}

.floating-area .floating-in .float-left .list-box .slider-button .prev-left {
  position: absolute;
  left: -25px;
  top: -25px;
  transform: translate(0, -50%);
}

.floating-area .floating-in .float-left .list-box .slider-button .next-left {
  position: absolute;
  right: -25px;
  top: -25px;
  transform: translate(0, -50%);
}

.floating-area .floating-in .float-left .list-box .slider-button .bx-prev, .floating-area .floating-in .float-left .list-box .slider-button .bx-next {
  width: 20px;
  height: 20px;
  background: url("../img_top/bx-prev.png") no-repeat;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
}

.floating-area .floating-in .float-left .list-box .slider-button .bx-next {
  transform: scale(-1, 1);
}

.floating-area .floating-in .float-left .list-box .slider-button .controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.floating-area .floating-in .float-left .list-box .slider-button .controls .bx-pager {
  display: flex;
  align-items: center;
}

.floating-area .floating-in .float-left .list-box .slider-button .controls .bx-pager .bx-pager-item {
  margin-right: 10px;
}

.floating-area .floating-in .float-left .list-box .slider-button .controls .bx-pager .bx-pager-link, .floating-area .floating-in .float-left .list-box .slider-button .controls .bx-pager .active {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.floating-area .floating-in .float-left .list-box .slider-button .controls .bx-pager .active {
  border: 2px solid #9e5cbc;
}

.floating-area .floating-in .float-left .list-box .slider-button .controls .bx-start {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
  width: 13px;
  height: 13px;
  background: #fff url("../img_top/bx-start.png") no-repeat center center/auto;
  border-radius: 50%;
}

.floating-area .floating-in .float-left .list-box .slider-button .controls .bx-stop {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
  width: 13px;
  height: 13px;
  background: #fff url("../img_top/bx-stop.png") no-repeat center center/auto;
  border-radius: 50%;
}

.floating-area .floating-in .float-right {
  display: flex;
  width: 580px;
  align-items: center;
}

.floating-area .floating-in .float-right .title {
  background: #864ea0;
  padding: 5px 10px;
  color: #fff;
  width: 50px;
  text-align: center;
  margin-right: 30px;
  border-radius: 5px 0 0 5px;
}

.floating-area .floating-in .float-right .title a {
  color: #fff;
  text-decoration: none;
}

.floating-area .floating-in .float-right .title a:hover {
  opacity: .85;
  color: #fff;
}

.floating-area .floating-in .float-right .no-slide li {
  margin-right: 10px;
}

.floating-area .floating-in .float-right .list {
  display: flex;
  align-items: center;
}

.floating-area .floating-in .float-right li {
  background: #fff;
  width: 150px !important;
  border: 2px solid #9e5cbc;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.1;
  display: flex;
}

.floating-area .floating-in .float-right li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img_common/float-arrow.png") no-repeat;
  width: 12px;
  height: 13px;
}

.floating-area .floating-in .float-right li a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 21px;
  min-height: 30px;
  width: 100%;
}

.floating-area .floating-in .float-right li a:hover {
  opacity: .85;
}

.floating-area .floating-in .float-right li img {
  width: 150px;
  height: 50px;
}

.floating-area .floating-in .float-right li .in {
  padding: 7px 10px 7px 20px;
}

.floating-area .floating-in .float-right .list-box {
  position: relative;
}

.floating-area .floating-in .float-right .list-box .bx-viewport {
  height: 100% !important;
}

.floating-area .floating-in .float-right .list-box .slider-button {
  position: absolute;
  width: 100%;
}

.floating-area .floating-in .float-right .list-box .slider-button .prev-right {
  position: absolute;
  left: -25px;
  top: -25px;
  transform: translate(0, -50%);
}

.floating-area .floating-in .float-right .list-box .slider-button .next-right {
  position: absolute;
  right: -25px;
  top: -25px;
  transform: translate(0, -50%);
}

.floating-area .floating-in .float-right .list-box .slider-button .bx-prev, .floating-area .floating-in .float-right .list-box .slider-button .bx-next {
  width: 20px;
  height: 20px;
  background: url("../img_top/bx-prev.png") no-repeat;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
}

.floating-area .floating-in .float-right .list-box .slider-button .bx-next {
  transform: scale(-1, 1);
}

.floating-area .floating-in .float-right .list-box .slider-button .controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.floating-area .floating-in .float-right .list-box .slider-button .controls .bx-pager {
  display: flex;
  align-items: center;
}

.floating-area .floating-in .float-right .list-box .slider-button .controls .bx-pager .bx-pager-item {
  margin-right: 10px;
}

.floating-area .floating-in .float-right .list-box .slider-button .controls .bx-pager .bx-pager-link, .floating-area .floating-in .float-right .list-box .slider-button .controls .bx-pager .active {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.floating-area .floating-in .float-right .list-box .slider-button .controls .bx-pager .active {
  border: 2px solid #9e5cbc;
}

.floating-area .floating-in .float-right .list-box .slider-button .controls .bx-start {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
  width: 13px;
  height: 13px;
  background: #fff url("../img_top/bx-start.png") no-repeat center center/auto;
  border-radius: 50%;
}

.floating-area .floating-in .float-right .list-box .slider-button .controls .bx-stop {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
  width: 13px;
  height: 13px;
  background: #fff url("../img_top/bx-stop.png") no-repeat center center/auto;
  border-radius: 50%;
}

.floating-area .floating-in .kokoku-menu-close {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../img_top/float-menu-close.png") no-repeat;
  background-size: cover;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
