@charset utf-8;

/* --------------------------------------------------
 * common styles
 */

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

a:hover {
}

img {
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: border-box;
}

ul,li {
  list-style-type: none;
}

a.tel-num {
  pointer-events: none;
}

.target {
  pointer-events: none;
}

/* --------------------------------------------------
 * layout, common parts
 */

* {

}

.sp {
  display: none !important;
}

.wrap-all {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contents-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.site-header {
  position: relative;
  height: 102px;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.site-header .logo {
  float: left;
  padding: 21px 0 0;
  margin: 0 20px 0 39px;
  width: 25%;
  max-width: 265px;
}
.site-header .logo img {
  width: 100%;
}
.site-header nav {
  padding: 40px 340px 0 0;
}
.site-header .nav {
  overflow: hidden;
  font-size: 0;
}
.site-header .nav li {
  display: inline-block;
  margin: 0 0 10px;
}
.site-header .nav li.ex {
  float: left;
  margin: 0 0 20px;
}
.site-header .nav li a {
  display: inline-block;
  padding: 0 15px;
  color: #0d0e0e;
  font-size: 16px;
  line-height: 22px;
}
.site-header .nav li.ex a {
  padding: 0 30px;
  margin: 0 15px 0 0;
  border-right: 1px solid #c6c2c2;
}
@media screen and (max-width:1420px) {
  .site-header .nav li a {
    padding: 0 5px;
  }
}
@media screen and (max-width:1330px) {
  .site-header nav {
    padding: 25px 340px 0 0;
  }
  .site-header .nav li.ex {
    margin: 15px 0 20px;
  }
}
@media screen and (max-width:1080px) {
  .site-header nav {
    padding: 10px 340px 0 0;
  }
  .site-header .nav li.ex {
    margin: 32px 0 50px;
  }
}
@media screen and (max-width:1130px) {
  .site-header .nav li.ex a {
    margin: 0 10px 0 0;
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width:1020px) {
  .site-header nav {
    padding: 25px 340px 0 0;
  }
  .site-header .nav li {
    display: inline-block;
    margin: 0 0 0;
  }
  .site-header .nav li.ex {
    float: none;
    margin: 0 0 0;
    padding: 0;
  }
  .site-header .nav li a {
    padding: 0 0 0 10px;
  }
  .site-header .nav li.ex a {
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
  }
}
@media screen and (max-width:950px) {
  .site-header nav {
    padding: 10px 340px 0 0;
  }
}
@media screen and (max-width:790px) {
  .site-header .nav li a {
    font-size: 12px;
    line-height: 20px;
  }
}
.site-header .nav li.on a,
.site-header .nav li a:hover {
  color: #124490;
  font-weight: bold;
}

.site-header .login {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  width: 170px;
  height: 102px;
}
.site-header .login a {
  display: table-cell;
  background: #644827;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.site-header .login a:hover {
  background: #613909;
}
.site-header .login a span {
  display: inline-block;
  padding: 30px 0 0;
  background: url(../img/common/login.png) no-repeat center 0;
}

.site-header .login.member {
  right: 170px;
}
.site-header .login.member a {
  background: #1b578f;
}


.site-footer {
  margin: 72px 0 0;
  background: #fff;
}
.site-footer .wrap {
  overflow: hidden;
}
.site-footer .copyright {
  float: left;
  color: #656668;
  font-size: 12px;
  line-height: 45px;
}
.site-footer .pagetop {
  float: right;
  color: #313131;
  font-size: 14px;
  line-height: 45px;
}
.site-footer .pagetop a {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../img/common/pagetop.png) no-repeat 0 center;
  background-size: 12px auto;
  color: #313131;
  font-size: 14px;
  line-height: 45px;
}

/* --------------------------------------------------
 * page404
 */

#page404 .contents {
  text-align: center;
}
#page404 .contents p {
  margin: 100px 0 50px;
  font-size: 20px;
  line-height: 40px;
}
#page404 .contents .btn {
  display: inline-block;
  width: 200px;
  margin: 50px 0;
}
#page404 .contents .btn a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #1b578f;
  font-size: 16px;
  line-height: 35px;
}
#page404 .contents .btn a:hover {
  opacity: 0.8;
}

.contents {
}

/* --------------------------------------------------
 * common-list
 */

.common-list {
  padding: 20px 0;
  overflow: auto;
}

.common-list ul {
  overflow: auto;
  padding: 10px 10px 10px 0;
}
.common-list ul li {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e4de;
}
.common-list ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #353434;
  font-size: 16px;
}
.common-list ul li > a:hover p {
  text-decoration: underline;
}
.common-list ul li dl {
}
.common-list ul li dl dt {
  margin: 0 0 15px;
}
.common-list ul li dl dt time {
  font-size: 16px;
  line-height: 24px;
}
.common-list ul li dl dt span {
  display: inline-block;
  line-height: 24px;
}
.common-list ul li dl dt .category {
  min-width: 96px;
  margin: 0 0 0 5px;
  padding: 0 5px;
  background: #1b578f;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.common-list ul li dl dt .category.board {
  background: #d18235;
}
.common-list ul li dl dt .category.report {
  background: #535353;
}
.common-list ul li dl dt .category.saihou {
  background: #d06e81;
}
.common-list ul li dl dt .author span {
  color: #1b578f;
  font-weight: bold;
}
.common-list ul li dl dd {
}
.common-list ul li dl dd p {
  font-size: 18px;
  line-height: 22px;
}
.common-list ul li dl dd > a {
  color: #353434;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}
.common-list ul li dl dd p a {
  color: #3c8fd5;
  text-decoration: underline;
}
.common-list ul li dl dd a:hover {
  text-decoration: none;
}

/* --------------------------------------------------
 * lower
 */

.lower-header {
  width: 100%;
  height: 140px;
  background: #303132 url(../img/info/bg_info.png) no-repeat center 11px;
  text-align: center;
}
.member .lower-header {
  background: #11406b url(../img/common/member.png) no-repeat center 11px;
}
.lower-header h2 {
  color: #ffffff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 140px;
}
.breadcrumb {
  margin: 0 0 36px;
  width: 100%;
  background: #dfe5eb;
}
.breadcrumb ul {
  overflow: hidden;
  font-size: 0;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #363839;
  font-size: 14px;
  line-height: 42px;
}
.breadcrumb ul li:first-child {
  margin: 0;
}
.breadcrumb ul li a {
  color: #1b578f;
  font-size: 14px;
  line-height: 42px;
}
.breadcrumb ul li a:after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 10px;
  color: #363839;
  font-size: 14px;
  line-height: 40px;
  vertical-align: top;
}

.lower .contents {
  overflow: hidden;
}

.lower .contents .content {
  float: left;
  width: 74%;
}

.lower .contents .sidebar {
  float: right;
  width: 23%;
}

.lower .contents .content .tab {
  margin: 0 0 35px;
}
.lower .contents .content .tab ul {
  display: table;
  width: 100%;
  padding: 0 0 10px;
}
.lower .contents .content .tab ul li {
  display: table-cell;
  position: relative;
  width: 33%;
  vertical-align: middle;
  border: 1px solid #d9e1e8;
  border-left: none;
}
.lower .contents .content .tab ul li:first-child {
  border-left: 1px solid #d9e1e8;
}
.lower .contents .content .tab ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #1b578f;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
.lower .contents .content .tab ul li.on,
.lower .contents .content .tab ul li:hover {
  background: #1b578f;
}
.lower .contents .content .tab ul li.on a,
.lower .contents .content .tab ul li:hover a {
  color: #fff;
}

.lower .contents .content .tab ul li.on:after,
.lower .contents .content .tab ul li:hover:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin: 0 0 0 -10px;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-top: 10px solid #1b578f;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.lower .contents .content .month {
  position: relative;
  padding: 0 0 0 32px;
  width: 100%;
  height: 80px;
  background: #ebeced;
  font-size: 24px;
  line-height: 80px;
}
.lower .contents .content .month:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  width: 5px;
  height: 38px;
  background: #303132;
}
.member.lower .contents .content .month {
  background: #e7eff3;
}
.member.lower .contents .content .month:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  width: 5px;
  height: 38px;
  background: #1b578f;
}

.lower .contents .sidebar .sub {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 12px 17px;
  border-bottom: 1px solid #d2d3d5;
  color: #363839;
  font-size: 18px;
  line-height: 26px;
}
.lower .contents .sidebar .sub:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 26px;
  background: #1b578f;
}
.lower .contents .sidebar .archives {
  margin: 0 0 20px;
}
.lower .contents .sidebar .archives li {
  margin: 0 0 10px;
}
.lower .contents .sidebar .archives li a {
  color: #18191a;
  font-size: 16px;
  text-decoration: underline;
}
.lower .contents .sidebar .archives li a:hover {
  text-decoration: none;
}

.lower .contents .sidebar .banners {
  margin: 0 0 20px;
}
.lower .contents .sidebar .banners li {
  margin: 0 0 10px;
}

.lower .site-footer {
  background: #1b578f;
}
.lower .site-footer .copyright {
  color: #ffffff;
}
.lower .site-footer .pagetop a {
  background: url(../img/common/lower-pagetop.png) no-repeat 0 center;
  background-size: 12px auto;
  color: #ffffff;
}

.lower .contents .wp-pagenavi {
  text-align: center;
}
.lower .contents .wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #1b578f;
  color: #1b578f;
}
.lower .contents .wp-pagenavi a:hover,
.lower .contents .wp-pagenavi .current {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #1b578f;
  background: #1b578f;
  color: #fff;
}



/* --------------------------------------------------
 * top
  --------------------------------- */ 

#top {
  background: url(../img/top/bg.png) repeat center 0;
}

#top .site-header {
  box-shadow: 0 0 5px #aaa;
}

#top .contents .mv {
  position: relative;
  height: 595px;
  background: url(../img/top/bg_mv2.png) no-repeat center 0;
}
#top .contents .bg-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 595px;
  overflow: hidden;
}
#top .contents .bg-image img {
  position: relative;
  left: 0;
  opacity: 0;
  animation: move1 70s linear infinite;
}

@keyframes move1 {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: -3184px;
    opacity: 0;
  }
}

#top .contents .mv h2 {
  margin: 0 0 20px;
  padding: 202px 0 0;
}
#top .contents .mv h2 img {
  width: 561px;
}
#top .contents .mv p {
  width: 500px;
  margin: 0 0 25px;
  text-shadow: 0 0 7px #f9f5f3;
  font-size: 16px;
  line-height: 28px;
}
#top .contents .mv .btn {
  width: 246px;
  height: 54px;
}
#top .contents .mv .btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_login.png) no-repeat center 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
}
#top .contents .mv .old {
  margin: 20px 0;
}
#top .contents .mv .old a {
  color: #3c8fd5;
  font-size: 18px;
  text-decoration: underline;
}
#top .contents .mv .old a:hover {
  text-decoration: none;
}


#top .contents .news {
  margin: 0 0 50px;
  background: #fff;
}
#top .contents .news h2 {
  position: relative;
  margin: 0;
  padding: 0 0 0 33px;
  background: #313131 url(../img/top/news.png) no-repeat 270px 34px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 92px;
  font-weight: normal;
}
#top .contents .news h2 a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 23px;
  color: #ffffff;
  font-size: 16px;
  line-height: 92px;
  text-decoration: underline;
}
#top .contents .news h2 a:hover {
  text-decoration: none;
}

#top .contents .news .common-list {
  padding: 20px 33px;
}

#top .contents .box-wrap {
  overflow: hidden;
}

#top .contents .member {
  float: left;
  width: 74.3%;
  background: #fff;
}
#top .contents .member h2 {
  position: relative;
  margin: 0;
  padding: 0 0 0 33px;
  background: #1c588f url(../img/top/member.png) no-repeat 348px 31px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 92px;
  font-weight: normal;
}
#top .contents .member h2 a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 23px;
  color: #ffffff;
  font-size: 16px;
  line-height: 92px;
  text-decoration: underline;
}
#top .contents .member h2 a:hover {
  text-decoration: none;
}
#top .contents .member .common-list ul {
  padding: 20px 33px;
  max-height: 356px;
}

#top .contents .banners {
  float: right;
  width: 22.7%;
}
#top .contents .banners ul li {
  margin: 0 0 7px;
}


/* --------------------------------------------------
 * detail
  --------------------------------- */ 

#detail .contents {
  border-bottom: 2px solid #dfe5eb;
}

#detail .contents .content .block {
  margin: 0 0 35px;
  padding: 0 0 50px;
  border: 2px solid #dfe5eb;
}

#detail .contents .content .title {
  display: table;
  width: 100%;
  min-height: 136px;
  margin: 0 0 27px;
  padding: 20px 0 20px 32px;
  border-bottom: 2px solid #dfe5eb;
  background: #1b578f;
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
}
#detail .contents .content .title > span {
  display: table-cell;
  vertical-align: middle;
}
#detail .contents .content .title span span {
  display: inline-block;
  padding: 0 20px;
  border-left: 5px solid #fff;
  vertical-align: middle;
}

#detail .contents .content .data {
  margin: 0 20px 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfe5eb;
}
#detail .contents .content .data time {
  display: inline-block;
  margin: 0 20px 0 0;
}
#detail .contents .content .data .category {
  display: inline-block;
  min-width: 96px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  background: #1b578f;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
#detail .contents .content .data .author span {
  color: #1b578f;
  font-weight: bold;
}
#detail .contents .content .detail {
  margin: 0 20px 45px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfe5eb;
}
#detail .contents .content .detail p {
  margin: 0 0 1em;
  font-size: 18px;
  line-height: 1.8;
}

#detail .contents .sns {
  text-align: center;
}
#detail .contents .sns ul {
  display: inline-block;
  overflow: hidden;
}
#detail .contents .sns ul li {
  float: left;
  width: 124px;
  height: 50px;
}
#detail .contents .sns ul li.facebook {
  background: #3c5a98;
}
#detail .contents .sns ul li.twitter {
  background: #00b0ec;
}
#detail .contents .sns ul li.googleplus {
  background: #df4a32;
}
#detail .contents .sns ul li.line {
  background: #03c224;
}
#detail .contents .sns ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
}
#detail .contents .sns ul li a:hover {
  opacity: 0.8;
}
#detail .contents .sns ul li a img {
  width: auto;
  height: 28px;
  vertical-align: middle;
}

#detail #comments-list {
  margin: 0 0 60px;
}
#detail #comments-list {
}
#detail #comments-list li {
  margin: 0 0 13px;
  padding: 22px;
  border: 1px solid #dfe5eb;
}
#detail #comments-list li .comment-data {
  display: table;
  margin: 0 0 20px;
}
#detail #comments-list li .comment-data .image {
  display: table-cell;
  padding: 0 20px 0 0;
}
#detail #comments-list li .comment-data .image img {
  max-width: 82px;
  height: auto;
}
#detail #comments-list li .comment-data time {
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: middle;
}
#detail #comments-list li .comment-data .name {
  display: table-cell;
  vertical-align: middle;
}
#detail #comments-list li .comment p {
  font-size: 18px;
  line-height: 1.4;
}

#respond.comment-respond {

}
#respond #reply-title {
  margin: 0 0 10px;
  font-size: 20px;
}
#respond .comment-notes {
  margin: 0 0 10px;
  font-size: 12px;
}
#respond .comment-form label {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
#respond .comment-form-comment #comment {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 170px;
  min-height: 170px;
  margin: 0 0 10px;
  padding: 10px;
  border: none;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.4;
}
#respond .comment-form input[type=text] {
  width: 100%;
  height: 38px;
  margin: 0 0 10px;
  padding: 5px 10px;
  border: none;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.4;
}
#respond .comment-form .form-submit .submit {
  display: block;
  margin: 30px 0;
  padding: 10px 20px;
  border: none;
  border-bottom: 5px solid #11406b;
  border-radius: 5px;
  background: #1b578f;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

#detail .back {
  text-align: center;
}
#detail .back a {
  display: inline-block;
  margin: 20px 0;
  color: #282828;
  font-size: 16px;
  text-decoration: underline;
}

#login .contents .month {
  margin: 0 0 20px;
}
#login .contents .error-msg {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #f55;
}
#login .contents .error-msg p {
  color: #f55;
  font-size: 16px;
  line-height: 1.4;
}
#login .contents .form-list {
}
#login .contents .form-list dt {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
}
#login .contents .form-list dd {
  margin: 0 0 20px;
}
#login .contents .form-list dd input {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  border: none;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.4;
}
#login .contents button {
  display: block;
  margin: 20px 0 0;
  padding: 10px 20px;
  border: none;
  border-bottom: 5px solid #11406b;
  border-radius: 5px;
  background: #1b578f;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

