.clearfix:after{ content:""; display:block; clear:both; }
.min{ font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.bfmin:before{ font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.gosic{ font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","メイリオ",sans-serif; }
.font_sans{ font-family:arial,sans-serif; }
.font_serif{ font-family:"Times New Roman",serif; }
.scroll-top{ position: fixed; right: 10px; bottom: -45px; width: 45px; height: 45px; z-index: 30; cursor: pointer; }
.scroll-top:before,.scroll-top:after{ content:""; position: absolute; top: 46%; width:48%; height:6%; background-color:#fff; }
.scroll-top:before{ left: 11%; transform: rotate(-45deg); }
.scroll-top:after{ right: 11%; transform: rotate(45deg); }
.sml{ font-size:0.85rem; line-height:200%; }
.addrz { margin:0; padding:0; display: flex; flex-flow: wrap; justify-content: flex-start; }
.addrz li { display: inline-block; margin:0 10px 0 0; padding: 0; }
.addrz a { text-decoration: underline; }
.menubtn{ position:relative; width:100%; height:100%; cursor:pointer; }
.menubtn:before,.menubtn:after{ content:""; position:absolute; left:23%; width:54%; height:6%; background-color:#222; }
.menubtn:before{ top:31%; }
.menubtn:after{ bottom:31%; }
.menubtn > div{ position:absolute; top:47%; left:23%; width:54%; height:6%; background-color:#222; }

.deftab { margin: 30px 0 0; width: 100%; line-height: 200%; }
.deftab th, .deftab td { padding: 10px 15px; border-width: 1px; border-style:solid; vertical-align:top; }
.deftab th{ text-decoration: none; font-weight:normal; background-color:#f5f5f5; }
.deftab thead th{ text-align:center; padding:0; line-height: 150%; }
.deftab tbody th{ vertical-align:top; text-align:left; }
.defcol2 th.th_left { width: 25%; }
.defcol2 td { width: 75%; }
.defcol3 th.th_left { width: 24%; }
.defcol3 td { width: 38%; }
.defcol4 th.th_left { width: 25%; }
.defcol4 td { width: 25%; }
.defcol5 th.th_left { width: 20%; }
.defcol5 td { width: 20%; }
.defcol8 th.th_left { width: 30%; }
.defcol8 td { width: 10%; text-align:center; }
.wrgrp { display: flex; flex-flow: row wrap; line-height: 200%; }
.nwgrp { line-height: 200%; }
.wrgrp > div { box-sizing: border-box; }
.nwgrp > div { box-sizing: border-box; }
.sbgrp { justify-content: flex-start; }
.sbgrp > div { margin-top: 20px; }
.phtgrp > div > div:first-of-type { margin-bottom: 5px; }
.phtgrp > div > div:first-of-type img { width: 100%; height: auto; }
.phtgrp > div > div.waku { padding: 3px; border: 1px solid #cccccc; }
.box04 { flex-basis: 50%; }
.box05 { flex-basis: 33.3%; }
.box06 { flex-basis: 50%; }
.grpcntr{ text-align: center; font-size: 0.9rem; line-height: 150%; }
.grdimg{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:10; }

@media screen and (max-width: 767px) {
  .deftab thead{ display:none; }
  .deftab th, .deftab td { display: block; padding: 5px 10px; width: 100%; border-top-width: 0; position: relative; }
  .deftab th.th_left { width: 100%; }
  .deftab tr:first-child th { border-top-width: 1px; }
  .defthdr th:before, .defthdr td:before{ content: attr(data-label); display: inline-block; float: left; text-align: left;
	padding-right: 15px; white-space: nowrap; font-weight:bold; }
}
@media screen and (max-width: 639px) {
  .sbgrp > div.box04 { margin-right:2%; flex-basis: 49%; }
  .sbgrp > div.box04:nth-of-type(2n){ margin-right:0; }
  .sbgrp > div.box05 { margin-right:2%; flex-basis: 32%; }
  .sbgrp > div.box05:nth-of-type(3n){ margin-right:0; }
  .sbgrp > div.box06 { margin-right:2%; flex-basis: 49%; }
  .sbgrp > div.box06:nth-of-type(2n){ margin-right:0; }
}
@media print,screen and (min-width: 640px) {
  .nwgrp { display: flex; flex-flow: row nowrap; }
  .box02 { flex-basis: 50%; }
  .box03 { flex-basis: 33.3%; }
  .box04 { flex-basis: 25%; }
  .box05 { flex-basis: 20%; }
  .box06 { flex-basis: 33.3%; }
  .sbgrp > div.box02 { margin-right:2%; flex-basis: 49%; }
  .sbgrp > div.box02:nth-of-type(2n){ margin-right:0; }
  .sbgrp > div.box03 { margin-right:2%; flex-basis: 32%; }
  .sbgrp > div.box03:nth-of-type(3n){ margin-right:0; }
  .sbgrp > div.box04 { margin-right:1.3%; flex-basis: 24%; }
  .sbgrp > div.box04:nth-of-type(4n){ margin-right:0; }
  .sbgrp > div.box05 { margin-right:1.2%; flex-basis: 19%; }
  .sbgrp > div.box05:nth-of-type(5n){ margin-right:0; }
  .sbgrp > div.box06 { margin-right:2%; flex-basis: 32%; }
  .sbgrp > div.box06:nth-of-type(3n){ margin-right:0; }
}
@media print,screen and (min-width: 768px) {
  .nv{ display:none; }
  .scroll-top{ bottom: -73px; width: 73px; height: 73px; }
}

