@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page::before {
  background-image: url("../images/journal-images/page-bg.jpg");
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.new {
	display: inline-block;
	position: relative;
	color: var(--color01);
	font-family: var(--font01);
	font-size: clamp(1.8rem,2.375vw,2rem);
	text-align: center;
	padding: 0 20px;
}
.new::before,
.new::after {
	position: absolute;
	top: 0.8rem;
	height: 1.8rem;
	content: '';
}

.new::before {
	border-left: solid 3px;
	left: 0;
	transform: rotate(-30deg);
}

.new::after {
	border-right: solid 3px;
	right: 0;
	transform: rotate(30deg);
}
.journal__box {
	width: 500px;
	text-align: center;
	margin: 0 auto 80px auto;
}
.journal__tit {
	position: relative;
	font-size: clamp(1.6rem,2.375vw,1.8rem);
	text-align: center;
	border-top: solid 2px #e4e4e4;
	border-bottom: solid 2px #e4e4e4;
	margin: 0 auto 10px auto;
}
.journal__tit a {
	display: block;
	padding: 40px 0;
}
.journal__tit a img {
	display: block;
  margin: 0 auto 40px auto;
}
.journal__tit a span {
  position: relative;
	display: block;
}
.journal__tit a:hover {
	color: var(--color03);
  background-color: #fff2ea;
}
.journal__tit::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--color02);
  bottom: -2px;
  width: 10%;
}
.journal__tit::before {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 2px var(--color02);
  top: -2px;
  width: 10%;
}
.journal__tit:hover::before {
  border-top: solid 2px var(--color03);
}
.journal__tit:hover::after {
  border-bottom: solid 2px var(--color03);
}

.journal-list li {
	text-align: center;
	margin-bottom: 30px;
}
.journal-list li a {
	border-bottom: dashed 1px;
}

.article .inner {
	margin-bottom: 80px;
}
.article__tit {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}
.journal-thumbnail {
  width: 106%;
}
.journal-thumbnail__item {
  float: left;
  width: 19%;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 6% 0 0;
}
.journal-thumbnail .box {
  position: relative;
  width: 100%;
  border: solid 1px #eee;
  margin-bottom: 15px;
}
.journal-thumbnail .box:before {
  content:"";
  display: block;
  padding-top: 141.6%;
}
.journal-thumbnail .box .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px;
}
.journal-thumbnail .box .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  font-family: 'object-fit: cover;';
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.journal-list {
	width: 105%!important;
}
.journal-list li {
	width: 45%!important;
	margin-right: 5%!important;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.journal__box {
	width: 100%;
	margin: 0 auto 40px auto;
}
.journal .ul-1column-sp li {
	margin-bottom: 0!important;
}
.journal__tit a {
	display: block;
	padding: 30px 0;
}
.journal__tit a img {
	display: block;
  width: 70%;
  margin: 0 auto 30px auto;
}

.journal-list li {
	font-size: 1.4rem!important;
}
.journal-thumbnail {
  width: 105%;
}
.journal-thumbnail__item {
  width: 45%;
  font-size: 1.3rem;
  margin: 0 5% 5% 0;
}
.journal-thumbnail .box {
  margin-bottom: 10px;
}

.article .inner {
	margin-bottom: 40px;
}
.article__tit {
	font-size: 1.8rem;
}


}

