/* コラム24h 00～10 */
.column_wrapper {
	background-color: #E0DFDF;
}
.column_wrapper .inner {
	min-width: auto;
}
.column_wrapper .fs-l-pageMain {
	max-width: 600px;
	min-width: auto!important;
	margin: 0 auto 60px!important;
	padding: 0 0 40px!important;
	background-color: #fff;
}
.column_wrapper .ul_yellow {
	font-weight: inherit;
	background: linear-gradient(transparent 70%, #FFFD75 10%);
}
.column_wrapper .bold {
	font-weight: bold;
}
.column_wrapper .dashed {
	border: 1px dashed #bdbdbd;
	margin: 6vw 0;
}
.column_wrapper .btn {
	margin: 8vw 0;
}
.column_wrapper .btn a {
	display: block;
	background-color: #67a2b7;
	color: #fff;
	font-size: 5.2vw;
	font-weight: bold;
	text-align: center;
	padding: 3.5vw 0;
}

.column_wrapper .titleArea {
	margin: 5vw 0;
	padding: 0 4.5vw;
}
.column_wrapper .titleArea .inner {
	padding: 4vw;
	background-image: url(../column/bg_dot_item01.png), url(../column/bg_dot_item02.png), url(../column/bg_dot_item03.png), url(../column/bg_dot_item04.png), url(../column/bg_dot.png);
	background-position: top left, top right, bottom left, bottom right, top left;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-size: 2vw, 2vw, 2vw, 2vw, 5px;
}
.column_wrapper .titleArea .title_en {
	font-family: 'Sue Ellen Francisco', cursive;
	font-size: 5vw;
	color: #67a2b7;
}
.column_wrapper .titleArea .title_sm {
	font-size: 4.5vw;
	font-weight: bold;
}
.column_wrapper .titleArea h2 {
	font-size: 5.3vw;
	font-weight: bold;
}
.column_wrapper .txtArea {
	margin: 8vw 0;
	padding: 0 4.5vw;
}
.column_wrapper .txtArea p {
	margin: 4vw 0;
	font-size: 15px;
}
.column_wrapper .txtArea p a {
	color: #67a2b7;
}
.column_wrapper .txtArea .img {
	margin: 6vw 0;
	text-align: center;
}
.column_wrapper .bgArea {
	margin: 8vw 0;
}
.column_wrapper .bgArea .inner {
	padding: 8vw 4.5vw 10vw;
}
.column_wrapper .bgArea .inner:nth-of-type(odd) {
	background-color: #f5f9f9;
}
.column_wrapper .bgArea p {
	margin: 4vw 0;
}
.column_wrapper .bgArea .ttl_sub {
	margin: 6vw 0 4vw;
	font-size: 4.5vw;
	color: #67a2b7;
	font-weight: bold;
}
.column_wrapper header {
	text-align: center;
	background-color: #000;
}
.column_wrapper header a {
	display: block;
	padding: 3vw 0;
}
.column_wrapper footer {
	background-color: #fff;
	text-align: center;
	border-top: 1vw solid #000;
}
.column_wrapper footer a {
	display: inline-block;
	padding: 2vw;
	margin: 0 auto;
}
.column_wrapper footer a img {
	width: 26vw;
}


/* 00 */
#column00 .bgArea h3 {
	color: #67a2b7;
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 1.5vw;
}

/* 01 */
#column01 .bgArea h3 {
	overflow: hidden;
	position: relative;
}
#column01 .bgArea h3 .num {
	float: left;
	font-size: 10vw;
	font-weight: bold;
	margin-right: 4vw;
	line-height: 1.6;
	color: #a4a4a4;
}
#column01 .bgArea h3 .ttl_l,
#column01 .bgArea h3 .ttl_s {
	float: left;
	font-weight: bold;
	color: #67a2b7;
}
#column01 .bgArea h3 .ttl_l {
	font-size: 7vw;
	line-height: 2.55;
}
#column01 .bgArea h3 .ttl_s {
	position: absolute;
	top: 0;
	left: 16vw;
	font-size: 4vw;
	letter-spacing: 0;
	line-height: 1;
}
#column01 .pointArea {
	margin: 8vw 0;
	padding: 10vw 4.5vw 0;
	position: relative;
	z-index: 0;
}
#column01 .pointArea:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45vw;
	background-color: #f8f4dd;
	z-index: -1;
}
#column01 .pointArea:after {
	content: "";
	position: absolute;
	top: -8vw;
	right: 0;
	width: 90vw;
	height: 60vw;
	background-image: url({% items[/column/01/img02.jpg] %});
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
#column01 .pointArea .inner {
	padding: 1vw 4.5vw;
	background-color: rgba(255,255,255,.98);
	box-shadow: 0.2vw 0.5vw 1vw 0 rgba(0,0,0,.2);
}
#column01 .pointArea .inner p {
	margin: 6vw 0;
	font-size: 4.2vw;
}

/* 02 */
#column02 .bgArea h3 {
	overflow: hidden;
	font-size: 7.5vw;
	font-weight: bold;
	margin-bottom: 1.5vw;
}
#column02 .bgArea h3 .num {
	font-size: 10vw;
	font-weight: bold;
	margin-right: 4vw;
	line-height: 1.6;
	color: #67a2b7;
}
#column02 .bgArea h3 .num_sm {
	font-size: 4vw;
	color: #a4a4a4;
}

/* 03 */
#column03 .bgArea h3 {
	font-size: 7vw;
	font-weight: bold;
	margin-bottom: 1.5vw;
}
#column03 .bgArea h3 .ttl_s {
	display: inline-block;
	margin-right: 2vw;
	font-size: 4.5vw;
	font-weight: inherit;
}

/* 04 */
#column04 .bgArea h3 {
	overflow: hidden;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 1.5vw;
}
#column04 .bgArea h3 .num {
	font-size: 9vw;
	font-weight: bold;
	margin-right: 3vw;
	line-height: 1.6;
	color: #67a2b7;
}
#column04 .bgArea h3 .num_sm {
	font-size: 4vw;
	color: #a4a4a4;
}
#column05 .titleArea h2 {
	font-size: 5vw;
}
#column07 .bgArea h2 {
	font-size: 4.9vw;
	font-weight: bold;
}
#column07 .bgArea .inner:nth-of-type(odd) {
	background-color: #FFF9F2;
}
#column07 .btn a {
	background-color: #E5CAA6;
}
#column07 .ul_yellow {
	background: linear-gradient(transparent 70%, #E5CAA6 10%);
}
#column08 .ul_yellow {
	background: none;
	color: #E2868A;
}
#column08 .titleArea .ul_yellow {
	color: #333;
	background: linear-gradient(transparent 70%, #E2868A 10%);
}
#column08 .txtArea p a {
	font-weight: bold;
	text-decoration: underline;
}
#column09 .bgArea h3 {
	font-size: 5vw;
	font-weight: bold;
}
#column10 .bgArea .inner {
	background-color: #FFFEF6;
}
#column10 .bgArea h3 {
	font-size: 4.5vw;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4vw;
	padding: 4vw 0;
	border: 1px dashed #ccc;
	background-color: #fff;
}
#column10 .bgArea h4 {
	font-size: 4.2vw;
	font-weight: bold;
	margin-top: 8vw;
}
#column10 .bgArea a {
	color: #67a2b7;
}




@media screen and (min-width: 600px) {
	body{
		font-size: 16px;
	}
	.column_wrapper .fs-l-pageMain {
		padding-bottom: 40px;
	}
	.column_wrapper .inner {
		padding: 0;
	}
	.column_wrapper .dashed {
		margin: 30px 0;
	}
	.column_wrapper .btn {
		margin: 40px 0;
	}
	.column_wrapper .btn a {
		font-size: 24px;
		padding: 15px 0;
	}
	
	.column_wrapper .titleArea {
		margin: 30px 0;
		padding: 0 27px;
	}
	.column_wrapper .titleArea .inner {
		padding: 24px;
		background-size: 11px, 11px, 11px, 11px, 5px;
	}
	.column_wrapper .titleArea .title_en {
		font-size: 30px;
	}
	.column_wrapper .titleArea .title_sm {
		font-size: 24px;
	}
	.column_wrapper .titleArea h2 {
		font-size: 32px;
	}
	.column_wrapper .txtArea {
		margin: 40px 0;
		padding: 0 27px;
	}
	.column_wrapper .txtArea p {
		margin: 20px 0;
	}
	.column_wrapper .txtArea .img {
		margin: 30px 0;
	}
	.column_wrapper .bgArea {
		margin: 40px 0;
	}
	.column_wrapper .bgArea .inner {
		padding: 30px 20px 40px;
	}
	.column_wrapper .bgArea h3 .num {
		font-size: 54px;
		margin-right: 20px;
		line-height: 1.2;
	}
	.column_wrapper .bgArea h3 .ttl_l {
		font-size: 32px;
	}
	.column_wrapper .bgArea h3 .ttl_s {
		left: 84px;
		font-size: 20px;
	}
	.column_wrapper .bgArea p {
		margin: 20px 0;
	}
	.column_wrapper .bgArea .ttl_sub {
		margin: 30px 0 20px;
		font-size: 20px;
	}
	.column_wrapper header a {
		padding: 15px 0;
	}
	.column_wrapper footer {
		text-align: center;
		border-top: 3px solid #000;
	}
	.column_wrapper footer a {
		padding: 12px;
	}
	.column_wrapper footer a img {
		width: 78px;
	}
	
	/* 00 */
	#column00 .bgArea h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	/* 01 */
	#column01 .bgArea h3 .num {
		font-size: 54px;
		margin-right: 20px;
		line-height: 1.2;
	}
	#column01 .bgArea h3 .ttl_l {
		font-size: 32px;
	}
	#column01 .bgArea h3 .ttl_s {
		left: 84px;
		font-size: 20px;
	}
	#column01 .pointArea {
		margin: 40px 0;
		padding: 40px 27px 0;
	}
	#column01 .pointArea:before {
		height: 270px;
	}
	#column01 .pointArea:after {
		top: -48px;
		width: 540px;
		height: 360px;
	}
	#column01 .pointArea .inner {
		padding: 1px 27px;
		box-shadow: 3px 3px 6px 0 rgba(0,0,0,.2);
	}
	#column01 .pointArea .inner p {
		margin: 30px 0;
		font-size: 18px;
	}

	/* 02 */
	#column02 .bgArea h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	#column02 .bgArea h3 .num {
		font-size: 54px;
		margin-right: 20px;
		line-height: 1.2;
	}
	#column02 .bgArea h3 .num_sm {
		font-size: 20px;
	}

	/* 03 */
	#column03 .bgArea h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	#column03 .bgArea h3 .ttl_s {
		font-size: 20px;
		margin-right: 10px;
	}
	/* 04 */
	#column04 .bgArea h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	#column04 .bgArea h3 .num {
		font-size: 54px;
		margin-right: 20px;
		line-height: 1.2;
	}
	#column04 .bgArea h3 .num_sm {
		font-size: 20px;
	}
	#column05 .titleArea h2 {
		font-size: 28px;
	}
	#column07 .bgArea h2 {
		font-size: 28px;
	}
	#column09 .bgArea h3 {
		font-size: 28px;
	}
	#column10 .bgArea h3 {
		font-size: 24px;
		margin-bottom: 20px;
		padding: 15px 0;
	}
	#column10 .bgArea h4 {
		font-size: 20px;
		margin-top: 40px;
	}
}



