@charset "UTF-8";
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
p {
  margin-bottom: 1em;
  line-height: 200%;
}
p:last-child {
  margin-bottom: 0 !important;
}
/*==================================================
head
==================================================*/
.site-header {
  background: #fff;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
}
.site-header h1 {
  display: table;
  text-align: center;
  width: auto;
  margin: 0 auto;
  padding: 2rem 0;
}
.site-header h1 a {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  width: auto;
}
.site-header h1 a .subtit {
	font-size: 1.6rem;
	font-weight: bold;
	color: #C80046;
	position: relative;
}
.site-header h1 a .subtit::after {
	content: '';
	height: 1px;
	width: 100%;
	background: #C80046;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.site-header h1 a .subtit span{
	background: #fff;
	padding: 0 1rem;
	position: relative;
	z-index: 2;
}
/*==================================================
foot
==================================================*/
.site-footer {
  background: #fff;
}
.site-footer .register-sec {
  background: url("../img/cmn/foot_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 8rem 0;
  text-align: center;
}
.site-footer .register-sec h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.6em;
}
.site-footer .register-sec .btn-list {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}
.site-footer .register-sec .btn-list li {
  width: 47.8873239%;
}
.site-footer .register-sec .btn-list li a {
  background: #fff;
  color: #CDAE64;
  border: 2px solid #CDAE64;
  border-radius: 1rem;
  display: block;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: bold;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(92, 33, 48, 0.5);
}
.site-footer .register-sec .btn-list li:first-child a {
  background: #CDAE64;
  color: #fff;
}
.site-footer .fnavi-sec {
  padding: 5rem 0 6rem;
}
.site-footer .fnavi-box {
  width: 47.698113%;
}
.site-footer .fnavi-box .tit02 {
  font-size: 1.8rem;
}
.site-footer .fnavi-box li {
  display: inline-block;
  margin-top: 2rem;
  margin-right: 3rem;
  font-size: 1.4rem;
}
.site-footer .fnavi-box li a:before {
  content: "-";
  display: inline-block;
  transform: scale(1.5, 1);
  margin-right: 0.8rem;
}
.site-footer address {
  clear: both;
  text-align: center;
  padding: 3rem 0;
  font-size: 1.2rem;
  background: #F4F4F4;
  color: #707070;
  font-style: normal;
}
/*==================================================
style
==================================================*/
section {
  padding-bottom: 6rem;
}
.container {
  padding: 6rem 0;
}
.content {
  width: 70.754717%;
}
.side-bar {
  width: 24.528302%;
}
.wrap {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.col-mid {
  align-items: center;
}
.col-end {
  align-items: flex-end;
}
.tit01 {
  font-size: 2.4rem;
  color: #C80046;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 2.5rem;
}
.tit02 {
  font-size: 2rem;
  color: #C80046;
  font-weight: bold;
  line-height: 1.6em;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: solid 3px #C80046;
}
/*==================================================
side
==================================================*/
.side-box {
  margin-bottom: 6rem;
}
.cat-list li {
  padding: 2rem 1rem;
  border-bottom: 1px solid #E6E6E6;
  font-weight: bold;
  font-size: 1.4rem;
}
.cat-list li a {
  display: block;
}
.tag-list li {
  padding: 1rem 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.tag-list li a {
  text-decoration: underline;
}
.bnr-box {
  position: sticky;
  top: 2rem;
}
.bnr-box .side-btn {
	width: 100%;
	margin-bottom: 1rem;
}
.bnr-box .side-btn a {
	position: relative;
	width: 100%;
	background: #C80046;
	border-radius: 0.8rem;
	color: #fff;
	display: block;
	padding: 2rem 0;
	line-height: 1.428;
	text-align: center;
	font-weight: bold;
}
.bnr-box .side-btn a::after {
	content: '';
	width: 1rem;
	height: 1rem;
	background: url("../img/cmn/ico_more_w.png") no-repeat center;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translatey(-50%);
}
.bnr-box h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.bnr-box p {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.bnr-box .detail-link:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  background: url("../img/cmn/ico_blank.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: -0.2rem 0 0 0.5rem;
}
.bnr-box .detail-link a {
  color: #C80046;
  font-weight: bold;
  text-decoration: underline;
}
/*==================================================
top
==================================================*/
.topic-sec {
  position: relative;
  margin-bottom: 2.75vw;
}
.topic-sec .inner {
  padding: 4rem 0;
}
.topic-slider {
  z-index: 999;
}
.topic-slider .slide {
  background: #fff;
  margin: 0 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.topic-slider .slide img {
  width: 100%;
}
.topic-slider .post-txt-box {
  padding: 2.5rem 3rem;
}
.topic-slider .slick-track {
  display: flex;
}
.topic-slider .slick-slide {
  height: auto !important;
}
.topic-bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.topic-bg-slider .slide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 0 0;
  filter: blur(8px);
}
.slick-dots {
  bottom: -5.5vw;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 1.2rem;
}
.slick-dots li.slick-active button:before, .slick-dots li button:hover:before {
  opacity: .75;
  color: #C80046;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.post-cat {
  font-size: 1.4rem;
  color: #C80046;
}
.post-cat li {
  display: inline-block;
  line-height: 1.5em;
}
.post-cat li:after {
  content: "/";
  padding: 0 0.3rem;
}
.post-cat li:last-child:after {
  display: none;
}
.post-tit {
  font-weight: bold;
  line-height: 1.6em;
  font-size: 1.6rem;
}
.topic-slider .post-tit {
  font-size: 2rem;
}
.topic-slider .post-cat {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.topic-slider .post-cat li:after {
  padding: 0 0.5rem;
}
.post-box {
  border: 1px solid #E6E6E6;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.post-box .flex_box .img-box {
  width: 40%;
}
.post-box .flex_box .img-box a {
  display: block;
}
.post-box .flex_box .img-box img {
  vertical-align: middle;
}
.post-box .flex_box .txt-box {
  width: 60%;
  padding: 3rem;
}
.post-box .post-tit {
  margin-bottom: 1.5rem;
}
.post-data {
  font-size: 1.4rem;
  line-height: 1em;
  color: #707070;
  font-family: 'Lato', sans-serif;
}
.post-col .post-box {
  width: 32%;
}
.post-col:after {
  content: "";
  display: block;
  width: 32%;
}
.post-col .txt-box {
  padding: 2rem 1.5rem;
}
.post-col .post-tit {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.post-col .post-cat {
  font-size: 1.2rem;
}
.more-link {
  text-align: right;
  color: #C80046;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.more-link a:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url("../img/cmn/ico_more.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: -0.3rem 0.5rem 0 0;
}
.news-list {
  border-top: 1px solid #E6E6E6;
}
.news-list li {
  padding: 2rem;
  border-bottom: 1px solid #E6E6E6;
  font-size: 1.4em;
}
.news-list li a {
  display: block;
}
.news-list .post-data {
  display: block;
  margin-bottom: 1rem;
}
.news-list .txt {
  font-size: 1.4rem;
  font-weight: bold;
}
/*==================================================
single
==================================================*/
.entry-title {
  font-size: 2.8rem;
  line-height: 1.6em;
  margin-bottom: 3rem;
  font-weight: bold;
}
.sns-box {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 4rem 0 5rem;
}
.sns-box p {
  font-size: 1.4rem;
}
.sns-share-buttons li {
  width: 32.5%;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.sns-share-buttons li a {
  display: block;
  color: #fff;
  padding: 1.5rem 0;
  border-radius: 0.4rem;
}
.twitter-share-button {
  background-color: #1da1f2;
}
.twitter-share-button:before {
  content: "";
  width: 2.4rem;
  height: 1.9rem;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/cmn/ico_twi.svg") no-repeat center;
  background-size: contain;
  margin: -0.4rem 1rem 0 0;
}
.facebook-share-button {
  background-color: #1877f2;
}
.facebook-share-button:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/cmn/ico_fb.svg") no-repeat center;
  background-size: contain;
  margin: -0.4rem 1rem 0 0;
}
.line-share-button {
  background-color: #00c300;
}
.line-share-button:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/cmn/ico_line.svg") no-repeat center;
  background-size: contain;
  margin: -0.4rem 1rem 0 0;
}
.post-tag {
  margin-top: 1rem;
}
.post-tag li {
  display: inline-block;
  font-size: 1.4rem;
  color: #707070;
  margin-right: 1rem;
}
.post-tag li a {
  text-decoration: underline;
}
.post-tag li a:before {
  content: "#";
}
.single-head {
  margin-bottom: 4rem;
}
.single-thum {
  margin-bottom: 7rem;
}
.single-thum img {
  width: 100%;
}
.entry-content {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 8rem;
}
.entry-content h2 {
  font-size: 2.8rem;
  border-bottom: 3px solid #E6E6E6;
  position: relative;
  line-height: 1.6em;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}
.entry-content h2:after {
  content: "";
  height: 3px;
  width: 15.87%;
  background: #C80046;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.entry-content h3 {
  font-size: 2.4rem;
  color: #C80046;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 3rem;
}
.entry-content h4 {
  font-size: 2rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 3rem;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.entry-content h4:before {
  content: "■";
  color: #C80046;
  margin-right: 0.2em;
}
.entry-content a {
  color: #C80046;
  text-decoration: underline;
}
.entry-content strong {
  background: linear-gradient(transparent 60%, #F7E2B0 0%);
}
.wp-caption {
  max-width: 100%;
  width: 100%;
  margin: 2em 0;
}
.wp-caption-text {
  font-size: 1.4rem;
  color: #707070;
  margin-top: 0.5rem;
}
.entry-content ul {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.entry-content ol {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.entry-content ul li, .entry-content ol li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
.entry-content table {
  width: 100%;
  border-collapse: separate;
  line-height: 1.6em;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  margin: 2em 0;
}
.entry-content table th {
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 0.7em 1em;
  vertical-align: top;
  background: #F4F4F4;
}
.entry-content table td {
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 0.7em 1em;
  vertical-align: top;
}
.navigation {
  max-width: 400px;
  width: 100%;
  margin: 3rem auto 0;
}
.navigation li {
  width: 32%;
  text-align: center;
  font-size: 1.4rem;
}
.navigation li.prev a:before{
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/cmn/ico_prev.svg") no-repeat center;
  background-size: contain;
  margin: -0.3rem 0.7rem 0 0 ;
}
.navigation li.next a:after{
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/cmn/ico_next.svg") no-repeat center;
  background-size: contain;
  margin: -0.3rem 0 0 0.7rem;
}
.related-sec {
  background: #F4F4F4;
  border-radius: 1rem;
  padding: 4rem 3rem;
}
.related-sec h2 {
  font-size: 2.4rem;
  color: #C80046;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: bold;
}
.related-sec .post-box {
  border: none;
  border-radius: 0;
  width: 30.4347826%;
}
.related-sec .post-box .img-box img {
  border-radius: 1rem;
}
.related-sec .post-col .txt-box {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.wp-pagenavi {
  clear: both;
  margin: 5rem 0 0;
  text-align: center;
}
.wp-pagenavi span.current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  border-radius: 100px;
  margin: 0 1rem !important;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none !important;
  padding: 0.8rem 1.5rem !important;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  border: 1px solid #000 !important;
  text-decoration: none !important;
}
.wp-pagenavi a {
  background: #fff;
  text-decoration: underline !important;
}
.wp-pagenavi span.current {
  background: #343c3f !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
  /*==================================================
head
==================================================*/
  .site-header h1 img {
    width: 200px;
  }
  .site-header h1 a {
    height: 50px;
  }
  /*==================================================
foot
==================================================*/
  .site-footer .fnavi-box {
    width: 100%;
    margin-bottom: 6rem;
  }
  .site-footer .fnavi-box:last-child {
    margin-bottom: 0;
  }
.site-footer .register-sec h2 {
  font-size: 2.1rem;
}
  /*==================================================
style
==================================================*/
  .content {
    width: 100%;
  }
  .side-bar {
    width: 100%;
  }
  /*==================================================
side
==================================================*/
  .bnr-box {
    padding: 4rem 3rem;
  }
	.cat-list li,.tag-list li{
		font-size: 1.6rem;
	}
  /*==================================================
top
==================================================*/
  .slick-dots {
    bottom: -16vw;
  }
  .post-box .flex_box .img-box, .post-box .flex_box .txt-box {
    width: 100%;
  }
  .newpost-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newpost-box .post-box {
    width: 100%;
  }
	.newpost-box .post-box:last-child{
		margin-bottom: 0;
	}
  .newpost-box .post-box .post-tit {
    font-size: 1.8rem;
  }
  .post-col .post-box {
    width: 48%;
  }
  /*==================================================
single
==================================================*/
  .entry-title {
    font-size: 2.4rem;
  }
  .entry-content h2 {
    font-size: 2.4rem;
  }
  .related-sec {
    margin-bottom: 6rem;
  }
  .related-sec .post-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .related-sec .post-box:last-child {
    margin-bottom: 0;
  }
  .related-posts .post-col .post-tit {
    font-size: 1.8rem;
  }
}