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

#nutrimate_blk {
	width:100%;
	margin:0 auto;
	padding:0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}

h2 {
	font-size:35px;
	font-weight: 700;
	line-height:35px;
}
h2 span {
	font-size:17px;
	line-height:35px;
	padding-left:1em;
}

p {
	transform: rotate(0.03deg);
}

a.nubtn {
	display: block;
	width: 400px;
	height: 60px;
	box-sizing: border-box;
	background-color: #FF8200;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	line-height: 60px;
	font-weight: 700;
	border-radius: 8px;
	box-shadow: 0 6px 0 rgba(0,0,0,0.3);
	transition-duration: 0.2s;
}
a.nubtn:hover {
	transform: translate(0, -4px);
}

#calomeal-banner {
	background-color: #6FB92C;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#calomeal-banner a {
	width: 100%;
	display: block;
	transition-duration: 0.2s;
}
#calomeal-banner a:hover {
	transform: translate(0, -4px);
}

.nutrimate_backw {
	background-color:#fff;
	padding:30px 0;
}
.nutrimate_back1 {
	padding:30px 0;
}
.nutrimate_back2 {
	text-align:center;
	padding:30px 0;
}
.nutrimate_back2.tl {
	text-align: left;
}
.nutrimate_back3 {
	padding:30px 0;
}


.nutrimate_cblk {
	width:980px;
	margin:0 auto;
	font-size:14px;
	line-height:26px;
	color:#505050;
}

h3 {
	color:#000;
	font-size:30px;
	line-height:50px;
	padding-bottom: 15px;
}
h3 span {
	color: #E4811E;
	padding-right: 10px;
}

a.btn img {
	margin-top:15px;
}
a.btn:hover img {
	opacity:0.7;
}

a.btn2:hover img {
	opacity:0.7;
}

#nblk1 {
	text-align: center;
	padding: 90px 0 50px;
}
#nblk1 h2 {
	font-size: 30px;
	line-height: 1;
	color: #000;
}
#nblk1 p {
	padding: 35px 0;
	text-align: left;
	width: 780px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 33px;
	color: #000;
}
#nblk1 p strong {
	color: #FF8200;
}
#nblk1 div.nblk1-wrap {
	width: 812px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#nblk1 div.nblk1-wrap a {
	width: 232px;
	height: 95px;
	font-size: 18px;
	line-height: 21px;
	padding: 10px 0;
	background: url("../img/nutrimate_btn_ar.png") no-repeat center bottom 10px #FF8200;
}
#nblk1 div a:last-child {
	line-height: 42px;
}

#video-main-box {
	width: 100%;
	text-align: center;
	margin-bottom: 20px !important;
}
#video-main-box .main {
	width: 980px;
	height: auto;
	margin-inline: auto;
	filter: drop-shadow(0px 4px 7px rgba(0,0,0,0.6));
}
#video-chapter-box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
#video-chapter-box .chapter {
	width: 420px;
	height: auto;
	filter: drop-shadow(0px 4px 7px rgba(0,0,0,0.6));
}

#nblk_new {
	padding: 15px 0 30px;
}
#nblk_new > div {
	width: 980px;
}
#nblk_new > div h2 {
	left: calc( 50% - 420px );
	z-index: 2;
}
#nblk_new > div div {
	margin-top:30px;
}

#nblk_feature {
	padding: 35px 0 50px;
	position: relative;
	overflow: visible;
	text-align: center;
}
#nblk_feature h2 {
	font-size: 30px;
	line-height: 50px;
	color: #000;
	text-align: left;
}
#nblk_feature #feature_img {
	position: absolute;
	top: 23px;
	left: calc( 50% + 225px );
	z-index: 1;
}
#nblk_feature ul {
	padding: 0 0 0 66px;
	text-align: left;
}
#nblk_feature li {
	padding-top: 30px;
}
#nblk_feature li:nth-child(2n) {
	padding-left: 176px;
}
#nblk_feature > img {
	margin-top: 30px;
}

#nblk2 {
	text-align: left;
}
#nblk2 h2 {
	font-size: 30px;
	line-height: 50px;
	color: #000;
	padding-top: 5px;
}
#nblk2 img.timg {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#nblk2 th img {
	margin:16px 0 0 60px;
}
#nblk2 td p {
	clear: both;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
#nblk2 td a.nubtn {
	width: 270px;
	height: 57px;
	font-size: 18px;
	line-height: 57px;
	margin-top: 25px;
	position: relative;
}
#nblk2 td a.nubtn:after {
	content: '〉';
	position: absolute;
	top: 0;
	right: 6px;
}
#nblk2 #support1 {
	text-align: left;
	padding: 17px 0 0 0;
}
#nblk2 #support2 {
	text-align: right;
	padding: 17px 0 0 0;
}
#nblk2 #support1 img:first-child,#nblk2 #support2 img:first-child {
	margin-right: 30px;
}

#nblk3 {
	text-align: left;
	padding-bottom: 70px;
}
#nblk3 h2 {
	font-size: 30px;
	line-height: 50px;
	color: #000;
	padding-top: 18px;
}
#nblk3 img.timg {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
#nblk3 > p {
	font-size: 17px;
	line-height: 26px;
	clear: both;
	color: #000;
}
#nblk3 > p span {
	color: #FF8200;
}
#nblk3 > div {
	padding: 40px 0 0;
	text-align: center;
}
#nblk3 img#opimg {
	margin-top: 30px;
}
#nblk3 a.nubtn {
	width: 413px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	position: relative;
	margin: 0 auto;
}
#nblk3 a.nubtn:after {
	content: '〉';
	position: absolute;
	top: 0;
	right: 6px;
}
#nblk3 th img {
	margin:0 65px 0 0;
}
#nblk3 td {
	vertical-align:middle;
}
p.timg {
	position: absolute;
	top: -85px;
	left: calc( 50% - 55px );
	padding: 0;
	z-index: 1;
}
#nblk4 {
	padding-top: 28px;
	overflow: visible;
	position: relative;
}
#nblk4 h2 {
	font-size: 28px;
	line-height: 1;
	color: #000;
	text-align: center;
	padding: 10px 0 30px;
}
#nblk4 h3 {
	line-height:26px;
	width:340px;
	border:1px solid #3ab9ff;
	text-align:center;
	margin:0 auto 30px auto;
	padding:10px 0;
}
#nblk4 > div {
	font-size:14px;
	line-height:23px;
	color:#505050;
	background-color:#f2f2f2;
	border-top:10px solid #8DC221;
	margin-bottom:14px;
}
#nblk4 > div div {
	padding:0 15px 10px;
}
#nblk4 h4 {
	font-size:16px;
	line-height:24px;
	color:#588F00;
	padding-top:10px;
}
#nblk4 p {
	font-size:14px;
	line-height:23px;
	color:#505050;
	text-indent:-1em;
	padding-left:1em;
	text-align: left;
}
.nblk4_1 {
	width:482px;
	float:left;
}
.nblk4_1 div div {
	margin-left:1em;
	padding-bottom:10px;
}
.nblk4_1 h4 {
	padding-bottom:10px;
}
.nblk4_2 {
	width:482px;
	float:right;
	padding-bottom:57px;
}
.nblk4_2 h4 {
	padding-bottom:10px;
}
.nblk4_3 {
	width:233px;
	float:left;
	margin-left:16px;
	text-align:center;
}
.nblk4_3 h4 {
	line-height:70px !important;
	padding-bottom:10px;
}
.nblk4_4 {
	width:233px;
	float:right;
	text-align:center;
}
.nblk4_4 h4 {
	line-height:70px !important;
	padding-bottom:10px;
}
.nblk4_5 {
	width:150px;
	float:left;
	text-align:center;
	margin-right:16px;
}
.nblk4_5 h4 {
	line-height:48px !important;
	padding-bottom:10px;
	line-height:1;
}
.nblk4_5.tt2 h4 {
	line-height:24px !important;
}
#nblk5 {
	overflow: visible;
	position: relative;
}
#nblk5 h2 {
	font-size: 28px;
	line-height: 1;
	color: #000;
	text-align: center;
	padding: 10px 0 30px;
}
#nblk5 h3 {
	line-height:26px;
	width:340px;
	font-size: 24px;
	text-align:left;
	padding:10px 0;
}
#nblk5 > div {
	font-size:14px;
	line-height:23px;
	color:#505050;
	background-color:#f2f2f2;
	padding: 12px 24px;
}
#nblk5 .nutri-security li {
	list-style: disc;
	margin-left: 2em;
	font-size: 16px;
	padding-bottom: 12px;
}

#nblk5 a.nubtn img {
	vertical-align: middle;
	margin-left: 8px;
}
#nblk6 {
	padding-top: 0;
	overflow: visible;
	position: relative;
}
#nblk6 h2 {
	font-size: 28px;
	line-height: 1;
	color: #000;
	text-align: center;
	padding: 10px 0 30px;
}
#nblk6 h3 {
	line-height:26px;
	width:340px;
	border:1px solid #3ab9ff;
	text-align:center;
	margin:0 auto 30px auto;
	padding:10px 0;
}
#nblk6 table {
	width:100%;
	border-collapse:collapse;
}
#nblk6 th,#nblk6 td {
	white-space:nowrap;
	color:#505050;
}
#nblk6 th {
	font-size:16px;
	line-height:16px;
	text-align:center;
	vertical-align:middle;
	width:165px;
	color: #FFF;
	background-color:#588F00;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
#nblk6 td {
	font-size:14px;
	line-height:14px;
	text-align:left;
	vertical-align:middle;
	padding:6px 8px;
	border-bottom:1px dotted #000;
	border-right:1px solid #000;
}
#nblk6 td.b_t {
	border-top:1px solid #000;
}
#nblk6 td.b_b {
	border-bottom:1px solid #000;
}
#nblk6 div#slide_stage {
	position:relative;
	background-color:#FFF;
	border:1px solid #c8c8c8;
	width:978px;
	height:305px;
	margin:0 auto;
	overflow:hidden;
}
#nblk6 div#slide_stage div {
	position:absolute;
	top:20px;
	left:388px;
}
#nblk6 div#slide_point {
	text-align:center;
	padding-top:15px;
}
#nblk6 div#slide_point div {
	display:inline-block;
}
#nblk6 div#slide_point div a {
	display:block;
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-color:#c8c8c8;
	border-radius:6px;
	width:10px;
	height:10px;
	margin:0 6px;
	text-decoration:none;
	text-indent:-9999px;
}
#nblk6 div#slide_point div a.slt,#nblk6 div#slide_point div a:hover {
	background-color:#8DC221;
	border-color:#8DC221;
}
#nblk6 a.nubtn {
	width: 243px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin: 0 0 0 auto;
}
#nblk6 a.nubtn span {
	font-size: 12px;
}
#nblk6 a.nubtn img {
	vertical-align: middle;
	margin-left: 8px;
}
#nblk6.sblk {
	padding-top: 28px;
	overflow: visible;
	position: relative;
}
#nblk7 {
	padding-top: 28px;
	overflow: visible;
	position: relative;
}
#nblk7 h2 {
	font-size: 28px;
	line-height: 1;
	color: #000;
	text-align: center;
	padding: 10px 0 30px;
}
#nblk7 h3 {
	line-height:26px;
	width:340px;
	border:1px solid #3ab9ff;
	text-align:center;
	margin:0 auto 30px auto;
	padding:10px 0;
}
#qa_blk {
	width:812px;
	margin:0 auto;
}
#qa_blk th,#qa_blk td {
	border-bottom:1px solid #000;
	text-align:left;
	vertical-align:middle;
}
#qa_blk th {
	width:26px;
	text-align:center !important;
}
#qa_blk td {
	width:721px;
}
.q_blk tr {
	cursor:pointer;
}
.q_blk th {
	font-size:35px;
	line-height:35px;
	font-weight:bold;
	color:#588F00;
	padding:10px 15px 10px 50px;
}
.q_blk td {
	font-size:18px;
	color:#588F00;
	padding-top:10px;
}
.a_blk div {
	text-align:center;
	cursor:pointer;
}
.a_blk {
	display:none;
	padding-left: 24px;
}
.a_blk th,.a_blk td {
	background-color:#FFF;
	color:#505050;
	padding-top:10px;
	padding-bottom:10px;
}
.a_blk th {
	vertical-align:top !important;
	font-size:35px;
	line-height:35px;
	font-weight:bold;
	padding-right:15px;
	padding-left:50px;
}
#nblk8 {
	text-align:center;
}



#system_base {
	position:relative;
	width:980px;
	height:701px;
	overflow:hidden;
}
#system_base div {
	position:absolute;
}
#system_base div a {
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	background-color:#FFF;
	opacity:0;
	border-radius: 8px;
}
#system_base div a:hover {
	opacity:0.2;
}
#system_base #system_b1 {
	width:189px;
	height:61px;
	top:101px;
	left:1px;
	z-index:30;
}
#system_base #system_b2 {
	width:189px;
	height:61px;
	top:182px;
	left:1px;
	z-index:30;
}
#system_base #system_b1 a,#system_base #system_b2 a {
	width:189px;
	height:61px;
}
#system_base #system_b3 {
    width: 250px;
    height: 199px;
    top: 63px;
    left: 42px;
    z-index: 30;
}
#system_base #system_b4 {
	width:138px;
	height:61px;
	top:1px;
	left:811px;
	z-index:30;
}
#system_base #system_b3 a {
	width:250px;
	height:199px;
}
#system_base #system_b5 {
	width:140px;
	height:40px;
	top:190px;
	left:420px;
	z-index:30;
}
#system_base #system_b6 {
	width:140px;
	height:40px;
	top:240px;
	left:420px;
	z-index:30;
}
#system_base #system_b5 a,#system_base #system_b6 a {
	width:140px;
	height:40px;
}
#system_base #system_b7 {
	width:150px;
	height:62px;
	top:153px;
	left:664px;
	z-index:30;
}
#system_base #system_b7 a {
	width:150px;
	height:62px;
}
#system_base #system_b8 {
    width: 128px;
    height: 133px;
    top: 358px;
    left: 37px;
    z-index: 30;
}
#system_base #system_b9 {
    width: 128px;
    height: 133px;
    top: 358px;
    left: 182px;
    z-index: 30;
}
#system_base #system_b10 {
    width: 128px;
    height: 133px;
    top: 358px;
    left: 380px;
    z-index: 30;
}
#system_base #system_b11 {
    width: 128px;
    height: 133px;
    top: 358px;
    left: 525px;
    z-index: 30;
}
#system_base #system_b12 {
    width: 128px;
    height: 133px;
    top: 358px;
    left: 670px;
    z-index: 30;
}
#system_base #system_b8 a,#system_base #system_b9 a,#system_base #system_b10 a,#system_base #system_b11 a,#system_base #system_b12 a {
	width:128px;
	height:133px;
}
#system_base #system_b13 {
    width: 131px;
    height: 184px;
    top: 306px;
    left: 813px;
    z-index: 30;
}
#system_base #system_b13 a {
	width:131px;
	height:184px;
}

#system_base #system_i1 {
	top:0px;
	left:0px;
	z-index:20;
}
#system_base #system_i2 {
	top:0px;
	left:0px;
	z-index:10;
}
#sblk2 img {
	margin:0 0 0 90px;
}
#sblk3 table {
	width:100%;
}
#sblk3 th {
	text-align:right;
}
#sblk4 {
	position: relative;
	height: 445px;
}
#sblk4 div {
	width:487px;
	height:445px;
	position: absolute;
	top: 0;
	right: 40px;
}
#sblk5 img {
	width: 100%;
	height: auto;
}
#sblk6 img {
	width: 100%;
	height: auto;
}
#sblk7 img {
	width: 100%;
	height: auto;
}
#sblk8 {
	position: relative;
	height: 573px;
}
#sblk8 div {
	width:648px;
	height:508px;
	position: absolute;
	top: 65px;
	right: 0px;
}
#sblk9 img {
	width: 100%;
	height: auto;
}
#sblk11 img {
	width: 100%;
	height: auto;
}

.sysblk > p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}


@media screen and (max-width: 790px) {
	.nutrimate_cblk {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	#nblk5 {
		overflow: hidden;
	}
	#qa_blk {
		width: 100%;
	}
	#qa_blk td {
		width: auto;
	}
	.q_blk th,.a_blk th {
		padding-left: 0;
	}
}