@charset "utf-8";
/* CSS Document */

#column-contents {
	width: calc(100vw - calc(100vw - 100%));
	height: auto;
	padding: 0 18vw;
	margin-top: 10vw;
	text-align: left;
	margin-bottom: 6vw;
}

#column-contents-title {
	margin-bottom: 6vw;
}

#column-contents-title h1 {
	font-size: 2vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
}

#column-contents-time {
	margin-top:2vw;
}

#column-contents-time time {
	font-size: 1.2vw;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1vw;
}

#column-contents-cont {
	width: 90%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding:5vw;
	border-radius: 1vw;
}

.column-contents-cont-img {
	margin:0 auto;
	text-align: center;
}

.column-contents-cont-img img{
	width: 35.85vw;
}

.column-contents-cont-text {
	margin-top: 6vw;
}

.column-contents-cont-text h2 {
	font-size: 2vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 2vw;
	border-bottom: solid 2px #27b3ba;
	margin-bottom: 2.5vw;
}

.column-contents-cont-text p {
	font-size: 1.2vw;
	ont-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
}