/*
Theme Name: MAX
*/

body{
	
}

.wrapper{
	overflow: hidden;
	color: #221815;
}

.w914{
	max-width: 914px;
	margin: 0 auto 100px;
	h2{
		margin: 140px 0 140px;
		padding-left: 68px;
		.ja{
			font-size: 27px;
			font-weight: 600;
			margin-left: 78px;
			position: relative;
			top: -4px;
		}
	}

	
}

.post_list{
	.post{
		padding: 100px 68px 100px;
		position: relative;
		&:first-child{
			padding-top: 0;
		}
		&:after{
			position: absolute;
			left: 0;
			bottom: 0;
			content: '';
			display: block;
			width: 100vw;
			height: 1px;
			background: #595757;
		}
	}
	
	h3{
		font-size: 35px;
		font-weight: bold;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	time{
		display: block;
		font-size: 29px;
		color: #898989;
		margin: 84px 0 93px;
	}
	.content{
		font-weight: 400;
		font-size: 23px;
		line-height: 1.675;
		.pdfemb-viewer,
		figure{
			margin: 2em 0;
			&:last-child{
				margin-bottom: 0;
			}
		}
		p{
			margin: 2em 0;
			letter-spacing: 0.1em;
			&:last-child{
				margin-bottom: 0;
			}
		}
		a{
			color: #0000ee;
			text-decoration: underline;
		}
	}
}

.pdf_btn{
	display: inline-block;
	margin-top: 30px;
}

@media (min-width: 769px) {
	.sp-only{
		display: none;
	}
}
@media (max-width: 768px) {
	.pc-only{
		display: none;
	}

	#header{
		padding-top: calc(20 / 375 * 100vw);
		height: auto;
		.w1200{
			height: auto;
			width: 100%;
			padding: 0 0 0 calc(25 / 375 * 100vw);
		}
		h1{
			img{
				width: calc(98 / 375 * 100vw);
			}
		}
		.sp_top{
			display: inline-block;
			width: calc(146 / 375 * 100vw);
			height: calc(22 / 375 * 100vw);
			background: #969697;
			color: #fff;
			font-size: calc(11 / 375 * 100vw);
			line-height: calc(21 / 375 * 100vw);
			border-radius: calc(50 / 375 * 100vw) 0 0 calc(50 / 375 * 100vw);
			text-align: center;
			padding-bottom: calc(1 / 375 * 100vw);
		}
	}
	.w914{
		h2{
			margin: calc(60 / 375 * 100vw) 0;
			padding-left: calc(25 / 375 * 100vw);
			.en{
				img{
					width: calc(68 / 375 * 100vw);
				}
			}
			.ja{
				font-weight: 600;
				font-size: calc(10 / 375 * 100vw);
				margin-left: calc(25 / 375 * 100vw);
				top: calc(-2 / 375 * 100vw);
			}
		}

	}
	.post_list{
		.post{
			letter-spacing: 0;
			padding: calc(50 / 375 * 100vw) calc(25 / 375 * 100vw);
			&:after{
				width: calc(100vw - calc(25 / 375 * 100vw));
				left: calc(25 / 375 * 100vw);
			}
		}
		h3{
			font-size: calc(20 / 375 * 100vw);
			line-height: 1.6;
		}
		time{
			font-size: calc(15 / 375 * 100vw);
			margin: calc(45 / 375 * 100vw) 0 calc(55 / 375 * 100vw);
		}
		.content{
			font-size: calc(15 / 375 * 100vw);
			p{
				letter-spacing: 0;
			}
		}
	}
	.pdf_btn{
		width: calc(60 / 375 * 100vw);
		display: inline-block;
		margin-top: calc(10 / 375 * 100vw);
	}
}