@charset "UTF-8";
@import url(reset.css);
html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%; }

body {
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  color: #444;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 100% !important; } }

img {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

p {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  color: #444; }

.open-sans {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5 {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.text-center {
  text-align: center; }

.ovr-hdn {
  overflow: hidden; }

.posi-rel {
  position: relative; }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }

a, button {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  text-decoration: none; }

.col {
  float: left; }

.breadcrumbs {
  max-width: 1200px;
  font-size: 100%;
  padding: 0 0 0 1em;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      font-size: 90%; } }
  .breadcrumbs a {
    color: #004b99; }

.drawer-btn span {
  height: 2px;
  background-color: #FFF; }

.drawer-btn {
  display: none;
  position: fixed;
  top: 8px;
  right: 10px;
  width: 50px;
  height: 50px;
  padding: 0px;
  z-index: 100; }
  @media screen and (max-width: 600px) {
    .drawer-btn {
      display: block !important; } }

.drawer-btn_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  margin: -11px -9px; }

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, -webkit-transform 0.15s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s; }

.border01 {
  margin-top: -7px; }

.border03 {
  margin-top: 7px; }

.current.drawer-btn .border01 {
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s; }

.current.drawer-btn .border02 {
  top: 50%;
  -webkit-transition: .2s ease .1s;
  transition: .2s ease .1s;
  opacity: 0; }

.current.drawer-btn .border03 {
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #004b99;
  text-align: center;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 0 2em;
  z-index: 98; }
  @media screen and (max-width: 1200px) {
    .header {
      height: 110px; } }
  @media screen and (max-width: 600px) {
    .header {
      height: 90px; } }
  .header .circle-box {
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    width: 310px;
    height: 310px;
    background-color: #FFF;
    border-radius: 50%;
    margin: auto; }
    @media screen and (max-width: 1200px) {
      .header .circle-box {
        width: 290px;
        height: 290px; } }
    @media screen and (max-width: 768px) {
      .header .circle-box {
        top: -85px;
        width: 280px;
        height: 280px; } }
    @media screen and (max-width: 600px) {
      .header .circle-box {
        top: -71px;
        width: 220px;
        height: 220px; } }
    .header .circle-box h1 {
      font-size: 140%;
      line-height: 1.2;
      color: #004b99;
      margin-top: 102px;
      margin-right: 10px; }
      @media screen and (max-width: 1200px) {
        .header .circle-box h1 {
          font-size: 130%;
          margin-top: 100px; } }
      @media screen and (max-width: 768px) {
        .header .circle-box h1 {
          font-size: 120%;
          margin-top: 95px; } }
      @media screen and (max-width: 600px) {
        .header .circle-box h1 {
          font-size: 107%;
          margin-top: 78px; } }
      @media screen and (max-width: 1200px) {
        .header .circle-box h1 img {
          width: 130px; } }
      @media screen and (max-width: 768px) {
        .header .circle-box h1 img {
          width: 120px; } }
      @media screen and (max-width: 600px) {
        .header .circle-box h1 img {
          width: 100px; } }
  .header .header-innner {
    overflow: hidden;
    width: 98%;
    height: 140px;
    max-width: 810px;
    padding: 0 1em;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .header .header-innner {
        width: 95%;
        height: 120px; } }
    @media screen and (max-width: 600px) {
      .header .header-innner {
        height: 90px; } }
  .header .link {
    position: relative;
    font-size: 120%;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #FFF;
    margin-top: 45px; }
    @media screen and (max-width: 1200px) {
      .header .link {
        margin-top: 40px; } }
    @media screen and (max-width: 768px) {
      .header .link {
        font-size: 100%; } }
    @media screen and (max-width: 600px) {
      .header .link {
        display: none; } }
    .header .link:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      content: '';
      width: 0px;
      height: 0px;
      background-color: #FFF;
      border-radius: 50%;
      margin: auto;
      z-index: -1;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
    .header .link:hover {
      color: #004b99; }
      .header .link:hover:before {
        left: -10px;
        width: 100px;
        height: 86px; }
        @media screen and (max-width: 768px) {
          .header .link:hover:before {
            width: 90px;
            height: 82px; } }
    .header .link span {
      font-size: 80%; }
  .header #link1 {
    float: left; }
  .header #link2 {
    float: right; }

.nav-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004b99;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  z-index: 99;
  transform: translate(0, -200%);
  -webkit-transform: translate(0, -200%); }
  .nav-box.open {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  .nav-box ul {
    margin: 20% 0 0; }
    .nav-box ul li {
      text-align: center;
      border-bottom: 1px solid #FFF; }
      .nav-box ul li a {
        display: block;
        font-size: 110%;
        color: #FFF;
        line-height: 1.4;
        letter-spacing: 0.1em;
        padding: 10px 0; }
        .nav-box ul li a span {
          font-size: 90%;
          letter-spacing: 0; }
        .nav-box ul li a:hover {
          color: #004b99;
          background-color: #FFF; }

.center-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  color: #004b99;
  font-size: 110%;
  text-align: center;
  border: 2px solid #004b99;
  padding: 8px 0;
  margin: 50px auto; }
  @media screen and (max-width: 600px) {
    .center-btn {
      font-size: 105%; } }
  .center-btn#center-btn2 {
    color: #FFF;
    background-color: #004b99; }
    .center-btn#center-btn2:hover {
      color: #004b99;
      background-color: #FFF; }
  .center-btn i {
    font-size: 140%;
    vertical-align: top;
    line-height: 1.3; }
  .center-btn:hover {
    color: #FFF;
    background-color: #004b99; }

.footer-middle {
  text-align: center;
  background-color: #237fc4;
  padding: 80px 2em; }
  .footer-middle .footer-middle-logo {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .footer-middle .footer-middle-logo {
        max-width: 220px; } }
  .footer-middle h5 {
    font-size: 150%;
    color: #FFF;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 40px; }
    @media screen and (max-width: 600px) {
      .footer-middle h5 {
        font-size: 130%; } }

footer {
  text-align: center;
  background-color: #eeeeee;
  padding: 50px 2em 10px; }
  footer h5 {
    font-size: 150%;
    margin-bottom: 30px; }
    footer h5 a {
      color: #444; }
  footer .info-area {
    width: 640px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer .info-area {
        width: 100%; } }
  footer .tel {
    float: left;
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 150%;
    color: #FFF;
    letter-spacing: 0.1em;
    background-color: #004b99;
    border-radius: 5px;
    padding: 8px 15px; }
    @media screen and (max-width: 768px) {
      footer .tel {
        float: none;
        margin: 0 auto; } }
    footer .tel img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
    footer .tel p {
      display: inline-block;
      vertical-align: sub;
      color: #FFF; }
  footer .address {
    float: right;
    font-size: 110%;
    letter-spacing: 0.1em;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      footer .address {
        float: none;
        margin-top: 0px;
        margin-bottom: 30px; } }
    footer .address a {
      color: #444;
      vertical-align: middle; }
      footer .address a img {
        width: 26px; }
  footer .footer-link {
    margin: 40px 0 10px; }
    footer .footer-link li {
      display: inline-block;
      border-right: 1px solid #ccc; }
      footer .footer-link li a {
        color: #444;
        padding: 5px 12px 5px 10px; }
      footer .footer-link li:last-child {
        border-right: none; }
  footer #copyright {
    float: none;
    padding: 0; }

.move-div01 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px); }

.move01 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.move-div02 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0); }

.move02 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1); }

#company {
  margin-top: 120px; }
  @media screen and (max-width: 1200px) {
    #company {
      margin-top: 110px; } }
  @media screen and (max-width: 600px) {
    #company {
      margin-top: 90px; } }
  #company .main-img-area {
    position: relative;
    height: 350px;
    background: url(../img/company-main_img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #company .main-img-area {
        height: 300px; } }
    @media screen and (max-width: 700px) {
      #company .main-img-area {
        height: 250px; } }
    @media screen and (max-width: 500px) {
      #company .main-img-area {
        height: 230px; } }
    #company .main-img-area h2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 96%;
      height: 60px;
      font-size: 260%;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.2em;
      color: #FFF;
      margin: auto; }
  #company #company-img {
    display: block;
    margin: 0 auto 60px; }
  #company section {
    max-width: 1200px;
    margin: 0 auto; }
  #company #heading {
    position: relative;
    padding: 70px 1em 80px;
    margin-top: 80px; }
    @media screen and (max-width: 600px) {
      #company #heading {
        padding: 50px 1em 80px; } }
    #company #heading h2 {
      position: relative;
      font-size: 180%;
      letter-spacing: 0.1em;
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 600px) {
        #company #heading h2 {
          font-size: 160%; } }
    #company #heading .border-p {
      position: relative;
      line-height: 1.8;
      padding: 40px 30px; }
      @media screen and (max-width: 600px) {
        #company #heading .border-p {
          font-size: 95%;
          padding: 40px 15px; } }
      #company #heading .border-p:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        width: 110px;
        height: 4px;
        background-color: #f1d5a0; }
        @media screen and (max-width: 768px) {
          #company #heading .border-p:before {
            width: 85px; } }
      #company #heading .border-p:after {
        position: absolute;
        display: block;
        content: '';
        bottom: 0;
        right: 0;
        width: 110px;
        height: 4px;
        background-color: #f1d5a0; }
        @media screen and (max-width: 768px) {
          #company #heading .border-p:after {
            width: 85px; } }
    #company #heading .hukidashi {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-left: 35%;
      margin: auto;
      z-index: -1; }
  #company #overview {
    padding-bottom: 50px; }
    #company #overview #col1 {
      float: none;
      display: inline-block;
      vertical-align: middle;
      width: 37%;
      text-align: center; }
      @media screen and (max-width: 700px) {
        #company #overview #col1 {
          display: block;
          width: 96%;
          margin: 0 auto 30px; } }
      #company #overview #col1 object {
        width: 218px;
        margin: 0 auto; }
      #company #overview #col1 h3 {
        font-size: 140%;
        letter-spacing: 0.1em;
        color: #004b99;
        margin-top: 10px; }
    #company #overview #col2 {
      float: none;
      display: inline-block;
      vertical-align: middle;
      width: 61%; }
      @media screen and (max-width: 700px) {
        #company #overview #col2 {
          display: block;
          width: 96%;
          margin: 0 auto; } }
      @media screen and (max-width: 700px) {
        #company #overview #col2 table {
          font-size: 90%; } }
      #company #overview #col2 table th {
        text-align: center;
        border-top: 1px solid #9b9b9b;
        border-bottom: 1px solid #9b9b9b;
        padding: 10px 1em; }
      #company #overview #col2 table td {
        border-top: 1px solid #9b9b9b;
        border-bottom: 1px solid #9b9b9b;
        padding: 10px 1em; }
      #company #overview #col2 .border-none {
        border: none; }
      #company #overview #col2 .border-top {
        border-top: 1px solid #9b9b9b; }
    #company #overview .center-btn img {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      margin-right: 15px; }
    #company #overview .center-btn p {
      display: inline-block;
      vertical-align: middle;
      font-size: 140%;
      color: #004b99; }
    #company #overview .center-btn:hover {
      background-color: #FFF; }
      #company #overview .center-btn:hover p {
        color: #004b99; }
  #company #map-area {
    max-width: 100%;
    margin-bottom: 100px; }

#product {
  margin-top: 120px; }
  @media screen and (max-width: 1200px) {
    #product {
      margin-top: 110px; } }
  @media screen and (max-width: 600px) {
    #product {
      margin-top: 90px; } }
  #product .main-img-area {
    position: relative;
    height: 350px;
    background: url(../img/product-main_img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #product .main-img-area {
        height: 300px; } }
    @media screen and (max-width: 700px) {
      #product .main-img-area {
        height: 250px; } }
    @media screen and (max-width: 500px) {
      #product .main-img-area {
        height: 230px; } }
    #product .main-img-area h2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 96%;
      height: 60px;
      font-size: 260%;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.2em;
      color: #FFF;
      margin: auto; }
  #product #heading {
    max-width: 1200px;
    padding: 80px 2em;
    margin: 0 auto; }
    #product #heading h3 {
      font-size: 220%;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        #product #heading h3 {
          font-size: 210%; } }
      @media screen and (max-width: 600px) {
        #product #heading h3 {
          font-size: 190%; } }
    #product #heading p {
      line-height: 1.6; }
      @media screen and (max-width: 600px) {
        #product #heading p {
          font-size: 90%;
          line-height: 1.5; } }
    #product #heading .p-01 {
      margin-bottom: 50px; }
  #product #intro {
    padding-bottom: 100px; }
    #product #intro .baner {
      position: relative;
      max-width: 1400px;
      height: 250px;
      background: url(../img/product-main_img.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding: 10px;
      margin: 0 auto 70px; }
      @media screen and (max-width: 600px) {
        #product #intro .baner {
          height: 220px; } }
      #product #intro .baner .baner-body {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        border: 2px solid #FFF; }
        #product #intro .baner .baner-body h3 {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 45px;
          font-size: 250%;
          color: #FFF;
          letter-spacing: 0.1em;
          margin: auto; }
          @media screen and (max-width: 600px) {
            #product #intro .baner .baner-body h3 {
              font-size: 220%; } }
    #product #intro .row {
      max-width: 1400px;
      border-bottom: 1px dashed #9b9b9b;
      padding: 0 0 40px;
      margin: 40px auto 0; }
      #product #intro .row .row-body {
        overflow: hidden;
        max-width: 1200px;
        padding: 0 1em; }
      #product #intro .row #col1 {
        width: 30%;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #product #intro .row #col1 {
            float: none;
            width: 100%;
            margin-bottom: 30px; } }
      #product #intro .row #col2 {
        width: 70%; }
        @media screen and (max-width: 768px) {
          #product #intro .row #col2 {
            float: none;
            width: 100%; } }
        #product #intro .row #col2 h4 {
          font-size: 130%;
          border-bottom: 2px solid #004b99;
          padding-bottom: 5px;
          margin-bottom: 15px; }
          @media screen and (max-width: 600px) {
            #product #intro .row #col2 h4 {
              font-size: 120%; } }
        #product #intro .row #col2 p {
          padding: 0 0.5em;
          margin-bottom: 40px; }
          @media screen and (max-width: 600px) {
            #product #intro .row #col2 p {
              font-size: 90%; } }
        #product #intro .row #col2 table {
          max-width: 800px;
          margin: 0 auto; }
          @media screen and (max-width: 600px) {
            #product #intro .row #col2 table {
              font-size: 90%; } }
          #product #intro .row #col2 table th {
            width: 30%;
            text-align: center;
            background-color: #ededed;
            border: 1px solid #c8c8c8;
            padding: 8px 1em; }
          #product #intro .row #col2 table td {
            width: 70%;
            border: 1px solid #c8c8c8;
            padding: 8px 1em; }
      #product #intro .row h4 {
        font-size: 130%;
        border-bottom: 2px solid #004b99;
        padding-bottom: 5px;
        margin-bottom: 15px; }
        @media screen and (max-width: 600px) {
          #product #intro .row h4 {
            font-size: 120%; } }
      #product #intro .row p {
        padding: 0 0.5em;
        margin-bottom: 40px; }
        @media screen and (max-width: 600px) {
          #product #intro .row p {
            font-size: 90%; } }
      #product #intro .row h5 {
        display: inline-block;
        font-size: 110%;
        color: #FFF;
        background-color: #2988cf;
        border-radius: 3px;
        padding: 5px 10px;
        margin-top: 20px; }
        @media screen and (max-width: 600px) {
          #product #intro .row h5 {
            font-size: 100%; } }
      #product #intro .row .title {
        /*border-bottom: 1px solid #444;*/
        padding: 0 0 5px;
        margin: 15px 1em 10px; }
      #product #intro .row .detail {
        padding-left: 20px;
        margin-bottom: 10px; }

#map-area .map {
  width: 100%;
  height: 350px; }
  #map-area .map img {
    max-width: none !important; }

#news-ichiran {
  margin-top: 140px; }
  @media screen and (max-width: 1200px) {
    #news-ichiran {
      margin-top: 120px; } }
  @media screen and (max-width: 600px) {
    #news-ichiran {
      margin-top: 90px; } }
  #news-ichiran .main-img-area {
    position: relative;
    height: 350px;
    background: url(../img/news-main_img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #news-ichiran .main-img-area {
        height: 300px; } }
    @media screen and (max-width: 700px) {
      #news-ichiran .main-img-area {
        height: 250px; } }
    @media screen and (max-width: 500px) {
      #news-ichiran .main-img-area {
        height: 230px; } }
    #news-ichiran .main-img-area h2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 96%;
      height: 60px;
      font-size: 260%;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.2em;
      color: #FFF;
      margin: auto; }
  #news-ichiran .item {
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    #news-ichiran .item .thumb {
      width: 400px;
      margin: 0 auto 20px;
      display: block; }
    #news-ichiran .item .noimage {
      width: 100%;
      height: 250px;
      background-color: #ccc; }
    #news-ichiran .item h3 {
      font-size: 120%;
      margin-bottom: 10px; }
      @media screen and (max-width: 600px) {
        #news-ichiran .item h3 {
          font-size: 110%; } }
    #news-ichiran .item .date {
      font-size: 90%;
      border-bottom: 1px solid #c8c8c8;
      padding-bottom: 5px;
      margin-bottom: 10px; }
      #news-ichiran .item .date img {
        vertical-align: bottom;
        width: 25px;
        margin-right: 10px;
        /*                @media screen and (max-width: 700px) {
                            width: 25px;     
                        }*/ }
      #news-ichiran .item .date a {
        color: #444; }
    #news-ichiran .item .center-btn {
      margin: 20px auto 0; }

.archive #news-ichiran .main-img-area h2 {
  font-size: 200%; }
  @media screen and (max-width: 768px) {
    .archive #news-ichiran .main-img-area h2 {
      font-size: 180%;
      height: 50px; } }

#news {
  margin-top: 140px; }
  @media screen and (max-width: 1200px) {
    #news {
      margin-top: 120px; } }
  @media screen and (max-width: 600px) {
    #news {
      margin-top: 90px; } }
  #news .main-img-area {
    position: relative;
    height: 350px; }
    @media screen and (max-width: 768px) {
      #news .main-img-area {
        height: 300px; } }
    @media screen and (max-width: 700px) {
      #news .main-img-area {
        height: 250px; } }
    @media screen and (max-width: 500px) {
      #news .main-img-area {
        height: 230px; } }
    #news .main-img-area#noimage {
      background-color: #ccc; }
    #news .main-img-area .black-layer {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    #news .main-img-area h2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 96%;
      height: 60px;
      font-size: 190%;
      font-weight: bold;
      text-align: center;
      color: #FFF;
      margin: auto; }
      @media screen and (max-width: 768px) {
        #news .main-img-area h2 {
          font-size: 170%; } }
      @media screen and (max-width: 600px) {
        #news .main-img-area h2 {
          font-size: 150%; } }

#news-page {
  max-width: 1200px;
  padding: 80px 1em 100px;
  margin: 0 auto; }
  #news-page .date {
    font-size: 110%;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #news-page .date {
        font-size: 100%; } }
    #news-page .date img {
      vertical-align: bottom;
      width: 31px;
      margin-right: 10px; }
      @media screen and (max-width: 700px) {
        #news-page .date img {
          width: 29px; } }
  #news-page .content {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    margin-right: 2%; }
    @media screen and (max-width: 700px) {
      #news-page .content {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    #news-page .single-body {
      font-size: 90%; } }
  #news-page .single-body img {
    display: block;
    width: 400px;
    margin: 40px auto; }
  #news-page .sidebar {
    display: inline-block;
    vertical-align: top;
    width: 30%; }
    @media screen and (max-width: 700px) {
      #news-page .sidebar {
        width: 100%; } }
    #news-page .sidebar h3 {
      font-size: 130%;
      font-weight: 600;
      color: #004b99;
      border-bottom: 1px solid #c8c8c8;
      padding-bottom: 5px; }
      @media screen and (max-width: 768px) {
        #news-page .sidebar h3 {
          font-size: 120%; } }
      #news-page .sidebar h3 span {
        font-size: 80%;
        font-weight: normal;
        color: #444;
        font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding: 0 10px; }
        @media screen and (max-width: 768px) {
          #news-page .sidebar h3 span {
            font-size: 80%; } }
    #news-page .sidebar ul {
      margin: 15px 0.5em 60px; }
      #news-page .sidebar ul li {
        position: relative;
        border-bottom: 1px dashed #c8c8c8;
        padding-left: 28px;
        padding-bottom: 5px;
        margin-bottom: 5px; }
        #news-page .sidebar ul li:before {
          display: block;
          content: "\f105";
          font-size: 120%;
          font-family: FontAwesome;
          color: #FFF;
          width: 20px;
          height: 20px;
          line-height: 1;
          letter-spacing: -2px;
          text-align: center;
          background-color: #f1d5a0;
          border-radius: 50%;
          position: absolute;
          top: 5px;
          left: 0; }
          @media screen and (max-width: 768px) {
            #news-page .sidebar ul li:before {
              font-size: 100%;
              width: 18px;
              height: 18px;
              line-height: 1.1; } }
        #news-page .sidebar ul li a {
          font-size: 95%;
          color: #444; }
          @media screen and (max-width: 768px) {
            #news-page .sidebar ul li a {
              font-size: 90%; } }

.navigation {
  width: 100%;
  text-align: center; }

.navigation span.current {
  background-color: #004b99;
  color: #FFF; }

.navigation a, .navigation span {
  color: #444;
  background-color: #FFF;
  border: 1px solid #004b99; }

.navigation a:hover {
  background-color: #004b99;
  color: #FFF; }

/*# sourceMappingURL=page.css.map */
