@charset "UTF-8";
/* =================================================================
   ＰＣ対応CSS　保健所トップページ用
==================================================================== */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
/* ================================================
   基本CSS
================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
fieldset, img, object {
  vertical-align: bottom;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
#editarea ul.slides {
  padding: 0 0 0 20px;
  list-style: disc;
}
#editarea ul.slides li {
  list-style: disc;
}
address, caption, cite, code, dfn, em, /*strong,*/ th, var {
  font-style: normal;
  font-weight: normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
/* == PC版 EnterPrize
---------------------------------- */
#xp1 {
  width: 960px !important;
  margin: 0 auto 15px auto;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
.notice_ul {
  # width: 670px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.comment {
  line-height: 1.6;
  margin-top: 4px;
  text-align: left;
  padding-left: 10px;
  font-size: 1.5rem;
}
.comment a {
  color: #2a2e2e;
}
.page-tl .clearfix {
  display: none;
}
.genrelist_contents a {
  color: #333;
  text-decoration: underline;
}
.genrelist_contents .newslist_health_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.18;
}
.genrelist_contents .newslist_health_recdate {
  font-size: 1.0rem;
}
.genrelist_contents .newslist_kodomo_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.18;
}
.genrelist_contents .newslist_kodomo_recdate {
  font-size: 1.0rem;
}
.newslist_title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.18;
}
.genrelist_contents .newslist_life_recdate {
  font-size: 1.0rem;
}
.genrelist_contents .newslist_biz_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.18;
}
.genrelist_contents .newslist_biz_recdate {
  font-size: 1.0rem;
}
.genrelist_contents .newslist_charm_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.18;
}
.genrelist_contents .newslist_charm_recdate {
  font-size: 1.0rem;
}
.genrelist_contents .newslist_shisei_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.18;
}
.genrelist_contents .newslist_shisei_recdate {
  font-size: 1.0rem;
}
.page-tl {
  width: 960px;
  padding: 21px 0 20px;
  margin: 0 auto 5px auto;
}
.bredcrumb {
  float: right;
}
.bredcrumb span {
  display: inline-block;
  color: #6b6a63;
  padding-top: 0.307em;
}
.bredcrumb span a {
  color: #6b6a63;
  text-decoration: underline;
}
.date span {
  # float: left;
  padding-top: 1.307em;
  /* padding-left: 1.2em;*/
  font-size: 1.4rem;
}
.telephone {
  border: 4px solid #293f7e;
  margin: 0 auto 5px auto;
  width: 960px;
}
.telephone h2 {
  color: #293f7e;
  font-size: 2.0rem;
  display: block;
  float: left;
  position: relative;
  padding-right: 0.642em;
  padding-bottom: 0.311em;
  padding-left: 0.642em;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.telephone h2:after {
  width: 100%;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #293f7e;
}
.telephone .info {
  font-size: 1.4rem;
  text-align: left;
  margin: 15px 0px 15px 30px;
  line-height: 1.785;
}
.tel_clearfix {
  margin: 0 0 0 5px;
}
.tel_clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0.1px;
  clear: both;
  font-size: 0.1;
  line-height: 0;
}
/*BCC ADD END */
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  /*	font-size: inherit;*/
  font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* ************************************************* */
hr {
  display: none;
}
/*\*/
a {
  /*overflow: hidden;*/
  /*outline: none;*/
}
/**/
/* ************************************************* */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
/** Percents could work for IE, but for backCompat purposes, we are using keywords. x-small is for IE6/7 quirks mode. */
body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Meiryo", "メイリオ", Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  *font-size: small;
  /* for IE */ *font: x-small;
  /* for IE in quirks mode */
  background-color: #fff;
}
/** Nudge down to get to 13px equivalent for these form elements */
select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
/** To help tables remember to inherit */
table {
  /*font-size: inherit;*/
  font: 100%;
}
/** Bump up IE to get to 13px equivalent for these fixed-width elements */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
/***************************************
*
*	1. float reset
*	2. font property
*	3. float set
*	4. text align
*	5. space
*
***************************************/
/* 1. float reset */
/* --------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
  /* for IE 5.5-7 */
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0.1px;
  clear: both;
  font-size: 0.1;
  line-height: 0;
}
* html .clearfix {
  display: inline-block;
}
/*\*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
.clr {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  /*font-size: 0;*/
  line-height: 0;
}
/* 2. font property */
/* --------------------------------------------------------------------- */
.bold {
  font-weight: bold;
}
.f10 {
  font-size: 77% !important;
}
/* renders 10px */
.f11 {
  font-size: 85% !important;
}
/* renders 11px */
.f12 {
  font-size: 93% !important;
}
/* renders 12px */
.f13 {
  font-size: 100% !important;
}
/* renders 13px */
.f14 {
  font-size: 108% !important;
}
/* renders 14px */
.f15 {
  font-size: 116% !important;
}
/* renders 15px */
.f16 {
  font-size: 123.1% !important;
}
/* renders 16px */
.f17 {
  font-size: 131% !important;
}
/* renders 17px */
.f18 {
  font-size: 138.5% !important;
}
/* renders 18px */
.f19 {
  font-size: 146.5% !important;
}
/* renders 19px */
.f20 {
  font-size: 153.9% !important;
}
/* renders 20px */
.f21 {
  font-size: 161.6% !important;
}
/* renders 21px */
.f22 {
  font-size: 167% !important;
}
/* renders 22px */
.f23 {
  font-size: 174% !important;
}
/* renders 23px */
.f24 {
  font-size: 182% !important;
}
/* renders 24px */
.f25 {
  font-size: 189% !important;
}
/* renders 25px */
.f26 {
  font-size: 197% !important;
}
/* renders 26px */
/* 3. float set */
/* --------------------------------------------------------------------- */
.left {
  display: inline;
  float: left;
}
.right {
  display: inline;
  float: right;
}
/* 4. text align */
/* --------------------------------------------------------------------- */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
/* 5. space */
/* --------------------------------------------------------------------- */
/* margin-top */
.m-t00 {
  margin-top: 0 !important;
}
.m-t01 {
  margin-top: 1px !important;
}
.m-t02 {
  margin-top: 2px !important;
}
.m-t03 {
  margin-top: 3px !important;
}
.m-t04 {
  margin-top: 4px !important;
}
.m-t05 {
  margin-top: 5px !important;
}
.m-t06 {
  margin-top: 6px !important;
}
.m-t07 {
  margin-top: 7px !important;
}
.m-t08 {
  margin-top: 8px !important;
}
.m-t09 {
  margin-top: 9px !important;
}
.m-t10 {
  margin-top: 10px !important;
}
.m-t11 {
  margin-top: 11px !important;
}
.m-t12 {
  margin-top: 12px !important;
}
.m-t13 {
  margin-top: 13px !important;
}
.m-t14 {
  margin-top: 14px !important;
}
.m-t15 {
  margin-top: 15px !important;
}
.m-t16 {
  margin-top: 16px !important;
}
.m-t17 {
  margin-top: 17px !important;
}
.m-t18 {
  margin-top: 18px !important;
}
.m-t19 {
  margin-top: 19px !important;
}
.m-t20 {
  margin-top: 20px !important;
}
.m-t24 {
  margin-top: 24px !important;
}
.m-t25 {
  margin-top: 25px !important;
}
.m-t28 {
  margin-top: 28px !important;
}
.m-t30 {
  margin-top: 30px !important;
}
.m-t32 {
  margin-top: 32px !important;
}
.m-t35 {
  margin-top: 35px !important;
}
.m-t36 {
  margin-top: 36px !important;
}
.m-t40 {
  margin-top: 40px !important;
}
.m-t44 {
  margin-top: 44px !important;
}
.m-t45 {
  margin-top: 45px !important;
}
.m-t48 {
  margin-top: 48px !important;
}
.m-t50 {
  margin-top: 50px !important;
}
.m-t52 {
  margin-top: 52px !important;
}
.m-t55 {
  margin-top: 55px !important;
}
.m-t56 {
  margin-top: 56px !important;
}
.m-t60 {
  margin-top: 60px !important;
}
.m-t64 {
  margin-top: 64px !important;
}
.m-t65 {
  margin-top: 65px !important;
}
.m-t68 {
  margin-top: 68px !important;
}
.m-t70 {
  margin-top: 70px !important;
}
.m-t72 {
  margin-top: 72px !important;
}
.m-t75 {
  margin-top: 75px !important;
}
.m-t76 {
  margin-top: 76px !important;
}
.m-t80 {
  margin-top: 80px !important;
}
.m-t84 {
  margin-top: 84px !important;
}
.m-t85 {
  margin-top: 85px !important;
}
.m-t88 {
  margin-top: 88px !important;
}
.m-t90 {
  margin-top: 90px !important;
}
/* margin-bottom */
.m-b00 {
  margin-bottom: 0 !important;
}
.m-b01 {
  margin-bottom: 1px !important;
}
.m-b02 {
  margin-bottom: 2px !important;
}
.m-b03 {
  margin-bottom: 3px !important;
}
.m-b04 {
  margin-bottom: 4px !important;
}
.m-b05 {
  margin-bottom: 5px !important;
}
.m-b06 {
  margin-bottom: 6px !important;
}
.m-b07 {
  margin-bottom: 7px !important;
}
.m-b08 {
  margin-bottom: 8px !important;
}
.m-b09 {
  margin-bottom: 9px !important;
}
.m-b10 {
  margin-bottom: 10px !important;
}
.m-b11 {
  margin-bottom: 11px !important;
}
.m-b12 {
  margin-bottom: 12px !important;
}
.m-b13 {
  margin-bottom: 13px !important;
}
.m-b14 {
  margin-bottom: 14px !important;
}
.m-b15 {
  margin-bottom: 15px !important;
}
.m-b16 {
  margin-bottom: 16px !important;
}
.m-b17 {
  margin-bottom: 17px !important;
}
.m-b18 {
  margin-bottom: 18px !important;
}
.m-b19 {
  margin-bottom: 19px !important;
}
.m-b20 {
  margin-bottom: 20px !important;
}
.m-b24 {
  margin-bottom: 24px !important;
}
.m-b25 {
  margin-bottom: 25px !important;
}
.m-b28 {
  margin-bottom: 28px !important;
}
.m-b30 {
  margin-bottom: 30px !important;
}
.m-b32 {
  margin-bottom: 32px !important;
}
.m-b35 {
  margin-bottom: 35px !important;
}
.m-b36 {
  margin-bottom: 36px !important;
}
.m-b40 {
  margin-bottom: 40px !important;
}
.m-b44 {
  margin-bottom: 44px !important;
}
.m-b45 {
  margin-bottom: 45px !important;
}
.m-b48 {
  margin-bottom: 48px !important;
}
.m-b50 {
  margin-bottom: 50px !important;
}
.m-b52 {
  margin-bottom: 52px !important;
}
.m-b55 {
  margin-bottom: 55px !important;
}
.m-b56 {
  margin-bottom: 56px !important;
}
.m-b60 {
  margin-bottom: 60px !important;
}
.m-b64 {
  margin-bottom: 64px !important;
}
.m-b65 {
  margin-bottom: 65px !important;
}
.m-b68 {
  margin-bottom: 68px !important;
}
.m-b70 {
  margin-bottom: 70px !important;
}
.m-b72 {
  margin-bottom: 72px !important;
}
.m-b75 {
  margin-bottom: 75px !important;
}
.m-b76 {
  margin-bottom: 76px !important;
}
.m-b80 {
  margin-bottom: 80px !important;
}
.m-b84 {
  margin-bottom: 84px !important;
}
.m-b85 {
  margin-bottom: 85px !important;
}
.m-b88 {
  margin-bottom: 88px !important;
}
.m-b90 {
  margin-bottom: 90px !important;
}
/* padding-top */
.p-t00 {
  padding-top: 0 !important;
}
.p-t01 {
  padding-top: 1px !important;
}
.p-t02 {
  padding-top: 2px !important;
}
.p-t03 {
  padding-top: 3px !important;
}
.p-t04 {
  padding-top: 4px !important;
}
.p-t05 {
  padding-top: 5px !important;
}
.p-t06 {
  padding-top: 6px !important;
}
.p-t07 {
  padding-top: 7px !important;
}
.p-t08 {
  padding-top: 8px !important;
}
.p-t09 {
  padding-top: 9px !important;
}
.p-t10 {
  padding-top: 10px !important;
}
.p-t11 {
  padding-top: 11px !important;
}
.p-t12 {
  padding-top: 12px !important;
}
.p-t13 {
  padding-top: 13px !important;
}
.p-t14 {
  padding-top: 14px !important;
}
.p-t15 {
  padding-top: 15px !important;
}
.p-t16 {
  padding-top: 16px !important;
}
.p-t17 {
  padding-top: 17px !important;
}
.p-t18 {
  padding-top: 18px !important;
}
.p-t19 {
  padding-top: 19px !important;
}
.p-t20 {
  padding-top: 20px !important;
}
.p-t24 {
  padding-top: 24px !important;
}
.p-t25 {
  padding-top: 25px !important;
}
.p-t28 {
  padding-top: 28px !important;
}
.p-t30 {
  padding-top: 30px !important;
}
.p-t32 {
  padding-top: 32px !important;
}
.p-t35 {
  padding-top: 35px !important;
}
.p-t36 {
  padding-top: 36px !important;
}
.p-t40 {
  padding-top: 40px !important;
}
.p-t44 {
  padding-top: 44px !important;
}
.p-t45 {
  padding-top: 45px !important;
}
.p-t48 {
  padding-top: 48px !important;
}
.p-t50 {
  padding-top: 50px !important;
}
.p-t52 {
  padding-top: 52px !important;
}
.p-t55 {
  padding-top: 55px !important;
}
.p-t56 {
  padding-top: 56px !important;
}
.p-t60 {
  padding-top: 60px !important;
}
.p-t64 {
  padding-top: 64px !important;
}
.p-t65 {
  padding-top: 65px !important;
}
.p-t68 {
  padding-top: 68px !important;
}
.p-t70 {
  padding-top: 70px !important;
}
.p-t72 {
  padding-top: 72px !important;
}
.p-t75 {
  padding-top: 75px !important;
}
.p-t76 {
  padding-top: 76px !important;
}
.p-t80 {
  padding-top: 80px !important;
}
.p-t84 {
  padding-top: 84px !important;
}
.p-t85 {
  padding-top: 85px !important;
}
.p-t88 {
  padding-top: 88px !important;
}
.p-t90 {
  padding-top: 90px !important;
}
/* padding-bottom */
.p-b00 {
  padding-bottom: 0 !important;
}
.p-b01 {
  padding-bottom: 1px !important;
}
.p-b02 {
  padding-bottom: 2px !important;
}
.p-b03 {
  padding-bottom: 3px !important;
}
.p-b04 {
  padding-bottom: 4px !important;
}
.p-b05 {
  padding-bottom: 5px !important;
}
.p-b06 {
  padding-bottom: 6px !important;
}
.p-b07 {
  padding-bottom: 7px !important;
}
.p-b08 {
  padding-bottom: 8px !important;
}
.p-b09 {
  padding-bottom: 9px !important;
}
.p-b10 {
  padding-bottom: 10px !important;
}
.p-b11 {
  padding-bottom: 11px !important;
}
.p-b12 {
  padding-bottom: 12px !important;
}
.p-b13 {
  padding-bottom: 13px !important;
}
.p-b14 {
  padding-bottom: 14px !important;
}
.p-b15 {
  padding-bottom: 15px !important;
}
.p-b16 {
  padding-bottom: 16px !important;
}
.p-b17 {
  padding-bottom: 17px !important;
}
.p-b18 {
  padding-bottom: 18px !important;
}
.p-b19 {
  padding-bottom: 19px !important;
}
.p-b20 {
  padding-bottom: 20px !important;
}
.p-b24 {
  padding-bottom: 24px !important;
}
.p-b25 {
  padding-bottom: 25px !important;
}
.p-b28 {
  padding-bottom: 28px !important;
}
.p-b30 {
  padding-bottom: 30px !important;
}
.p-b32 {
  padding-bottom: 32px !important;
}
.p-b35 {
  padding-bottom: 35px !important;
}
.p-b36 {
  padding-bottom: 36px !important;
}
.p-b40 {
  padding-bottom: 40px !important;
}
.p-b44 {
  padding-bottom: 44px !important;
}
.p-b45 {
  padding-bottom: 45px !important;
}
.p-b48 {
  padding-bottom: 48px !important;
}
.p-b50 {
  padding-bottom: 50px !important;
}
.p-b52 {
  padding-bottom: 52px !important;
}
.p-b55 {
  padding-bottom: 55px !important;
}
.p-b56 {
  padding-bottom: 56px !important;
}
.p-b60 {
  padding-bottom: 60px !important;
}
.p-b64 {
  padding-bottom: 64px !important;
}
.p-b65 {
  padding-bottom: 65px !important;
}
.p-b68 {
  padding-bottom: 68px !important;
}
.p-b70 {
  padding-bottom: 70px !important;
}
.p-b72 {
  padding-bottom: 72px !important;
}
.p-b75 {
  padding-bottom: 75px !important;
}
.p-b76 {
  padding-bottom: 76px !important;
}
.p-b80 {
  padding-bottom: 80px !important;
}
.p-b84 {
  padding-bottom: 84px !important;
}
.p-b85 {
  padding-bottom: 85px !important;
}
.p-b88 {
  padding-bottom: 88px !important;
}
.p-b90 {
  padding-bottom: 90px !important;
}
/***************************************
*
*	1. common style
*	2. .header style
*	3. .fixed-navi style
*	4. .content style
*	5. .footer style
*
***************************************/
/* 1. common style */
/* --------------------------------------------------------------------- */
body {
  text-align: center;
  margin: 0 auto;
  background: #f0f0ee !important;
  -webkit-text-size-adjust: none !important;
}
.container {
  margin: 0 auto;
}
.img-pc {
  display: inline !important;
}
.img-sp {
  display: none !important;
}
.cell-pc {
  display: table-cell !important;
}
.cell-sp {
  display: none !important;
}
.inline-pc {
  display: inline-block !important;
}
.inline-sp {
  display: none !important;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 追記 */
.tpl1, .tpl1-1, .tpl1-1-1, .tpl1-1-2, .tpl1-1-3 {
  width: auto !important;
  background: none !important;
}
.inline {
  width: auto !important;
  height: auto !important;
  display: inline;
}
/* 2. .header style */
/* --------------------------------------------------------------------- */
.header {
  width: 100%;
  padding-bottom: 5px;
  background: #fff;
}
.header a {
  color: #444;
  vertical-align: 0.1rem;
  font-size: 1.4rem;
}
.header .inner {
  width: 960px;
  /*width: 100%;*/
  margin: 0 auto;
  padding: 10px 0 20px;
}
.header .head-logo-sec {
  float: left;
  margin-top: 20px;
}
.header .head-logo-sec .btn-menu {
  display: none;
}
.header .head-logo-sec h1 img {
  /*	width: 330px;*/
  height: auto;
  max-width: 300px;
  width: 100%;
}
.header .head-navi-sec ul {
  /*margin-bottom: 10px;*/
  float: right;
}
.header .head-navi-sec li {
  float: left;
}
.header .link-body {
  margin: 17px 20px 0 0;
}
.header .link-body img, .header .link-body a {
  vertical-align: middle;
}
.header .link-body img {
  width: 17px !important;
  height: auto !important;
}
.header .top-navi {
  margin-top: 10px;
  margin-bottom: 10px
}
.header .link-voice {
  margin-top: 3px;
  margin-right: 20px;
}
.header .top-navi .link-voice a {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
  background: url("../images/top/icon-header-voice.png") no-repeat left center;
  background-size: 11px auto;
}
.header .top-navi .link-voice a:hover, .header .bottom-navi .link-voice a:focus {
  background: url("../images/top/icon-header-voice-on.png") no-repeat left center;
}
.header .link-qa {
  /*margin: 17px 5px 0 0;*/
}
.header .link-qa img, .header .link-qa a {
  vertical-align: middle;
}
.header .link-qa img {
  width: 18px !important;
  height: auto !important;
}
.header .link-lang {
  margin: 19px 5px 0 0;
}
.header .link-lang a {
  color: #2a2e2e;
  font-weight: bold;
  padding: 0 10px;
}
.header .link-lang a.last {
  border-right: none;
}
.header .link-sns {
  margin-top: 10px;
}
.header .link-sns a img {
  width: 25px;
  height: auto;
}
.header .link-sns a {
  margin-right: 2px;
}
.header .link-sns a.last {
  margin-right: 0;
}
.header .bottom-navi {
  margin-top: 5px;
}
.header .bottom-navi li {
  display: table;
}
.header .bottom-navi a {
  font-weight: bold;
  height: 30px;
  vertical-align: -0.1rem;
}
.header .bottom-navi .link-home a {
  display: table-cell;
  padding-left: 23px;
  vertical-align: middle;
  background: url("../images/top/icon-header-home.png") no-repeat left center;
  background-size: 19px auto;
}
.header .bottom-navi .link-home a:hover, .header .bottom-navi .link-home a:focus {
  background: url("../images/top/icon-header-home-on.png") no-repeat left center;
}
.header .bottom-navi .link-menu a {
  display: table-cell;
  padding-left: 22px;
  vertical-align: middle;
  background: url(/image/img/common/icon-header-all-menu.png) no-repeat left center;
  background-size: 18px auto;
}
.header .bottom-navi .link-menu a:hover, .header .bottom-navi .link-menu a:focus {
  background: url(/image/img/common/icon-header-all-menu-on.png) no-repeat left center;
}
.header .bottom-navi .link-sp a {
  display: table-cell;
  padding-left: 17px;
  vertical-align: middle;
  background: url(../images/top/icon-header-sp.png) no-repeat left center;
}
.header .bottom-navi .link-sp a:hover, .header .bottom-navi .link-sp a:focus {
  background: url("../images/top/icon-header-sp-on.png") no-repeat left center;
}
.header .bottom-navi .head_furigana a {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
  background: url("../images/top/icon-header-furigana1.png") no-repeat left center;
  background-size: 25px auto;
}
.header .sp-navi {
  display: none;
}
.header .link-home {
  margin-top: -7px;
  margin-right: 35px;
}
.header .link-menu {
  margin-top: -7px;
  margin-right: 25px;
}
.header .link-sp {
  margin-top: -7px;
  margin-right: 20px;
}
.header .font-size {
  font-size: 1.4rem;
}
.header .font-size span {
  font-weight: bold;
  vertical-align: middle;
  margin-right: 3px;
}
.header .font-size a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 2px;
  padding: 5px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #2a2e2e;
}
.header .font-size a.last {
  margin-right: 0;
}
.header a:hover, .header a:focus {
  color: #068388;
}
.header .font-size a.on, .header .font-size a:hover, .header .font-size a:focus {
  color: #fff;
  background: #068388;
}
/* 本文へジャンプ　フォーカス対応追加 */
/* ------------------------------------------------------------------------------------ */
.skip-nav {
  margin: 0;
}
.skip-link {
  position: absolute;
  top: -26px;
  left: 0;
  display: inline-block;
  height: 1px;
  padding: 5px 10px;
  text-align: left;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background: #fff;
  transition: top .3s ease;
  z-index: 100001;
}
.skip-link:focus {
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}
/* ------------------------------------------------------------------------------------ */
/* 3. .fixed-navi style */
/* --------------------------------------------------------------------- */
.fixed-navi {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #f0f0ee;
  border-top: solid 4px #f0f0ee;
}
/*--- .global-navi-sec 
-----------------------------------------------------*/
.global-navi-sec {
  width: 960px;
  /*width: 100%;*/
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto 5px auto;
}
.global-navi-sec li {
  font-weight: bold;
  font-size: 1.6rem;
  width: 158px;
  # float: left;
  overflow: hidden;
  margin-right: 2px;
  background: #fcfcfc;
}
.global-navi-sec li.tab {
  float: left;
  display: table;
}
.global-navi-sec .link-shisets.tab {
  display: none;
}
.global-navi-sec li a {
  height: 100%;
  padding: 15px 5px 13px 5px;
  line-height: 1.5;
  display: block;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -ms-transition: all .1s;
  transition: all .1s;
}
.global-navi-sec li.tab a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.global-navi-sec .global-navi-list li a:hover, .global-navi-sec .global-navi-list li a:focus, .global-navi-sec .global-navi-list li a.current {
  color: #fff;
  font-size: 105%;
}
.global-navi-sec .link-virus {
  border-top: 4px solid #CC3333;
}
.global-navi-sec .link-virus a {
  color: #CC3333;
}
.global-navi-sec .link-virus li a {
  color: transparent;
}
.global-navi-sec .link-virus a:hover, .global-navi-sec .link-virus a:focus, .global-navi-sec .link-virus a.current {
  color: #fff;
  background: #CC3333;
}
.link-virus .global-navi-list {
  background-color: #CC3333;
}
.link-virus .global-navi-list li {
  background-color: #CC3333;
}
.global-navi-sec .link-mental {
  border-top: 4px solid #996600;
}
.global-navi-sec .link-mental a {
  color: #996600;
}
.global-navi-sec .link-mental li a {
  color: transparent;
}
.global-navi-sec .link-mental a:hover, .global-navi-sec .link-mental a:focus, .global-navi-sec .link-mental a.current {
  color: #fff;
  background: #996600;
}
.link-mental .global-navi-list {
  background-color: #996600;
}
.link-mental .global-navi-list li {
  background-color: #996600;
}
.global-navi-sec .link-disease {
  border-top: 4px solid #3C7170;
}
.global-navi-sec .link-disease a {
  color: #3C7170;
}
.global-navi-sec .link-disease li a {
  color: transparent;
}
.global-navi-sec .link-disease a:hover, .global-navi-sec .link-disease a:focus, .global-navi-sec .link-disease a.current {
  color: #fff;
  background: #3C7170;
}
.link-disease .global-navi-list {
  background-color: #3C7170;
}
.link-disease .global-navi-list li {
  background-color: #3C7170;
}
.global-navi-sec .link-food {
  border-top: 4px solid #bb358d;
}
.global-navi-sec .link-food a {
  color: #bb358d;
}
.global-navi-sec .link-food li a {
  color: transparent;
}
.global-navi-sec .link-food a:hover, .global-navi-sec .link-food a:focus, .global-navi-sec .link-food a.current {
  color: #fff;
  background: #bb358d;
}
.link-food .global-navi-list {
  background-color: #bb358d;
}
.link-food .global-navi-list li {
  background-color: #bb358d;
}
.global-navi-sec .link-hygiene {
  border-top: 4px solid #336633;
}
.global-navi-sec .link-hygiene a {
  color: #336633;
}
.global-navi-sec .link-hygiene li a {
  color: transparent;
}
.global-navi-sec .link-hygiene a:hover, .global-navi-sec .link-hygiene a:focus, .global-navi-sec .link-hygiene a.current {
  color: #fff;
  background: #336633;
}
.link-hygiene .global-navi-list {
  background-color: #336633;
}
.link-hygiene .global-navi-list li {
  background-color: #336633;
}
.global-navi-sec .link-medicine {
  width: 160px;
  border-top: 4px solid #A25768;
  margin-right: 0;
}
.global-navi-sec .link-medicine a {
  color: #A25768;
}
.global-navi-sec .link-medicine li a {
  color: transparent;
}
.global-navi-sec .link-medicine a:hover, .global-navi-sec .link-medicine a:focus, .global-navi-sec .link-medicine a.current {
  color: #fff;
  background: #A25768;
}
.link-medicine .global-navi-list {
  background-color: #A25768;
  margin-right: 2px;
}
.link-medicine .global-navi-list li {
  background-color: #A25768;
}
/*--- .global-navi-list 
-----------------------------------------------------*/
.global-navi-list {
  position: absolute;
  top: 52px;
  margin-left: -158px;
  z-index: 20000;
  visibility: hidden;
}
.link-medicine .global-navi-list {
  position: absolute;
  top: 52px;
  width: 160px;
  margin-left: -160px;
  z-index: 20000;
  visibility: hidden;
}
.global-navi-list li {
  color: #fff;
  # width: 33.3%;
  # float: left;
  font-size: 1.3rem;
  text-align: left;
  font-weight: normal;
  margin: 10px 0;
  background-color: #293f7e;
}
.global-navi-list li a {
  color: #fff;
  padding: 15px 5px 0 15px;
  text-decoration: underline !important;
  background: url("../images/top/icon-arrow-white.png") no-repeat 5px 20px !important;
  transition: .3s;
}
.global-navi-list li a:hover {
  text-decoration: none !important;
}
/*--- .search-sec 
-----------------------------------------------------*/
.search-sec {
  width: 930px;
  /*width:100%;*/
  margin: 0 auto;
  padding: 15px;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -ms-transition: all .1s;
  transition: all .1s;
}
.search-sec .search-form {
  width: 390px;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*border-radius: 3px;*/
  background: #fcfcfc;
}
.search-sec .txt-search {
  width: 300px;
  height: 34px;
  font-size: 1.6rem;
  border: none;
  background: #fcfcfc;
  padding: 0 10px;
}
.search-sec .btn-search {
  width: 70px;
  height: 34px;
  float: right;
  /*-web-kit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  background: #2a2e2e;
}
.search-sec .btn-search input {
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 2px;
  background: url(/image/img/common/icon-header-search.png) no-repeat 12px 10px;
  background-size: 15px auto;
}
.search-sec .link-search {
  height: 17px;
  font-size: 1.4rem;
  font-weight: bold;
  float: left;
  margin: 9px 0 0 10px;
}
.search-sec .link-search img {
  width: 17px !important;
  height: auto !important;
  vertical-align: middle;
}
.search-sec .link-search a {
  color: #6b6a63;
  vertical-align: middle;
}
.search-sec .link-search a:hover, .search-sec .link-search a:focus {
  color: #068388;
}
input[type="search"]:focus {
  outline: none;
  border: 2px solid #ff0;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  width: 300px;
  padding-top: 3px !important;
  padding-bottom: 2px !important;
  line-height: 1;
  padding-left: 10px;
}
input.gsc-input {
  outline: none;
}
.gsib_a {
  padding: 0 !important;
}
.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border: solid 1px #D9D9D9 !important;
}
.gsc-clear-button {
  display: none !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  height: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    width: 100% !important;
  }
}
/*サイト内検索 SP版*/
@media screen and (max-width: 768px) {
  .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-radius: 2px !important;
  }
  input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    background-color: rgba(255, 255, 255) !important;
    width: 100% !important;
    border-radius: 0 !important;
    padding-left: 5px;
  }
  .gsc-search-button-v2 {
    padding: 8px 8px !important;
    width: 70px !important;
  }
  .gsc-search-button {
    margin-left: 0px !important;
  }
}
/* 4. .content style */
/* --------------------------------------------------------------------- */
.content {
  width: 960px;
  /*width: 100%;*/
  margin: 0 auto;
}
/* 5. .footer style */
/* --------------------------------------------------------------------- */
.footer {
  padding-top: 30px;
  background: #fff;
  border-bottom: 6px solid #068388;
}
.footer .inner {
  width: 960px;
  /*width: 100%;*/
  text-align: left;
  margin: 0 auto;
}
/* .address-sec */
.address-sec {
  width: 540px;
  float: left;
  margin-bottom: 30px;
}
.address-sec h2 {
  margin-bottom: 10px;
  font-size: 2.0rem;
}
.address-sec h2 img {
  width: 50px;
  height: auto;
}
.address-sec p {
  color: #2a2e2e;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.address-sec a {
  color: #2a2e2e;
}
.address-sec a:hover, .address-sec a:focus {
  color: #068388;
}
.address-sec a:hover, .address-sec a:focus {
  color: #068388;
}
/* .foot-navi-sec */
.foot-navi-sec {
  float: right;
}
.foot-navi-sec ul {
  float: left;
  margin-right: 40px;
}
.foot-navi-sec ul.list-right {
  margin-right: 0;
}
.foot-navi-sec li {
  font-size: 1.4rem;
  margin-bottom: 17px;
  padding-left: 14px;
  background: url(../images/top/icon-arrow-green.png) no-repeat left center;
  background-size: 8px auto;
}
.foot-navi-sec li a {
  color: #6b6a63;
  font-weight: bold;
}
.foot-navi-sec li a:hover, .foot-navi-sec li a:focus {
  color: #068388;
}
/* .copyright */
.copyright {
  color: #585852;
  font-size: 1.4rem;
  margin-bottom: 22px;
}
/* .page-top */
.page-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  cursor: pointer;
  z-index: 10000;
  right: 104px;
  display: block;
}
.page-top img {
  width: 61px !important;
  height: 61px !important;
}
@media(min-width:641px) and (max-width:821px) {
  .page-top {
    right: 100px !important;
  }
}
/*
	for print
*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ===========================================================================
 * FONT-FACE
 * ==========================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ===========================================================================
 * RESETS
 * ==========================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ==========================================================================
 * BASE STYLES
 * ==========================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ===========================================================================
 * DEFAULT THEME
 * ==========================================================================*/
.flexslider {
  margin: 0 0 10px 0;
  /*margin: 0 0 10px 0;
	background: #ffffff;
	border: 4px solid #ffffff;*/
  position: relative;
  zoom: 1;
  /*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a {
  display: none;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 1.0rem;
  ;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  margin-top: 20px;
  text-align: center;
  z-index: 9998;
}
.flex-control-nav li {
  margin-right: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #92c4c5;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #068388;
}
.flex-control-paging li a.flex-active {
  background: #068388;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ===========================================================================
 * RESPONSIVE
 * ==========================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/***************************************
*
*	1. .content style
*
***************************************/
/* 1. .content style */
/* --------------------------------------------------------------------- */
/* .container */
.container {
  # overflow: hidden;
}
/* .slide-sec */
.slide-sec {
  height: 360px;
}
.slide-sec .slide-stop {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #068388;
}
.slide-sec .slides li {
  max-height: 360px;
  height: 100%;
  width: 100%;
}
.slide-sec .slides li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide-sec .slide-stop:hover, .slide-sec .slide-stop:focus {
  background: #00987e;
}
.slide-sec .slide-stop img, .slide-sec .slide-stop span {
  vertical-align: middle;
}
.slide-sec .slide-stop span {
  padding-left: 0.7em;
  font-size: 0.783157em;
}
.slide-sec .slide-stop .icon-stop {
  display: none;
}
/*.first-container*/
.first-container {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  flex-wrap: wrap;
}
@media (min-width:641px) and (max-width:821px) {
  .first-container {
    display: block;
  }
}
/*---- .news-sec (お知らせ・募集) ------------*/
.news-sec {
  width: 630px;
  /*	height: 270px; 枠をはみ出る*/
  /*	height: 394px; 枠をはみ出る*/
  height: 310px;
  text-align: left;
  /*float: left;*/
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  /*overflow: hidden;*/
}
.news-sec h2 {
  color: #068388;
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 3px dotted #068388;
}
.news-sec h2 img {
  width: 21px !important;
  height: auto !important;
  margin-right: 5px;
  # padding-right: 20px;
  vertical-align: middle;
}
.news-sec ul {
  overflow-y: auto;
  height: 250px;
  scrollbar-color: #727171 #ffffff;
}
.news-sec li {
  background: url("../images/top/icon-arrow-green.png") no-repeat 2px 3.5px;
  background-size: 9px 15px;
  margin: 15px 10px;
  padding: 0 12px;
  text-overflow: ellipsis;
  /*white-space: nowrap; 横幅超えたら非表示*/
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.news-sec a {
  color: #444;
  text-decoration: underline;
}
.news-sec a:hover, .news-sec a:focus {
  color: #068388;
  text-decoration: none;
}
.news-sec time {
  font-size: 1.4rem;
}
.news-sec .dt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 30px;
}
.news-sec .dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.news-sec .btn-news a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: #068388;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: none;
}
.news-sec .btn-news a:hover, .news-sec .btn-news a:focus {
  background: #067175;
}
/*　2022年12月追加　ジャンルリスト、メニューリスト「NEW！」　フォントカラー用　　*/
.wb-contents div ul li strong span span {
  color: #D90000;
  font-size: 1.4rem;
  padding-left: 1.0em;
}
@media (min-width:641px) and (max-width:821px) {
  .news-sec {
    width: 100%;
  }
}
/*---- .view-sec (よく見られているページ) ------------*/
.view-sec {
  width: 310px;
  height: auto;
  text-align: left;
  /*float: left;*/
  margin: 10px 0 15px 0;
  position: relative;
  top: 0;
  left: 0;
  # background: #fff;
  overflow: hidden;
}
.view-sec ul {
  padding: 0 15px;
}
.view-sec li {
  width: 100%;
  margin-top: 10px;
  # text-overflow: ellipsis;
  /*white-space: nowrap; 横幅超えたら非表示*/
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.view-sec li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (min-width:641px) and (max-width:821px) {
  .view-sec {
    width: 100%;
    height: auto;
    text-align: left;
    /*float: left;*/
    margin: 20px 0 15px 0;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .view-sec li {
    display: inline-table;
    width: 49%;
    margin-top: 5px;
    overflow: hidden;
  }
}
.btn-arrow-black {
  width: 236px;
  margin: 0 auto 20px auto;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.4;
  border: 2px solid #2a2e2e;
  background: url(/image/img/common/icon-arrow-black.png) no-repeat 30px center;
  background-color: #fff;
  background-size: 8px auto;
}
.btn-arrow-black:hover, .btn-arrow-black:focus {
  background: url(/image/img/common/icon-arrow-green.png) no-repeat 30px center;
  background-color: #fff;
  background-size: 8px auto;
}
.btn-arrow-black a {
  color: #2a2e2e;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding: 15px 0 15px 0;
  text-decoration: none;
}
.btn-arrow-black a:hover, .btn-arrow-black a:focus {
  color: #068388;
}
/* .tl-info */
.tl-info {
  color: #068388;
  width: 100%;
  float: left;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 14px;
}
.tl-info img {
  width: 21px;
  height: auto;
  margin-right: 8px;
}
.tl-info .btn-info {
  font-size: 1.0rem;
  color: #fff;
  padding: 6px 6px 7px 8px;
  font-weight: normal;
  -web-kit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: -9px 0 0 13px;
  background: #068388;
  text-decoration: none;
  vertical-align: 2px;
}
.tl-info .btn-info:hover, .tl-info .btn-info:focus {
  background: #067175;
}
/* .second-container */
.second-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media(min-width:641px) and (max-width:821px) {
  .second-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
/* .information */
.information {
  width: 310px;
  /*float: left;*/
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  /*padding: 5px 23px 28px 23px;*/
  border-top: 4px solid #000;
  /*margin: 0 20px 20px 0;*/
  margin-bottom: 25px;
  background: #fff;
}
.title-info {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #707070;
  padding: 5px 0;
}
.information.list-right {
  margin-right: 0;
}
.information .icon-info {
  # text-align: center;
  float: left;
}
.information .title-info .icon-info img {
  width: 60px !important;
  height: auto !important;
}
.information h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  /*margin: 13px 0;*/
  /*padding: 7px 0 2px 70px;*/
  # text-align: center;
  /*border-bottom: 1px dotted #888888;*/
}
.txt-info {
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.6rem;
}
.information li {
  padding: 10px 5px 10px 15px;
  # border-top: 2px solid #f0f0ee;
}
.information a {
  text-decoration: none;
  display: block;
  padding: 8px 15px 20px;
  color: #444444;
}
.genrelist_contents .newslist_shisetsu_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.18;
}
.genrelist_contents .newslist_shisetsu_recdate {
  font-size: 1.0rem;
}
.information li h4, .information li .newslist_title .newslist_title {
  width: 100%;
  # margin-left: 10px;
  # background: url(/image/img/common/icon-arrow-black.png) no-repeat left 4px;
  # background-size: 8px auto;
  # border: 1px solid #888888;
  # padding-left: 15px;
  # display: block;
}
.information li a .newslist_title .newslist_title {
  color: #6b6a63;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  position: relative;
  top: 0;
  # left: 15px;
}
/*
.newslist_title span{
	font-size: 1.077em;
} */
/* .documents-sec */
.documents-sec {
  border-color: #006699;
}
.documents-sec h3 {
  color: #006699;
  /*height: 45px;*/
  text-align: middle;
}
.documents-sec h3 a, .documents-sec h3 a:hover, .documents-sec h3 a:focus {
  color: #006699;
  text-decoration: none;
}
.documents-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.documents-sec li .newslist_title a, .documents-sec li .newslist_title a:hover, .documents-sec li .newslist_title a:focus {
  color: #444444;
}
/* .virus-sec */
.virus-sec {
  border-color: #cc3333;
}
.virus-sec h3 {
  color: #cc3333;
  /*height: 45px;*/
  text-align: middle;
}
.virus-sec h3 a, .virus-sec h3 a:hover, .virus-sec h3 a:focus {
  color: #cc3333;
  text-decoration: none;
}
.virus-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.virus-sec li .newslist_title a, .virus-sec li .newslist_title a:hover, .virus-sec li .newslist_title a:focus {
  color: #444444;
}
/* .mental-sec */
.mental-sec {
  border-color: #996600;
}
.mental-sec h3 {
  color: #996600;
  /*height: 45px;*/
  text-align: middle;
}
.mental-sec h3 a, .mental-sec h3 a:hover, .mental-sec h3 a:focus {
  color: #996600;
  text-decoration: none;
}
.mental-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.mental-sec li .newslist_title a, .mental-sec li .newslist_title a:hover, .mental-sec li .newslist_title a:focus {
  color: #444444;
}
/* .disease-sec */
.disease-sec {
  border-color: #3C7170;
}
.disease-sec h3 {
  color: #3C7170;
  /*height: 45px;*/
  text-align: middle;
}
.disease-sec h3 a, .disease-sec h3 a:hover, .disease-sec h3 a:focus {
  color: #3C7170;
  text-decoration: none;
}
.disease-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.disease-sec li .newslist_title a, .disease-sec li .newslist_title a:hover, .disease-sec li .newslist_title a:focus {
  color: #444444;
}
/* .food-sec */
.food-sec {
  border-color: #BB358D;
}
.food-sec h3 {
  color: #BB358D;
  /*height: 45px;*/
  text-align: middle;
}
.food-sec h3 a, .food-sec h3 a:hover, .food-sec h3 a:focus {
  color: #BB358D;
  text-decoration: none;
}
.food-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.food-sec li .newslist_title a, .food-sec li .newslist_title a:hover, .food-sec li .newslist_title a:focus {
  color: #444444;
}
/* .hygiene-sec */
.hygiene-sec {
  border-color: #336633;
}
.hygiene-sec h3 {
  color: #336633;
  /*height: 45px;*/
  text-align: middle;
}
.hygiene-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.hygiene-sec li .newslist_title a, .hygiene-sec li .newslist_title a:hover, .hygiene-sec li .newslist_title a:focus {
  color: #444444;
}
/* .medicine-sec */
.medicine-sec {
  border-color: #A25768;
}
.medicine-sec h3 {
  color: #A25768;
  /*height: 45px;*/
  text-align: middle;
}
.medicine-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.medicine-sec li .newslist_title a, .medicine-sec li .newslist_title a:hover, .medicine-sec li .newslist_title a:focus {
  color: #444444;
} /* .other-sec */
.other-sec {
  border-color: #663399;
}
.other-sec h3 {
  color: #663399;
  /*height: 45px;*/
  text-align: middle;
}
.other-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.other-sec li .newslist_title a, .other-sec li .newslist_title a:hover, .other-sec li .newslist_title a:focus {
  color: #444444;
}
/* .facility-sec */
.facility-sec {
  border-color: #001E43;
}
.facility-sec h3 {
  color: #001E43;
  /*height: 45px;*/
  text-align: middle;
}
.facility-sec .newslist_title {
  padding-left: 15px;
  display: block;
}
.facility-sec li .newslist_title a, .facility-sec li .newslist_title a:hover, .facility-sec li .newslist_title a:focus {
  color: #444444;
}
/* .nested */
.nested {
  width: 978px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 9px;
  padding-bottom: 20px;
}
.nested .inner {
  /* BCC memo */
  width: 960px;
  float: left;
}
/* .event-sec */
.event-sec {
  width: 306px;
  # min-height: 140px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  /*background: url(/image/img/index/img-event.jpg) no-repeat center center;*/
  # background: url(/data/open/cnt/3/56398/1/img-otb.jpg) no-repeat center center;
  # background-size: cover;
}
.icon-event {
  position: absolute;
  top: -2px;
  left: -2px;
}
.icon-event img {
  width: 70px !important;
  height: auto !important;
}
.event-sec a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.event-sec h2 {
  width: 100%;
  height: 100%;
}
.event-sec h2 a:hover, .event-sec h2 a:focus {
  color: #068388;
}
.event-sec h2 a {
  color: #2a2e2e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  padding: 4px;
  display: inline;
  position: relative;
  top: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
/* .event-asia-sec */
.event-asia-sec {
  width: 306px;
  # min-height: 140px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-left: 20px;
  /*background: url(/image/img/index/img-event-asia.jpg) no-repeat center center;*/
  # background: url(/data/open/cnt/3/56398/1/img-business-kobo.jpg) no-repeat center center;
  # background-size: cover;
}
.event-asia-sec a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.event-asia-sec h2 {
  width: 100%;
  height: 100%;
}
.event-asia-sec h2 a:hover, .event-asia-sec h2 a:focus {
  color: #068388;
}
.event-asia-sec h2 a {
  color: #2a2e2e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  padding: 4px;
  display: inline;
  position: relative;
  top: 59px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
/* .event-kankyo-sec */
.event-kankyo-sec {
  width: 306px;
  # min-height: 140px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-left: 20px;
  # background: url(/data/open/cnt/3/56398/1/img-business-kobo.jpg) no-repeat center center;
  # background-size: cover;
}
.event-kankyo-sec a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
/* .staff-sec */
.staff-sec {
  width: 306px;
  min-height: 300px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-left: 20px;
  background: url(/image/img/index/img-staff.jpg) no-repeat center center;
  background-size: cover;
}
.staff-sec h2 {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 150px;
  margin-bottom: 20px;
}
.staff-sec .icon-government {
  top: 0;
}
/* .government-sec */
.government-sec {
  width: 306px;
  min-height: 140px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-top: 20px;
  /*background: url(/image/img/index/img-news.png) no-repeat center center;*/
  background: url(/data/open/cnt/3/56398/1/img-newnews.png) no-repeat center center;
  background-size: cover;
  background-color: #fff;
}
.government-sec a img {
  width: 306px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
}
.government-sec h2 {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
}
.government-sec h2 a {
  width: 100%;
  height: 100%;
  display: table-cell;
  color: #2a2e2e;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding-left: 30px;
}
.government-sec h2 a:hover, .government-sec h2 a:focus {
  background: rgba(0, 0, 0, 0.1);
}
/* .f-next-sec */
.f-next-sec {
  width: 306px;
  min-height: 140px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  background: url(/image/img/index/img-fukuoka-next.png) no-repeat center center;
  background-size: cover;
  background-color: #fff;
}
.f-next-sec h2 {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
}
.f-next-sec h2 a {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-indent: -9999px;
}
.f-next-sec h2 a:hover, .f-next-sec h2 a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.f-next-sec h2 a img {
  width: 306px;
  height: 140px;
}
/* .advertising-list */
.advertising-list {
  padding: 20px 0;
  background: #e2e2de;
}
.advertising-list .inner {
  width: 960px;
  margin: 0 auto;
}
.advertising-list .top-area {
  margin-bottom: 10px;
}
.advertising-list h2 {
  color: #6b6a63;
  font-weight: bold;
  font-size: 1.5rem;
  float: left;
}
.advertising-list .link-advertising {
  float: right;
}
.advertising-list .link-advertising img {
  width: 8px !important;
  height: auto !important;
  vertical-align: middle;
}
.advertising-list .link-advertising a {
  color: #6b6a63;
  font-weight: bold;
  vertical-align: middle;
}
.advertising-list .link-advertising a:hover, .advertising-list .link-advertising a:focus {
  color: #068388;
}
.advertising-list img {
  text-align: center;
  display: inline-block;
  margin: 0 3px 13px 45px;
  vertical-align: top;
  width: 180px !important;
  height: 60px !important;
  float: left;
}
.advertising-list last {
  margin-right: 0;
}
/*******************************************************スマートフォン用CSS********************************************************/
@media screen and (max-width: 640px) {
  /***************************************
  	1. common style
 	2. .header style
 	3. .fixed-navi style
 	4. .content style
 	5. .footer style
 **************************************/
  /* 1. common style */
  /* --------------------------------------------------------------------- */
  .nested .inner {
    /* BCC memo */
    width: 100%;
    float: left;
  }
  .shisetsu {
    display: table !important;
  }
  .shisetsu ul {
    display: none !important;
  }
  .wb-contents textarea {
    width: 100%;
  }
  table.ENQTABLECLASS {
    width: 100%;
  }
  td.ENQINPUTCOLCLASS {
    float: left;
  }
  td.ENQTITLECOLCLASS {
    float: left;
  }
  .page-tl {
    width: 100%;
    padding: 21px 0 20px;
    margin: 0 auto 5px auto;
  }
  body {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
  }
  .whole {
    width: 100%;
    overflow: hidden;
  }
  .img-pc {
    display: none !important;
  }
  .img-sp {
    display: inline !important;
  }
  .cell-pc {
    display: none !important;
  }
  .cell-sp {
    display: table-cell !important;
  }
  .inline-pc {
    display: none !important;
  }
  .inline-sp {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* 2. .header style */
  /* --------------------------------------------------------------------- */
  .header {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .header .inner {
    width: 100%;
  }
  .header .link-body {
    display: none;
  }
  .header .head-navi-sec {
    display: none;
    width: 100%;
    height: 0;
    overflow: scroll;
    overflow-x: hidden;
    background: #fff;
    position: fixed;
    top: 57px;
    left: 0;
    z-index: 40000;
    box-sizing: border-box;
  }
  .header .head-navi-sec .inner {
    overflow: scroll;
    overflow-x: hidden;
  }
  .header .head-navi-sec ul {
    margin-bottom: 0;
  }
  .header .head-navi-sec ul.top-navi {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 50000;
    display: none;
  }
  .header .head-navi-sec ul.bottom-navi {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1px;
    overflow: hidden;
    background: #fff;
  }
  .header .bottom-navi li {
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 12px 15px 6px 15px;
    border-bottom: 2px solid #f0f0ee;
  }
  .header .bottom-navi .link-sp a {
    background: url(../images/top/icon-header-pc.png) no-repeat left center;
    background-size: 18px auto;
  }
  .header .bottom-navi .link-sp a:hover {
    background: url(../images/top/icon-header-pc-on.png) no-repeat left center;
    background-size: 18px auto;
  }
  .header .bottom-navi .link-home a, .header .bottom-navi .link-home a:hover {
    color: #444;
    background: url(../images/top/icon-header-home.png) no-repeat left center;
    background-size: 19px auto;
  }
  .header .bottom-navi .link-menu a, .header .bottom-navi .link-menu a:hover {
    color: #444;
    background: url(../images/top/icon-header-all-menu.png) no-repeat left center;
    background-size: 18px auto;
  }
  .header .bottom-navi .link-qa a, .header .bottom-navi .link-qa a:hover {
    background: url(../images/top/icon-header-qa-sp.png) no-repeat left center;
    background-size: 18px auto;
    color: #444;
  }
  .header .bottom-navi .link-sp a, .header .bottom-navi .link-sp a:hover {
    color: #444;
    background: url(../images/top/icon-header-pc.png) no-repeat left center;
    background-size: 18px auto;
  }
  .header .bottom-navi .link-voice a, .header .bottom-navi .link-voice a:hover {
    color: #444;
    background: url("../images/top/icon-header-voice.png") no-repeat left center;
    background-size: 11px auto;
  }
  .header .bottom-navi .head_furigana a, .header .bottom-navi .head_furigana a:hover {
    color: #444;
    background: url(../images/top/icon-header-furigana1.png) no-repeat left center;
    background-size: 22px auto;
  }
  .header .sp-navi li a:hover {
    color: #444;
  }
  .header .head-logo-sec {
    width: 100%;
    margin-top: 0;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40000;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    background: #fff;
  }
  .header .head-logo-sec h1 {
    display: inline-block;
    margin-top: 0px;
  }
  .header .head-logo-sec h1 img {
    width: 159px;
    height: auto;
  }
  .header .head-logo-sec .btn-menu-t {
    float: right;
    cursor: pointer;
    display: block;
  }
  .header .head-logo-sec .btn-menu {
    float: right;
    cursor: pointer;
    display: block;
    padding: 0px;
    border-style: none;
  }
  .header .head-logo-sec .btn-menu img {
    width: 47px !important;
    height: auto !important;
  }
  .header .head-logo-sec .btn-menu img.menu-off {
    display: none;
    position: relative;
    top: 1px;
    left: 1px;
  }
  .global-navi-sec ul {
    margin-left: 2px;
  }
  .global-navi-sec li {
    width: 32.7%;
    font-size: 1.4rem;
  }
  .global-navi-sec li.tab {
    display: table;
  }
  .global-navi-sec li a {
    padding: 7px 5px;
    font-size: 1.4rem;
  }
  .global-navi-sec li.tab a {
    display: table-cell;
    vertical-align: middle;
  }
  .global-navi-sec .link-medicine {
    width: 32.7%;
    margin-right: 2px;
  }
  .global-navi-list {
    display: none;
    left: 0;
    margin-left: 0 !important;
  }
  .global-navi-list li {
    width: 100%;
  }
  .global-navi-list li a {
    padding: 7px 5px 7px 10px;
  }
  .header .link-lang {
    position: fixed;
    top: 4px;
    right: 17%;
    z-index: 100000;
    margin: 30px 5px 0 0;
  }
  .header .link-lang a {
    padding: 0 5px 0 0;
  }
  .header .link-sns {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 10px;
    margin-top: 0;
    box-sizing: border-box;
    text-align: left;
    background: #f0f0ee;
  }
  .header .bottom-navi li.font-size {
    width: auto;
    position: absolute;
    top: 4px;
    right: -11px;
    text-align: right;
    border-bottom: none;
    z-index: 50000;
  }
  .header .bottom-navi li a {
    padding-left: 30px !important;
  }
  .header .bottom-navi li.font-size a {
    padding-left: 5px !important;
  }
  .header .bottom-navi li.font-size span {
    vertical-align: -3px;
  }
  .header .bottom-navi li.link-home {
    margin-top: 42px;
  }
  .header .bottom-navi li.link-qa {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .header .bottom-navi li.link-qa a {
    /*padding-left: 8px !important;*/
  }
  .header .sp-navi {
    display: block;
  }
  .header .sp-navi ul {
    margin-bottom: 25px;
    background: #fff;
  }
  .header .sp-navi li {
    float: left;
    width: 50%;
    text-align: left;
    padding: 15px 15px 13px 15px;
    box-sizing: border-box;
    font-weight: bold;
    display: table;
    border-right: 2px solid #f0f0ee;
    border-bottom: 2px solid #f0f0ee;
  }
  .header .sp-navi li a {
    display: table-cell;
    vertical-align: middle;
  }
  .header .sp-navi li:nth-child(even) {
    border-right: none;
  }
  .header .btn-sp-close {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
  }
  .header .btn-sp-close a {
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 13px 0;
    background: #000;
    -web-kit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
  }
  .head-foreign-list {
    width: 105%;
  }
  .head-foreign-list li a {
    font-size: 1.3rem;
  }
  .foreign-close {
    width: 100%;
  }
  /* 本文へジャンプ　フォーカス対応追加 */
  /* ------------------------------------------------------------------------------------ */
  .skip-nav {
    margin: 0;
  }
  .skip-link {
    position: absolute;
    top: -26px;
    left: 0;
    display: inline-block;
    height: 1px;
    padding: 5px 10px;
    text-align: left;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
    transition: top .3s ease;
    z-index: 100001;
  }
  .skip-link:focus {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
  }
  /* ------------------------------------------------------------------------------------ */
  /* 3. .fixed-navi style */
  /* -------------------------------------------------------------------- */
  .fixed-navi {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  /* .global-navi-sec */
  .global-navi-sec {
    width: 100%;
    margin-top: 0px;
    background: #f0f0ee;
  }
  /* .global-navi-list */
  .global-navi-list {
    width: 100%;
  }
  /* .search-sec */
  .search-sec {
    width: 100%;
    padding: 6px 10px 10px 10px;
    box-sizing: border-box;
    background: #f0f0ee;
  }
  .search-sec:after {
    content: " ";
    display: block;
  }
  .search-sec .link-search {
    display: none;
  }
  .search-sec .info-btn {
    width: 100%;
  }
  .search-sec .link-info {
    width: 48.5%;
    float: left;
    margin-right: 0;
  }
  .search-sec .link-info span {
    font-size: 1.0rem;
    vertical-align: 0.25rem;
  }
  .search-sec .right-info {
    float: right;
  }
  .search-sec .search-form {
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    background-color: #f0f0ee;
  }
  .search-sec .txt-search {
    width: 68%;
    height: 40px;
  }
  .search-sec .btn-search {
    height: 40px;
  }
  .search-sec .btn-search input {
    font-size: 1.0rem;
    background-size: 16px auto;
    background-position: 12px 13px;
  }
  /* 4. .content style */
  /* --------------------------------------------------------------------- */
  .content {
    width: 100%;
  }
  /* 5. .footer style */
  /* --------------------------------------------------------------------- */
  .footer {
    padding-top: 25px;
  }
  .footer .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  /* .address-sec */
  .address-sec {
    width: 100%;
    float: none;
  }
  .address-sec h2 {
    margin-bottom: 20px;
  }
  .address-sec p {
    /* margin-bottom: 25px;*/
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  /* .foot-navi-sec */
  .foot-navi-sec {
    float: none;
    display: none;
  }
  /* .page-top */
  .page-top {
    bottom: 15px;
    right: 10px;
  }
  .page-top img {
    width: 50px;
    height: auto;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /**************************  	1. .content style  *********************/
  /* 1. .content style */
  /* --------------------------------------------------------------------- */
  .content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  /* .slide-sec */
  .slide-sec {
    height: auto;
  }
  .slide-sec .slide-stop {
    right: 0;
    bottom: -22px;
  }
  .slide-sec .slides li {
    height: 135px;
  }
  .flex-control-nav {
    text-align: left;
  }
  /* .what-sec */
  .what-sec {
    width: 100%;
  }
  .what-sec h2 {
    font-size: 1.7em;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .what-sec li {
    width: 49.6%;
    height: 80px;
  }
  .what-sec li a .small {
    font-size: 1.2rem;
  }
  .what-sec li a .small .inline-sp {
    width: 30px;
  }
  .what-sec .link-tax img {
    width: 38px !important;
    height: auto !important;
    top: 12px;
    left: 16px;
  }
  .what-sec .link-tax .txt {
    top: 2px;
    left: 7px;
  }
  .what-sec .link-marriage {
    border-right: none;
  }
  .what-sec .link-marriage img {
    width: 37px !important;
    height: auto !important;
    left: 15px;
  }
  .what-sec .link-childcare img {
    width: 23px !important;
    height: auto !important;
    left: 24px;
  }
  .what-sec .link-childcare .txt {
    top: 7px;
  }
  .what-sec .link-childcare .txt .inline-sp {
    width: 13px;
  }
  .what-sec .link-teaching {
    border-right: none;
  }
  .what-sec .link-teaching img {
    width: 50px !important;
    height: auto !important;
    left: 13px;
  }
  .what-sec .link-recycling {
    border-right: 2px solid #7dd0c1;
  }
  .what-sec .link-recycling img {
    width: 27px !important;
    height: auto !important;
    left: 23px;
  }
  .what-sec .link-medical {
    border-bottom: 2px solid #7dd0c1;
  }
  .what-sec .link-medical {
    border-right: none;
  }
  .what-sec .link-medical img {
    width: 38px !important;
    height: auto !important;
    left: 16px;
  }
  .what-sec .link-care {
    border-bottom: 2px solid #7dd0c1;
  }
  .what-sec .link-care img {
    width: 30px !important;
    height: auto !important;
    left: 20px;
  }
  .what-sec .link-welfare {
    border-right: none;
    border-bottom: 2px solid #7dd0c1;
  }
  .what-sec .link-welfare img {
    width: 30px !important;
    height: auto !important;
  }
  .what-sec .link-house img {
    width: 37px !important;
    height: auto !important;
    left: 19px;
  }
  .what-sec .link-death img {
    width: 31px !important;
    height: auto !important;
    left: 21px;
  }
  .what-sec .link-marriage .txt {
    top: 13px;
    left: 4px;
  }
  .what-sec .link-teaching .txt {
    top: 7px;
    left: -20px;
  }
  .what-sec .link-recycling .txt {
    top: 6px;
    left: 14px;
  }
  .what-sec .link-recycling .txt .inline-sp {
    width: 17px;
  }
  .what-sec .link-medical .txt {
    top: 4px;
    left: 8px;
  }
  .what-sec .link-medical .txt .inline-sp {
    width: 51px;
  }
  .what-sec .link-care .txt {
    top: 16px;
    left: 8px;
  }
  .what-sec .link-welfare img {
    left: 19px;
  }
  .what-sec .link-welfare .txt {
    top: 6px;
  }
  .what-sec .link-welfare .txt .inline-sp {
    width: 15px;
  }
  .what-sec .link-house .txt {
    top: 2px;
  }
  .what-sec .link-house .txt .inline-sp {
    width: 12px;
  }
  .what-sec .link-death .txt {
    top: 12px;
    left: -8px;
  }
  /*.first-container*/
  .first-container {
    margin: 20px 0;
  }
  /* .news-sec */
  .news-sec {
    width: 100%;
    max-height: 100%;
    height: auto;
    padding: 0;
    background: #f0f0ee;
  }
  .news-sec .inner {
    padding: 0;
    background: #fff;
  }
  .news-sec h2 {
    font-size: 1.5rem;
    padding: 15px 0 10px 15px;
    border-bottom: 2px dotted #068388;
    # border-bottom: none;
  }
  .news-sec h2 img {
    width: 15px !important;
    height: auto !important;
    margin-right: 5px;
    margin-top: -5px;
    # padding-right: 20px;
    vertical-align: middle;
  }
  .news-sec dt, .news-sec .newslist_recdate {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .news-sec dd, .news-sec .newslist_title {
    width: 100%;
    float: none;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .news-sec .btn-news {
    width: 100%;
    margin-top: 40px;
  }
  .news-sec .btn-news a {
    /*width: 90%;*/
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    padding: 23px 0;
  }
  /*---- .view-sec (よく見られているページ) ------------*/
  .view-sec {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    # background: #fff;
    overflow: hidden;
    margin: 0px 0 20px 0;
  }
  .view-sec h2 {
    color: #068388;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .view-sec h2 img {
    width: 21px !important;
    height: auto !important;
    margin-right: 5px;
    vertical-align: middle;
  }
  .view-sec h2 img.motteko {
    width: 21px !important;
    height: auto !important;
    margin-top: -11px;
    margin-right: 5px;
    vertical-align: middle;
    # border: 1px solid #888888;
  }
  .view-sec h2 img.niwapika {
    width: 63px !important;
    height: auto !important;
    margin-top: -10px;
    margin-left: 0px;
    vertical-align: middle;
    # border: 1px solid #888888;
  }
  .view-sec ul {
    padding: 0;
  }
  .view-sec ol {
    padding: 0 15px;
  }
  .view-sec li {
    display: inline-table;
    width: 49%;
    margin-top: 5px;
    # text-overflow: ellipsis;
    /*white-space: nowrap; 横幅超えたら非表示*/
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .view-sec li img {
    height: auto;
    vertical-align: middle;
  }
  .view-sec a {
    color: #444;
    text-decoration: underline;
  }
  .view-sec a:hover, .view-sec a:focus {
    color: #068388;
  }
  .view-sec .dt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 30px;
  }
  .view-sec .dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .view-sec .btn-news a {
    color: #fff;
    font-weight: bold;
    background: #068388;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 16px;
    right: 20px;
    text-decoration: none;
  }
  .view-sec .btn-news a:hover, .view-sec .btn-news a:focus {
    background: #067175;
  }
  /* .date-sec */
  .date-sec {
    width: 100%;
    margin-top: 15px;
  }
  .date-sec p {
    width: 260px;
    margin: 16px auto -30px;
  }
  /* .info-sec */
  .info-sec {
    width: 100%;
    margin-top: 15px;
  }
  .info-sec .dam-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .info-sec .btn-alarm {
    margin: 0 auto 5px;
    background-position: 94% center;
  }
  /* .service-sec */
  .service-sec {
    width: 100%;
    background-size: 100% auto;
  }
  /* .living-sec */
  .living-sec {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .living-sec li {
    width: 100%;
    height: 45px;
    border-right: none;
  }
  .living-sec li.list-right {
    border-right: none;
  }
  .living-sec li.list-bottom {
    border-bottom: 2px solid #f0f0ee;
  }
  .living-sec li.list-bottom.list-right {
    border-bottom: none;
  }
  /* .city-sec */
  .city-sec {
    width: 100%;
    height: auto;
  }
  .city-sec li {
    width: 50%;
    height: 55px;
    box-sizing: border-box;
    background-position: 94% center;
  }
  .city-sec li.link-minami {
    border-bottom: none;
  }
  /* .f-channel-sec */
  .f-channel-sec {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-left: 0;
    background-size: 100% 300px;
  }
  .f-channel-sec dt {
    margin-top: 16px;
  }
  /* .facility-sec */
  .facility-sec {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    background-size: 100% auto;
  }
  .facility-sec h2 {
    font-size: 1.6em;
    padding-top: 60px;
  }
  .facility-sec .btn-arrow-black a .inline-sp {
    width: 31px;
  }
  /* .tl-info */
  .tl-info {
    font-size: 1.7em;
    margin-bottom: 8px;
  }
  .tl-info .btn-info {
    font-size: 1.0em;
    font-weight: bold;
    padding: 8px 9px 9px 10px;
  }
  /* .second-container */
  .second-container {
    display: block;
  }
  /* .information */
  .information {
    width: 100%;
    height: auto;
    height: initial;
    box-sizing: border-box;
  }
  .information h3 {
    padding: 2px 0 2px 15px;
  }
  .information a {
    padding-bottom: 30px;
  }
  .title-info {
    padding: 10px 0;
  }
  /*.information .icon-info {
    float: left;
  }*/
  .information .icon-info img {
    width: 50px !important;
    height: auto !important;
  }
  .information .btn-more {
    left: 50%;
    width: 260px;
    margin-left: -130px;
  }
  .information .btn-more a {
    padding: 25px 0;
  }
  /* .nested */
  .nested {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    left: 0;
    box-sizing: border-box;
  }
  .nested .inner {
    width: 100%;
  }
  .nested .inner img {
    width: 95%;
    text-align: center;
  }
  /* .event-sec */
  .event-sec {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    background-size: 100% auto;
  }
  /* .event-asia-sec */
  .event-asia-sec {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    background-size: 100% auto;
  }
  /* .event-kankyo-sec */
  .event-kankyo-sec {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    background-size: 100% auto;
  }
  /* .staff-sec */
  .staff-sec {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    background-size: 100% auto;
    margin-left: 0px;
  }
  /* .government-sec */
  .government-sec {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    /*	background: url(/image/img/index/img-news.png) no-repeat center center;*/
    background: url(/data/open/cnt/3/56398/1/img-newnews.png) no-repeat center center;
    background-size: auto 100%;
    background-color: #fff;
  }
  .government-sec h2 {
    top: 65px;
    left: 10%;
  }
  .government-sec a img {
    width: 100% !important;
    height: auto !important;
  }
  /* .f-next-sec */
  .f-next-sec {
    width: 100%;
    # height: 140px;
    box-sizing: border-box;
    margin-top: 20px;
    background: url(/image/img/index/img-fukuoka-next.png) no-repeat center center;
    background-size: auto 100%;
    background-color: #fff;
  }
  .f-next-sec h2 a img {
    width: 100% !important;
    height: auto !important;
  }
  .f-next-sec h2 {
    width: 100%;
    height: 100%;
  }
  .f-next-sec h2 a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
  }
  /* .advertising-list */
  .advertising-list {
    width: 100%;
    box-sizing: border-box;
  }
  .advertising-list .inner {
    width: 320px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .advertising-list .top-area {
    margin-bottom: 15px;
  }
  .advertising-list li:nth-child(even) {
    margin-right: 0;
  }
  .advertising-list img {
    width: 147px !important;
    height: 49px !important;
    /* margin-right: 6px; */
    margin-left: 0;
  }
  .advertising-list last {
    margin-right: 0;
  }
  .advertising-list last_right img {
    float: left;
  }
  .genrelist_contents a {
    color: #333;
    text-decoration: underline;
  }
  .genrelist_contents .newslist_health_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.18;
  }
  .genrelist_contents .newslist_health_recdate {
    font-size: 1.0rem;
  }
  .genrelist_contents .newslist_kodomo_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.18;
  }
  .genrelist_contents .newslist_kodomo_recdate {
    font-size: 1.0rem;
  }
  .genrelist_contents .newslist_life_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.18;
  }
  .genrelist_contents .newslist_life_recdate {
    font-size: 1.0rem;
  }
  .genrelist_contents .newslist_charm_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.18;
  }
  .genrelist_contents .newslist_charm_recdate {
    font-size: 1.0rem;
  }
  .genrelist_contents .newslist_biz_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.18;
  }
  .genrelist_contents .newslist_biz_recdate {
    font-size: 1.0rem;
  }
  .genrelist_contents .newslist_shisei_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.18;
  }
  .genrelist_contents .newslist_shisei_recdate {
    font-size: 1.0rem;
  }
  /*.information .newslist_health li {
    background: url(/image/icon/icon-arrow-blue.png) no-repeat 0px 5.5px;
    background-size: 9px 15px;
  }
  .information .newslist_kodomo li {
    background: url(/image/icon/icon-arrow-pink.png) no-repeat 0px 5.5px;
    background-size: 9px 15px;
  }
  .information .newslist_life li {
    background: url(/image/icon/icon-arrow-green1.png) no-repeat 0px 5.5px;
    background-size: 12px 28px;
  }
  .information .newslist_charm li {
    background: url(/image/icon/icon-arrow-pink1.png) no-repeat 0px 5.5px;
    background-size: 12px 28px;
  }
  .information .newslist_biz li {
    background: url(/image/icon/icon-arrow-brown.png) no-repeat 0px 5.5px;
    background-size: 9px 15px;
  }
  .information .newslist_shisei li {
    background: url(/image/icon/icon-arrow-navy.png) no-repeat 0px 5.5px;
    background-size: 9px 15px;
  }*/
  .event-sec {
    margin-left: 0px;
  }
  .event-asia-sec {
    margin-left: 0px;
  }
  .event-kankyo-sec {
    margin-left: 0px;
  }
  .f-next-sec {
    margin-left: 0px;
  }
  .notice_ul {
    width: 100%;
  }
  .header .link-voice {
    margin-top: 3px;
    margin-right: 20px;
  }
  /* == SP版 EnterPrize
---------------------------------- */
  #xp1 {
    width: 100% !important;
    margin: 0 auto 15px auto;
  }
}
/* mm_li */
/*li.link-living ul.global-navi-list li,
li.link-training ul.global-navi-list li,
li.link-medical ul.global-navi-list li,
li.link-tourism ul.global-navi-list li,
li.link-business ul.global-navi-list li,
li.link-whole ul.global-navi-list li{margin:4px 0; padding:0 0;}*/
/*追加外国語対応 start*/
.head-navi-list {
  width: 100px;
  position: absolute;
  top: 50px;
  padding: 10px 20px;
  margin-left: 0 !important;
  z-index: 100000;
  visibility: hidden
}
.head-navi-list li {
  color: #fff;
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  font-weight: normal;
  margin: 10px 0;
  background-color: #293f7e;
}
.head-navi-list li a {
  color: #fff;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #fff;
}
.head-navi-list li a:hover, .head-navi-list li a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #2d5f60;
  border-radius: 5px;
  border-bottom: 1px solid #2d5f60;
}
.link-foreign .head-navi-list {
  background-color: #068388;
}
.link-foreign .head-navi-list li {
  background-color: #068388;
}
li.link-foreign ul.head-navi-list li {
  margin: 10px 0;
  padding: 0 0;
}
.header .link-foreign {
  /*margin: 17px 15px 0 10px;*/
  margin-bottom: 5px;
}
.header .link-foreign img, .header .link-foreign a {
  vertical-align: middle;
}
.header .link-foreign img { /* width: 17px !important; height: auto !important; */
}
.header .font-size {
  line-height: 110%;
}
.header .menu-margin {
  display: inline-block;
}
a.head-foreign-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.head-foreign-sec {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.head-foreign-sec {
  background: #fff;
  color: #228bc8;
}
a.head-foreign-sec:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
/* foreign language メニューデザイン */
.head-foreign-list {
  position: absolute;
  padding: 0px 20px;
  background: #068388;
  margin-left: 12px;
}
.head-foreign-list li {
  width: 100%;
  color: #fff;
  font-size: 1.0rem;
  text-align: left;
  font-weight: normal;
  margin: 15px 0;
  background-color: #068388;
}
.head-foreign-list li a {
  color: #fff !important;
  font-weight: unset !important;
  padding: 2px 10px 2px 10px !important;
  text-decoration: underline;
  display: inline;
  border-left: 1px solid #fff;
}
.head-foreign-sec {
  color: #444;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: #444;
  border: transparent;
  background-color: white;
}
.foreign-close {
  text-decoration: none;
  border: transparent;
  color: #068388;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  margin: 18px 0;
  padding: 7px 0px 7px 0;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .header .link-lang {
    position: fixed;
    top: 0px;
    right: 17%;
    z-index: 100000;
  }
  .header .head-logo-sec .btn-menu-t {
    float: right;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
  .head-title {
    width: 140px;
  }
}
.header .link-lang {
  margin: 19px 5px 0 0;
  background-color: white;
}
.header .link-lang a {
  padding: 0 5px 0 0;
}
.header .link-jp {
  margin: 17px 5px 0 0;
}
.header .link-jp img, .header .link-jp a {
  vertical-align: middle;
}
.header .link-jp img {
  width: 16px;
  height: auto !important;
}
/*追加外国語対応 end*/
/* ルビ振り　start */
.f_on {
  display: inline;
}
.f_off {
  display: none;
}
.furigana .f_on {
  display: none;
}
.furigana .f_off {
  display: inline;
}
.header .head_furigana {
  margin-top: -7px;
  margin-right: 15px;
}
/* ルビ振り　end */