@charset "UTF-8";

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

.breadcrumb {
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.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.sp-none-imp:before  {
  content: '';
  display: none !important;
  width: 1em;
  height: 1em;
  background: none;
  background-size: contain;
  margin: 0 1em;
}
.breadcrumb li.sp-none-imp{
	display: none !important;}

.breadcrumb li a {
  color: #999999;
}

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



.contents {
  width: 100%;
}

.contents > .inner {
  padding: 3.0rem 0;
  background: white;
}

.contents .content-header {
  display: block;
  padding: 0 1.0rem .5rem;
  line-height: 1.5rem;
}

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

.contents .content-header .category {
  display: block;
  float: left;
  padding: 0 1.0rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: white;
}

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

.contents .content-title {
  margin: 0 1.0rem 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
}

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

.contents .content-visual .sns {
  height: 45px;
}

.contents .content-visual .sns li {
  float: left;
  /*width: 20%;*/
  width: 25%;
  height: 100%;
  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: 1.25rem 0;
  width: 100%;
}

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



.contents .content-body {
  padding: 35px 20px 86px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  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: 1.75rem;
  background: url(../images/icon/ico_danraku.gif) 0 center no-repeat;
  background-size: 1.35rem;
  min-height: 1.35rem;
}

.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;
  margin: 0 20px;
}

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

.contents .content-footer .more-contents .title {
  padding: 3.6rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.contents .content-footer .more-contents ul {
}

.contents .content-footer .more-contents ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.contents .content-footer .more-contents ul li.empty {
  display: none;
}

.contents .content-footer .more-contents ul li:nth-last-child(2) {
  border-bottom: none;
}

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

.contents .content-footer .more-contents ul li .thumbnail {
  width: calc(40% - 1.5rem);
  margin: 0 1.5rem 0 0;
}

.contents .content-footer .more-contents ul li .thumbnail img {
  max-width: 100%;
  height: auto;
}

.contents .content-footer .more-contents ul li .post_name {
  width: 60%;
  color: #3a779a;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

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

.contents .content-footer .navigation a {
  display: block;
  position: relative;
  padding: 0 2rem;
  color: #e50011;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.contents .content-footer .navigation [rel="prev"]:before {
  content: " ";
  position: absolute;
  top: 0.3rem;
  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 [rel="next"]:before {
  content: " ";
  position: absolute;
  top: 0.3rem;
  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 {
  box-sizing: border-box;
  display: block;
  margin: 3.0rem 0 2.0rem;
  height: 3.5rem;
  border: 0.1rem solid #e50011;
  font-size: 1.2rem;
  line-height: 3.3rem;
  text-align: center;
  color: #e50011;
}

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

.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 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.Movie-Box iframe {
  position: absolute;
  top: 0
         left: 0;
  width: 100%;
  height: 100%;
}

