@charset "UTF-8";

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/

.breadcrumb {
  margin-bottom: 56px;
  padding: 8px 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  background: white;
}

.breadcrumb li {
  display: inline;
  color:#555;
}

.breadcrumb li:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow/pankuzu.png) center no-repeat;
  background-size: contain;
  margin: 0 1em;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #999999;
}

.breadcrumb li a[href]:hover {
  text-decoration: underline;
}

.contents {
  box-sizing: border-box;
  float: left;
  /*width: 75%;*/
  width: 100%;/*161126*/
  margin-right: -330px;/*161126*/
  /*padding-right: 50px;*/
}

.contents > .inner {
  padding: 20px 30px;
  background: white;
  margin-right: 330px;/*161126*/
}

.contents .content-header {
  display: block;
  line-height: 2.4rem;
  padding: 20px 0 30px;
}

.contents .content-header .vol {
  float: left;
  margin-left: 1em;
  font-size: 2.4rem;
}

.contents .content-header .category {
  dislay: block;
  float: left;
  padding: 0 8px;
  height: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: white;
}

.contents .content-header .date {
  float: right;
  color: #999999;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.contents .content-title {
  margin-bottom: 26px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.4rem;
}

.contents .content-visual {
  width: 100%;
  background: #eeeeee;
}

.contents .content-visual > img {
  width: 100%;
  height: auto;
}

.contents .content-visual .sns {
  float: right;
  padding-right: 10px;
  height: 60px;
}

.contents .content-visual .sns li {
  float: left;
  width: 40px;
  height: 40px;
  margin: 10px 1px;
  text-align: center;
}

.contents .content-visual .sns .facebook {
  background: #1877f2;
}

.contents .content-visual .sns .twitter {
  /*background: #00acee;*/
  background: #000;
}

.contents .content-visual .sns .hatena {
  background: #00a4e2;
}

.contents .content-visual .sns .googleplus {
  background: #de4d3b;
}

.contents .content-visual .sns .line {
  background: #1bb71f;
}

.contents .content-visual .sns li a {
  display: block;
  padding: 8px 0;
  width: 100%;
}

.contents .content-visual .sns li a img {
  width: 24px;
  height: auto;
}

.contents .content-body {
  padding: 45px 0 90px;
  font-size: 16px;
  line-height: 30px;
  overflow:hidden;
}

.contents .content-body * {
  max-width: 100%;
  word-break: break-all;
}

.contents .content-body p {
  margin: .75em 0;
}
.contents .content-body h1 {
  font-size: 2em;
}
.contents .content-body h1,
.contents .content-body h2,
.contents .content-body h3,
.contents .content-body h4,
.contents .content-body h5,
.contents .content-body h6 {
  font-weight: bold;
  margin: 1em 0;
  padding-left: 33px;
  background: url(../images/icon/ico_danraku.gif) 0 center no-repeat;
  background-size: 18px;
  min-height: 18px;
}

.contents .content-body ul,
.contents .content-body ol {
  margin: 1em 0;
  padding-left: 40px;
}
.contents .content-body ul {
  list-style-type: disc;
}
.contents .content-body ol {
  list-style-type: decimal;
}

.contents .content-body img {
  padding: 0;
  max-width: 100%;
  height: auto;
}
.contents .content-body .wp-caption {
  clear: both;
  padding: 10px;
}
.contents .content-body .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contents .content-body .alignleft {
  float: left;
}
.contents .content-body .alignright {
  float: right;
}

.contents .content-body a {
  color: #3a779d;
  text-decoration: underline;
}

.contents .content-body a:hover {
  text-decoration: none;
  opacity: 0.7;
}



.contents .content-footer {
  border-top: 1px solid #c8c8c8;
}

.contents .content-footer .more-contents {
  padding: 0 0 40px;
  border-bottom: 1px solid #c8c8c8;
}

.contents .content-footer .more-contents .title {
  padding: 35px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.contents .content-footer .more-contents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents .content-footer .more-contents ul li {
  width: 31%;
  margin: 0 0 30px;
}

.contents .content-footer .more-contents ul li.empty {
  margin: 0;
}

.contents .content-footer .more-contents ul li a {
  color: #3a779a;
}

.contents .content-footer .more-contents ul li a:hover *  {
  opacity: 0.8;
}

.contents .content-footer .more-contents ul li .thumbnail {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.contents .content-footer .more-contents ul li .thumbnail img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  height: auto;
  transform: translate(0, -50%);
}

.contents .content-footer .more-contents ul li .post_name {
  margin: 15px 0 0;
  color: #3a779a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 24px;
}

.contents .content-footer .navigation {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}

.contents .content-footer .navigation a {
  display: block;
  position: relative;
  padding: 0 30px;
  color: #e50011;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 23px;
}

.contents .content-footer .navigation a:hover {
  opacity: 0.7;
}

.contents .content-footer .navigation .prev {
  margin: 0 0 0 140px;
}

.contents .content-footer .navigation [rel="prev"]:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow/nav_prev.png) center 0 no-repeat;
  background-size: contain;
}

.contents .content-footer .navigation .next {
  margin: 0 140px 0 0;
}

.contents .content-footer .navigation [rel="next"]:before {
  content: " ";
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow/nav_next.png) center 0 no-repeat;
  background-size: contain;
}

.contents .btn-tail {
  display: block;
  margin: 54px auto 46px;
  width: 388px;
  height: 48px;
  border: 2px solid #e50011;
  font-size: 1.6rem;
  line-height: 48px;
  text-align: center;
  color: #e50011;
}

.contents .btn-tail:before {
  content: '';
  position: relative;
  top: .2rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow/top_list.png) center 0 no-repeat;
  background-size: contain;
  margin-right: 2.4rem;
}

.contents .btn-tail:hover {
  border-color: #e4868d;
  background: #e50011;
  color: white;
}

.contents .btn-tail:hover:before {
  background-image: url(../images/arrow/top_list_hover.png);
}

/*MOVIE*/
.Movie-Box {
  text-align: center;
}
.Movie-Box iframe {
  width: 586px;
  height: 330px;
  margin: 0 auto;
}

