@charset "UTF-8";
/**
 * 下層共通
 */
/**
 * 目次
 *
 * 01.	TITLE STYLE
 * 02.	LIST STYLE
 * 03.	TABLE STYLE
 * 04.	TEXT STYLE
 * 05.	BUTTON STYLE
 * 06.	BOX STYLE
 * 07.	ETC.
 *
 */
/* ==========================================================================
   01. TITLE STYLE
   ========================================================================== */
#pagettl {
  font-size: 246.153846154%;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #pagettl {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    #pagettl {
      /*border-bottom:2px solid $base-color;*/
      margin-top: 20px;
      margin-bottom: 20px;
      /*padding-bottom:10px;*/ } }
  #pagettl .small {
    font-size: 65.625%; }

#pagettl-wrap {
  position: relative; }
  #pagettl-wrap #side-parts {
    position: absolute;
    right: 0;
    top: 5px; }
    @media screen and (max-width: 767px) {
      #pagettl-wrap #side-parts {
        display: none; } }
    #pagettl-wrap #side-parts .back {
      background-position: 10px -291px; }
    #pagettl-wrap #side-parts a.button {
      background-position: 10px 9px;
      padding: 8px 25px 6px 25px; }

.copy-text {
  font-size: 184.615384615%;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .copy-text {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .copy-text {
      margin-bottom: 17px; } }

.bm-title {
  font-size: 153.846153846%;
  background-color: #fcbed0;
  border-left: 6px solid #d5076a;
  margin-top: 40px;
  padding: 16px 18px 14px; }
  @media screen and (max-width: 767px) {
    .bm-title {
      font-size: 18px; } }
  .bm-title .small {
    font-size: 80%; }
  @media screen and (max-width: 767px) {
    .bm-title {
      font-weight: bold;
      margin-top: 30px;
      padding: 14px 10px 12px; } }

.bg-title {
  font-size: 153.846153846%;
  background-color: #edf3e5;
  border-left: 6px solid #4f8e00;
  margin-top: 40px;
  padding: 16px 18px 14px; }
  @media screen and (max-width: 767px) {
    .bg-title {
      font-size: 18px; } }
  .bg-title .small {
    font-size: 80%; }
  @media screen and (max-width: 767px) {
    .bg-title {
      font-weight: bold;
      margin-top: 30px;
      padding: 14px 10px 12px; } }

.bg-fulltitle {
  font-size: 184.615384615%;
  background-color: #edf3e5;
  border-top: 3px solid #4f8e00;
  /*font-weight:normal;*/
  margin-top: 40px;
  padding: 18px; }
  @media screen and (max-width: 767px) {
    .bg-fulltitle {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .bg-fulltitle {
      font-weight: bold;
      margin-top: 30px;
      padding: 14px 10px 12px; } }

.line-title {
  font-size: 138.461538462%;
  border-bottom: 3px solid #f2f2f2;
  /*font-weight:normal;*/
  margin-top: 40px;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .line-title {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .line-title {
      /*background-color:#f2f2f2;
		  padding:7px 10px 5px;*/
      border-bottom: 3px solid #f2f2f2;
      font-weight: bold;
      margin-top: 20px;
      padding-bottom: 10px;
      /*padding-bottom:0;*/ } }

.text-title {
  font-size: 123.076923077%;
  font-weight: normal;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .text-title {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .text-title {
      font-weight: bold; } }

.full-title {
  font-size: 184.615384615%;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .full-title {
      font-size: 18px; } }

#cattop-ttl {
  background: url(img/contents_line.gif) repeat-x center bottom;
  margin-top: -20px;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  #cattop-ttl #pagettl {
    margin-bottom: 0; }
  #cattop-ttl #pagettl,
  #cattop-ttl #ttlcopy {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    vertical-align: top; }
  #cattop-ttl #ttlcopy {
    color: #666;
    line-height: 1.25;
    margin-left: 30px;
    margin-top: 5px; }

@media screen and (max-width: 767px) {
  #cattop-ttl {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #cattop-ttl #pagettl,
    #cattop-ttl #ttlcopy {
      display: block; }
    #cattop-ttl #pagettl {
      margin-bottom: 10px; }
    #cattop-ttl #ttlcopy {
      font-size: 12px;
      margin-left: 0;
      margin-top: 0; } }

.table-title {
  background: url(sprites_icon.png) no-repeat left -1291px;
  font-weight: bold;
  margin: 30px 0 6px;
  padding: 2px 0 2px 20px;
  font-size: 123.076923077%; }
  @media screen and (max-width: 767px) {
    .table-title {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .table-title {
      background: url(sprites_icon.png) no-repeat left -643px;
      background-size: 50px auto;
      margin: 15px 0 6px;
      padding: 2px 10px 2px 20px; } }

/* ==========================================================================
   02. LIST STYLE
   ========================================================================== */
.section ul li, .section ol li {
  line-height: 1.5 !important;
  margin-top: 10px; }
  .section ul li:first-child, .section ol li:first-child {
    margin-top: 0; }

.list-circle {
  padding-left: 1.4em; }
  .list-circle li {
    list-style-type: circle; }

.list-katakana {
  padding-left: 0; }
  .list-katakana li {
    padding-left: 2em;
    text-indent: -2em;
    list-style-type: none; }

ol {
  padding-left: 1.6em; }
  ol li {
    list-style-type: decimal; }
  ol.lower-alpha li {
    list-style-type: lower-alpha; }
  ol ul li {
    list-style-type: none; }

li li,
li p {
  font-size: 100%; }

.link-list {
  letter-spacing: -.40em;
  margin-top: 20px !important;
  margin-left: -20px;
  margin-bottom: 50px; }
  .link-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border-bottom: 1px solid #f2f2f2;
    margin-left: 20px;
    margin-top: 0 !important;
    width: 340px; }
    .link-list li a {
      background: url(img/side_arrow.png) no-repeat 15px 14px;
      display: block;
      text-decoration: none;
      padding: 10px 10px 9px 30px; }
  @media screen and (max-width: 767px) {
    .link-list {
      margin-left: 0;
      margin-top: 0; }
      .link-list li {
        margin-left: 0;
        width: 100%; }
        .link-list li a {
          background: url(sprites_icon.png) no-repeat 10px -439px;
          background-size: 50px auto;
          padding: 8px 10px 7px 30px; } }

.contents-nav {
  letter-spacing: -.40em;
  margin-bottom: -10px;
  margin-top: -5px; }
  .contents-nav li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #f2f2f2;
    margin-right: 5px;
    margin-top: 5px; }
    .contents-nav li a {
      display: block;
      text-decoration: none;
      padding: 6px 10px 5px; }
    .contents-nav li.active a {
      background-color: #4f8e00;
      color: #FFF; }
  @media screen and (max-width: 767px) {
    .contents-nav {
      display: none; } }

.tab {
  letter-spacing: -.40em;
  border-bottom: 3px solid #4f8e00; }
  .tab li {
    font-size: 92.3076923077%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 1.25 !important;
    margin-right: 5px;
    margin-top: 0 !important;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .tab li {
        font-size: 12px; } }
    .tab li.active {
      background-color: #4f8e00;
      border: 1px solid #4f8e00;
      border-bottom: none;
      color: #FFF;
      padding: 12px 15px 9px; }
    .tab li a {
      display: inline-block;
      padding: 12px 15px 9px;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .tab li {
      margin-right: 2px; }
      .tab li.active {
        padding: 9px 5px 8px; }
      .tab li a {
        padding: 9px 5px 8px; } }

.page-nav {
  letter-spacing: -.40em;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 6px;
  padding: 7px 7px 0; }
  .page-nav li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    background: url(sprites_icon.png) no-repeat left -696px;
    border-right: 1px solid #e6e6e6;
    line-height: 1.25 !important;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 15px; }
    .page-nav li a {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .page-nav {
      display: none; } }

/* ==========================================================================
   03. TABLE STYLE
   ========================================================================== */
.center th, .center td {
  text-align: center; }

.middle th, .middle td {
  vertical-align: middle; }

.light-green th,
.light-green td {
  background-color: #edf3e5 !important; }

.table-type01,
.table-type02 {
  width: 100%; }
  .table-type01 th, .table-type01 td,
  .table-type02 th,
  .table-type02 td {
    font-size: 92.3076923077%;
    line-height: 1.25 !important;
    padding: 10px 10px 8px; }
    @media screen and (max-width: 767px) {
      .table-type01 th, .table-type01 td,
      .table-type02 th,
      .table-type02 td {
        font-size: 10px; } }
    .table-type01 th p, .table-type01 th li, .table-type01 td p, .table-type01 td li,
    .table-type02 th p,
    .table-type02 th li,
    .table-type02 td p,
    .table-type02 td li {
      font-size: 100%;
      line-height: 1.25 !important; }
  .table-type01 .head th,
  .table-type02 .head th {
    /*@include fontsize-custom(14,28);*/
    /*@include fontsize-custom(14,28);*/
    background-color: #4f8e00;
    border: 1px solid #5c9710;
    color: #FFF;
    vertical-align: middle; }
  .table-type01.side th,
  .table-type02.side th {
    /*@include fontsize-custom(14,28);*/
    background-color: #4f8e00;
    border: 1px solid #5c9710;
    color: #FFF;
    vertical-align: middle; }
  .table-type01 th,
  .table-type02 th {
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    color: #333;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle; }
  .table-type01 .gray,
  .table-type02 .gray {
    background-color: #f2f2f2 !important;
    border: 1px solid #d9d9d9 !important;
    color: #333 !important; }
  .table-type01 .caption,
  .table-type02 .caption {
    background-color: #edf3e5 !important; }
  .table-type01 .nowrap,
  .table-type02 .nowrap {
    white-space: nowrap !important; }
  .table-type01 .w60,
  .table-type02 .w60 {
    width: 40px; }
  .table-type01 .w80,
  .table-type02 .w80 {
    width: 60px; }
  .table-type01 .w90,
  .table-type02 .w90 {
    width: 70px; }
  .table-type01 .w120,
  .table-type02 .w120 {
    width: 100px; }
  .table-type01 .w150,
  .table-type02 .w150 {
    width: 130px; }
  .table-type01 .w170,
  .table-type02 .w170 {
    width: 150px; }
  .table-type01 .w180,
  .table-type02 .w180 {
    width: 160px; }
  .table-type01 .w190,
  .table-type02 .w190 {
    width: 170px; }
  .table-type01 .w200,
  .table-type02 .w200 {
    width: 180px; }
  .table-type01 .w210,
  .table-type02 .w210 {
    width: 190px; }
  .table-type01 .w270,
  .table-type02 .w270 {
    width: 250px; }
  .table-type01 .w20per,
  .table-type02 .w20per {
    width: 20%; }
  .table-type01 .w25per,
  .table-type02 .w25per {
    width: 25%; }
  .table-type01 .w33per,
  .table-type02 .w33per {
    width: 33%; }
  .table-type01 .w50per,
  .table-type02 .w50per {
    width: 50%; }
  .table-type01 .w60per,
  .table-type02 .w60per {
    width: 60%; }
  .table-type01 td,
  .table-type02 td {
    border: 1px solid #d9d9d9; }
    .table-type01 td li,
    .table-type02 td li {
      font-size: 100%; }
  @media screen and (max-width: 767px) {
    .table-type01 th,
    .table-type02 th {
      font-weight: bold; }
    .table-type01 th, .table-type01 td,
    .table-type02 th,
    .table-type02 td {
      padding: 5px;
      white-space: normal; }
    .table-type01 .w60, .table-type01 .w90, .table-type01 .w120, .table-type01 .w150, .table-type01 .w210, .table-type01 .w270, .table-type01 .w20per, .table-type01 .w33per, .table-type01 .w50per,
    .table-type02 .w60,
    .table-type02 .w90,
    .table-type02 .w120,
    .table-type02 .w150,
    .table-type02 .w210,
    .table-type02 .w270,
    .table-type02 .w20per,
    .table-type02 .w33per,
    .table-type02 .w50per {
      width: auto; } }

@media screen and (max-width: 767px) {
  .table-type02 th,
  .table-type02 td {
    display: list-item;
    list-style-type: none;
    margin-top: -1px;
    padding: 5px; } }

/* ==========================================================================
   04. TEXT STYLE
   ========================================================================== */
p.indent,
span.indent,
ul.indent li {
  /*display:inline-block;*/
  line-height: 1.5 !important;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em; }

p.indent-span,
ul.indent-span li {
  line-height: 1.5 !important;
  margin-top: 10px !important;
  padding-left: 2.5em;
  position: relative; }
  p.indent-span span,
  ul.indent-span li span {
    left: 0;
    position: absolute; }

@media screen and (max-width: 767px) {
  span.br {
    display: block; } }

span.pc-br {
  display: block; }
  @media screen and (max-width: 767px) {
    span.pc-br {
      display: inline; } }

.attention {
  color: #CC1800; }

/* ==========================================================================
   05. BUTTON STYLE
   ========================================================================== */
.button,
.button-box a {
  background: #f2f2f2 url(sprites_icon.png) no-repeat 10px 13px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  line-height: 1.25;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 12px 25px 10px 25px;
  text-align: center;
  text-decoration: none; }
  .button:hover,
  .button-box a:hover {
    color: #333; }
  .button.auto,
  .button-box a.auto {
    width: auto;
    padding: 12px 12px 10px 25px; }
  .button.orange,
  .button-box a.orange {
    background-color: #FF8126;
    background-position: 10px -1189px;
    color: #fff;
    border-color: #f27a24; }
    .button.orange[target="_blank"],
    .button-box a.orange[target="_blank"] {
      background-position: 10px -1386px; }
  .button.yellow,
  .button-box a.yellow {
    background-color: #ffcb4d;
    background-position: 10px -1189px;
    color: #fff;
    border-color: #ffcb4d; }
    .button.yellow[target="_blank"],
    .button-box a.yellow[target="_blank"] {
      background-position: 10px -1386px; }
  .button.off,
  .button-box a.off {
    color: #777;
    background-position: 10px -230px; }
  .button.w140,
  .button-box a.w140 {
    width: 88px; }
  .button.w180,
  .button-box a.w180 {
    width: 128px; }
  .button.w220,
  .button-box a.w220 {
    width: 168px; }
  .button.w260,
  .button-box a.w260 {
    width: 208px; }
  .button.w300,
  .button-box a.w300 {
    width: 248px; }
  .button.w340,
  .button-box a.w340 {
    width: 288px; }
  .button.w440,
  .button-box a.w440 {
    width: 388px; }
  .button.w660,
  .button-box a.w660 {
    width: 608px; }
  .button[target="_blank"],
  .button-box a[target="_blank"] {
    background-position: 10px -86px; }
  .button.pdf,
  .button-box a.pdf {
    background-position: 10px -191px; }
  .button.back,
  .button-box a.back {
    background-position: 10px -286px; }
  .button.xls, .button.xlsx,
  .button-box a.xls,
  .button-box a.xlsx {
    background-position: 10px -991px !important; }
  .button.doc, .button.docx,
  .button-box a.doc,
  .button-box a.docx {
    background-position: 10px -1091px !important; }
  @media screen and (max-width: 767px) {
    .button,
    .button-box a {
      background: #f2f2f2 url(sprites_icon.png) no-repeat 10px 12px;
      background-size: 50px auto;
      font-weight: bold;
      padding: 9px 25px;
      width: 100% !important; }
      .button[target="_blank"],
      .button-box a[target="_blank"] {
        background-position: 10px -36px; }
      .button.pdf,
      .button-box a.pdf {
        background-position: 10px -90px; }
      .button.back,
      .button-box a.back {
        background-position: 10px -140px; }
      .button.xls, .button.xlsx,
      .button-box a.xls,
      .button-box a.xlsx {
        background-position: 10px -490px !important; }
      .button.doc, .button.docx,
      .button-box a.doc,
      .button-box a.docx {
        background-position: 10px -540px !important; }
      .button.orange,
      .button-box a.orange {
        background-color: #FF8126;
        background-position: 10px -590px;
        color: #fff;
        border-color: #f27a24; }
      .button.yellow,
      .button-box a.yellow {
        background-color: #ffcb4d;
        background-position: 10px -590px;
        color: #fff;
        border-color: #ffcb4d; }
      .button.auto,
      .button-box a.auto {
        width: auto !important;
        padding: 9px 12px 9px 25px; } }

.color-eng, .color-info, .color-bio, .color-isa, .color-fin {
  color: #fff !important;
  background-position: 10px -1188px !important; }
  .color-eng[target="_blank"], .color-info[target="_blank"], .color-bio[target="_blank"], .color-isa[target="_blank"], .color-fin[target="_blank"] {
    background-position: 10px -1387px !important; }
  .color-eng:hover, .color-info:hover, .color-bio:hover, .color-isa:hover, .color-fin:hover {
    color: #fff; }

.color-eng {
  border-color: #18a3b5 !important;
  background-color: #1BB8CE !important; }

.color-info {
  border-color: #e0ad12 !important;
  background-color: #FAC217 !important; }

.color-bio {
  border-color: #d46390 !important;
  background-color: #EA689A !important; }

.color-isa {
  border-color: #88b033 !important;
  background-color: #97C636 !important; }

.color-fin {
  border-color: #8b8f8d !important;
  background-color: #9b68a9 !important; }

@media screen and (max-width: 767px) {
  .color-eng, .color-info, .color-bio, .color-isa, .color-fin {
    background-position: 10px -588px !important; }
    .color-eng[target="_blank"], .color-info[target="_blank"], .color-bio[target="_blank"], .color-isa[target="_blank"], .color-fin[target="_blank"] {
      background-position: 10px -688px !important; } }

.button-box {
  background: url(shadow_top.gif) no-repeat center top;
  padding: 30px 0 0; }
  .button-box:after {
    background: url(shadow_bottom.gif) no-repeat center bottom;
    display: block;
    content: "";
    padding-bottom: 30px; }
  .button-box ul {
    letter-spacing: -.40em;
    margin: 0 10px -10px; }
    .button-box ul li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      *display: inline;
      *zoom: 1;
      margin: 0 10px 10px; }
  .button-box a, .button-box span {
    background-position: 10px 13px;
    padding: 12px 25px 10px 25px;
    width: 268px; }
    .button-box a[target="_blank"], .button-box span[target="_blank"] {
      background-position: 10px -86px; }
    .button-box a.pdf, .button-box span.pdf {
      background-position: 10px -190px; }
  @media screen and (max-width: 767px) {
    .button-box {
      background: none;
      padding: 0; }
      .button-box:after {
        background: none;
        display: none;
        padding-bottom: 0; }
      .button-box ul {
        margin: -10px 0 0; }
        .button-box ul li {
          margin: 10px 0 0;
          width: 100% !important; }
      .button-box a {
        display: inline-block;
        width: 100% !important; }
        .button-box a[target="_blank"] {
          background-position: 10px -37px; }
        .button-box a.pdf {
          background-position: 10px -91px; } }

.disabled {
  color: #666;
  cursor: default;
  opacity: .7;
  pointer-events: none; }

/* ==========================================================================
   06. BOX STYLE
   ========================================================================== */
.border-box {
  background-color: #fafafa;
  border: 3px solid #f5f5f5;
  padding: 20px; }
  .border-box .text-title {
    color: #4f8e00;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center; }

.pattern01 {
  background: url(img/pattern01_bg.gif) repeat center top;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  padding-top: 30px; }

.gray-box {
  background-color: #f8f8f8;
  padding-bottom: 30px;
  padding-top: 30px; }

/* ==========================================================================
   ETC.
   ========================================================================== */
/* block
   ========================================================================== */
.section > * {
  margin-top: 20px; }

/* dl
   ========================================================================== */
/* icon
   ========================================================================== */
.icon {
  vertical-align: middle;
  margin-left: 5px; }

/* parts
   ========================================================================== */
/* PC = float,inline、SP = block
   ========================================================================== */
.pc-fr {
  display: inline;
  float: right;
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .pc-fr {
      display: block;
      float: none;
      text-align: center;
      margin-left: 0;
      margin-bottom: 25px;
      width: 100%; } }

.pc-fl {
  display: inline;
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .pc-fl {
      display: block;
      float: none;
      text-align: center;
      margin-left: 0;
      margin-bottom: 25px;
      width: 100%; } }

/* category top
   ========================================================================== */
/* 新着情報 */
#info-wrap {
  background: url(img/info_shadow_top.gif) no-repeat center top;
  margin-bottom: 40px;
  padding-top: 15px;
  position: relative; }

#info-list {
  position: absolute;
  right: 0;
  top: 15px; }

#inner-info {
  background: url(img/info_shadow_btm.gif) no-repeat center bottom;
  padding-bottom: 30px;
  padding-top: 10px; }
  #inner-info li {
    line-height: 1.5;
    padding-top: 12px;
    position: relative; }
  #inner-info a {
    display: inline-block; }
    #inner-info a img {
      width: 16px;
      height: 18px;
      vertical-align: middle;
      margin-left: 5px; }
  #inner-info .info-date {
    position: absolute;
    left: 0;
    top: 12px; }
  #inner-info .info-icon {
    background-color: #4f8e00;
    border-radius: 3px;
    color: #FFF;
    font-size: 76.9230769231%;
    position: absolute;
    text-align: center;
    left: 9em;
    top: 13px;
    width: 80px; }
    @media screen and (max-width: 767px) {
      #inner-info .info-icon {
        font-size: 12px; } }
  #inner-info .info-detail {
    display: block;
    padding-left: 16em; }

@media screen and (max-width: 767px) {
  #inner-info .info-date {
    position: relative;
    top: inherit; }
  #inner-info .info-icon {
    display: inline-block;
    position: relative;
    left: inherit;
    top: inherit;
    width: 100px; }
  #inner-info .info-detail {
    padding-left: 0; } }

/* バナーリスト */
.bnr-2column {
  margin-bottom: -20px; }
  .bnr-2column li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 460px; }
    .bnr-2column li:nth-child(odd) {
      margin-left: 0; }
    .bnr-2column li:last-child {
      /*margin-bottom:0;*/ }
  .bnr-2column .bnr-full {
    margin-left: 0;
    width: 100%; }

@media screen and (max-width: 767px) {
  .bnr-2column li {
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%; }
    .bnr-2column li img {
      width: 100%; } }

.bnr-3column {
  margin-bottom: -20px; }
  .bnr-3column li {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 300px; }
    .bnr-3column li:nth-child(3n) {
      margin-right: 0; }
  .bnr-3column .bnr-full {
    margin-left: 0;
    width: 100%; }

@media screen and (max-width: 767px) {
  .bnr-3column li {
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%; }
    .bnr-3column li img {
      width: 100%; } }

.bnr-4column {
  margin-top: 40px; }
  .bnr-4column li {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 220px; }
    .bnr-4column li:nth-child(4n) {
      margin-right: 0; }
  .bnr-4column .bnr-full {
    margin-left: 0;
    width: 100%; }

@media screen and (max-width: 767px) {
  .bnr-4column li {
    margin-right: 0;
    text-align: center;
    width: 49%; }
    .bnr-4column li:nth-child(even) {
      float: right; }
    .bnr-4column li img {
      width: 100%; } }

/* インデックスリスト */
.cattop-index {
  letter-spacing: -.40em;
  margin-top: 30px; }
  .cattop-index .inner-index {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-bottom: 40px;
    margin-right: 20px;
    vertical-align: top;
    width: 300px; }
    .cattop-index .inner-index:nth-child(3n) {
      margin-right: 0; }
  .cattop-index .head-link {
    display: block;
    text-decoration: none; }
  .cattop-index .index-title {
    background: #4f8e00 url(sprites_icon.png) no-repeat 15px -1185px;
    color: #FFF;
    font-size: 123.076923077%;
    margin-bottom: 10px;
    padding: 12px 0 12px 34px; }
    @media screen and (max-width: 767px) {
      .cattop-index .index-title {
        font-size: 18px; } }
    .cattop-index .index-title.small-txt {
      font-size: 107.692307692%; }
      @media screen and (max-width: 767px) {
        .cattop-index .index-title.small-txt {
          font-size: 16px; } }
  .cattop-index p {
    line-height: 1.67 !important;
    margin-top: 15px;
    color: #666; }
  .cattop-index .link-list {
    border-top: 1px solid #e5e5e5;
    letter-spacing: -.40em;
    margin-top: 13px !important;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .cattop-index .link-list li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      *display: inline;
      *zoom: 1;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      /*border-bottom:none;*/
      line-height: 1.25 !important;
      margin: -1px 0 0 0 !important;
      vertical-align: top;
      width: 150px; }
      .cattop-index .link-list li a {
        background: url(img/side_arrow.png) no-repeat left 14px;
        padding: 11px 5px 9px 15px; }
        .cattop-index .link-list li a.gray {
          color: #888;
          background-image: url(img/side_arrow_gray.png); }
          .cattop-index .link-list li a.gray:hover {
            color: #4f8e00; }
      .cattop-index .link-list li:first-child, .cattop-index .link-list li:nth-child(2) {
        border-top: none; }

.arrow {
  background: url(img/sprites_icon.png) no-repeat 0 -894px;
  padding-left: 20px; }
  .arrow.blank {
    background-position: 0px -94px; }
  .arrow.pdf {
    padding-left: 25px;
    background-position: 0px -198px; }

/*
  .gs-title {
  color:#333 !important;
  b {
  color:#333 !important;
  }
  &:hover {
  color:#4f8e00 !important;
  b {
  color:#4f8e00 !important;
  }
  }
  }

.gs-visibleUrl {
color:#999 !important;
}
*/
.gsc-input-box {
  padding: 5px 0; }

/* 終了しました */
.bnr-end {
  position: relative; }
  .bnr-end .label-end {
    background-color: #4d4d4d;
    border-radius: 3px;
    color: #fff;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 90px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .bnr-end .label-update {
    background-color: #e50000;
    border-radius: 3px;
    color: #fff;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 90px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }

@media screen and (max-width: 767px) {
  .cattop-index .inner-index {
    display: block;
    margin-right: 0;
    width: 100%; }
  .cattop-index .index-title {
    background: #4f8e00 url(sprites_icon.png) no-repeat 15px -586px;
    background-size: 50px auto; }
  .cattop-index .index-thumb img {
    width: 100%; }
  .cattop-index .link-list {
    margin-top: 10px; }
    .cattop-index .link-list li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      *display: inline;
      *zoom: 1;
      border-top: 1px solid #f2f2f2;
      width: 100%; }
      .cattop-index .link-list li a {
        background: url(img/side_arrow.png) no-repeat left 13px;
        padding: 10px 5px 10px 15px; }
      .cattop-index .link-list li:first-child, .cattop-index .link-list li:nth-child(2) {
        border-top: 1px solid #f2f2f2; }
  .arrow {
    background: url(img/sp/sprites_icon.png) no-repeat 0 -447px;
    background-size: 50px auto;
    padding-left: 20px; }
    .arrow.blank {
      background-position: 0px -46px; }
    .arrow.pdf {
      padding-left: 25px;
      background-position: 0px -100px; } }
