@charset "UTF-8";
/* line 5, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 13, ../scss/layout.scss */
body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "I-OTF-UDゴ本文Pro R";
}
/* line 18, ../scss/layout.scss */
body div#top.wrap {
  /*============================
  #top ↓
  ============================*/
  border-top: 10px solid #1a8a00;
  background: url(/images/bgBodyTop.gif) repeat-x 0 top;
}
/* line 25, ../scss/layout.scss */
body div#top.wrap div.header {
  /*============================
  ヘッダー ↓
  ============================*/
  background: url(/images/bgBodyHeader.png) no-repeat right top;
  width: 1100px;
  margin: 0 auto;
}
/* line 32, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner {
  width: 960px;
  height: 196px;
  margin: 0 auto;
  position: relative;
}
/* line 37, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner h1 {
  width: 350px;
  float: left;
  margin-top: 80px;
}
/* line 42, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 47, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner div.infoHead {
  width: 410px;
  float: right;
  margin-top: 45px;
}
/* line 55, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner div.infoHead p.infoHead_text {
  text-align: center;
  font-weight: bold;
}
/* line 61, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner div.btn_members p {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 65, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner div.btn_members p a {
  display: block;
  padding: 5px 30px 10px;
  color: #fff;
  text-decoration: none;
  font-family: "F+UD-スーラ DB";
  font-weight: bold;
  background: #1a8a00;
  letter-spacing: 2px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
/* line 75, ../scss/layout.scss */
body div#top.wrap div.header div.headerInner div.btn_members p a:hover {
  background: #ff8000;
}
/* line 84, ../scss/layout.scss */
body div#top.wrap div.mainVisual {
  /*============================
  メインビジュアル ↓
  ============================*/
  background: url(/images/bgIllust_Topcatdog.png) no-repeat center center;
  padding-top: 10px;
}
/* line 90, ../scss/layout.scss */
body div#top.wrap div.mainVisual div.mainVisualInner {
  background: url(/images/bgTopVisual.png) no-repeat 0 0;
  width: 960px;
  height: 353px;
  margin: 0 auto 30px;
  padding: 0;
}
/* line 105, ../scss/layout.scss */
body div#top.wrap div.contents {
  /*============================
  コンテンツ ↓
  ============================*/
  background: url(/images/bgIllust_bird.png) no-repeat 17% bottom;
}
/* line 110, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner {
  padding-bottom: 150px;
  width: 960px;
  margin: 0 auto;
}
/* line 114, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea {
  margin-bottom: 20px;
  font-size: 13px;
}
/* line 117, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.naviColumn {
  float: left;
  margin-left: 8px;
}
/* line 120, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.naviColumn:first-child {
  margin-left: 0;
}
/* line 124, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.naviColumn div.naviTitle a {
  width: 234px;
  height: 114px;
  display: block;
  text-indent: -999em;
  cursor: pointer;
  margin-bottom: -17px;
}
/* line 133, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.naviColumn div.naviBox {
  width: 197px;
  border-right: 2px solid #1a8a00;
  border-bottom: 2px solid #1a8a00;
  border-left: 2px solid #1a8a00;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  background: #FAF4E3;
  padding: 12px;
  margin-left: 9px;
}
/* line 143, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.naviColumn div.naviBox ul li {
  background: url(/images/icon_point.png) no-repeat 0 3px;
  margin-bottom: 5px;
  padding-left: 1.4em;
}
/* line 147, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.naviColumn div.naviBox ul li a {
  color: #4d4d4d;
  text-decoration: none;
}
/* line 151, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.naviColumn div.naviBox ul li a:hover {
  text-decoration: underline;
}
/* line 161, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col1 div.naviTitle a {
  background: url(/images/gNaviTop.png) no-repeat 0 0;
}
/* line 163, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col1 div.naviTitle a:hover {
  background-position: 0 -114px;
}
/* line 171, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col2 div.naviTitle a {
  background: url(/images/gNaviTop.png) no-repeat -234px 0;
}
/* line 173, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col2 div.naviTitle a:hover {
  background-position: -234px -114px;
}
/* line 181, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col3 div.naviTitle a {
  background: url(/images/gNaviTop.png) no-repeat -468px 0;
}
/* line 183, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col3 div.naviTitle a:hover {
  background-position: -468px -114px;
}
/* line 191, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col4 div.naviTitle a {
  background: url(/images/gNaviTop.png) no-repeat -702px 0;
}
/* line 193, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.naviArea div.col4 div.naviTitle a:hover {
  background-position: -702px -114px;
}
/* line 200, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.banaArea {
  margin-bottom: 20px;
}
/* line 202, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.banaArea p {
  float: left;
  margin-left: 23px;
}
/* line 205, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.banaArea p:first-child {
  margin-left: 0;
}
/* line 209, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.banaArea p a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 215, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea {
  width: 600px;
  float: left;
}
/* line 218, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea h2 {
  font-size: 16px;
  color: #1a8a00;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 5px;
}
/* line 225, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea .topics {
  /*「お知らせ」同様*/
  margin-bottom: 10px;
}
/* line 227, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea .topics dl {
  overflow: hidden;
  *zoom: 1;
}
/* line 229, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea .topics dl:nth-child(2n+1) {
  background: #fafafa;
}
/* line 232, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea .topics dl dt {
  float: left;
  width: 150px;
  color: #4d4d4d;
  padding: 10px 0 10px 10px;
}
/* line 238, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea .topics dl dd {
  padding: 10px 0 10px 0;
  margin-left: 160px;
}
/* line 241, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea .topics dl dd a {
  color: #80a355;
  text-decoration: none;
}
/* line 244, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea .topics dl dd a:hover {
  text-decoration: underline;
}
/* line 252, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea p.btnTopics {
  text-align: right;
}
/* line 255, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.topicsArea p.btnTopics a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 261, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea {
position:relative;
  width: 330px;
  height: 330px;
  padding: 9px 0 32px;
  float: right;
　background: url(/images/infoContents_TopBase1_middle.png) repeat-y 0 0;
/*for preview background: url(../../images/infoContents_TopBase1_middle.png) repeat-y 0 0; */
  color: #4d4d4d;
}
/*add 201901*/
body div#top.wrap div.contents div.contentsInner div.infoArea::before{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    width:330px;
    height: 9px;
    background: url(/images/infoContents_TopBase1_top.png)no-repeat;
    /*for preview background: url(../../images/infoContents_TopBase1_top.png)no-repeat; */
}
body div#top.wrap div.contents div.contentsInner div.infoArea::after{
    position: absolute;
    bottom:0;
    left: 0;
    content: "";
    width:330px;
    height:32px;
    background: url(/images/infoContents_TopBase1_bottom.png)no-repeat;
    /*for preview background: url(../../images/infoContents_TopBase1_bottom.png)no-repeat; */
}
div.contents div.contentsInner div.infoArea p.info_abouttime{
    background: url(/images/icon_point.png) no-repeat 0px 0px;
    /*for preview background: url(../../images/icon_point.png) no-repeat 0px 0px; */
    margin-bottom: 10px;
    padding-left: 1.5em;
    font-size: 0.7rem;
    line-height: 1.4em;
    color: #4d4d4d !important;
    font-weight: 400 !important;
}


/* line 267, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoTitle {
  margin: 10px 15px 5px;
  padding: 5px 3px 3px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 5px;
  background: #53473d;
  color: #fff;
}
/* line 276, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner {
  overflow: hidden;
  *zoom: 1;
  padding: 5px 26px 0;
}
/* line 279, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner div.logo {
  float: left;
  width: 70px;
  margin-right: 20px;
}
/* line 284, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner div.add {
  font-size: 13px;
  line-height: 1.3;
}
/* line 288, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner div.infoFooter_phone {
  display: none;
}
/* line 291, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner div.add2 {
  display: none;
}
/* line 294, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner div.titleTime {
  background: url(/images/infoContents_bgtitle.png) no-repeat 0 0;
  color: #1a8a00;
  text-align: center;
  letter-spacing: 3px;
  clear: both;
  margin-bottom: 5px;
}
/* line 302, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 11px;
}
/* line 308, ../scss/layout.scss */
body div#top.wrap div.contents div.contentsInner div.infoArea div.infoInner div.infoCard p.text {
  font-size: 10px;
  float: left;
  width: 110px;
  line-height: 1;
  margin: 0 20px 0 10px;
}
/* line 325, ../scss/layout.scss */
body div#top.wrap div.footer {
  /*============================
  フッター ↓
  ============================*/
  background: url(/images/bgFooter1.png) repeat-x 0 0;
}
/* line 330, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner {
  width: 960px;
  height: 290px;
  position: relative;
  margin: -100px auto 0;
  background: url(/images/bgFooter2.png) no-repeat 0 0;
}
/* line 336, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.pageTop {
  position: absolute;
  top: -20px;
  right: 80px;
}
/* line 341, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.pageTop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 346, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.footerNavi {
  position: absolute;
  text-align: right;
  top: 180px;
  right: 100px;
}
/* line 351, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.footerNavi ul {
  margin-bottom: 10px;
}
/* line 353, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.footerNavi ul li {
  display: inline;
  margin-left: 20px;
  font-size: 13px;
}
/* line 357, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.footerNavi ul li a {
  color: #fff;
}
/* line 359, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.footerNavi ul li a:hover {
  text-decoration: none;
}
/* line 365, ../scss/layout.scss */
body div#top.wrap div.footer div.footerInner div.footerNavi p.copy {
  color: #fff;
  font-size: 12px;
}
/* line 375, ../scss/layout.scss */
body div#sub.wrap {
  /*============================
  #sub ↓
  ============================*/
  border-top: 10px solid #1a8a00;
  background-image: url(/images/bgIllust_Subcatdog.png), url(/images/bgBodySub.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center 500px, 0 0;
}
/* line 383, ../scss/layout.scss */
body div#sub.wrap div.gNaviArea2 {
  display: none !important;
}
/* line 386, ../scss/layout.scss */
body div#sub.wrap div.header {
  /*============================
  ヘッダー ↓
  ============================*/
  background: url(/images/bgBodyHeader.png) no-repeat right top;
  width: 1100px;
  margin: 0 auto;
}
/* line 393, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* line 397, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner h1 {
  width: 350px;
  float: left;
  margin-top: 80px;
}
/* line 402, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 408, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.infoHead {
  width: 410px;
  float: right;
  margin-top: 45px;
}
/* line 416, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.infoHead p.infoHead_text {
  text-align: center;
  font-weight: bold;
}
/* line 422, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.btn_members p {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 426, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.btn_members p a {
  display: block;
  padding: 5px 30px 10px;
  color: #fff;
  text-decoration: none;
  font-family: "F+UD-スーラ DB";
  font-weight: bold;
  background: #1a8a00;
  letter-spacing: 2px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
/* line 436, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.btn_members p a:hover {
  background: #ff8000;
}
/* line 443, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea {
  margin-bottom: 20px;
}
/* line 445, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul {
  overflow: hidden;
  *zoom: 1;
}
/* line 448, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul li {
  float: left;
}
/* line 450, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul li a {
  height: 113px;
  display: block;
  text-indent: -999em;
  cursor: pointer;
}
/* line 458, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi1 a {
  width: 237px;
  background: url(/images/gNavSub.png) no-repeat 0 0;
}
/* line 461, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi1 a:hover {
  background-position: 0 -113px;
}
/* line 467, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi2 a {
  width: 241px;
  background: url(/images/gNavSub.png) no-repeat -237px 0;
}
/* line 470, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi2 a:hover {
  background-position: -237px -113px;
}
/* line 476, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi3 a {
  width: 241px;
  background: url(/images/gNavSub.png) no-repeat -478px 0;
}
/* line 479, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi3 a:hover {
  background-position: -478px -113px;
}
/* line 485, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi4 a {
  width: 241px;
  background: url(/images/gNavSub.png) no-repeat -719px 0;
}
/* line 488, ../scss/layout.scss */
body div#sub.wrap div.header div.headerInner div.gNaviArea ul .gNavi4 a:hover {
  background-position: -719px -113px;
}
/* line 498, ../scss/layout.scss */
body div#sub.wrap div.contents {
  /*============================
  コンテンツ ↓
  ============================*/
  background: url(/images/bgIllust_bird.png) no-repeat 17% bottom;
}
/* line 503, ../scss/layout.scss */
body div#sub.wrap div.contents p {
  margin-bottom: 10px;
  line-height: 1.5em !important;
}
/* line 507, ../scss/layout.scss */
body div#sub.wrap div.contents a {
  color: #80a355;
}
/* line 509, ../scss/layout.scss */
body div#sub.wrap div.contents a:visited {
  color: #80a355;
}
/* line 512, ../scss/layout.scss */
body div#sub.wrap div.contents a:hover {
  color: #1a8a00;
}
/* line 515, ../scss/layout.scss */
body div#sub.wrap div.contents a:active {
  color: #1a8a00;
}
/* line 520, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner {
  padding-bottom: 150px;
  width: 960px;
  margin: 0 auto;
  /*============================
  各カテゴリータイトル
  ============================*/
}
/* line 524, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2 {
  width: 960px;
  height: 119px;
  text-indent: -999em;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* line 534, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#about {
  background: url(/images/title_aboutUs.png) no-repeat 0 0;
}
/* line 537, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#service {
  background: url(/images/title_medicalService.png) no-repeat 0 0;
}
/* line 540, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#other {
  background: url(/images/title_otherService.png) no-repeat 0 0;
}
/* line 543, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#access {
  background: url(/images/title_access.png) no-repeat 0 0;
}
/* line 546, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#privacy {
  background: url(/images/title_privacy.png) no-repeat 0 0;
}
/* line 549, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#sitemap {
  background: url(/images/title_sitemap.png) no-repeat 0 0;
}
/* line 552, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#kowledgd {
  background: url(/images/title_kowledgd.png) no-repeat 0 0;
}
/* line 555, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#topics {
  background: url(/images/title_topics.png) no-repeat 0 0;
}
/* line 558, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner h2#members {
  background: url(/images/title_forMembers.png) no-repeat 0 0;
}
/* line 561, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section {
  border-top: 45px solid #a3d02a;
  border-right: 15px solid #a3d02a;
  border-bottom: 15px solid #a3d02a;
  border-left: 15px solid #a3d02a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  *zoom: 1;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  background: #fff;
}
/* line 571, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.crumbs {
  text-align: right;
  color: #4d4d4d;
  font-size: 12px;
  margin-bottom: 20px;
}
/* line 576, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.crumbs a {
  color: #4d4d4d;
  text-decoration: none;
}
/* line 579, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.crumbs a:hover {
  text-decoration: underline;
}
/* line 584, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mobileNaviArea {
  display: none;
}
/* line 587, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn {
  width: 670px;
  float: right;
}
/* line 590, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn h3 {
  font-size: 24px;
  color: #1a8a00;
  background: url(/images/icon_point2.png) no-repeat 0 0;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px dotted #D7D7E0;
  font-family: "FOT-筑紫明朝 Pr6 D";
}
/* line 602, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn h4 {
	font-size: 18px;
	font-weight: 900;
	color: #333333;
	margin-bottom: 10px;
	padding: 8px 5px 5px 32px;
	background-image: url(/images/icon_point.png);
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-family: "F+UD-スーラ DB";
}
/* line 613, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn h5 {
  border-bottom: 1px solid #D7D7E0;
  border-left: 1px solid #D7D7E0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 0 8px 10px;
  color: #4d4d4d;
}
/* line 622, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn h6 {
  font-weight: bold;
  color: #1a8a00;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  background: url(/images/icon_round1.png) no-repeat 0 5px;
}
/* line 629, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn p, body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn ul, body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn ol, body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn li, body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn dt, body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn dd {
  font-family: "I-OTF-UDゴ本文Pro L";
}
/* line 632, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col2 {
  overflow: hidden;
  *zoom: 1;
}
/* line 634, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col2 .colmun {
  width: 302px;
  float: left;
  margin-left: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  *zoom: 1;
}
/* line 639, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col2 .colmun:nth-child(2n+1) {
  margin-left: 0;
}
/* line 643, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col2 .colmun img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
/* line 651, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col2 .colmun span.description {
  display: block;
  font-size: 12px;
  text-align: center;
}
/* line 658, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col4 {
  overflow: hidden;
  *zoom: 1;
}
/* line 660, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col4 .colmun {
  width: 154px;
  float: left;
  margin-left: 18px;
  margin-bottom: 10px;
}
/* line 665, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col4 .colmun:nth-child(4n+1) {
  margin-left: 0;
}
/* line 668, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .col4 .colmun span.description {
  display: block;
  font-size: 12px;
  text-align: center;
}
/* line 675, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .name {
  font-family: "I-OTF-UDゴ本文Pro R" !important;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #D7D7E0;
}
/* line 681, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn span.profile {
  font-weight: bold;
  font-family: "I-OTF-UDゴ本文Pro R" !important;
}
/* line 685, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .fence {
  border: 2px solid #a3d02a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
/* line 690, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .mapMobile {
  display: none;
}
/* line 694, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .innerLink ul {
  overflow: hidden;
  *zoom: 1;
  background: #f9f7ec;
  padding: 8px 20px 5px;
}
/* line 698, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .innerLink ul li {
  display: inline-block;
  margin-right: 20px;
}
/* line 701, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .innerLink ul li a {
  background: url(/images/icon_arrowB1.png) no-repeat 0 3px;
  padding-left: 20px;
}
/* line 708, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .pagination {
  width: 250px;
  margin: 0 auto;
}
/* line 711, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .pagination ul {
  overflow: hidden;
  *zoom: 1;
}
/* line 713, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .pagination ul li {
  display: inline-block;
  margin-left: 20px;
}
/* line 716, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .pagination ul li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  display: block;
  background: #f9f7ec;
}
/* line 721, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .pagination ul li a:hover {
  background: #f5f0d5;
}
/* line 725, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .pagination ul li img {
  vertical-align: middle;
}
/* line 728, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .pagination ul li:first-child {
  margin-left: 0px;
}
/* line 734, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .paging {
  width: 250px;
  margin: 0 auto;
}
/* line 737, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .paging span {
  display: inline-block;
  margin-left: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background: #f9f7ec;
}
/* line 743, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .paging span:hover {
  background: #f5f0d5;
  cursor: pointer;
}
/* line 747, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .paging span:first-child {
  margin-left: 0px;
}
/* line 752, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .sBox {
  width: 500px;
  margin: 0 auto 20px;
}
/* line 756, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn table.w50 {
  width: 50%;
  margin-bottom: 10px;
}
/* line 760, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn table.w100 {
  width: 100%;
  margin-bottom: 10px;
}
/* line 764, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn img.img_l {
  float: left;
  margin-right: 20px;
}
/* line 768, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn img.img_r {
  float: right;
  margin-left: 20px;
}
/* line 772, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .topics {
  /*top同様*/
  margin-bottom: 10px;
}
/* line 774, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .topics dl {
  overflow: hidden;
  *zoom: 1;
}
/* line 776, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .topics dl:nth-child(2n+1) {
  background: #fafafa;
}
/* line 779, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .topics dl dt {
  float: left;
  width: 150px;
  color: #4d4d4d;
  padding: 10px 0 10px 10px;
}
/* line 785, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .topics dl dd {
  padding: 10px 0 10px 0;
  margin-left: 160px;
}
/* line 788, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .topics dl dd a {
  color: #80a355;
  text-decoration: none;
}
/* line 791, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .topics dl dd a:hover {
  text-decoration: underline;
}
/* line 800, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset {
  margin-bottom: 20px;
}
/* line 802, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .input {
  width: 100%;
  display: table;
  border: 1px solid #e3eee0;
  background: #fbfdf8;
}
/* line 807, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .input label {
  color: #46641d !important;
  border-right: 1px solid #e3eee0;
  margin-right: 10px;
  padding: 10px 20px;
  display: block;
  float: left;
  width: 150px;
  text-align: center;
  background: #eef6df;
}
/* line 818, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .input input {
  float: left;
  margin-top: 8px;
  margin-right: 12px;
  vertical-align: middle;
  display: block;
  border: none;
  padding: 5px;
}
/* line 830, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .radio label {
  background: none;
  border-right: none;
  margin-top: 11px;
  padding: 0 20px 0 0;
  width: auto;
}
/* line 836, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .radio label:hover {
  cursor: pointer;
}
/* line 840, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .radio label.radioFirst {
  background: #eef6df;
  border-right: 1px solid #e3eee0;
  margin-top: 0px;
  padding: 10px 20px;
  width: 150px;
}
/* line 847, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .radio label.radioFirstHeight {
  height: 70px;
}
/* line 850, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .radio input {
  float: left;
  margin-top: 15px;
}
/* line 854, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .radio .MemberDelivery_Radio {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 858, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .radio .MemberDelivery_Radio_P {
  font-size: 90%;
  float: right;
  margin-right: 10px;
  width: 452px;
}
/* line 866, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .textarea label {
  height: 300px;
}
/* line 869, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.mainColumn .form fieldset .textarea textarea {
  margin: 10px 0 -10px 0;
  border: none;
}
/* line 877, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn {
  width: 180px;
  float: left;
  font-family: "FOT-筑紫明朝 Pr6 R";
  border: 2px solid #1a8a00;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 884, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn ul li {
  border-top: 2px dotted #D7D7E0;
}
/* line 886, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn ul li:hover {
  background: #F9F9F9;
  border-top: 2px dotted #D7D7E0;
}
/* line 889, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn ul li:hover:first-child {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
/* line 892, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn ul li:hover:last-child {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
/* line 896, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn ul li:first-child {
  border-top: none;
}
/* line 899, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn ul li a {
  background: url(/images/icon_point.png) no-repeat 12px 17px;
  display: block;
  padding: 13px 10px 13px 35px;
  color: #80a355;
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 907, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn ul li .carent {
  background: #F9F9F9;
}
/* line 913, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.section div.subColumn .frame img {
  border: 3px solid #E4E4E4;
  padding: 2px;
  margin: 0 9px 20px 9px;
}
/* line 923, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea {
  position: relative;
  background: url(/images/infoContents_TopBase2_middle.png) repeat-y 0 0;
  /*for preview background: url(../../images/infoContents_TopBase2_middle.png) repeat-y 0 0; */
  height: 235px;
  padding: 25px 0 23px 0;
  color: #4d4d4d;
}
body div#sub.wrap div.contents div.contentsInner div.infoArea::before{
    position:absolute;
    top:0;
    left:0;
    content: "";
    width:100%;
    height: 10px;
    background: url(/images/infoContents_TopBase2_top.png) no-repeat;
     /*for preview background: url(../../images/infoContents_TopBase2_top.png) no-repeat; */
}
body div#sub.wrap div.contents div.contentsInner div.infoArea::after{
    position:absolute;
    bottom:0;
    left:0;
    content: "";
    width:100%;
    height: 33px;
    background: url(/images/infoContents_TopBase2_bottom.png) no-repeat;
    /*for preview background: url(../../images/infoContents_TopBase2_bottom.png) no-repeat; */
}


/* line 928, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoTitle {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #D7D7E0;
  padding-bottom: 15px;
  margin: 0 50px;
}
/* line 936, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 50px 0;
}
/* line 939, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.logo {
  width: 70px;
  float: left;
  margin-right: 20px;
}
/* line 944, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.add {
  width: 450px;
  float: left;
  font-size: 17px;
  font-family: "新ゴ M";
}
/* line 949, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.add span.phone {
  color: #1a8a00;
  font-size: 28px;
  font-weight: bold;
  line-height: 26px;
  margin-right: 10px;
  padding-top: 15px;
}
/* line 956, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.add span.phone img {
  margin-right: 5px;
}
/* line 961, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.add div.infoCard p {
  font-size: 12px;
}
/* line 963, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.add div.infoCard p img {
  margin-left: 10px;
  vertical-align: bottom;
}
/* line 971, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.timeTable {
  width: 310px;
  float: right;
}
/* line 974, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.timeTable div.infoFooter_phone {
  display: none;
}
/* line 977, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.timeTable div.add2 {
  display: none;
}
/* line 980, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.timeTable p {
  margin-bottom: 5px;
  color: #1a8a00;
  letter-spacing: 2px;
  font-weight: bold;
}
/* line 986, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.timeTable table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}
/* line 991, ../scss/layout.scss */
body div#sub.wrap div.contents div.contentsInner div.infoArea div.infoInner div.timeTable div.infoCard2 {
  display: none;
}
/* line 1005, ../scss/layout.scss */
body div#sub.wrap div.footer {
  /*============================
  フッター ↓
  ============================*/
  background: url(/images/bgFooter1.png) repeat-x 0 0;
}
/* line 1010, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner {
  width: 960px;
  height: 290px;
  position: relative;
  margin: -100px auto 0;
  background: url(/images/bgFooter2.png) no-repeat 0 0;
}
/* line 1016, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.pageTop {
  position: absolute;
  top: -20px;
  right: 80px;
}
/* line 1021, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.pageTop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 1026, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.footerNavi {
  position: absolute;
  text-align: right;
  top: 180px;
  right: 100px;
}
/* line 1031, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.footerNavi ul {
  margin-bottom: 10px;
}
/* line 1033, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.footerNavi ul li {
  display: inline;
  margin-left: 20px;
  font-size: 13px;
}
/* line 1037, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.footerNavi ul li a {
  color: #fff;
}
/* line 1039, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.footerNavi ul li a:hover {
  text-decoration: none;
}
/* line 1045, ../scss/layout.scss */
body div#sub.wrap div.footer div.footerInner div.footerNavi p.copy {
  color: #fff;
  font-size: 12px;
}

/* line 3, ../scss/_common.scss */
.textXXlage {
  font-size: 24px;
  font-family: "FOT-筑紫明朝 Pr6 D" !important;
}

/* line 7, ../scss/_common.scss */
.textXlage {
  font-size: 18px;
  font-weight: bold;
  font-family: "新ゴ M" !important;
}

/* line 12, ../scss/_common.scss */
.textXsmall {
  font-size: 11px;
  vertical-align: super;
  color: #222;
}

/* line 17, ../scss/_common.scss */
.textBold {
  font-family: "I-OTF-UDゴ本文Pro B" !important;
  font-weight: bold;
}

/* line 21, ../scss/_common.scss */
.textLeft {
  text-align: left;
}

/* line 24, ../scss/_common.scss */
.textCenter {
  text-align: center;
}

/* line 27, ../scss/_common.scss */
.textRight {
  text-align: right;
}

/* line 31, ../scss/_common.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 36, ../scss/_common.scss */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* line 41, ../scss/_common.scss */
img.pdf {
  vertical-align: bottom;
}

/* line 46, ../scss/_common.scss */
table {
  border-top: 1px solid #e3eee0;
  border-left: 1px solid #e3eee0;
  background: #fff;
}
/* line 51, ../scss/_common.scss */
table tr th {
  background: #eef6df;
  color: #1a8a00;
  text-align: center;
  border-right: 1px solid #e3eee0;
  border-bottom: 1px solid #e3eee0;
  padding: 5px;
}
/* line 59, ../scss/_common.scss */
table tr td {
  color: #46641d;
  text-align: center;
  border-right: 1px solid #e3eee0;
  border-bottom: 1px solid #e3eee0;
  padding: 5px;
}
/* line 66, ../scss/_common.scss */
table tr:nth-child(2n+1) {
  background: #fbfdf8;
}
/* line 69, ../scss/_common.scss */
table tr:nth-child(2n+1) th:nth-child(2n+1) {
  background: #f3f9e7;
}

/* line 78, ../scss/_common.scss */
.defaultList {
  margin-bottom: 15px;
  padding-left: 1.3em;
}
/* line 81, ../scss/_common.scss */
.defaultList li {
  list-style-image: url(../../images/icon_round2.png);
  list-style-position: 0 0;
  margin-bottom: 5px;
}
/* line 85, ../scss/_common.scss */
.defaultList li:last-child {
  margin-bottom: 0;
}

/* line 90, ../scss/_common.scss */
.numberList {
  margin-bottom: 15px;
  padding-left: 1.3em;
  margin-left: 5px;
  list-style-type: decimal;
}
/* line 95, ../scss/_common.scss */
.numberList li {
  list-style-position: 0 0;
  margin-bottom: 10px;
}
/* line 98, ../scss/_common.scss */
.numberList li:last-child {
  margin-bottom: 0;
}

/* line 107, ../scss/_common.scss */
.accordion dl {
  margin-bottom: 15px;
}
/* line 109, ../scss/_common.scss */
.accordion dl dt {
  overflow: hidden;
  *zoom: 1;
  display: block;
  border: #d9d9d9 1px solid;
  padding: 10px 40px 10px 10px;
  cursor: pointer;
  background: url(/images/icon_arrowAc2.png) #fafafa no-repeat right center;
}
/* line 116, ../scss/_common.scss */
.accordion dl dt img {
  vertical-align: top;
  float: left;
}
/* line 120, ../scss/_common.scss */
.accordion dl dt span {
  display: block;
  margin-left: 50px;
}
/* line 125, ../scss/_common.scss */
.accordion dl .active {
  background: url(/images/icon_arrowAc1.png) #fafafa no-repeat right center;
}
/* line 128, ../scss/_common.scss */
.accordion dl dd {
  overflow: hidden;
  *zoom: 1;
  border-bottom: #d9d9d9 1px solid;
  border-left: #d9d9d9 1px solid;
  border-right: #d9d9d9 1px solid;
  padding: 10px;
}
/* line 134, ../scss/_common.scss */
.accordion dl dd img {
  vertical-align: top;
  float: left;
}
/* line 138, ../scss/_common.scss */
.accordion dl dd span {
  display: block;
  margin-left: 50px;
}

/* line 149, ../scss/_common.scss */
.clearBox {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}

/* line 154, ../scss/_common.scss */
.bgColor_a {
  background: #fbfdf8;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3eee0;
  word-wrap: break-word;
}

/* line 163, ../scss/_common.scss */
.btn {
  -moz-box-shadow: 0px 5px 13px -7px #3e7327;
  -webkit-box-shadow: 0px 5px 13px -7px #3e7327;
  box-shadow: 0px 5px 13px -7px #3e7327;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #62a341));
  background: -moz-linear-gradient(top, #77b55a 5%, #62a341 100%);
  background: -webkit-linear-gradient(top, #77b55a 5%, #62a341 100%);
  background: -o-linear-gradient(top, #77b55a 5%, #62a341 100%);
  background: -ms-linear-gradient(top, #77b55a 5%, #62a341 100%);
  background: linear-gradient(to bottom, #77b55a 5%, #62a341 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#62a341',GradientType=0);
  background-color: #77b55a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #4b8f29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 40px;
  text-decoration: none;
  text-shadow: 0px 1px 5px #5b8a3c;
  letter-spacing: 3px;
}
/* line 189, ../scss/_common.scss */
.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #62a341), color-stop(1, #77b55a));
  background: -moz-linear-gradient(top, #62a341 5%, #77b55a 100%);
  background: -webkit-linear-gradient(top, #62a341 5%, #77b55a 100%);
  background: -o-linear-gradient(top, #62a341 5%, #77b55a 100%);
  background: -ms-linear-gradient(top, #62a341 5%, #77b55a 100%);
  background: linear-gradient(to bottom, #62a341 5%, #77b55a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62a341', endColorstr='#77b55a',GradientType=0);
  background-color: #62a341;
  color: #ffffff;
}
/* line 200, ../scss/_common.scss */
.btn:active {
  position: relative;
  top: 1px;
  color: #ffffff !important;
}
/* line 205, ../scss/_common.scss */
.btn:active {
  position: relative;
  top: 1px;
  color: #ffffff !important;
}
/* line 210, ../scss/_common.scss */
.btn:visited {
  color: #ffffff !important;
}

/* line 214, ../scss/_common.scss */
.blue {
  -moz-box-shadow: 0px 5px 13px -7px #276873;
  -webkit-box-shadow: 0px 5px 13px -7px #276873;
  box-shadow: 0px 5px 13px -7px #276873;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
  background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
  border: 1px solid #29668f;
  text-shadow: 0px 1px 0px #3d768a;
}
/* line 227, ../scss/_common.scss */
.blue:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
  background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
}

/* line 238, ../scss/_common.scss */
.red {
  -moz-box-shadow: 0px 5px 13px -7px #276873;
  -webkit-box-shadow: 0px 5px 13px -7px #276873;
  box-shadow: 0px 5px 13px -7px #276873;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cf4e44), color-stop(1, #ae362a));
  background: -moz-linear-gradient(top, #cf4e44 5%, #ae362a 100%);
  background: -webkit-linear-gradient(top, #cf4e44 5%, #ae362a 100%);
  background: -o-linear-gradient(top, #cf4e44 5%, #ae362a 100%);
  background: -ms-linear-gradient(top, #cf4e44 5%, #ae362a 100%);
  background: linear-gradient(to bottom, #cf4e44 5%, #ae362a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4e44', endColorstr='#ae362a',GradientType=0);
  border: 1px solid #9B2C21;
  text-shadow: 0px 1px 0px #3d768a;
}
/* line 251, ../scss/_common.scss */
.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ae362a), color-stop(1, #cf4e44));
  background: -moz-linear-gradient(top, #ae362a 5%, #cf4e44 100%);
  background: -webkit-linear-gradient(top, #ae362a 5%, #cf4e44 100%);
  background: -o-linear-gradient(top, #ae362a 5%, #cf4e44 100%);
  background: -ms-linear-gradient(top, #ae362a 5%, #cf4e44 100%);
  background: linear-gradient(to bottom, #ae362a 5%, #cf4e44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae362a', endColorstr='#cf4e44',GradientType=0);
}

/* line 264, ../scss/_common.scss */
.mt0 {
  margin-bottom: 0 !important;
}

/* line 267, ../scss/_common.scss */
.mt5 {
  margin-bottom: 5px !important;
}

/* line 270, ../scss/_common.scss */
.mt10 {
  margin-bottom: 10px !important;
}

/* line 273, ../scss/_common.scss */
.mt15 {
  margin-bottom: 15px !important;
}

/* line 276, ../scss/_common.scss */
.mt20 {
  margin-bottom: 20px !important;
}

/* line 279, ../scss/_common.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 282, ../scss/_common.scss */
.mb5 {
  margin-bottom: 5px !important;
}

/* line 285, ../scss/_common.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 288, ../scss/_common.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 291, ../scss/_common.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 294, ../scss/_common.scss */
.pb0 {
  padding-bottom: 0 !important;
}

/* line 297, ../scss/_common.scss */
.pb5 {
  padding-bottom: 5px !important;
}

/* line 300, ../scss/_common.scss */
.pb10 {
  padding-bottom: 10px !important;
}

/* line 303, ../scss/_common.scss */
.pb15 {
  padding-bottom: 15px !important;
}

/* line 306, ../scss/_common.scss */
.pb20 {
  padding-bottom: 20px !important;
}
/*===========================================
add CSS from 2017/10/11
===========================================*/
.pc{display:block;}
.sp{display:none;}
.bnrLine{margin-top:20px;}