@charset "utf-8";
@import url(reset.css);

body {
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 95%;
	line-height: 1.5em;
}

/*-------------------------------- wrapper */
#wrapper{
/* 	width: 940px; */
  max-width: 940px;
	margin: 0px auto;
}

/*-------------------------------- header */
#headerWrapper{
	width: 100%;
	background: url(../images/header_bg.gif) top center no-repeat;



/*   border-top: 4px solid red; */
}
#header{
	position: relative;
  max-width: 940px;
	margin: 0px auto 13px;
}
#header #mhlw{
  padding-top: 13px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  #headerWrapper {
    background: none;
    border-top: 4px solid #59a700;
    border-bottom: 1px solid #E7E7E7;
  }
  #header #mhlw {
    padding-top: 8px;
    padding-left: 20px;
  }
}
#header #logo {
}
#header #logo a {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
#header #logo a:hover {
  color: #000000;
}
#header #logo span {
  padding-left: 8px;
  padding-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #header #logo {
    padding: 0 20px;
  }
  #header #logo a {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
  }
  #header #logo img {
    max-width: 80%;
    height: auto;
  }
  #header #logo span {
    margin-top: 10px;
    padding: 0;
  }
}

#header #shoulderWrpper {
  position: absolute;
  top: 0;
  right: 0;
}
#header #shoulder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header #searchWrapper{
  margin-top: 1px;
}
#header #search{
	font-size: 13px;
	line-height: 1em;
}
#header #search #searchform {
  display: flex;
}
#header #search #searchText{
}
#header #search #searchText input{
	width: 211px;	/* 215px */
	height: 17px;	/* 23px */
  margin: 0 2px;
	border: 1px solid #7BB000;
	padding: 2px;
	font-size: 13px;
	line-height: 1em;
	color: #666666;
}
#header #search #searchSubmit{
}
#header #fontsizeWrapper{
  margin-left: 25px;
  margin-right: 4px;
}
#header #fontsize{
	box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
}
#header #fontsize span {
  margin-right: 4px;
  font-size: 12px;
  color: #ffffcc;
}
#header #fontsize .fontsize_s,
#header #fontsize .fontsize_m,
#header #fontsize .fontsize_l{
	width: 38px;
	height: 24px;
	padding: 0px 4px 0px 4px;
	text-indent: -9999px;
	overflow: hidden;
}
#header #fontsize .fontsize_s{
	background: url(../images/fontsize_s.jpg) 4px -24px no-repeat;
}
#header #fontsize .fontsize_m{
	background: url(../images/fontsize_m.jpg) 4px 0px no-repeat;
}
#header #fontsize .fontsize_l{
	background: url(../images/fontsize_l.jpg) 4px 0px no-repeat;
}
#header #headerMenu{
  margin-top: 9px;
	text-align: right;
	font-size: 13px;
	line-height: 1em;
}
#header #headerMenu ul{
	letter-spacing: -0.4em;
	margin: 0px;
}
#header #headerMenu li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 13px;
	padding: 2px 16px 2px 2px;
	margin: 0px;
	line-height: 1em;
	border-left: 1px dotted #999999;
}
#header #headerMenu li a{
	color: #000000;
	text-decoration: none;
}
#header #headerMenu li a:hover{
	text-decoration: underline;
}
#header #headerMenu li img{
	padding: 0px 6px 0px 12px;
}
#header #headerMenu li.hm01{
	border: none;
}
@media only screen and (max-width: 767px) {
  #header #shoulderWrpper {
    display: none;
  }
}


/*-------------------------------- menu */
@media only screen and (min-width: 768px) {
#menu{
/* 	width: 940px; */
  max-width: 940px;
	height: 42px;
	margin: 0px auto;
}
#menu > ul {
  display: flex;
}
#menu > ul > li {
  flex-basis: 100%;
}
#menu > ul > li > .bar > a {
  display: block;
  box-sizing: border-box;
  height: 42px;
  background: rgb(136,215,2);
  background: linear-gradient(0deg,
    rgba(122, 197, 2, 1) 0%,
    rgba(107,184,1,1) 10%,
    rgba(90,167,0,1) 35%,
    rgba(100,177,0,1) 54%,
    rgba(136,215,2,1) 100%
  );
  border: 1px solid #489701;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 12px;
  color: #ffffcc;
}
#menu > ul > li:not(:last-child) > .bar > a {
  border-right: none;
}
#menu > ul > li:first-child > .bar > a {
  border-radius: 6px 0 0 6px;
}
#menu > ul > li:last-child > .bar > a {
  border-radius: 0 6px 6px 0;
}
#menu > ul > li > .bar > a > * {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1px;
  border: 1px solid #88d702;
}
#menu > ul > li > .bar > a > .shrink {
  display: none;
}
#menu .level--second .level--third {
  display: none;
}
#menu > ul > li:not(:first-child) > .bar > a > * {
  border-left: none;
}
#menu > ul > li:first-child > .bar > a > * {
  border-radius: 5px 0 0 5px;
}
#menu > ul > li:last-child > .bar > a > * {
  border-radius: 0 5px 5px 0;
}
#menu > ul > li > .bar > a > * > * {
  position: relative;
  top: -2px;
}
#menu > ul > li > .bar > a:hover {
  background: rgb(235, 236, 218);
  background: linear-gradient(0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 236, 218, 1) 50%,
    rgba(215, 220, 188, 1) 100%
  );
  border-color: #acae69;
  text-shadow: none;
  color: #3b0606;
}
#menu > ul > li > .bar > a:hover > * {
  border-color: #fefdfa;
}
#menu > ul > li > .bar > a:hover > *::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3px;
  right: 3px;
  display: block;
  width: auto;
  height: 2px;
  background-color: #da6002;
  border-radius: 2px;
}
#menu div.dropdown{
	display: none;
	position: absolute;
	z-index: 1000;
	width: 300px;
	padding: 10px 10px 5px;
	border: #010 solid 1px;
	background: #003300;
	opacity: 0.7;
}
#menu div.dropdown.is-open {
  display: inherit;
}
#menu li.menu_speciality div.dropdown,
#menu li.menu_case div.dropdown{
	right: 0;
}
#menu div.dropdown a{
	text-decoration: none;
	color: #ffc;
}
#menu div.dropdown ul{
	margin-left: 1.2em;
	color: #ffc;
}
#menu div.dropdown li{
	margin: 0 0 5px;
	list-style: disc;
}
}
@media only screen and (max-width: 767px) {
  html {
/*     height: -webkit-fill-available; */
  }
/*   #menuWrapper {
    background-color: pink;
    min-height: calc(100vh);
    min-height: calc(var(--vh, 1vh) * 100);
  } */
  html.is-hamburger {
    height: calc(var(--vh, 1vh) * 100);
  }
  #menu{
    transform: translateX(100vw);
    transition: all .3s linear;
/*     font-size: 95%; */
  }
  html.is-hamburger #menu {
    transform: translateX(0);
  }
  html.is-hamburger body {
    width: 100%;
/*     height: 100%; */
    min-height: calc(100vh);
    min-height: calc(var(--vh, 1vh) * 100);
    position: fixed;
  }
  #menu {
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
/*     height: calc(100vh - 50px); */
/*     height: calc(var(--vh, 1vh) * 100 - 50px); */
    height: calc(100vh);
/*     min-height: calc(100vh); */
    height: calc(var(--vh, 1vh) * 100);
    margin-top: 50px;
    background-color: rgba(235, 235, 222, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
/*     font-size: 120%; */
    color: #000;

/*     min-height: calc(100vh - 50px);
    min-height: -webkit-fill-available; */
  }
  #menu a {
    text-decoration: none;
    color: #000;
  }
  #menu div.dropdown {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #menu > ul {
/*     background-color: pink; */
    padding-bottom: 200px;
  }

  #menu ul.level--first > li {
    position: relative;
  }
  #menu ul.level--first > li > .bar {
    display: flex;
    border-bottom: 1px solid #D2D2B5;
  }
  #menu ul.level--first > li > .bar > a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px 10px;

  }
  #menu ul.level--first > li > .bar > .shrink {
    padding: 20px 10px;
    padding-right: 0;
  }
  #menu ul.level--first > li > .bar > .shrink > span{
/*     content: ''; */
    display: block;
    width: 30px;
    height: 30px;
/*     margin-right: 10px; */
/*     margin-top: 20px; */
    background-image: url(../images/icon/square-minus_acae69.svg);

/*     font-size: 140%; */
  }

  #menu ul.level--first > li > .bar > a::after {
    content: '';
    width: 1.0em;
    height: 1.0em;
    margin-right: 0.5em;
    margin-left: auto;
    background-image: url(../images/icon/caret-right_59a700.svg);
    font-size: 140%;
  }
  #menu ul.level--second {
    padding: 10px 0;
  }
  #menu ul.level--second > li {
    position: relative;
    padding: 0.5em 0;
/*     padding-left: 1.8em; */
    padding-left: 2.0em;
  }
  #menu ul.level--second > li:not(:last-child) {
    border-bottom: 1px solid #D2D2B5;
  }
  #menu ul.level--second > li > a::before {
    content: '';
    position: absolute;
/*     top: 0.7em; */
    top: 0.55em;
    left: 0.5em;
    width: 1.0em;
    height: 1.0em;
/*     background-image: url(../images/icon/caret-right_59a700.svg); */
    background-image: url(../images/icon/caret-right_525232.svg);
    font-size: 18px;
  }
  #menu ul.level--third {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    margin-left: 0;
  }
  #menu ul.level--third > li {
    padding: 5px 3px;
    color: #ffe;
  }
  #menu ul.level--third > li > a {
    display: block;
    padding: 4px 10px;
    border-radius: 0.5em;
/*     background-color: rgba(88, 167, 0, 0.8); */
/*     color: #ffe; */


    background-color: #EBEBDE;
    border: 1px solid #D2D2B5;
  }
  #menu .dropdown > ul.level--third {
    padding: 10px 30px;
  }

  #menu .dropdown {
    transition: all .3s linear;
  }

  #menu ul.level--first > li.is-shrink > .bar > .shrink > span {
    background-image: url(../images/icon/square-plus_acae69.svg);
  }
  #menu ul.level--first > li.is-shrink > .dropdown {
    height: 0;
  }

  .menu-1-1-0 .menu-1-1-0 > a ,
  .menu-1-2-0 .menu-1-2-0 > a ,
  .menu-1-3-0 .menu-1-3-0 > a ,
  .menu-1-4-0 .menu-1-4-0 > a ,
  .menu-2-1-0 .menu-2-1-0 > a ,
  .menu-3-1-0 .menu-3-1-0 > a ,
  .menu-3-2-0 .menu-3-2-0 > a ,
  .menu-3-3-0 .menu-3-3-0 > a ,
  .menu-3-4-0 .menu-3-4-0 > a ,
  .menu-4-1-0 .menu-4-1-0 > a ,
  .menu-4-2-0 .menu-4-2-0 > a ,
  .menu-5-1-0 .menu-5-1-0 > a ,
  .menu-5-2-0 .menu-5-2-0 > a {
    color: #59A700 !important;
  }
  .menu-1-1-0 .menu-1-1-0 > a::before ,
  .menu-1-2-0 .menu-1-2-0 > a::before ,
  .menu-1-3-0 .menu-1-3-0 > a::before ,
  .menu-1-4-0 .menu-1-4-0 > a::before ,
  .menu-2-1-0 .menu-2-1-0 > a::before ,
  .menu-3-1-0 .menu-3-1-0 > a::before ,
  .menu-3-2-0 .menu-3-2-0 > a::before ,
  .menu-3-3-0 .menu-3-3-0 > a::before ,
  .menu-3-4-0 .menu-3-4-0 > a::before ,
  .menu-4-1-0 .menu-4-1-0 > a::before ,
  .menu-4-2-0 .menu-4-2-0 > a::before ,
  .menu-5-1-0 .menu-5-1-0 > a::before ,
  .menu-5-2-0 .menu-5-2-0 > a::before {
    background-image: url(../images/icon/caret-right_59a700.svg) !important;
  }
  .menu-1-2-1 .menu-1-2-1 > a ,
  .menu-1-2-2 .menu-1-2-2 > a ,
  .menu-1-3-1 .menu-1-3-1 > a ,
  .menu-1-3-2 .menu-1-3-2 > a ,
  .menu-1-3-3 .menu-1-3-3 > a ,
  .menu-2-1-1 .menu-2-1-1 > a ,
  .menu-2-1-2 .menu-2-1-2 > a ,
  .menu-2-1-3 .menu-2-1-3 > a ,
  .menu-2-1-4 .menu-2-1-4 > a ,
  .menu-2-1-5 .menu-2-1-5 > a ,
  .menu-2-1-6 .menu-2-1-6 > a ,
  .menu-2-1-7 .menu-2-1-7 > a ,
  .menu-2-1-8 .menu-2-1-8 > a ,
  .menu-2-1-9 .menu-2-1-9 > a ,
  .menu-2-1-10 .menu-2-1-10 > a ,
  .menu-2-1-11 .menu-2-1-11 > a ,
  .menu-2-1-12 .menu-2-1-12 > a ,
  .menu-3-3-1 .menu-3-3-1 > a ,
  .menu-3-3-2 .menu-3-3-2 > a ,
  .menu-3-3-3 .menu-3-3-3 > a ,
  .menu-3-3-4 .menu-3-3-4 > a {
    background-color: rgba(88, 167, 0, 0.8) !important;
    color: #ffe !important;
  }
  body[class^="menu-1"] .menu-1-0-0 .dropdown {
/*     outline: 2px solid red; */
/*     display: none; */
/*     height: 0; */
  }
}
@media only screen and (min-width: 768px) {
  .menu--button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu--button {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90px;
    height: 50px;
    box-sizing: border-box;
/*     padding-left: 10px; */
    padding-right: 20px;
    background-color: #59A700;
    border-bottom-left-radius: 40px;
    transition: all .3s linear;
    z-index: 2;
  }
  .menu--button span ,
  .menu--button span::before ,
  .menu--button span::after {
    content: '';
    position: absolute;
    display: block;
/*     margin-left: 20px; */
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all .15s linear;
  }
  .menu--button span::before {
    top: -10px;
  }
  .menu--button span::after {
    top: 10px;
  }
  .is-hamburger .menu--button {
    width: 100%;
    border-bottom-left-radius: 0;
  }
  .is-hamburger .menu--button span {
    background-color: transparent;
  }
  .is-hamburger .menu--button span::before {
    top: 0;
    transform: rotate(-45deg);
  }
  .is-hamburger .menu--button span::after {
    top: 0;
    transform: rotate(45deg);
  }
}




/*-------------------------------- breadcrumbs */
#breadcrumbs{
	clear: both;
/* 	width: 940px; */
  max-width: 940px;
	margin: 12px 0px 10px 5px;
	font-size: 86%;
	border-left: 4px solid #59A700;
}
#breadcrumbs ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
	line-height: 1em;
	height: 1em;
}
#breadcrumbs ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs {
    margin: 0;
    padding: 10px 20px;
    border-left: none;
    border-bottom: 1px solid #E7E7E7;
  }
  #breadcrumbs ul {
    height: initial;
    padding: 0;
  }
  #breadcrumbs ul li {
    margin: 0.25em 0;
  }
}


/*-------------------------------- sidemenu */
#sidemenu{
	float: left;
	width: 200px;
}
#sidemenu #sidetitle{
	width: 200px;
	height: 62px;
	padding-bottom: 4px;
}
#sidemenu ul{
	width: 198px;
	margin: 0 0 4px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
#sidemenu li{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 198px;
}
#sidemenu li a{
	color: #000000;
	text-decoration: none;
}


#sidemenu li.submenu1{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 1px;
}
#sidemenu li.submenu1 a, #sidemenu li.submenu1 span{
	display: block;
	width: 164px;	/* 198px */
	padding: 12px 10px 10px 24px;
	overflow: hidden;
	background: url(../images/submenu1_bg.jpg) 0 0 no-repeat;
}
#sidemenu li.sep1{
	border-bottom: 1px dotted #999;
}
#sidemenu li.last1{
	border-bottom: 1px dotted #999;
}

#sidemenu li.submenu2{
	font-size: 13px;
	line-height: 1.3em;
	padding: 4px 0px 0px 0px;
}
#sidemenu li.submenu2 a, #sidemenu li.submenu2 span{
	display: block;
	width: 160px;	/* 198px */
	padding: 5px 10px 5px 28px;
	overflow: hidden;
	background: url(../images/submenu2_bg.gif) 0 0 no-repeat;
}
#sidemenu li.sep2{
	border-bottom: 1px dotted #999;
	padding-bottom: 4px;
}
#sidemenu li.last2{
	padding-bottom: 4px;
}

#sidemenu li.submenu3{
	font-size: 13px;
	line-height: 1.3em;
	padding: 4px 0px 0px 0px;
}
#sidemenu li.submenu3 a{
	display: block;
	width: 151px;	/* 198px */
	padding: 6px 10px 2px 37px;
	overflow: hidden;
	background: url(../images/submenu3_bg.gif) 0 0 no-repeat;
}
#sidemenu li.sep3{
	border-bottom: 1px dotted #999;
	padding-bottom: 14px;
}
#sidemenu li.last3{
	padding-bottom: 14px;
}

#sidemenu li a:hover{
	background-position: 0px -100px;
}
@media only screen and (max-width: 767px) {
  #sidemenu {
    display: none;
  }
}

#slider_prev{
	margin: 0px 0px 4px 0px;
}
#slider_next{
	margin: 4px 0px 0px 0px;
}

/*-------------------------------- contents */
#contents{
	float: right;
	width: 716px;
}
@media only screen and (max-width: 767px) {
  #contents{
    float: initial;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 20px;
  }
  #contents img {
    max-width: 100%;
    height: auto;
  }
}

/*-------------------------------- basic settings */
h1{
	font-size: 171%;
	margin: 10px 0 20px 0;
	line-height: 1.3em;
	background: url(../images/h1_bg.gif) 0 0 no-repeat;
	padding: 1px 0px 0px 18px;
}
h1 .h1sub{
	font-size: 78%;
}
@media only screen and (max-width: 767px) {
  h1 {
    display: flex;
    flex-direction: column;
  }
  h1 img {
    order: 2;
  }
  h1 img.imgR ,
  .image img.imgR {
    float: none;
    margin: 0 auto;
  }
  .image {
    margin-bottom: 1.0em;
    text-align: center;
  }
}
h2{
	font-size: 140%;
	font-weight: bold;
	color: #663300;
	margin: 2px 0 18px 0;
	padding: 0px 0px 4px 18px;
	line-height: 1.3em;
	background: url(../images/h2_bg.gif) 0 6px no-repeat;
}
h2 .h2sub{
	font-size: 86%;
}
h3{
	font-size: 115%;
	font-weight: bold;
	margin: 0 16px 1.3em;
	padding: 4px 0 1px 8px;
	line-height: 1.3em;
	background-color:#DBE6CC;
}
h3 .h3sub{
	font-size: 86%;
}
h4{
	font-size: 100%;
	font-weight: bold;
	margin: 0 16px 0.5em;
	padding: 2px 4px 0 0;
	border-bottom:1px solid #CCC;
}
p{
	margin: 0 16px 1.5em;
	line-height: 1.8em;
	font-size: 95%;
}
p.mb0{
	margin-bottom: 0px;
}

.indent{
	padding-left: 20px;
}

ul.list1{
	margin: 0 16px 1.5em;
}
ul.list1 li{
	list-style: none;
	background: url(../images/list1_bg.gif) 7px 9px no-repeat;
	padding: 0 0 0.8em 22px;
	line-height: 1.8em;
	font-size: 95%;
}

ul.list2{
	margin: 0 16px 0 1.5em;
}
ul.list2 li{
	list-style: none;
	background: url(../images/list2_bg.gif) 5px 10px no-repeat;
	padding: 0.2em 0 0.2em 16px;
	line-height: 1.5em;
	font-size: 95%;
}

ul.list3{
	margin: 0 16px 0 1.5em;
	font-size: 90%;
}
ul.list3 li{
	list-style: none;
	background: url(../images/list1_bg.gif) 5px 10px no-repeat;
	padding: 0.2em 0 0.2em 16px;
	line-height: 1.5em;
	font-size: 90%;
}

ol{
	margin: 0 16px 1em 60px;
	list-style: decimal;
}
ol li{
	background: none;
	margin: 0.2em 0 1em 0.5em;
	padding: 0px;
	list-style: decimal;
	line-height: 1.5em;
	font-size: 95%;
}

ol.olist1{
	margin: 0 16px 0.5em 1.5em;
	list-style: decimal;
}
ol.olist1 li{
	background: none;
	margin: 0.2em 0 0.5em 0.5em;
	padding: 0px;
	list-style: decimal;
	line-height: 1.5em;
}

hr{
	clear: both;
	margin: 26px 0px 30px 0px;
	padding: 0px;
	border: none;
	border-bottom: 1px solid #E7E7E7;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

table{
	margin: 0px auto 1.8em auto;
	width: 95%;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #8CB15F;
}
table tr th{
	background-color: #F1F5EB;
	text-align: center;
	vertical-align: middle;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: bold;
	color: #306000;
	border: 1px solid #8CB15F;
	padding: 4px 12px;
	white-space: nowrap;
}
table tr td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: normal;
	color: #000000;
	border: 1px solid #8CB15F;
	padding: 4px 8px;
}
@media only screen and (max-width: 767px) {
  table tr th{
    white-space: initial;
  }
}
table.tbl-plain{
	margin: 0px auto 1.8em auto;
	width: 90%;
	background-color: #FFFFFF;
	text-align: left;
	border: none;
}
table.tbl-plain tr th{
	text-align: center;
	vertical-align: middle;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: bold;
	padding: 4px 12px;
	white-space: nowrap;
	border: none;
}
table.tbl-plain tr td{
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: normal;
	padding: 4px 8px;
	border: none;
}
table.tbl-plain tr td:first-child {
  width: 1.0em;
}
@media only screen and (max-width: 767px) {

}

.noteBox{
	border: 3px solid #8CB15F;
	background-color: #F1F5EB;
	padding: 10px;
	margin: 0 0 1.8em 0;
}
.noteBox h2{
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 13px 18px;
	border: none;
	background: url(../images/noteBox_h2_bg.gif) 0 5px no-repeat;
	line-height: 1.3em;
}
.noteBox h3{
	font-size: 100%;
	font-weight: bold;
	margin: 0 10px 0.4em;
	padding: 4px 0 1px 8px;
	line-height: 1.3em;
	background-color: none;
}
.noteBox ul{
	letter-spacing: -0.4em;
	margin: 0px 0px 1em 24px;
}
.noteBox ul li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 95%;
	padding: 2px 24px 2px 2px;
	margin: 0px;
	line-height: 1em;
}
.noteBox ul li img{
	padding: 0 4px 0 0;
}

.noteBox2{
	border: 3px solid #80C4C1;
	background-color: #EBF4F1;
	padding: 10px;
	margin: 0 0 1.8em 0;
	color: #0C4B46;
}
.noteBox2 h2{
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 13px 18px;
	border: none;
	background: url(../images/noteBox_h2_bg.gif) 0 5px no-repeat;
	/*background-image: none;*/
	line-height: 1.3em;
}
.noteBox2 h3{
	font-size: 100%;
	font-weight: bold;
	margin: 0 10px 0.4em;
	padding: 4px 0 1px 8px;
	line-height: 1.3em;
	background-color: none;
}
.noteBox2 ul{
	letter-spacing: -0.4em;
	margin: 0px 0px 1em 24px;
}
.noteBox2 ul li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 95%;
	padding: 2px 24px 2px 2px;
	margin: 0px;
	line-height: 1em;
}
.noteBox2 ul li img{
	padding: 0 4px 0 0;
}

.linkbox{
	width: 716px;
	margin: 0px auto;
	padding: 18px 0px 16px 0px;
	text-align: center;
}
.linkbox ul{
	letter-spacing: -0.4em;
	margin: 0px;
}
.linkbox ul li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 13px;
	padding: 6px 12px 6px 19px;
	margin: 0px 8px;
	line-height: 1em;
	border: 1px solid #469600;
	font-weight: bold;
	font-size: 100%;
	background: url(../images/linkbox_bg.jpg) top left;
}
.linkbox li a{
	color: #FFFFCC;
	text-decoration: none;
}
.linkbox li a:hover{
	text-decoration: underline;
}


.category_menu{
	display: block;
	font-weight: bold;
	padding-bottom: 6px;
}

.btnS{ width:100px; height: 30px; }
.btnM{ width:260px; height: 30px; }
.btnL{ width:420px; height: 30px; }

/*--------------------------------	pagetop */
#pagetopWrapper{
	clear: both;
	margin-top: 20px;
/* 	height: 26px; */

/* 	background: url(../images/pagetopWrapper_bg.gif) repeat-x; */
  border-bottom: 1px solid #D2D2B5;
}
#pagetopWrapper #pagetop{
	display: block;
/* 	width: 159px;*/	/* 940px */
/* 	padding-left: 781px; */
/* 	height: 26px; */
  max-width: 940px;
  margin: 0 auto;
  text-align: right;
/* 	margin: 0px auto; */
}
#pagetopWrapper #pagetop a {
	display: inline-block;
/* 	width: 149px; */
/* 	height: 26px; */
/* 	text-indent: -9999px; */
  display: inline-flex;
  justify-content: center;
  margin-bottom: -1px;
  margin-right: 10px;
  padding: 6px 12px;
  background-color: #EBEBDE;
  border-radius: 5px 5px 0 0;
  border: 1px solid #D2D2B5;
  border-bottom: none;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
	color: #525232;
/* 	overflow: hidden; */
/* 	background: url(../images/pagetop.gif); */
}
#pagetopWrapper #pagetop a img {
  width: 1.0em;
  height: auto;
  margin-left: 5px;
}
#pagetopWrapper #pagetop a:hover{
	/*background-position: 0px -25px;*/
}


/*--------------------------------	footer1 */
#footer1Wrapper{
	width: 100%;
	background-color: #EBEBDE;
	border-bottom: 1px solid #D2D2B5;
	font-size: 13px;
	line-height: 1em;
}
#footer1Wrapper #footer1{
/* 	width: 940px; */
  max-width: 940px;
	margin: 0px auto;
	padding: 18px 0px 16px 0px;
	text-align: center;
}
#footer1Wrapper #footer1 ul{
	letter-spacing: -0.4em;
	margin: 0px;
}
#footer1Wrapper #footer1 li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 13px;
	padding: 2px 12px 2px 2px;
	margin: 0px;
	line-height: 1em;
}
#footer1Wrapper #footer1 li a{
	color: #000000;
	text-decoration: none;
}
#footer1Wrapper #footer1 li a:hover{
	text-decoration: underline;
}
#footer1Wrapper #footer1 li img{
	padding: 0px 4px 0px 0px;
}

/*--------------------------------	footer2 */
/*
#footer2Wrapper{
	width: 100%;
	background-color: #EBEBDE;
	border-top: 1px solid #FFFFFF;
	font-size: 13px;
	line-height: 1em;
}
*/
#footer2Wrapper{
	width: 100%;
	background-color: #EBEBDE;
	border-bottom: 1px solid #D2D2B5;
	font-size: 13px;
	line-height: 1em;
}
#footer2Wrapper #footer2{
/* 	width: 940px; */
  max-width: 940px;
	margin: 0px auto;
	padding: 18px 0px 16px 0px;
	text-align: center;
}
#footer2Wrapper #footer2 ul{
	letter-spacing: -0.4em;
	margin: 0px;



}
#footer2Wrapper #footer2 li {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 13px;
	padding: 2px 12px 2px 2px;
	margin: 0px;
	line-height: 1em;
}
#footer2Wrapper #footer2 li a{
	color: #000000;
	text-decoration: none;
}
#footer2Wrapper #footer2 li a:hover{
	text-decoration: underline;
}
#footer2Wrapper #footer2 li img{
	padding: 0px 4px 0px 0px;
}
@media only screen and (max-width: 767px) {
  #footer2Wrapper #footer2 ul{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #footer2Wrapper #footer2 li {
    margin: 8px 0;
    font-size: 14px;
  }
}

#reproduction {
  text-align: center;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #reproduction {
    font-size: 14px;
  }
}
/*--------------------------------	footer3 */
#footer3Wrapper{
	width: 100%;
	background-color: #59A700;
	font-size: 13px;
	line-height: 1em;
}
#footer3Wrapper #footer3{
/* 	width: 940px; */
  max-width: 940px;
	margin: 0px auto;
	padding: 20px 0px 80px 0px;
	text-align: center;
}
#footer3Wrapper #footer3 p#copyright{
	text-align: center;
	color: #FFFFCC;
	font-size: 12px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ リンクカラー */
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #C30;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: underline;
}
/*+++++++++++++++++++++++++++++++++++++++++++ フォントサイズ*/
.x-small {
	font-size:x-small;
	line-height:150%;
}
.small {
	font-size:small;
	line-height:150%;
}
.medium {
	font-size:medium;
	line-height:150%;
}
.large {
	font-size:large;
	line-height:150%;
}
.x-large {
	font-size:x-large;
	line-height:150%;
}
.xx-large {
	font-size:xx-large;
	line-height:150%;
}
/*+++++++++++++++++++++++++++++++++++++++++++ レイアウト */
.clear { clear:both; }
.texCenter { text-align:center; }
.texLeft { text-align:left; }
.texRight { text-align:right; }
.weightNormal { font-weight:normal }
.floatL { float:left; }
.floatR { float:right; }
.photoL {
	float:left;
	margin:0 1em 1em 0;
}
.photoR {
	float:right;
	margin:0 0 1em 1em;
}
.photoFrame {
	border:1px solid #CCCCCC;
	padding:3px;
	background-color:#FFFFFF;
}
.imgL {
	float:left;
	margin:0 10px 1em 0;
}
.imgR {
	float:right;
	margin:0 0 1em 10px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ フォントカラー */
.grey { color:#999999; }
.red { color:#CC0000; }
/*+++++++++++++++++++++++++++++++++++++++++++ 余白 */
.mt0 { margin-top:0; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mb0 { margin-bottom:0; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mr0 { margin-right:0; }
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }
.mr40 { margin-right:40px; }
.mr50 { margin-right:50px; }
.ml0 { margin-left:0; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }
.ml40 { margin-left:40px; }
.ml50 { margin-left:50px; }
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*+++++++++++++++++++++++++++++++++++++++++++ common etc. */
.navArrow{
	padding: 0px 16px;
}
.navArrow img{
	padding-right: 4px;
}

ul.ul-normal01{
	margin: 0px 0px 30px 16px;
}
ul.ul-normal01 li{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 30px;
	padding: 3px 0px 3px 3px;
}


#floatPanel ,
#floatPanel * {
  box-sizing: border-box;
}
#floatPanel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
}
#floatPanel .wrapper {
  display: flex;
  justify-content: space-between;
/*   width: 940px; */
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  #floatPanel .wrapper {
    display: block;
  }
}
#floatPanel .panel {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  background-color: #EBEBDE;
  border: 1px solid #D2D2B5;
  border-radius: 4px;
  text-decoration: none;
}
#floatPanel .panel .head ,
#floatPanel .panel .body ,
#floatPanel .panel .foot {
  flex-shrink: 0;
  white-space: nowrap;
}
#floatPanel .panel .head {
}
#floatPanel .panel .head h2 {
  display: flex;
  margin: 0;
  padding: 0;
  background-image: none;
}
#floatPanel .panel .head h2 .icon {
  width: 1.4em;
  margin-right: 0.7em;
}
#floatPanel .panel .head h2 .label {}
#floatPanel .panel .body {
  font-size: 125%;
}
#floatPanel .panel .body p {
  margin: 0;
}
#floatPanel .panel .foot {
  width: 120px;
}
#floatPanel .panel .foot img {
  width: 100%;
}
#floatPanel .close {
  position: relative;
  flex-grow: 0;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  padding: 0 1.0em;
}
#floatPanel .close a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
#floatPanel .close a::before,
#floatPanel .close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#floatPanel .close a::after {
  transform: rotate(-45deg);
}
#floatPanel .close a span {
  display: none;
}
@media only screen and (max-width: 767px) {
  #floatPanel .wrapper {
    padding: 10px;
  }
  #floatPanel .panel {
    flex-wrap: wrap;
    padding: 10px;
  }
  #floatPanel .panel .head {
    flex-basis: 100%;
    margin-bottom: 4px;
  }
  #floatPanel .panel .head h2 {
    font-size: 100%;
  }
  #floatPanel .panel .body {
    flex-basis: 60%;
    white-space: normal;
    font-size: 100%;
  }
  #floatPanel .panel .body p {
    line-height: 1.4;
  }
  #floatPanel .panel .foot {
    flex-basis: 40%;
  }
  #floatPanel .close {
    padding: 0;
    width: 30px;

    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
  }
  #floatPanel .close a::before,
  #floatPanel .close a::after {
    margin-top: -2px;
    margin-left: 2px;
    width: 26px;
  }
}


body.floatPanelOn #floatPanel {
  display: block;
  animation-name: slideup;
  animation-duration: 1s;
}
body.floatPanelOn #footer3Wrapper #footer3 {
  padding-bottom: 200px;
}
@keyframes slideup {
  from {
    opacity: 0.5;
    transform: translateY(100%);
  }
  to {
    opacity: 1.0;
    transform: translateY(0);
  }
}





