@charset "UTF-8";

body {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
	letter-spacing: 0.04em;
	color: #3e3e3e;
	font-size: 14px;
	font-weight: 500;
	line-height: calc(25 / 14);
	letter-spacing: 0.04em;
}

body.ofh {
	overflow: hidden;
}

body a:hover {
	opacity: 0.6;
}

body a img:hover {
	opacity: 0.6;
}

#column_main {
	width: 100vw;
}

.pl25{
	padding-left: 25px;
}
.pr25{
	padding-right: 25px;
}

.popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
}

.popup .popup-cont {
	width: 800px;
	height: 66vh;
	background-color: #fff;
	position: relative;
	border-radius: 15px;
}

.popup .popup-cont .popup-cont-inner {
	width: 100%;
	border-radius: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}

.popup .popup-cont .popup-cont-h {
	width: 100%;
}

.popup .popup-cont .popup-cont-b {
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.popup .popup-cont .popup-cont-b .popup-cont-b-ttl {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 26px;
	line-height: calc(72 / 52);
	margin-bottom: 28px;
}

.popup .popup-cont .popup-cont-b .popup-cont-b-txt {
	margin-bottom: 50px;
}

.popup .popup-cont .popup-cont-b .popup-cont-b-disc {
	padding: 40px 0 0 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.popup .popup-cont .popup-cont-b .popup-cont-b-disc::before {
	content: "";
	width: 798px;
	height: 34px;
	background-image: url("img/icon_expert.png");
	background-size: 798px 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-disc-iconArea {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-disc-txtArea {
	width: 100%;
}

.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}

.popup .popup-cont .popup-closebtn01 {
	width: 75px;
	height: 75px;
	position: absolute;
	right: -75px;
	top: -75px;
	z-index: 1001;
}

.popup .popup-cont .popup-closebtn01 img {
	width: 100%;
}

.popup.p01 {
	display: none;
}



.main-block {
	width: 100%;
	background-image: url("img/bg_main.png");
	background-size: 24px 24px;
	background-position: 0 0;
	background-repeat: repeat;
	overflow-x: hidden;
	display: block;
	letter-spacing: 0.04em;
	color: #3e3e3e;
	font-size: 14px;
	font-weight: 500;
	line-height: calc(25 / 14);
	letter-spacing: 0.04em;
}

.main-block .ulw {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, transparent), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
	background: linear-gradient(to bottom, transparent 69%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%);
	font-weight: 700;
}

.main-block .uly {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, transparent), color-stop(70%, #fff450), to(#fff450));
	background: linear-gradient(to bottom, transparent 69%, #fff450 70%, #fff450 100%);
	font-weight: 700;
}

.main-block .uly-t {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), color-stop(70%, #fff450), to(#fff450));
	background: linear-gradient(to bottom, transparent 86%, #fff450 70%, #fff450 100%);
	font-weight: 700;
	padding-bottom: 0px;
}

.main-block .mv {
	width: 100%;
}

.main-block .mv img {
	display: block;
	margin: 0 auto;
	min-width: 1366px;
}

.main-block .anc-sec {
	width: 100%;
	background-color: #ffdf4c;
}

.main-block .anc-sec .anc-menu {
	width: calc(1920px / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}

.main-block .anc-sec .anc-menu li {
	width: calc(1920px / 8);
	height: 79px;
	border-right: 1px solid #3e3e3e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 21px;
	position: relative;
}

.main-block .anc-sec .anc-menu li::after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("img/icon_nav.png");
	background-size: 20px 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.main-block .anc-sec .anc-menu li:first-child {
	border-left: 1px solid #3e3e3e;
}

.main-block .anc-sec .anc-menu li:last-child a {
	padding: 29px 28px;
}

.main-block .anc-sec .anc-menu li a {
	color: #3e3e3e;
	font-weight: 700;
	width: 100%;
	padding: 18px 28px;
}


.main-block .question-sec {
	width: 100%;
	background-image: url("img/bg_question.png");
	background-size: 38px 38px;
	background-position: 0 0;
	background-repeat: repeat;
	padding: 78px 0;
	position: relative;
}


.main-block .question-sec .question-inner {
	width: calc(1920px / 2);
	margin: 0 auto;
}

.main-block .question-sec .question-inner h2 {
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	margin-bottom: 25px;
}

.main-block .question-sec .question-inner .question-txt {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: calc(67 / 36);
	margin-bottom: 77px;
}

.main-block .question-sec .question-inner .question-block {
	width: calc(1920px / 2);
	margin: 0 auto 78px;
	position: relative;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
	text-align: center;
}

.main-block .question-sec .question-inner .question-block.q01::before {
	content: "";
	width: 172px;
	height: 34px;
	background-image: url("img/icon_q01.png");
	background-size: 172px 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.main-block .question-sec .question-inner .question-block.q02 {
	padding: 60px 60px 10px;
}

.main-block .question-sec .question-inner .question-block.q02::before {
	content: "";
	width: 172px;
	height: 34px;
	background-image: url("img/icon_q02.png");
	background-size: 172px 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.main-block .question-sec .question-inner .question-block.q02::after {
	content: "";
	width: 254px;
	height: 155px;
	background-image: url("img/img_q02.png");
	background-size: 254px 155px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	right: 130px;
	bottom: 0;
}

.main-block .question-sec .question-inner .question-block.q03 {
	padding: 60px 60px 30px;
}

.main-block .question-sec .question-inner .question-block.q03::before {
	content: "";
	width: 172px;
	height: 34px;
	background-image: url("img/icon_q03.png");
	background-size: 172px 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.main-block .question-sec .question-inner .question-block.q04 {
	padding: 60px 60px 30px;
	margin: 0 auto;
}

.main-block .question-sec .question-inner .question-block.q04::before {
	content: "";
	width: 172px;
	height: 34px;
	background-image: url("img/icon_q04.png");
	background-size: 172px 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.main-block .question-sec .question-inner .question-block h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 48px;
}

.main-block .question-sec .question-inner .question-block .question-block-txt {
	margin-bottom: 40px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 40px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols.ais {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col {
	width: 50%;
	text-align: left;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col h4 {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 5px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col p {
	margin-bottom: 18px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col img {
	width: 100%;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul {
	padding-left: 50px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul li {
	margin-bottom: 40px;
	position: relative;
	font-size: 16px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul li::before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url("img/icon_check.png");
	background-size: 30px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	top: -3px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul.second li {
	margin-bottom: 16px;
}

.main-block .question-sec .question-inner .question-block .question-block-2cols.second {
	position: relative;
	padding: 30px 0 0px;
}
.main-block .question-sec .question-inner .question-block .question-block-2cols.second::after{
	content: "";
	width: calc(100% + 120px);
	height: 1px;
	background-image: none;
	background-color: transparent;
	border-top: 1px dashed #3e3e3e;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	position: absolute;
}
.main-block .question-sec h4.line_title{
	background: #fff;
	border-radius: 45px;
	border: 1px solid #3e3e3e;
	display: inline-block;
	padding: 3px 20px;
	text-align: center;
	position: absolute;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	top: -15px;
	left: 50%;
	z-index: 1;
}

.main-block .question-sec .question-inner .question-block .question-block-note {
	font-size: 10px;
	position: absolute;
	bottom: 15px;
	right: 18px;
	display: inline-block;
}

.main-block .technology-sec {
	width: 100%;
	background-color: #fff450;
	padding: 78px 0;
	position: relative;
}


.main-block .technology-sec .technology-inner {
	width: calc(1920px / 2);
	margin: 0 auto;
}

.main-block .technology-sec .technology-inner h2 {
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	margin-bottom: 25px;
}

.main-block .technology-sec .technology-inner .technology-txt {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin-bottom: 45px;
}

.main-block .technology-sec .technology-inner .technology-lead {
	font-size: 18px;
	text-align: center;
	line-height: calc(76 / 42);
	margin-bottom: 100px;
}

.main-block .technology-sec .technology-inner .technology-lead strong {
	font-weight: 700;
	font-size: 21px;
}

.main-block .technology-sec .technology-inner .technology-lead strong span {
	position: relative;
}

.main-block .technology-sec .technology-inner .technology-lead strong span::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #3e3e3e;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
}

.main-block .technology-sec .technology-inner .technology-lead strong span::after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #3e3e3e;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: auto;
}

.main-block .technology-sec .technology-inner .technology-2cols {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-block .technology-sec .technology-inner .technology-2cols .technology-col {
	width: 450px;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 60px 0 52px;
	position: relative;
}

.main-block .technology-sec .technology-inner .technology-2cols .technology-col h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.main-block .technology-sec .technology-inner .technology-2cols .technology-col::before {
	content: "";
	width: 160px;
	height: 32px;
	background-image: url("img/icon_tech01.png");
	background-size: 160px 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: auto;
}

.main-block .technology-sec .technology-inner .technology-2cols .technology-col::after {
	content: "";
	width: 25px;
	height: 30px;
	background-image: url("img/icon_tech03.png");
	background-size: 25px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -42px;
	right: calc(50% - 128px);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/* -ms-transform: translateX(calc(-50% + 128px));
	-webkit-transform: translateX(calc(-50% + 128px));
	transform: translateX(calc(-50% + 128px)); */
	margin: auto;
}

.main-block .technology-sec .technology-inner .technology-2cols .technology-col:nth-child(1)::before {
	background-image: url("img/icon_tech01.png");
}

.main-block .technology-sec .technology-inner .technology-2cols .technology-col:nth-child(2)::before {
	background-image: url("img/icon_tech02.png");
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-image {
	padding: 65px 0 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-image img {
	width: 512px;
	margin: 0 auto;
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice {
	margin-left: 120px;
	width: calc(1680px / 2);
	background-color: #fff;
	position: relative;
	border-radius: 0 15px 15px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 60px 0px;
	position: relative;
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice::before {
	content: "";
	width: 90px;
	height: 90px;
	background-image: url("img/icon_staff.png");
	background-size: 90px 90px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	left: -120px;
	top: -30px;
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice::after {
	content: "樂敦製藥 護膚品開發擔當";
	font-size: 14px;
	color: #aaaaaa;
	top: -30px;
	left: 0px;
	position: absolute;
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice .technology-conquest-voice-ttl {
	font-size: 26px;
	margin-bottom: 35px;
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice .technology-conquest-voice-txt {
	margin-bottom: 10px;
}

.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice .technology-conquest-voice-image img {
	width: 458px;
	margin: 0 auto;
}

.back_listBtn{
	margin: 40px 0;
}

/* ====================================================================
メディアクエリ
==================================================================== */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pl25{
		padding-left: 0;
	}
	.pr25{
		padding-right: 0;
	}
	.popup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100vw;
		height: 100vh;
		position: fixed;
		z-index: 1000;
		background-color: rgba(0, 0, 0, 0.4);
		top: 0;
	}

	.popup .popup-cont {
		width: 91.5vw;
		height: 66vh;
		background-color: #fff;
		border-radius: 15px;
		position: relative;
	}

	.popup .popup-cont .popup-cont-inner {
		width: 100%;
		border-radius: 15px;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
	}

	.popup .popup-cont .popup-cont-h {
		width: 100%;
	}

	.popup .popup-cont .popup-cont-b {
		padding: 25px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-ttl {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		line-height: calc(72 / 52);
		font-weight: 700;
		margin-bottom: 13px;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-txt {
		margin-bottom: 43px;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc {
		padding: 45px 0 0 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc::before {
		content: "";
		width: 91px;
		height: 27px;
		background-image: url("img/sp/icon_expert.png");
		background-size: 91px 27px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: -13px;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		z-index: 2;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc::after {
		content: "";
		width: calc(100vw + 30px);
		height: 1px;
		background-image: none;
		background-color: transparent;
		border-top: 1px dashed #3e3e3e;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		position: absolute;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-disc-iconArea {
		width: 40px;
		position: absolute;
		top: 32px;
		left: 0;
		z-index: 2;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-disc-iconArea img {
		width: 100%;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-disc-txtArea {
		width: 100%;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-name {
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 20px;
		position: relative;
		left: 50px;
	}

	.popup .popup-cont .popup-cont-b .popup-cont-b-disc .popup-cont-b-info {
		font-size: 12px;
	}

	.popup .popup-cont .popup-closebtn01 {
		width: 33px;
		height: 33px;
		position: absolute;
		right: 0;
		top: -43px;
		z-index: 1001;
	}

	.popup .popup-cont .popup-closebtn01 img {
		width: 100%;
	}

	.popup.p01 {
		display: none;
	}

	.main-block {
		width: 100%;
		background-image: url("img/bg_main.png");
		background-size: 24px 24px;
		background-position: 0 0;
		background-repeat: repeat;
		overflow-x: hidden;
		display: block;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
		letter-spacing: 0.04em;
		color: #3e3e3e;
		font-size: 14px;
		font-weight: 500;
		line-height: calc(25 / 14);
		letter-spacing: 0.04em;
	}

	.main-block .ulw {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, transparent), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
		background: linear-gradient(to bottom, transparent 69%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%);
		font-weight: 700;
	}

	.main-block .uly {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, transparent), color-stop(70%, #fff450), to(#fff450));
		background: linear-gradient(to bottom, transparent 69%, #fff450 70%, #fff450 100%);
		font-weight: 700;
	}

	.main-block .mv {
		width: 100%;
	}

	.main-block .mv img {
		display: block;
		margin: 0 auto;
		min-width: auto;
	}

	.main-block .anc-sec {
		width: 100%;
		background-color: #ffdf4c;
	}

	.main-block .anc-sec .anc-menu {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.main-block .anc-sec .anc-menu li {
		width: 50%;
		height: 45px;
		border-right: 1px solid #3e3e3e;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 15px;
		position: relative;
	}

	.main-block .anc-sec .anc-menu li::after {
		content: "";
		width: 18px;
		height: 18px;
		background-image: url("img/icon_nav.png");
		background-size: 18px 18px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: 21px;
		bottom: auto;
		right: 10px;
		margin: auto;
	}

	.main-block .anc-sec .anc-menu li:first-child {
		border-left: none;
	}

	.main-block .anc-sec .anc-menu li:last-child a {
		padding: 16px 27px 0px 10px;
	}

	.main-block .anc-sec .anc-menu li:nth-child(2), .main-block .anc-sec .anc-menu li:nth-child(4) {
		border-right: none;
	}

	.main-block .anc-sec .anc-menu li:nth-child(3), .main-block .anc-sec .anc-menu li:nth-child(4) {
		border-top: 1px solid #3e3e3e;
	}

	.main-block .anc-sec .anc-menu li a {
		color: #3e3e3e;
		font-weight: 700;
		width: 100%;
		padding: 15px 27px 0px 10px;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


	.main-block .question-sec {
		width: 100%;
		background-image: url("img/bg_question.png");
		background-size: 38px 38px;
		background-position: 0 0;
		background-repeat: repeat;
		padding: 52px 0;
		position: relative;
	}

	.main-block .question-sec .question-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.main-block .question-sec .question-inner h2 {
		font-weight: 700;
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}

	.main-block .question-sec .question-inner .question-txt {
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: calc(42 / 28);
		margin-bottom: 60px;
	}

	.main-block .question-sec .question-inner .question-block {
		width: 100%;
		margin: 0 auto 55px;
		position: relative;
		border-top: 1px solid #3e3e3e;
		border-bottom: 1px solid #3e3e3e;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 45px 15px;
		text-align: center;
	}

	.main-block .question-sec .question-inner .question-block.q01::before {
		content: "";
		width: 121px;
		height: 27px;
		background-image: url("img/icon_q01.png");
		background-size: 121px 27px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: -13px;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}

	.main-block .question-sec .question-inner .question-block.q02 {
		padding: 45px 15px;
	}

	.main-block .question-sec .question-inner .question-block.q02::before {
		content: "";
		width: 121px;
		height: 27px;
		background-image: url("img/icon_q02.png");
		background-size: 121px 27px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: -13px;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}

	.main-block .question-sec .question-inner .question-block.q02::after {
		content: "";
		width: 198px;
		height: 121px;
		background-image: url("img/img_q02.png");
		background-size: 198px 121px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.main-block .question-sec .question-inner .question-block.q03 {
		padding: 45px 15px;
	}

	.main-block .question-sec .question-inner .question-block.q03::before {
		content: "";
		width: 121px;
		height: 27px;
		background-image: url("img/icon_q03.png");
		background-size: 121px 27px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: -13px;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}

	.main-block .question-sec .question-inner .question-block.q03 .question-block-2cols {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0;
	}

	.main-block .question-sec .question-inner .question-block.q03 .question-block-2cols .question-block-col img {
		width: 200px;
		margin: auto;
	}

	.main-block .question-sec .question-inner .question-block.q04 {
		padding: 45px 15px;
		margin: 0 auto;
	}

	.main-block .question-sec .question-inner .question-block.q04::before {
		content: "";
		width: 121px;
		height: 27px;
		background-image: url("img/icon_q04.png");
		background-size: 121px 27px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: -13px;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}

	.main-block .question-sec .question-inner .question-block.q04 .question-block-2cols {
		padding: 0;
	}

	.main-block .question-sec .question-inner .question-block.q04 .question-block-2cols .question-block-col img {
		width: 200px;
		margin: auto;
	}

	.main-block .question-sec .question-inner .question-block h3 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 32px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-txt {
		margin-bottom: 20px;
		text-align: left;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 0 75px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols.ais {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col {
		width: 100%;
		text-align: left;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col h4 {
		font-weight: 700;
		font-size: 15px;
		margin-bottom: 5px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col p {
		margin-bottom: 18px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col img {
		width: 100%;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul {
		padding-left: 38px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul li {
		margin-bottom: 20px;
		position: relative;
		font-size: 15px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul li::before {
		content: "";
		width: 22px;
		height: 22px;
		background-image: url("img/icon_check.png");
		background-size: 22px 22px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		left: -38px;
		top: 0px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols .question-block-col ul.second li {
		margin-bottom: 16px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-2cols.second {
		position: relative;
		padding: 55px 0 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	/* .main-block .question-sec .question-inner .question-block .question-block-2cols.second::before {
		content: "";
		width: 251px;
		height: 51px;
		background-image: url("img/img_q02.png");
		background-size: 251px 51px;
		background-position: 0 0;
		background-repeat: no-repeat;
		top: -25px;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		position: absolute;
		z-index: 2;
	} */

	.main-block .question-sec .question-inner .question-block .question-block-2cols.second::after {
		content: "";
		width: calc(100vw - 30px);
		height: 1px;
		background-image: none;
		background-color: transparent;
		border-top: 1px dashed #3e3e3e;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		position: absolute;
	}
	.main-block .question-sec h4.line_title{
		width: 200px;
		top: -30px;
	}
	.main-block .question-sec .question-inner .question-block .question-block-2cols.second .question-block-col:nth-child(2) {
		margin-bottom: 10px;
	}

	.main-block .question-sec .question-inner .question-block .question-block-note {
		font-size: 10px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		display: inline-block;
		z-index: 2;
	}

	.main-block .technology-sec {
		width: 100%;
		background-color: #fff450;
		padding: 60px 0;
		position: relative;
	}


	.main-block .technology-sec .technology-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.main-block .technology-sec .technology-inner h2 {
		font-weight: 700;
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}

	.main-block .technology-sec .technology-inner .technology-txt {
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: calc(42 / 28);
		margin-bottom: 30px;
	}

	.main-block .technology-sec .technology-inner .technology-lead {
		font-size: 14px;
		text-align: center;
		line-height: calc(76 / 42);
		margin-bottom: 56px;
	}

	.main-block .technology-sec .technology-inner .technology-lead strong {
		font-weight: 700;
		font-size: 16px;
	}

	.main-block .technology-sec .technology-inner .technology-lead strong span {
		position: relative;
	}

	.main-block .technology-sec .technology-inner .technology-lead strong span::before {
		content: "";
		height: 1px;
		width: 100%;
		background-color: #3e3e3e;
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.main-block .technology-sec .technology-inner .technology-lead strong span::after {
		content: "";
		height: 1px;
		width: 100%;
		background-color: #3e3e3e;
		position: absolute;
		bottom: -8px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.main-block .technology-sec .technology-inner .technology-2cols {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-block .technology-sec .technology-inner .technology-2cols .technology-col {
		max-width: 311px;
		width: 100%;
		background-color: #fff;
		border-radius: 15px;
		text-align: center;
		margin: 0 auto 54px;
		padding: 45px 20px 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.main-block .technology-sec .technology-inner .technology-2cols .technology-col h4 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 25px;
	}

	.main-block .technology-sec .technology-inner .technology-2cols .technology-col::before {
		content: "";
		width: 121px;
		height: 27px;
		background-image: url("img/icon_tech01.png");
		background-size: 121px 27px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: -16px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.main-block .technology-sec .technology-inner .technology-2cols .technology-col::after {
		content: "";
		width: 21px;
		height: 25px;
		background-image: url("img/icon_tech03.png");
		background-size: 21px 25px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: -32px;
		right: 50%;
		-webkit-transform: translateX(calc(-50% + 98px));
		transform: translateX(calc(-50% + 98px));
		margin: auto;
	}

	.main-block .technology-sec .technology-inner .technology-2cols .technology-col:nth-child(1)::before {
		background-image: url("img/icon_tech01.png");
	}

	.main-block .technology-sec .technology-inner .technology-2cols .technology-col:nth-child(2)::before {
		background-image: url("img/icon_tech02.png");
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-image {
		padding: 0px 0 75px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-image img {
		width: 250px;
		margin: 0 auto;
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice {
		margin: 0 0 0 62px;
		width: calc(100% - 77px);
		background-color: #fff;
		position: relative;
		border-radius: 0 15px 15px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px 0 0;
		position: relative;
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice::before {
		content: "";
		width: 40px;
		height: 40px;
		background-image: url("img/icon_staff.png");
		background-size: 40px 40px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		left: -55px;
		top: -20px;
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice::after {
		content: "樂敦製藥 護膚品開發擔當";
		font-size: 11px;
		color: #3e3e3e;
		top: -20px;
		left: 0px;
		position: absolute;
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice .technology-conquest-voice-ttl {
		font-size: 18px;
		margin-bottom: 20px;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice .technology-conquest-voice-txt {
		margin-bottom: 10px;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.main-block .technology-sec .technology-inner .technology-conquest-block .technology-conquest-voice .technology-conquest-voice-image img {
		width: 100%;
		margin: 0 auto;
		border-radius: 0 0 15px 15px;
	}

	.pc {
		display: none !important;
	}
}

/*# sourceMappingURL=vitamincmanual.css.map */
