@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 640px) {
  * {
    box-sizing: border-box;
  }
}

body {
  background: url(../img/noise.png);
}
@media screen and (max-width: 640px) {
  body {
    background: none;
  }
}

#wrapper {
  width: 1274px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #wrapper {
    width: 100%;
  }
}

#left-column {
  width: 1000px;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #left-column {
    float: none;
    width: 100%;
  }
}
#left-column #header {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  z-index: 2;
  width: 970px;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #left-column #header {
    width: 100%;
    top: 0;
    border-radius: 0;
  }
}
#left-column #header #logo {
  padding: 6px 0 6px 40px;
  float: left;
}
@media screen and (max-width: 640px) {
  #left-column #header #logo {
    padding: 6px 0 6px 10px;
  }
}
@media screen and (max-width: 640px) {
  #left-column #header #logo img {
    width: 74px;
  }
}
#left-column #header .type-1 span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
#left-column #header .type-1 .top {
  transform: translateY(-11px);
}
#left-column #header .type-1 .bottom {
  transform: translateY(11px);
}
#left-column #header .icon-animation span {
  width: 30px;
  height: 4px;
  display: block;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
}
#left-column #header .icon-animation {
  width: 58px;
  height: 63px;
  float: right;
  display: block;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
  display: none;
}
@media screen and (max-width: 640px) {
  #left-column #header .icon-animation {
    display: block;
  }
}
#left-column #header .type-1.is-open {
  background: #008ac8;
}
#left-column #header .type-1.is-open span {
  background: #fff;
}
#left-column #header .type-1.is-open .middle {
  background: rgba(255, 255, 255, 0);
}
#left-column #header .type-1.is-open .top {
  transform: rotate(-45deg) translateY(0px);
}
#left-column #header .type-1.is-open .bottom {
  transform: rotate(45deg) translateY(0px);
}
#left-column #header .g-nav {
  float: right;
  padding: 55px 30px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #left-column #header .g-nav {
    float: none;
    padding: 0;
    background: #008ac8;
    clear: both;
    display: none;
  }
}
#left-column #header .g-nav li {
  margin-right: 14px;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #left-column #header .g-nav li {
    display: block;
    width: 100%;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #6ebcde;
  }
}
#left-column #header .g-nav li .fa {
  display: none;
  color: #6ebcde;
}
@media screen and (max-width: 640px) {
  #left-column #header .g-nav li .fa {
    display: inline;
    padding-right: 10px;
  }
}
#left-column #header .g-nav li a {
  color: #666;
}
@media screen and (max-width: 640px) {
  #left-column #header .g-nav li a {
    color: #fff;
  }
}
#left-column #header .g-nav li a:hover {
  color: #008ac8;
  border-bottom: 2px solid #008ac8;
  display: block;
  height: 30px;
}
@media screen and (max-width: 640px) {
  #left-column #header .g-nav li a:hover {
    color: #fff;
    height: auto;
    border-bottom: none;
    color: #fff;
    border-bottom: none;
    height: auto;
  }
}
#left-column #header .g-nav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #left-column .slide-wrapper div img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #left-column .slide-wrapper div .pc {
    display: none;
  }
}
#left-column .slide-wrapper div .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #left-column .slide-wrapper div .sp {
    display: block;
  }
}
#left-column .contents-wrapper {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  #left-column .contents-wrapper {
    padding: 0 !important;
    margin: 0 7px;
  }
}
#left-column .contents-wrapper div {
  width: 450px;
  margin: 10px auto 18px;
}
@media screen and (max-width: 640px) {
  #left-column .contents-wrapper div {
    width: 50%;
    margin: 10px 0 0;
  }
}
#left-column .contents-wrapper div img {
  display: block;
}
#left-column .contents-wrapper div a {
  display: block;
}
#left-column .contents-wrapper div a:hover {
  opacity: .7;
}
@media screen and (max-width: 640px) {
  #left-column .contents-wrapper div .pc {
    display: none;
  }
}
#left-column .contents-wrapper div .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #left-column .contents-wrapper div .sp {
    display: block;
  }
}
#left-column .contents-wrapper div img {
  width: 450px;
  display: block;
}
@media screen and (max-width: 640px) {
  #left-column .contents-wrapper div img {
    width: 96%;
    display: block;
    margin: 0 auto;
  }
}

#right-column {
  width: 267px;
  float: right;
  background: #f1f1f1;
}
@media screen and (max-width: 640px) {
  #right-column {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
}
#right-column .subsidy {
  text-align: center;
  margin: 28px 0 14px;
}
@media screen and (max-width: 640px) {
  #right-column .subsidy {
    margin: 0;
    padding: 28px 0 14px;
  }
}
@media screen and (max-width: 640px) {
  #right-column .subsidy .pc {
    display: none;
  }
}
#right-column .subsidy .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #right-column .subsidy .sp {
    display: block;
    max-width: 567px;
    width: 100%;
    margin: 0 auto;
    padding: 0 17px;
  }
}
#right-column .topic {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #right-column .topic {
    text-align: left;
    padding: 0 17px;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  #right-column .topic .pc {
    display: none;
  }
}
#right-column .topic .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #right-column .topic .sp {
    display: block;
  }
}
#right-column .sp_more {
  display: none;
}
@media screen and (max-width: 640px) {
  #right-column .sp_more {
    display: block;
    float: right;
    padding-right: 17px;
    margin-top: 20px;
  }
}
#right-column .topic-list {
  padding: 0 17px;
}
@media screen and (max-width: 640px) {
  #right-column .topic-list {
    clear: both;
    overflow: hidden;
  }
}
#right-column .topic-list li {
  margin-top: 20px;
}
#right-column .topic-list .thumbnail {
  float: left;
  width: 94px;
  border: 1px solid #ccc;
}
#right-column .topic-list .attachment-thumbnail {
  float: left;
  width: 94px;
  border: 1px solid #ccc;
  height: auto;
}
#right-column .topic-list .base-info {
  float: left;
  margin-left: 10px;
}
#right-column .topic-list .base-info .date {
  font-size: 14px;
  margin-top: 7px;
}
#right-column .topic-list .base-info .tag {
  font-size: 13px;
  color: #fff;
  padding: 7px 10px;
  margin-top: 8px;
  text-align: center;
}
#right-column .topic-list .base-info .info {
  background: #008ac8;
}
#right-column .topic-list .base-info .news {
  background: #666;
}
#right-column .topic-list .excerpt {
  color: #444;
  line-height: 1.5;
  font-size: 13px;
  margin-top: 10px;
}
#right-column .topic-list .excerpt:hover {
  text-decoration: underline;
}
#right-column .more {
  text-align: center;
  margin: 15px 0;
}
@media screen and (max-width: 640px) {
  #right-column .more {
    display: none;
  }
}

#footer {
  width: 1274px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #2b2b2b;
  padding: 38px 25px 25px 55px;
  overflow: hidden;
  clear: both;
  position: relative;
}
@media screen and (max-width: 640px) {
  #footer {
    width: 100%;
    padding: 0;
    background: #323232;
  }
}
#footer .f-nav {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #footer .f-nav {
    margin-bottom: 0;
  }
}
#footer .f-nav li {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #footer .f-nav li {
    display: block;
    width: 100%;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #4c4c4c;
  }
}
#footer .f-nav li .fa {
  display: none;
  color: #4c4c4c;
}
@media screen and (max-width: 640px) {
  #footer .f-nav li .fa {
    display: inline;
    padding-right: 10px;
  }
}
#footer .f-nav li a {
  color: #fff;
}
#footer .sns {
  float: left;
}
@media screen and (max-width: 640px) {
  #footer .sns {
    display: none;
  }
}
#footer .sns li {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #footer .copy-wrapper {
    background: #0f0f0f;
    border-top: 2px solid #fff;
  }
}
#footer .copy {
  color: #fff;
  font-size: 11px;
  float: right;
}
@media screen and (max-width: 640px) {
  #footer .copy {
    float: none;
    padding: 30px 0 30px 17px;
    width: 80%;
    line-height: 1.5;
  }
}
#footer #page-top {
  position: absolute;
  top: 0;
  right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #footer #page-top {
    bottom: 10px;
    top: auto;
  }
}

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