@charset "utf-8";
/* CSS Document */
/*====================
base
====================*/
.low-gi_contents {
	background: #fff;
	padding-top: 6vw;
	color: #232323;
}
.low-gi_contents section {
	margin-bottom: 6vw;
}
.low-gi_contents h2 {
	margin-bottom: 10px;
}
.low-gi_contents p {
	text-align: left;
	line-height: 1.8;
	font-size: 12px;
	margin-bottom: 20px !important;
}
.figure_box {
	border: solid 1px #b0b0b0;
	padding: 10px 0;
	margin-bottom: 20px;
	background: #fff;
}
span.highlight {
	color: #e60012;
	font-weight: bold;
}
span.wave {
	background: url("/sweets/chocolate/chocokoka/low-gi/images/line_wave.png") bottom repeat-x;
	background-size: 4px auto;
}

/*====================
低GIとは
====================*/
#about > *:not(h2),
#exam > *:not(h2) {
	margin: 0 1.5vw;
}

#about p {
	font-weight: bold;
}
/*====================
コラム
====================*/
.column_block {
	background: #fff3fa;
	padding: 3vw 1.5vw 6vw;
}
/*プロフィール*/
.profile {
	background: #ededed;
}
.profile h3 {
	background: #c2c2c2;
	color: #fff;
	font-size: 12px;
	line-height: 2;
}
.profile_inner {
	display: flex;
	margin: 4vw;
}
.profile_inner .photo {
	width: 30vw;
	flex-shrink: 0;
	margin-right: 4vw
}
.profile_inner .txt {
	font-size: 10px;
}
.profile_inner .txt p {
	line-height: 1.5;
}
.profile_inner .txt .name {
	font-weight: bold;
}
.profile_inner .txt .name span {
	font-size: 12px;
}
/*調整*/
#column01 .figure_box {
	padding: 0;
}
#column02 h3 {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #232323;
	margin-bottom: 15px;
}
/* 641px～ For PC
====================================================*/
@media screen and (min-width: 641px), print {
	.low-gi_contents {
		padding-top: 70px;
	}
	.low-gi_contents section {
		width: 900px;
		margin: 0 auto 60px;
	}
	.low-gi_contents h2 {
		margin-bottom: 40px;
	}
	
	.low-gi_contents p {
		font-size: 18px;
		margin-bottom: 25px !important;
	}
	span.wave {
		background-size: 8px auto;
		padding-bottom: 5px;
	}
	
	#about > *:not(h2),
	#exam > *:not(h2) {
		margin: auto;
	}
	
	/*====================
	MV
	====================*/
	.mv {
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}
	.mv:before {
		content: "" !important;
		width: 50%;
		height: 420px;
		position: absolute;
		top: 0;
		left: 0;
		background: #e60012;
	}
	.mv .mv_inner {
		display: block;
		position: relative;
		left: 50%;
		margin-left: -528px;
	}
	.mv .mv_inner h1 {
		width: 1056px;
		margin: 0;
	}
	/*====================
	コラム
	====================*/
	.column_block {
		padding: 40px 0 20px;
	}
	.column_block h2 {
		margin-bottom: 35px;
	}
	/*プロフィール*/
	.profile {
		float: right;
		width: 425px;
		margin-left: 55px;
	}
	.profile h3 {
		font-size: 16px;
	}
	.profile_inner {
		margin: 15px 20px 10px;
		align-items: center;
	}
	.profile_inner .photo {
		width: 124px;
		margin-right: 20px;
	}
	.profile_inner .txt p {
		font-size: 12px;
		margin-bottom: 10px !important;
	}
	.profile_inner .txt .name span {
		font-size: 16px;
	}
	/*調整*/
	#about .figure_box {
		padding: 35px 0 25px;
	}
	#exam .figure_box {
		padding: 45px 0 45px;
	}
	#column01 .figure_box {
		padding: 65px 0 60px;
	}
	#column02 .figure_box {
		padding: 20px 0 30px;
	}
	#column02 h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
}