@import url("reset.css");
@import url("fonts.css");
html, body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: url("/image/bgi_header_01.gif") repeat-x left top #f5f5f5;
  min-width: 900px; }

@media screen and (max-width: 767px) {
  html, body {
    background-image: none;
    min-width: 100%; }
    html *, body * {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box; }

  body {
    visibility: hidden;
    opacity: 0; } }
#header {
  position: relative;
  width: 900px;
  height: 110px;
  margin: 0 auto 30px;
  z-index: 200; }
  #header h1 {
    position: absolute;
    left: 0;
    top: 11px;
    width: 150px;
    height: 53px; }
    #header h1 img {
      width: 100%;
      height: 100%; }
  #header #menu {
    position: absolute;
    right: 0;
    top: 11px;
    width: auto;
    zoom: 1; }
    #header #menu:after {
      display: block;
      clear: both;
      content: ""; }
    #header #menu li {
      float: right;
      font-size: 12px;
      margin-left: 12px; }
      #header #menu li a {
        padding-left: 9px;
        color: #0066ff;
        text-decoration: none;
        background: url(/image/ico_arw_01_off.gif) no-repeat left center;
        color: #000; }
        #header #menu li a:hover {
          text-decoration: underline;
          background: url(/image/ico_arw_01_on.gif) no-repeat left center; }
  #header #menuBtn {
    display: none; }
  #header #formBox {
    position: absolute;
    left: 354px;
    top: 35px;
    width: 546px;
    height: 30px;
    zoom: 1; }
    #header #formBox:after {
      display: block;
      clear: both;
      content: ""; }
    #header #formBox #formLeft {
      float: left;
      width: 250px;
      height: 29px;
      margin-right: 10px; }
      #header #formBox #formLeft > .customSelect {
        width: 240px;
        height: 22px;
        background: url(/image/btn_pd_01.gif) no-repeat 0 0;
        font-size: 12px;
        text-align: left;
        padding: 7px 0 0 10px; }
        #header #formBox #formLeft > .customSelect > .customSelectInner {
          width: 200px !important; }
      #header #formBox #formLeft .sp {
        display: none; }
    #header #formBox #formRight {
      float: left;
      width: 286px;
      height: 29px; }
      #header #formBox #formRight form > .searchBox {
        float: left;
        width: auto;
        height: 26px;
        font-size: 12px;
        text-align: left;
        padding: 1px 0 0 30px;
        border: 1px solid #ccc;
        border-right: none;
        background: url(/image/btn_search_01.gif) no-repeat 8px 6px; }
      #header #formBox #formRight form > .searchBtn {
        float: left;
        width: 43px;
        height: 29px;
        margin-right: 10px; }
      #header #formBox #formRight form > a {
        float: left;
        display: block;
        width: 28px;
        height: 28px; }
  #header #globalNavi {
    position: absolute;
    left: 0;
    top: 70px;
    width: 900px;
    height: 40px;
    font-size: 12px;
    zoom: 1; }
    #header #globalNavi:after {
      display: block;
      clear: both;
      content: ""; }
    #header #globalNavi > li {
      float: left;
      height: 40px;
      margin-left: 1px;
      position: relative; }
      #header #globalNavi > li:first-child {
        margin-left: 0; }
      #header #globalNavi > li > .sub {
        display: none;
        position: absolute;
        left: 0;
        top: 40px;
        background: #fff;
        border: 1px solid #ccc;
        border-top: none;
        width: 110px; }
        #header #globalNavi > li > .sub > li {
          position: relative; }
          #header #globalNavi > li > .sub > li > a {
            display: block;
            border-top: 1px solid #ccc;
            width: 105px;
            height: auto;
            padding: 5px 0 5px 5px;
            text-align: left;
            text-decoration: none;
            color: #0071c5; }
            #header #globalNavi > li > .sub > li > a:hover {
              background: #0071c5;
              color: #fff; }
            #header #globalNavi > li > .sub > li > a.arw {
              background: url(/image/ico_arw_01_on.gif) no-repeat 100px center; }
              #header #globalNavi > li > .sub > li > a.arw:hover {
                background: #0071c5;
                color: #fff; }
          #header #globalNavi > li > .sub > li > .sub {
            display: none;
            position: absolute;
            left: 110px;
            top: 0;
            background: #fff;
            border: 1px solid #ccc;
            border-top: none;
            width: 110px; }
            #header #globalNavi > li > .sub > li > .sub > li {
              position: relative; }
              #header #globalNavi > li > .sub > li > .sub > li > a {
                display: block;
                border-top: 1px solid #ccc;
                width: 105px;
                height: auto;
                padding: 5px 0 5px 5px;
                text-align: left;
                text-decoration: none;
                color: #0071c5; }
                #header #globalNavi > li > .sub > li > .sub > li > a:hover {
                  background: #0071c5;
                  color: #fff; }
              #header #globalNavi > li > .sub > li > .sub > li > dl {
                text-align: left;
                border-top: 1px solid #ccc;
                width: 105px;
                padding: 5px 0 5px 5px;
                line-height: 1.5em; }
                #header #globalNavi > li > .sub > li > .sub > li > dl dd a {
                  text-decoration: none;
                  color: #0071c5; }
                  #header #globalNavi > li > .sub > li > .sub > li > dl dd a:hover {
                    text-decoration: underline; }
          #header #globalNavi > li > .sub > li > strong {
            display: none; }
      #header #globalNavi > li > strong {
        display: none; }
      #header #globalNavi > li > a > img {
        display: block; }

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    margin: 0 auto 0;
    border-bottom: 1px solid #bbb9b0;
    background-color: white;
    z-index: 999; }
    #header h1 {
      left: 10px;
      top: 10px;
      width: 95px !important;
      height: 34px !important; }
    #header #menuBtn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 45px;
      height: 55px;
      padding-top: 34px;
      font-size: 9px;
      transition: all .3s; }
      #header #menuBtn span {
        transition: all .3s;
        position: absolute;
        left: 10px;
        width: 25px;
        height: 3px;
        -webkit-border-radius: 1.5px;
        -moz-border-radius: 1.5px;
        -ms-border-radius: 1.5px;
        border-radius: 1.5px;
        background-color: #0071c5; }
        #header #menuBtn span:nth-of-type(1) {
          top: 13px; }
        #header #menuBtn span:nth-of-type(2) {
          top: 19px; }
        #header #menuBtn span:nth-of-type(3) {
          top: 25px; }
      #header #menuBtn.active span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg); }
      #header #menuBtn.active span:nth-of-type(2) {
        opacity: 0; }
      #header #menuBtn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg); }
    #header #formBox {
      display: none; }
    #header #spMenu {
      display: none;
      position: fixed;
      left: 0;
      top: 55px;
      width: 100%;
      height: 100vh;
      background-color: white;
      overflow: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      z-index: 999; }
      
      /* 20180226 headerのlinkをスマフォNAVIに非表示にする為に追加 */
      #header #spMenu .hideFromSpMenu {
        display: none; }
      
      
      #header #spMenu #globalNavi {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        text-align: left; }
        #header #spMenu #globalNavi > li {
          float: none;
          width: 100%;
          height: auto;
          margin-left: 0;
          line-height: 40px;
          position: relative;
          border-bottom: 1px solid #5ba1d5;
          background-color: #0071c5; }
          #header #spMenu #globalNavi > li#gn01, #header #spMenu #globalNavi > li#gn03, #header #spMenu #globalNavi > li#gn04 {
            display: none; }
          #header #spMenu #globalNavi > li > .sub {
            display: none;
            position: relative;
            left: auto;
            top: auto;
            background: #fff;
            border: none;
            border-top: none;
            width: 100%; }
            #header #spMenu #globalNavi > li > .sub > li {
              position: relative; }
              #header #spMenu #globalNavi > li > .sub > li > a {
                display: block;
                border-top: 1px solid #ccc;
                width: 100%;
                height: 40px;
                padding: 0 0 0 1em;
                font-size: 11px;
                text-align: left;
                text-decoration: none;
                color: #000; }
                #header #spMenu #globalNavi > li > .sub > li > a br {
                  display: none; }
                #header #spMenu #globalNavi > li > .sub > li > a.arw {
                  background: url(/image/ico_arw_01_on.gif) no-repeat 100px center;
                  background: none; }
                #header #spMenu #globalNavi > li > .sub > li > a:hover {
                  background: #ededed; }
              #header #spMenu #globalNavi > li > .sub > li > .sub {
                display: none; }
          #header #spMenu #globalNavi > li > strong {
            display: block;
            width: 100%;
            height: 40px;
            padding-left: 1em;
            font-size: 14px;
            line-height: 40px;
            color: white;
            background-image: url("/image/btn_tab_02.png");
            background-repeat: no-repeat;
            background-size: 36px 36px;
            background-position: right center; }
            #header #spMenu #globalNavi > li > strong.active {
              background-image: url("/image/btn_tab_04.png"); }
          #header #spMenu #globalNavi > li > a {
            display: none; }
      #header #spMenu #formLeft .customSelect {
        display: none !important; }
      #header #spMenu #formLeft .sp {
        width: 100%;
        height: auto;
        padding-bottom: 130px;
        text-align: left; }
        #header #spMenu #formLeft .sp.andView {
          padding-bottom: 55px; }
        #header #spMenu #formLeft .sp > li {
          float: none;
          width: 100%;
          height: auto;
          margin-left: 0;
          line-height: 40px;
          position: relative;
          background-color: #0071c5; }
          #header #spMenu #formLeft .sp > li > .sub {
            display: none;
            position: relative;
            left: auto;
            top: auto;
            background: #fff;
            border: none;
            border-top: none;
            width: 100%; }
            #header #spMenu #formLeft .sp > li > .sub > li {
              position: relative; }
              #header #spMenu #formLeft .sp > li > .sub > li > a {
                display: block;
                border-top: 1px solid #ccc;
                width: 100%;
                height: 40px;
                padding: 0 0 0 1em;
                font-size: 11px;
                text-align: left;
                text-decoration: none;
                color: #000; }
                #header #spMenu #formLeft .sp > li > .sub > li > a br {
                  display: none; }
                #header #spMenu #formLeft .sp > li > .sub > li > a.arw {
                  background: url(/image/ico_arw_01_on.gif) no-repeat 100px center;
                  background: none; }
                #header #spMenu #formLeft .sp > li > .sub > li > a:hover {
                  background: #ededed; }
              #header #spMenu #formLeft .sp > li > .sub > li:last-child > a {
                border-bottom: 1px solid #ccc; }
              #header #spMenu #formLeft .sp > li > .sub > li > .sub {
                display: none; }
          #header #spMenu #formLeft .sp > li > strong {
            display: block;
            width: 100%;
            height: 40px;
            padding-left: 1em;
            font-size: 14px;
            line-height: 40px;
            color: white;
            background-image: url("/image/btn_tab_02.png");
            background-repeat: no-repeat;
            background-size: 36px 36px;
            background-position: right center; }
            #header #spMenu #formLeft .sp > li > strong.active {
              background-image: url("/image/btn_tab_04.png"); }
          #header #spMenu #formLeft .sp > li > a {
            display: none; }
      #header #spMenu #formRight {
        float: none;
        width: 100%;
        height: 51px;
        padding: 10px;
        background-color: #f5f5f5; }
        #header #spMenu #formRight form > .searchBox {
          float: left;
          width: auto;
          height: 29px;
          font-size: 16px;
          text-align: left;
          padding: 1px 0 0 30px;
          border: 1px solid #ccc;
          border-right: none;
          background: url(/image/btn_search_01.gif) no-repeat 8px 6px;
          background-color: white;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px; }
        #header #spMenu #formRight form > .searchBtn {
          float: left;
          width: 43px;
          height: 29px;
          margin-right: 10px;
          margin-right: 0;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px; }
        #header #spMenu #formRight form > a {
          float: left;
          display: block;
          display: none;
          width: 28px;
          height: 28px; }
      #header #spMenu #menu {
        position: relative;
        right: auto;
        top: auto;
        width: 100%; }
        #header #spMenu #menu li {
          float: none;
          width: 100%;
          height: 40px;
          font-size: 14px;
          margin-left: 0;
          text-align: left;
          line-height: 40px;
          border-bottom: 1px solid #5ba1d5;
          background-color: #0071c5; }
          #header #spMenu #menu li:first-child {
            display: none; }
          #header #spMenu #menu li a {
            display: block;
            width: 100%;
            height: 40px;
            padding-left: 1em;
            color: white;
            background-image: url("/image/btn_tab_06.png");
            background-repeat: no-repeat;
            background-size: 24px 24px;
            background-position: right 5px center; }
            #header #spMenu #menu li a:hover {
              text-decoration: none; } }
html > body input.searchBox {
  line-height: 2.2em\9; }

#container {
  width: 900px;
  margin: 0 auto 60px;
  text-align: left; }
  #container #slideContentsPC {
    display: block;
    position: relative;
    width: 900px;
    height: 270px;
    margin-bottom: 30px; }
    #container #slideContentsPC div {
      overflow: hidden; }
      #container #slideContentsPC div div {
        position: absolute;
        top: 0;
        left: 0; }
        #container #slideContentsPC div div ~ div {
          opacity: 0;
          filter: alpha(opacity=0);
          -ms-filter: "alpha(opacity=0)"; }
    #container #slideContentsPC ul {
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 100; }
      #container #slideContentsPC ul li {
        zoom: 1;
        float: left;
        width: 38px;
        height: 38px;
        margin-right: 10px;
        padding: 0;
        border: 1px solid #ccc; }
        #container #slideContentsPC ul li:after {
          display: block;
          clear: both;
          content: ""; }
        #container #slideContentsPC ul li:hover, #container #slideContentsPC ul li.active {
          border: 1px solid #0071c5;
          font-size: 16px; }
  #container #slideContentsSP {
    display: none; }
  #container #tabContents {
    width: 898px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 30px; }
    #container #tabContents .tabBtn {
      width: auto;
      overflow: hidden;
      background: #ccc;
      zoom: 1; }
      #container #tabContents .tabBtn:after {
        display: block;
        clear: both;
        content: ""; }
      #container #tabContents .tabBtn .tab {
        float: left;
        width: 179px;
        height: auto;
        margin-left: 1px; }
        #container #tabContents .tabBtn .tab > span {
          display: block;
          width: 100%;
          height: 100%;
          padding: 15px 0;
          line-height: 1em;
          text-align: center;
          color: #fff;
          font-weight: bold;
          background-color: #bbb9b0;
          cursor: pointer; }
        #container #tabContents .tabBtn .tab:hover > span {
          color: #fff;
          background: #0071c5; }
        #container #tabContents .tabBtn .tab.select > span {
          background: #fff;
          color: #000; }
        #container #tabContents .tabBtn .tab.num1 {
          width: 178px;
          margin-left: 0; }
        #container #tabContents .tabBtn .tab .topics {
          display: none; }
    #container #tabContents .tabInner {
      display: block; }
      #container #tabContents .tabInner .tabChild {
        padding-top: 25px; }
        #container #tabContents .tabInner .tabChild.hide {
          display: none; }
        #container #tabContents .tabInner .tabChild > dl {
          padding: 0 25px;
          zoom: 1; }
          #container #tabContents .tabInner .tabChild > dl:after {
            display: block;
            clear: both;
            content: ""; }
          #container #tabContents .tabInner .tabChild > dl dt {
            float: left;
            position: relative;
            width: 185px;
            min-height: 18px;
            margin-bottom: 10px;
            line-height: 1.6em; }
            #container #tabContents .tabInner .tabChild > dl dt img {
              position: absolute;
              top: 0;
              right: 0; }
          #container #tabContents .tabInner .tabChild > dl dd {
            min-height: 18px;
            margin-bottom: 10px;
            padding-left: 205px;
            *padding-left: 20px;
            line-height: 1.6em; }
            #container #tabContents .tabInner .tabChild > dl dd a {
              color: #0066ff;
              text-decoration: none; }
              #container #tabContents .tabInner .tabChild > dl dd a:hover {
                text-decoration: underline; }
              #container #tabContents .tabInner .tabChild > dl dd a.pdf {
                padding-right: 18px;
                padding-bottom: 2px;
                background: transparent url(/news_image/ico_pdf_01.gif) no-repeat 100% 0;
                background-size: 14px 16px; }
              #container #tabContents .tabInner .tabChild > dl dd a img {
                margin-left: 3px;
                vertical-align: middle; }
        #container #tabContents .tabInner .tabChild > p {
          margin-bottom: 10px;
          padding-right: 25px;
          text-align: right; }
          #container #tabContents .tabInner .tabChild > p a {
            display: inline-block;
            margin-left: 10px; }
            #container #tabContents .tabInner .tabChild > p a.arw {
              padding-left: 9px;
              color: #0066ff;
              text-decoration: none;
              background: url(/image/ico_arw_01_off.gif) no-repeat left center; }
              #container #tabContents .tabInner .tabChild > p a.arw:hover {
                text-decoration: underline;
                background: url(/image/ico_arw_01_on.gif) no-repeat left center; }
            #container #tabContents .tabInner .tabChild > p a.rss {
              color: #0066ff;
              text-decoration: none; }
              #container #tabContents .tabInner .tabChild > p a.rss:hover {
                text-decoration: underline; }
              #container #tabContents .tabInner .tabChild > p a.rss img {
                margin-right: 4px; }
    #container #tabContents .topics {
      border-top: 1px dotted #ccc;
      background: #fff;
      padding: 25px 25px 10px; }
      #container #tabContents .topics > dl dt {
        clear: left;
        float: left;
        position: relative;
        width: 185px;
        min-height: 18px;
        margin-bottom: 10px;
        line-height: 1.6em; }
        #container #tabContents .topics > dl dt img {
          position: absolute;
          top: 0;
          right: 0; }
      #container #tabContents .topics > dl dd {
        min-height: 18px;
        margin-bottom: 10px;
        padding-left: 205px;
        *padding-left: 20px;
        line-height: 1.6em; }
        #container #tabContents .topics > dl dd a {
          color: #0066ff;
          text-decoration: none; }
          #container #tabContents .topics > dl dd a:hover {
            text-decoration: underline; }
  #container #carouselContents.pcView {
    position: relative;
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    zoom: 1; }
    #container #carouselContents.pcView:after {
      display: block;
      clear: both;
      content: ""; }
    #container #carouselContents.pcView .slick-prev,
    #container #carouselContents.pcView .slick-next {
      display: block;
      position: absolute;
      top: 77px;
      width: 20px;
      height: 30px;
      cursor: pointer; }
    #container #carouselContents.pcView .slick-prev {
      left: 0;
      background: url(/image/btn_prev_01_off.gif) no-repeat 0 0; }
      #container #carouselContents.pcView .slick-prev:hover {
        background: url(/image/btn_prev_01_on.gif) no-repeat 0 0; }
    #container #carouselContents.pcView .slick-next {
      right: 0;
      background: url(/image/btn_next_01_off.gif) no-repeat 0 0; }
      #container #carouselContents.pcView .slick-next:hover {
        background: url(/image/btn_next_01_on.gif) no-repeat 0 0; }
    #container #carouselContents.pcView .slick-slide {
      float: left;
      margin: 0 10px;
      background: #bbb9b0; }
      #container #carouselContents.pcView .slick-slide a {
        color: #fff;
        text-decoration: none;
        display: block;
        width: auto;
        height: auto; }
        #container #carouselContents.pcView .slick-slide a img {
          width: 195px;
          height: 138px; }
        #container #carouselContents.pcView .slick-slide a span {
          width: 195px;
          height: auto;
          padding: 10px 0;
          font-weight: bold;
          text-align: center;
          display: block;
          display: table-cell;
          vertical-align: middle;
          zoom: 1;
          *padding-top: 5px; }
        #container #carouselContents.pcView .slick-slide a:hover span {
          background: #0071c5; }
  #container #carouselContents.spView {
    display: none; }
  #container #subMenu {
    width: 860px;
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 29px 9px 9px 29px;
    *padding-bottom: 29px;
    background: #fff;
    zoom: 1; }
    #container #subMenu:after {
      display: block;
      clear: both;
      content: ""; }
    #container #subMenu li {
      float: left;
      width: 200px;
      height: 60px;
      margin: 0 15px 20px 0; }
      #container #subMenu li a {
        display: block;
        width: 200px;
        height: 60px;
        color: #0066ff;
        text-decoration: none; }
        #container #subMenu li a p {
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          height: 60px;
          font-size: 12px;
          line-height: 1.6em; }
          #container #subMenu li a p br {
            display: block; }
        #container #subMenu li a img {
          float: left;
          border: 1px solid #ccc;
          margin-right: 12px; }
        #container #subMenu li a:hover {
          text-decoration: underline; }
          #container #subMenu li a:hover img {
            border: 1px solid #0071c5; }

@media screen and (max-width: 767px) {
  #container {
    width: 100%;
    margin: 0 auto 0;
    padding-top: 55px; }
    #container #slideContentsPC {
      display: none; }
    #container #slideContentsSP {
      display: block; }
    #container #tabContents {
      width: 100%;
      padding: 0 10px;
      border: none;
      background: transparent;
      margin-top: 20px;
      margin-bottom: 0; }
      #container #tabContents .tabBtn {
        width: 100%;
        overflow: visible;
        background-color: transparent; }
        #container #tabContents .tabBtn .tab {
          float: none;
          width: 100%;
          height: auto;
          margin-top: 10px;
          background-color: #fff; }
          #container #tabContents .tabBtn .tab.num1 {
            width: 100%; }
          #container #tabContents .tabBtn .tab > span {
            margin-left: 0;
            padding: 0 0 0 .75em;
            line-height: 40px;
            text-align: left;
            background-color: #bbb9b0;
            background-image: url("/image/btn_tab_02.png");
            background-repeat: no-repeat;
            background-size: 36px 36px;
            background-position: right center;
            border: 1px solid #ccc; }
          #container #tabContents .tabBtn .tab:hover > span {
            background-image: url("/image/btn_tab_02.png");
            background-repeat: no-repeat;
            background-size: 36px 36px;
            background-position: right center; }
          #container #tabContents .tabBtn .tab.select > span {
            color: #000;
            background-color: #fff;
            background-image: url("/image/btn_tab_01.png");
            background-repeat: no-repeat;
            background-size: 36px 36px;
            background-position: right center; }
          #container #tabContents .tabBtn .tab .tabChild {
            padding-top: 25px;
            border: 1px solid #ccc;
            border-top: none; }
            #container #tabContents .tabBtn .tab .tabChild.hide {
              display: none; }
            #container #tabContents .tabBtn .tab .tabChild > dl {
              padding: 0 10px 3px; }
              #container #tabContents .tabBtn .tab .tabChild > dl dt {
                float: none;
                position: relative;
                width: 185px;
                min-height: 18px;
                margin-bottom: 7px; }
                #container #tabContents .tabBtn .tab .tabChild > dl dt img {
                  position: absolute;
                  top: 0;
                  right: 0; }
              #container #tabContents .tabBtn .tab .tabChild > dl dd {
                min-height: 18px;
                margin-bottom: 15px;
                padding-left: 0; }
                #container #tabContents .tabBtn .tab .tabChild > dl dd a.pdf {
                  padding-right: 18px;
                  padding-bottom: 2px;
                  background: transparent url(/news_image/ico_pdf_01.gif) no-repeat 100% 0;
                  background-size: 14px 16px; }
            #container #tabContents .tabBtn .tab .tabChild > p {
              padding-right: 10px;
              margin-bottom: 10px;
              text-align: right; }
              #container #tabContents .tabBtn .tab .tabChild > p a {
                display: inline-block;
                margin-left: 10px; }
                #container #tabContents .tabBtn .tab .tabChild > p a.arw {
                  padding-left: 9px;
                  color: #0066ff;
                  text-decoration: none;
                  background: url(/image/ico_arw_01_off.gif) no-repeat left center; }
                  #container #tabContents .tabBtn .tab .tabChild > p a.arw:hover {
                    text-decoration: underline;
                    background: url(/image/ico_arw_01_on.gif) no-repeat left center; }
                #container #tabContents .tabBtn .tab .tabChild > p a.rss {
                  color: #0066ff;
                  text-decoration: none; }
                  #container #tabContents .tabBtn .tab .tabChild > p a.rss:hover {
                    text-decoration: underline; }
                  #container #tabContents .tabBtn .tab .tabChild > p a.rss img {
                    margin-right: 4px; }
          #container #tabContents .tabBtn .tab .topics {
            display: block;
            border-top: 1px dotted #ccc;
            background: #fff;
            margin-top: 10px;
            padding: 15px 10px 0; }
            #container #tabContents .tabBtn .tab .topics > dl dt {
              clear: none;
              float: none;
              position: relative;
              width: 185px;
              min-height: 18px;
              margin-bottom: 10px;
              line-height: 1.6em; }
              #container #tabContents .tabBtn .tab .topics > dl dt img {
                position: absolute;
                top: 0;
                right: 0; }
            #container #tabContents .tabBtn .tab .topics > dl dd {
              min-height: 18px;
              margin-bottom: 10px;
              padding-left: 0;
              line-height: 1.6em; }
              #container #tabContents .tabBtn .tab .topics > dl dd a {
                color: #0066ff;
                text-decoration: none; }
                #container #tabContents .tabBtn .tab .topics > dl dd a:hover {
                  text-decoration: underline; }
      #container #tabContents .tabInner {
        display: none; }
      #container #tabContents .tabInner + .topics {
        display: none; }
    #container #carouselContents.pcView {
      display: none; }
    #container #carouselContents.spView {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      margin: 10px auto 0;
      padding: 0 10px;
      zoom: 1; }
      #container #carouselContents.spView:after {
        display: block;
        clear: both;
        content: ""; }
      #container #carouselContents.spView li {
        float: left;
        width: auto;
        margin: 0;
        margin-top: 10px;
        background: #bbb9b0; }
        #container #carouselContents.spView li:nth-child(even) {
          margin-left: 10px; }
        #container #carouselContents.spView li a {
          color: #fff;
          text-decoration: none;
          display: block;
          width: 100%;
          height: auto;
          padding: 0;
          font-size: 0;
          text-align: center; }
          #container #carouselContents.spView li a img {
            width: 100%;
            height: auto; }
          #container #carouselContents.spView li a span {
            display: block;
            width: 100%;
            height: auto;
            padding: 10px 0;
            font-weight: bold;
            display: block;
            font-size: 12px; }
          #container #carouselContents.spView li a:hover span {
            background: #0071c5; }
    #container #subMenu {
      width: 100%;
      margin-top: 20px;
      padding: 0 10px 10px 10px;
      background: transparent;
      border: none; }
      #container #subMenu li {
        width: auto;
        height: 60px;
        margin: 0 auto 10px auto; }
        #container #subMenu li:nth-child(even) {
          margin-left: 10px; }
        #container #subMenu li a {
          display: table;
          width: 100%;
          height: 60px;
          zoom: 1; }
          #container #subMenu li a:after {
            display: block;
            clear: both;
            content: ""; }
          #container #subMenu li a p {
            display: table-cell;
            float: none;
            width: 100%;
            height: 60px;
            text-align: left; }
            #container #subMenu li a p br {
              display: none; }
          #container #subMenu li a img {
            display: table-cell;
            float: none;
            height: 60px;
            margin-right: 10px; } }
#footer {
  min-width: 900px;
  height: 70px;
  padding: 15px 0;
  background-color: #0071c5;
  text-align: center;
  font-size: 12px; }
  #footer > div {
    position: relative;
    width: 900px;
    margin: 0 auto; }
    #footer > div ul {
      position: absolute;
      left: 0;
      width: 400px; }
      #footer > div ul li {
        float: left;
        border-left: 1px solid #ccc;
        margin: 0 10px 15px 0;
        padding-left: 10px; }
        #footer > div ul li a {
          color: #fff;
          text-decoration: none; }
        #footer > div ul li:first-child, #footer > div ul li:last-child {
          border-left: none;
          padding-left: 0; }
        #footer > div ul li.sp-none {
          display: inline-block; }
    #footer > div p {
      position: absolute;
      right: 0;
      width: 450px;
      color: #fff;
      text-align: right; }
      #footer > div p a {
        color: #fff;
        text-decoration: none;
        padding-right: 10px; }

@media screen and (max-width: 767px) {
  #footer {
    min-width: 100%;
    height: auto;
    padding: 0;
    text-align: left; }
    #footer > div {
      width: 100%; }
      #footer > div ul {
        position: relative;
        left: auto;
        width: 100%; }
        #footer > div ul li {
          float: none;
          height: 45px;
          line-height: 45px;
          border-left: none;
          border-bottom: 1px solid #5ba1d5;
          margin: 0 0 0 0;
          padding-left: 0; }
          #footer > div ul li a {
            display: block;
            height: 45px;
            padding-left: 1em;
            color: #fff;
            text-decoration: none; }
          #footer > div ul li:first-child, #footer > div ul li:last-child {
            border-left: none;
            padding-left: 0; }
          #footer > div ul li.sp-none {
            display: none; }
      #footer > div p {
        position: relative;
        right: auto;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 9px; }
        #footer > div p a {
          color: #fff;
          text-decoration: none;
          padding-right: 10px; } }
#ptBtn {
  display: none; }

@media screen and (max-width: 767px) {
  #ptBtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(103, 101, 91, 0.75); }
    #ptBtn img {
      width: 100%; } }
