@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;
}
/*202402　リスト余白等修正　ここから*/
#VIEWAREA UL, #VIEWAREA OL {
  margin-left: 30px;
}
#VIEWAREA H1 A:link {
  color: 000;
}
#editarea UL, #editarea OL {
  margin-left: 30px;
}
/*202402　リスト余白等修正　ここまで*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
fieldset, img, object {
  vertical-align: middle;
}
/*
	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 {
  text-align: center;
  margin-bottom: 10px;
}
th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  text-decoration: underline;
  color: #302833;
}
a:hover {
  text-decoration: none;
  color: #068388;
}
.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;
  font-size: 1.4rem;
}
/* == パンくずリスト
---------------------------------- */
.bredcrumb {
  float: right;
  text-align: left;
}
.bredcrumb span {
  /* display: inline-block;*/
  color: #302833;
  padding-top: 0.307em;
  line-height: 1.3em;
}
.bredcrumb a span {
  color: #302833;
  text-decoration: underline;
}
.bredcrumb a span:hover {
  text-decoration: none;
  color: #068388;
}
/* == 更新日時
---------------------------------- */
.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;
  max-width: 960px;
}
.telephone h2 {
  background-color: #fff !important;
  color: #293f7e;
  font-size: 2.4rem !important;
  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;
  margin: 10px 0;
}
.telephone h2:after {
  width: 100%;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #293f7e;
}
.telephone .info {
  font-size: 1.6rem;
  text-align: left;
  margin: 15px 10px 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;
}
@media screen and (max-width: 640px) {
  .telephone h2 {
    font-size: 1.8rem !important;
    margin: 0 !important;
  }
}
/*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;
}
/* フォント系 */
.f_bold {
  font-weight: 600;
}
.f_red {
  color: #BA2636;
}
.f_blue {
  color: #1E50A2;
}
/***************************************
*
*	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;
  width: 100%;
}
.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;
}
.page-top img {
  width: 61px !important;
  height: 61px !important;
}
@media(min-width:641px) and (max-width:821px) {
  .page-top {
    right: 100px !important;
  }
}
/* 各ページ適用CSS */
.wb-contents {
  background-color: #FFF;
  width: 960px;
  height: auto;
  padding-bottom: 40px;
  margin: 0 auto 60px auto;
  text-align: left;
}
.address-sec a[target="_blank"]::after {
  content: " ";
}
@media screen and (min-width:641px) {
  .wb-contents img {
    max-width: 920px;
  }
}
.wb-contents img {
  margin-bottom: 5px;
  padding: 0 3px;
}
.wb-contents p {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.8;
  font-size: 1.6rem;
  word-wrap: break-word;
  word-break: normal;
}
.wb-contents a {
  color: #302833;
}
.wb-contents a:hover, a:focus {
  color: #068388;
  text-decoration: none;
}
.wb-contents h1 {
  background-color: #001E43;
  /*height: 60px;*/
  padding: 17px 20px 3px;
  /*margin-bottom: 30px;*/
  color: #fff;
  font-size: 3.5rem;
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 15px;
}
.wb-contents h1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 40px solid transparent;
  border-left: 40px solid #A3AEBB;
  border-bottom: 40px solid transparent;
}
.wb-contents h2 {
  background-color: #A3AEBB;
  /*height: 50px;*/
  padding: 15px 20px 10px;
  margin: 30px 0;
  color: #302833;
  font-size: 3.0rem;
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 5px;
}
.wb-contents h1 a, h1 a:link {
  color: #fff;
}
.wb-contents h1 a:hover {
  color: #fff;
}
.wb-contents h1 a:visited {
  color: #fff;
}
.wb-contents h2::before {
  display: block;
  content: "";
  position: absolute;
}
.wb-contents h2 a, h2 a:link {
  color: #000;
}
.wb-contents h2 a:visited {
  color: #000;
}
.wb-contents h2 a:hover {
  color: #000;
}
.wb-contents h3 {
  /*background-color:#546598;*/
  margin: 20px 0 30px;
  padding: 10px 10px 6px;
  border-left: 10px solid #A3AEBB;
  color: #302833;
  font-size: 2.5rem;
  display: block;
  position: relative;
  font-weight: 600;
  background-color: #E0E4E8;
  line-height: 1.5;
}
.wb-contents h4 {
  position: relative;
  padding: 7px 10px 4px;
  margin: 20px 0;
  border-top: solid 2px #D6D6D6;
  border-left: 10px solid #D6D6D6;
  color: #302833;
  font-size: 2.0rem;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}
.wb-contents h5 {
  /*background-color:#546598;*/
  margin: 15px 0;
  padding: 6px 20px 4px;
  color: #302833;
  font-size: 1.8rem;
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
}
.wb-contents h6 {
  margin: 15px 0;
  padding: 6px 20px 4px;
  color: #302833;
  font-size: 1.8rem;
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
}
/*リストスタイル(番号なし)*/
.list_ul, .wb-contents ul {
  /* margin-left: .25em;*/
  margin-top: 10px;
  padding: 0 20px;
}
.list_ul > li, .wb-contents ul > li {
  line-height: 2;
  position: relative;
  padding: 0.6em 0 0.6em 1.2em;
  font-size: 1.6rem;
  border-bottom: solid 2px #F0F0EE;
}
.list_ul > li::before, .wb-contents ul > li::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #001E43;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  top: 1.3em;
  left: -0.1em;
}
.list_ul > li a, .wb-contents ul > li a {
  text-decoration: underline;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .list_ul > li a, .wb-contents ul > li a {
    transition: .3s;
  }
  .list_ul > li a:hover, .wb-contents ul > li a:hover {
    opacity: .7;
    text-decoration: none;
  }
}
/*リストスタイル(番号付き)*/
.list_ol, .wb-contents ol {
  counter-reset: num;
  margin-top: 10px;
  font-size: 1.6rem;
  padding: 0 20px;
}
.list_ol > li, .wb-contents ol > li {
  line-height: 2;
  position: relative;
  padding: 0.6em 0 0.6em 2em;
  border-bottom: solid 2px #F0F0EE;
}
.list_ol > li::before, .wb-contents ol > li::before {
  position: absolute;
  font-weight: bold;
  counter-increment: num;
  content: counter(num) "";
  left: -0.1em;
  top: 1.0em;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background: #001E43;
  padding: 6px 0;
  border-radius: 3px;
}
.list_ol > li a, .wb-contents ol > li a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .list_ol > li a, .wb-contents ol > li a {
    transition: .3s;
  }
  .list_ol > li a:hover, .wb-contents ol > li a:hover {
    opacity: .7;
    text-decoration: none;
  }
}
/*リストスタイル(マーク無し)*/
.mark-none .list_ul > li, .wb-contents .mark-none ul > li {
  padding: 0.6em 0 0.6em 0em;
}
.mark-none .list_ul > li::before, .wb-contents .mark-none ul > li::before {
  display: none;
}
.mark-none .list_ol > li, .wb-contents .mark-none ol > li {
  padding: 0.6em 0 0.6em 0em;
}
.mark-none .list_ol > li::before, .wb-contents .mark-none ol > li::before {
  display: none;
}
.wb-contents .mark-none li {
  padding: 0.6em 0 0.6em 0em !important;
}
.wb-contents .mark-none li::before {
  display: none !important;
}
.mark-none li {
  list-style-type: none;
}
/*リストスタイル(下線無し)*/
.mark-none .list_ul > li, .wb-contents .line-none ul > li {
  border-bottom: none !important;
}
.mark-none .list_ol > li, .wb-contents .line-none ol > li {
  border-bottom: none !important;
}
.wb-contents .line-none ul {
  border-bottom: none !important;
}
.wb-contents .line-none li {
  border-bottom: none !important;
}
.wb-contents .line-none ol {
  border-bottom: none !important;
}
/*リストスタイル(リスト内リスト：最後の項目から下線を消す)*/
.wb-contents ul li ul li:last-child, .wb-contents ol li ol li:last-child, .wb-contents ul li ol li:last-child, .wb-contents ol li ul li:last-child {
  border-bottom: none;
}
/* アイテムを並列に並べるためのクラス定義 */
.wb-contents .f_parallel2, .wb-contents .f_parallel3, .wb-contents .f_parallel4 { /* 共通的な定義（Flexボックスを使う） */
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.wb-contents .f_parallel2 > div, .wb-contents .f_parallel3 > div, .wb-contents .f_parallel4 > div { /* 共通的な定義（各アイテム） */
  box-sizing: border-box;
  margin: 10px;
  /*
  border: 1px solid #ccc;
  border-radius: 5px;
*/
}
.wb-contents .f_parallel2 > div img, .wb-contents .f_parallel3 > div img, .wb-contents .f_parallel4 > div img { /* 画像がはみ出ないように調整 */
  max-width: 100%;
}
.wb-contents .f_parallel2 > div { /* 2個並べる場合 */
  width: calc(50% - 20px);
}
.wb-contents .f_parallel3 > div { /* 3個並べる場合 */
  width: calc(33.3% - 20px);
}
.wb-contents .f_parallel4 > div { /* 4個並べる場合 */
  width: calc(24% - 20px);
}
@media screen and (max-width: 640px) { /* スマホ表示の場合 */
  .wb-contents .f_parallel2 > div, .wb-contents .f_parallel3 > div { /* スマホでは横に並べない場合*/
    width: calc(100% - 20px);
  }
  .wb-contents .f_parallel4 > div { /* スマホでは２列に並べる場合*/
    width: calc(48% - 20px);
  }
}
/* アイテムを並列に並べるためのクラス定義 ここまで*/
/* ボタンっぽいデザインのクラス定義 */
.wb-contents .f_button {
  text-align: center;
}
.wb-contents .f_button a {
  /*max-width: 285px;*/
  width: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 10px;
  padding: 0.8em 2em 0.8em 2.5em;
  text-align: center;
  font-weight: bold;
  color: #3F312B;
  background-color: #FFFFFF;
  border: 3px solid #FDE0A5;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
}
.wb-contents .f_button a::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #3F312B;
  border-right: solid 2px #3F312B;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 1.0em;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .wb-contents .f_button a:focus, .wb-contents .f_button a:hover {
    background-color: #FDE0A5;
    opacity: 1;
    /*  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 85%);IE非対応*/
  }
}
.wb-contents .f_button ul { /* リストを使ってボタンを並べることも想定 */
  display: grid;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  /*gap: 10px 20px;*/
  padding: 0;
  margin: 0;
}
.wb-contents .f_button ul li {
  list-style: none;
  border: none;
  padding: 0;
  margin: 10px;
}
.wb-contents .f_button ul > li::before {
  display: none;
}
.wb-contents .f_button ul li a {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 640px) { /* スマホでは横に並ばないようにする */
  .wb-contents .f_button ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  .wb-contents .f_button ul li {
    padding: 0;
   /* margin: 15px 30px;*/
  }
  .wb-contents .f_button ul li a {
    margin: 0;
    width: 100%;
  }
}
/* 表 */
.table, .wb-contents table {
  width: 96%;
  margin: 30px auto;
  border: 1px solid #C3C3C3;
  font-size: 1.6rem;
}
.table thead th, .wb-contents table thead th {
  background: #e4e4e4;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  border-right: 1px solid #C3C3C3;
}
.table tbody, .wb-contents table tbody {
  border-top: 1px solid #C3C3C3;
}
.table tbody tr, .wb-contents table tbody tr {
  border-bottom: 1px solid #C3C3C3;
  text-align: justify;
}
.table tbody th, .wb-contents table tbody th {
  font-weight: 600;
  background: #e4e4e4;
  font-size: 1.6rem;
  border-bottom: 1px solid #C3C3C3;
  vertical-align: middle;
  border-right: 1px solid #C3C3C3;
  /*width: 200px;*/
}
.table tbody td, .wb-contents table tbody td {
  /*background-color: #fff;*/
  border-right: 1px solid #C3C3C3;
  font-size: 1.6rem;
}
.table tbody td:last-child, .wb-contents table tbody td:last-child {
  border-right: none;
}
/*.table tbody td, .wb-contents table tbody td {
  background-color: #fff;
}*/
/*.table th, .table td, .wb-contents table th, .wb-contents table td {
  padding: .8em;
}*/
.wp-block-table > table {
  width: 100%;
  border-top: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  margin-top: 20px;
}
.wb-contents td, th {
  padding: 10px;
}
.wb-contents table {
  /*table-layout: fixed;*/
  line-height: 1.2;
  word-break: break-all;
  overflow-wrap: break-word;
}
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
@media (max-width: 768px) {
  .table th, .table td {
    width: 100%;
    display: block;
  }
  .wp-block-table {
    overflow-x: scroll;
  }
  .wp-block-table > table {
    width: 900px;
  }
}
/* == 表パーツ追加
---------------------------------- */
table.table_headline {
  margin: auto;
  width: 95%;
  border-collapse: collapse;
  border: 1px solid #C3C3C3;
  border-spacing: 0;
  margin-bottom: 1em;
}
table.table_headline tbody th {
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
}
/*@media screen and (max-width: 640px) {
  table.table_headline {
    width: auto;
  }
}*/
@media (min-width: 769px) {
  table.table_headline tbody th {
    vertical-align: middle;
    width: 200px;
    text-align: center;
  }
}
table.table_headline th:not(:first-child), table.table_headline td:not(:first-child) {
  border-left: 1px solid #C3C3C3;
}
table.table_headline td {
  border-top: 1px solid #C3C3C3;
  font-size: 1.6rem;
}
table.table_headline tbody th {
  font-weight: 600;
  background: #e4e4e4;
  border: 1px solid #C3C3C3;
}
/*.table_headline th, .table_headline td {
  padding: 0.8em;
}*/
/*行の背景色を交互にする start*/
.cross tbody tr:nth-child(odd) { /*奇数行*/
  background: #F4F4F4;
}
.cross tbody tr:nth-child(even) { /*偶数行*/
  background: #fff;
}
/* ==　表の横スクロール start
---------------------------------- */
.js-scrollable table {
  width: 100%;
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint-icon {
  position: absolute;
  top: calc(min(50%, 50vh) - 40px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-text {
  font-size: 1.0rem;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
@media screen and (max-width: 640px) {
  .js-scrollable table caption {
    text-align: left;
    max-width: calc(100vw - 5px);
  }
}
/*表の横スクロール end*/
/*202402　リスト余白等修正　ここから*/
/* ジャンルリスト・メニューリスト用class start */
.new_info_list {
  font-size: 1.4rem;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.new_info_list a:visited {
  color: #420000;
}
li.genrelist_contents {
  font-size: 1.4rem;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
li.genrelist_genre {
  font-size: 1.4rem;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
/* ジャンルリスト・メニューリスト用class end */
/*202402　リスト余白等修正　ここまで*/
/*BCC ADD END */
/*******************************************************スマートフォン用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 */
  /* --------------------------------------------------------------------- */
  /* 各ページ適用CSS ここから 
.wb-contents img{
	max-width: 920px;
}*/
  img {
    max-width: 100%;
    height: auto !important;
  }
  .wb-contents {
    background-color: #FFF;
    width: 100%;
    margin: 0 auto 50px auto;
    overflow-wrap: break-word;
  }
  .wb-contents table {
    /*table-layout: fixed;*/
    line-height: 1.2;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  .wb-contents .gsc-bcc table {
    table-layout: auto !important;
  }
  .header .head-logo-sec .head-title {
    display: inline-block;
    width: 159px;
    height: auto;
  }
  /* 各ページ適用CSS ここまで */
  .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: 30000 !important;
    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.2rem;
    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.2rem;
    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;
  }
  .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;
  }
  .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;
  }
  .wb-contents h1 {
    font-size: 3.0rem;
  }
  .wb-contents h2 {
    font-size: 2.5rem;
  }
  .wb-contents h3 {
    /*background-color:#546598;*/
    font-size: 2.0rem;
  }
  .wb-contents h4 {
    font-size: 1.8rem;
  }
  .wb-contents h5 {
    /*background-color:#546598;*/
    font-size: 1.6rem;
  }
  .wb-contents h6 {
    font-size: 1.6rem;
  }
  /* スマホ版リスト装飾 　ここから */
  .wb-contents ul {
    /*font-size: 1rem !important;*/
    overflow-wrap: break-word;
  }
  .wb-contents ol {
    /*font-size: 1rem !important;*/
    overflow-wrap: break-word;
  }
  .wb-contents li ul {
    margin: 0 0 0 1px;
    padding: 0;
  }
  .wb-contents li ol {
    margin: 0 0 0 1px;
    padding: 0;
  }
  .wb-contents li ul li {
    /*font-size: 1rem !important;*/
    margin: 0px 5px;
    /*padding: 0 !important;*/
  }
  .wb-contents li ol li {
    /* font-size: 1rem !important;*/
    margin: 0px 5px;
    /*padding: 0 !important;*/
  }
  /* スマホ版リスト装飾 　ここまで */
  /* アンケートページ対応 ここから*/
  .wb-contents textarea {
    width: 100%;
  }
  table.ENQTABLECLASS {
    width: 100%;
  }
  td.ENQINPUTCOLCLASS {
    float: left;
  }
  td.ENQTITLECOLCLASS {
    float: left;
  }
  /* アンケートページ対応 ここまで*/
  /* == スマホ版画像制御
---------------------------------- */
  img {
    max-width: 100%;
    height: auto !important;
  }
  /* == .youtube 動画対応 
---------------------------------- */
  .movie-wrap {
    position: relative;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
  }
  .movie-wrap iframe {
    width: 100% !important;
  }
  .movie-wrap embed {
    width: 100% !important;
  }
  /* == SP版 EnterPrize
---------------------------------- */
  #xp1 {
    width: 100% !important;
    margin: 0 auto 15px auto;
  }
  .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.4rem;
  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 */