@charset "utf-8";
.head_dir_title{
	font-size: 24px;
	margin-bottom: 30px;
	letter-spacing: 0.06em;
	font-weight: 500;
}
.art_pic {
	margin-bottom: 53px;
}
.art_pic img {
	width: 100%;
	height: auto;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 53px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainImg {
	background-image: url(../images/magazine/main_img.jpg);
}
#main .magazineBox {
	position: relative;
	padding-top: 40px;
}
#main .magazineBox::before {
	width: 94px;  
	height: 284px;
	border-radius: 40px;
	background-image: -webkit-linear-gradient( 90deg, rgb(72,198,239) 0%, rgb(92,166,227) 49%, rgb(111,134,214) 100%);
	opacity: 0.4;
	position: absolute;  
	top: 36px;
	right: -48px;  
	content: ""; 
}
#main .magazineBox .content {
	margin-bottom: 64px;
	max-width: 1190px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts {
	width: 703px;
}
#main .magazineList {
	justify-content: space-between;
}
#main .magazineList li {
	width: 321px;
	margin: 0 0 68px;
}
#main .magazineList .photo {
	height: 214px;
}
#main .magazineList dt {
	padding-bottom: 9px;
	background-color: #4D828F;
}
#main .magazineList dd {
	padding-bottom: 9px;
	background-color: #EDF1F3;
}
#main .magazineList dl {
	margin: -1px 0 20px;
	position: relative;
	z-index: 1;
}
#sideBar {
	margin-top: 29px;
	width: 347px;
	order: 2;
}
#sideBar .sidTtl {
	padding-bottom: 12px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	color: #368c9b;
	letter-spacing: 0.12em;
	line-height: 1.5;
	border-bottom: 1px solid #F1F1F1;
}
.sideList {
	margin-bottom: 109px;
	padding-top: 24px;
	border-top: 1px solid #EAEAEA;
}
.sideList li {
	margin-bottom: 22px;
	border-bottom: 1px solid #EAEAEA;
}
.sideList li:last-child {
	margin-bottom: 0;
}
.sideList a {
	font-weight: 400;
	padding: 10px 20px 11px 2px;
	display: block;
	letter-spacing: 0;
	background: url(../images/common/icon06.png) no-repeat right 7px center;
	background-size: 8px auto;
}
.sideList a:hover {
	opacity: 0.7;
}
.pickList {
	padding: 30px 0 0 4px;
}
.pickList li {
	margin-bottom: 24px;
}
.pickList li:last-child {
	margin-bottom: 0;
}
.pickList a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickList a:hover {
	opacity: 0.7;
}
.pickList a .photo {
	margin-right: 15px;
	width: 31.6%;
	position: relative;
	padding-bottom: 21.5%;
}
.pickList a .photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.pickList a .textBox {
	margin-top: -5px;
	flex: 1;
}
.pickList a p {
	font-size: 14px;
	color: #4c4c4c;
	letter-spacing: 0;
	font-weight: 300;
	line-height: 1.55;
}
.pickList a .ttl .txtSpan {
	display: inline-block;
	min-width: 100px;
	padding-right: 2px;
	font-size: 13px;
	font-weight: 400;
	color: #368c9b;
	letter-spacing: 0.06em;
}
.pickList a .ttl .date {
	font-size: 13px;
	color: #afafaf;
	letter-spacing: 0.06em;
	font-weight: 400;
}
#single #conts p {
	margin-bottom: 33px;
	line-height: 2.03;
	font-weight: 300;
	letter-spacing: 0.02rem;
	font-feature-settings: "palt";
}
#single #conts p span{
	font-weight: bold;
}
#single #conts p a{
	color: #368c9b;
	border-bottom: 1px solid #368c9b;
	margin: 0 15px;
}
#single #conts p + .wp-block-image {
	padding-top: 49px;
}
#single .magazineBox .content {
	max-width: 1244px;
}
#single #conts .tag {
	margin-bottom: -1px;
}
#single #conts .tag .txtSpan {
	margin-right: 12px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.06em;
	font-weight: 400;
	text-align: center;
	min-width: 95px;
	padding: 4px 2px;
	background-color: #368C9B;
}
#single #conts .tag .date {
	color: #368c9b;
	letter-spacing: 0.06em;
	font-weight: 400;
}
#single #conts h3 {
	margin-bottom: 60px;
	padding-bottom: 37px;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.75;
	border-bottom: 1px solid #EBEBEB;
}
#single .detailBox {
	margin-top: -6px;
	padding-bottom: 24px;
	border-bottom: 1px solid #E9E9E9;
}
#single #conts {
	width: 793px;
}
#single .wp-block-image {
	margin: 0 0 53px;
}
#single #conts h4 {
	line-height: 1.75;
	padding-top: 1px;
	font-size: 30px;
	color: #368c9b;
	letter-spacing: 0;
	font-weight: 300;
	margin-bottom: 30px;
}
#single #conts .snsBox {
	padding: 57px 4px 0 0;
	display: flex;
	align-items: center;
}
#single #conts .snsBox span {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.12em;
	padding: 1px 7px 0 0;
}
#single #conts .snsUl {
	display: flex;
	align-items: center;
}
#single #conts .snsUl li {
	margin-left: 15px;
}
#single #conts .snsUl a:hover img {
	opacity: 0.7;
}
#main .detailInner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 45px 20px 56px;
}
#main .detailInner h3 {
	margin-bottom: 45px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
}
#main .detailInner h3 span {
	margin-bottom: 2px;
	display: block;
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0.12em;
	color: #368c9b;
}





/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	#main .magazineBox .content {
		display: block;
	}
	#conts {
		margin-bottom: 60px;
		width: auto !important; 
	}
	#sideBar {
		width: auto !important;
		margin: 0;
	}
	#main .magazineBox::before {
		width: 57px;
		height: 139px;
		left: auto;
		top: -0;
		right: -23px;
	}
	#main .magazineBox {
		padding-top: 0;
	}
	#single #conts h3 {
		font-size: 30px;
	}
	#single #conts h4 {
		font-size: 22px;
	}
}
