@charset "UTF-8";
.gHeaderWrap {
	height: 95px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.gHeader_inner {
	max-width: 1080px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 284px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.gHeader_title {
	width: 394px;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 95px;
	align-items: center;
	color: #1DB3DC;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	fill: currentColor;
	width: 394px;
	height: 37px;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {
	width: calc(100% - 284px);
	display: flex;
	justify-content: flex-end;
}
.gNav {}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
	font-weight: bold;
	font-size: 13px;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 95px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.07em;
    padding-right: 10px;
}
.p-home .gNav_list > li > a.-home,
.p-faq .gNav_list > li > a.-faq,
.p-howtouse .gNav_list > li > a.-howtouse {
	color: #1DB3DC;
}
.gNav_list > li > a.-pharmacy {
	padding-right: 0;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #1DB3DC;
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 4px;
}
.gNav_list > li > a::after {
	content: "";
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gBody {
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0 100vh 0 100vh #191D62;
	padding-top: 59px;
}
.gBody_inner {}
.gBody_inner-w1200 {
	max-width: 1200px;
}
.gBody_title {}
.gBody_title > b {}
.gBody_title > small {}
.gFooter {
	background-color: #191D62;
	color: #fff;
	padding: 48px 0 35px;
	position: relative;
	z-index: 2;
}
.gFooter_inner {
	max-width: none;
}
.gFooter_listWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.gFooter_list {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 3em;
	flex-wrap: wrap;
	justify-content: center;
}
.gFooter_list > li {
	margin-right: 3em;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {
	margin-right: 0;
}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list > li > a > .icon {
	margin-left: 0.3em;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_link {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gFooter_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_link > a::before {
	content: "";
}
.gFooter_link > a::after {
	content: "";
}
.gFooter_link > a > svg {
	display: block;
	fill: currentColor;
	width: 152px;
	height: 20px;
}
.gFooter_link > a > b {
	display: block;
	font-weight: normal;
	margin-left: 11px;
}
.gFooter_copyright {
	text-align: center;
	margin-top: 51px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody-noPt {
	padding-top: 0;
}
.gApp {
	display: none;
}
.p-faq-gAppHidden .gApp {
	display: none;
}
.gApp_inner {
	padding-right: 15px;
	padding-left: 15px;
}
.gApp_link {}
.gApp_link > a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	background-color: #00A4BC;
	border: 1px solid #fff;
	border-radius: 7px;
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 35px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.gApp_link > a > .icon {
	display: block;
	font-size: 15px;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
}
.gApp_link > a::before {
	content: "";
}
.gApp_link > a::after {
	content: "";
}
.gApp_link > a > b {
	display: block;
	font-weight: inherit;
}
.gApp_link > a > b > small {
	font-size: 83.33%;
}
.gApp_link > a > small {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.gHeader_title_img-new {
	width: 242px;
	height: 38px;
}
.gHeader_title-new {
	width: auto;
}
.gHeader_col-no1New {
	width: 242px;
}
.gHeader_col-no2New {
	width: calc(100% - 242px);
	align-items: center;
}
.gHeader_link {
	width: 124px;
	margin-left: 31px;
}
.gHeader_link > a {
	text-decoration: none;
	color: inherit;
	background-color: #1BAAD7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50px;
	line-height: 1;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #1BAAD7;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_link > a::before {
	content: "";
}
.gHeader_link > a::after {
	content: "";
}
.gHeader_link > a > svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
	margin-right: 5px;
}
.gNav_list-new > li > a {
	letter-spacing: 0em;
	line-height: 1.2;
}
.p-qr .gApp {
	display: none;
}
.gApp_link-redirect > a {
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_inner-wide {
	max-width: 1100px;
}
.gHeader_link-instagram {
	width: 145px;
	margin-left: 15px;
}
.gHeader_link-twitter {
	margin-left: 10px;
}
.gHeader_linkWrap {
	display: flex;
	align-items: center;
}
.gHeader_link-x {
	width: 84px;
	margin-left: 10px;
}
.gBody-sticky {
	overflow: visible;
}
@media screen and (max-width:1149px) {
	.gHeader_linkWrap {
		display: block;
		width: 140px;
		margin-left: 14px;
	}
	.gHeader_link-instagram {
		width: auto;
		margin-left: auto;
		margin-bottom: 5px;
	}
	.gHeader_link-twitter {
		width: auto;
		margin-left: 0;
	}
	.gHeader_link-x {
		width: auto;
		margin-left: 0;
	}
	.gNav_list-new > li > a {
	}
}
@media screen and (min-width:1000px) {
	.gApp_link > a:hover {}
	.gHeader_link > a:hover {
		background-color: #fff;
		color: #1BAAD7;
	}
	.gHeader_title > a:hover {
		color: #00B900;
	}
	.gNav_list > li > a:hover {
		color: #1DB3DC;
	}
	.gMenuBtn:hover {}
	.gFooter_list > li > a:hover {
		color: #1DB3DC;
		text-decoration: underline;
	}
	.gFooter_link > a:hover {
		color: #1DB3DC;
	}
	.gApp_link-redirect > a:hover {
		background-color: #fff;
		color: #00A4BC;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 70px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {
		width: 216px;
	}
	.gHeader_title {
		width: 336px;
	}
	.gHeader_title > a {
		height: 70px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 336px;
		height: 32px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {
		width: calc(100% - 216px);
	}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 70px;
		letter-spacing: 0;
        padding-right: 0;
	}
	.p-home .gNav_list > li > a.-home,
	.p-faq .gNav_list > li > a.-faq,
	.p-howtouse .gNav_list > li > a.-howtouse {}
	.gNav_list > li > a.-faq {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gBody {
		padding-bottom: 80px;
		padding-top: 45px;
	}
	.gBody_inner {}
	.gBody_title {}
	.gBody_title > b {}
	.gBody_title > small {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_listWrap {
		display: block;
	}
	.gFooter_list {
		margin-right: 0;
	}
	.gFooter_list > li {
		margin-right: 2em;
	}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_link {
		display: flex;
		justify-content: center;
	}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_link > a > svg {}
	.gFooter_link > a > b {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPt {
		padding-top: 0;
	}
	.gApp {}
	.gApp_inner {}
	.gApp_link {}
	.gApp_link > a {}
	.gApp_link > a > .icon {}
	.gApp_link > a::before {}
	.gApp_link > a::after {}
	.gApp_link > a > b {}
	.gApp_link > a > b > small {}
	.gApp_link > a > small {}
	.gHeader_title_img-new {
		width: 200px;
		height: 31px;
	}
	.gHeader_title-new {
		width: auto;
	}
	.gHeader_col-no1New {
		width: 200px;
	}
	.gHeader_col-no2New {
		width: calc(100% - 201px);
	}
	.gHeader_link {
		width: 40px;
		margin-left: 15px;
	}
	.gHeader_link > a {
		font-size: 0;
		height: 40px;
	}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gHeader_link > a > svg {
		margin-right: 0;
	}
	.gNav_list-new > li > a {

	}
	.gHeader_link-instagram {
		margin-bottom: 0;
		margin-left: 0;
	}
	.gHeader_link-twitter {
		margin-left: 5px;
	}
	.gHeader_linkWrap {
		display: flex;
		margin-left: 16px;
		width: auto;
	}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-left: 20px;
	}
	.gHeader_inner-wide {
		padding-right: 0;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
		display: block;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		position: relative;
		z-index: 1002;
		display: flex;
		width: auto;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 238px;
		height: 23px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.90);
		padding-top: 60px;
		padding-bottom: 50px;
		box-sizing: border-box;
		overflow: auto;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {}
	.gNav_list {
		display: block;
		border-top: 1px solid #CCCCCC;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		border-bottom: 1px solid #CCCCCC;
		font-size: 16px;
		padding: 0 30px;
		height: 75px;
		position: relative;
		z-index: 1;
		padding-right: 40px;
		background-color: #fff;
		letter-spacing: 0.07em;
	}
	.p-home .gNav_list > li > a.-home,
	.p-faq .gNav_list > li > a.-faq,
	.p-howtouse .gNav_list > li > a.-howtouse {}
	.gNav_list > li > a.-faq {}
	.gNav_list > li > a::before {
		display: none;
	}
	.gNav_list > li > a::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 24px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #1DB3DC;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		color: #1DB3DC;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 22px;
		height: 2px;
		background-color: currentColor;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 6px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gBody {
		padding-top: 7px;
		padding-bottom: 55px;
	}
	.gBody_inner {}
	.gBody_title {}
	.gBody_title > b {}
	.gBody_title > small {}
	.gFooter {
		padding: 48px 0 100px;
	}
	.gFooter_inner {}
	.gFooter_listWrap {}
	.gFooter_list {
		display: block;
		margin-right: 0;
		text-align: center;
		font-size: 16px;
	}
	.gFooter_list > li {
		margin-right: 0;
	}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		padding: 10px 0;
	}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_link {
		margin: 0;
	}
	.gFooter_link > a {
		justify-content: center;
		padding: 12px 0;
	}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_link > a > svg {}
	.gFooter_link > a > b {}
	.gFooter_copyright {
		margin-top: 46px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPt {
		padding-top: 0;
	}
	.gApp {
		display: block;
		position: fixed;
		z-index: 1001;
		left: 0;
		bottom: 15px;
		width: 100%;
	}
	.NoFloatBtn .gApp {
		display: none;
	}
	.gApp_inner {}
	.gApp_link {}
	.gApp_link > a {}
	.gApp_link > a > .icon {}
	.gApp_link > a::before {}
	.gApp_link > a::after {}
	.gApp_link > a > b {}
	.gApp_link > a > b > small {}
	.gApp_link > a > small {}
	.gHeader_cols-new {
		display: flex;
		justify-content: space-between;
		padding-right: 60px;
		align-items: center;
	}
	.gHeader_title_img-new {
		width: 153px;
		height: 24px;
	}
	.gHeader_title-new {}
	.gHeader_col-no1New {}
	.gHeader_col-no2New {
		width: 91px;
	}
	.gHeader_link {
		width: auto;
		margin: 0;
	}
	.gHeader_link > a {
		height: 25px;
		font-size: 10px;
	}
	.gHeader_link > a::before {}
	.gHeader_link > a::after {}
	.gHeader_link > a > svg {
		width: 12px;
		height: 12px;
		margin-right: 3px;
	}
	.gNav_list-new > li > a {}
	.gNav_list-new > li > a > br {
		display: none;
	}
	.gHeader_inner-new {
		padding-right: 0;
	}
	.gHeader_link-add {
		width: 34px;
	}
	.gHeader_link-add > a {
		font-size: 0;
		height: 34px;
	}
	.gHeader_link-add > a > svg {
		width: 17px;
		height: 17px;
		margin-right: 0;
	}
	.gHeader_link-instagram {}
	.gHeader_link-twitter {
		margin-left: 10px;
	}
	.gHeader_link-x {
		margin-left: 10px;
	}
	.gHeader_linkWrap {
		margin-left: 0;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 374px) {
	.gApp_link > a {
		padding-left: 10px;
		font-size: 16px;
	}
	.gHeader_title_img-new {
		width: 135px;
		height: 21px;
	}
}
