@charset "UTF-8";
.faq {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 80px;
}
.faq_inner {}
.faq_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #1BAAD7;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}
.faq_text {
	color: #0F083C;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}
.faq_link {
	max-width: 500px;
	margin: 40px auto 0;
}
.faq_link > a {}
.news {}
.news_inner {}
.news_title {}
.newsNav {
	margin-bottom: 10px;
}
.newsNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	border-left: 2px solid currentColor;
}
.newsNav_list > li {
	line-height: 1.3;
	margin-bottom: 4px;
	border-right: 2px solid currentColor;
}
.newsNav_list > li:first-child {}
.newsNav_list > li:last-child {}
.newsNav_list > li:nth-child(2n+1) {}
.newsNav_list > li:nth-child(n+3) {}
.newsNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 2px 20px;
	transition-duration: .3s;
	transition-property: color, background-color;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.newsNav_list > li > a.-current {
	font-weight: bold;
	pointer-events: none;
}
.news_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.news_list > li {
	width: 46.2%;
	margin-left: 7.6%;
	border-bottom: 1px solid currentColor;
}
.news_list > li:first-child {}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.news_list > li:nth-child(n+7) {
	display: none;
}
.news_list.isShow > li:nth-child(n+7) {
	display: block;
}
.news_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	padding-right: 35px;
	font-size: 14px;
	line-height: 1.6;
	height: 100%;
	box-sizing: border-box;
}
.news_list > li > a > .icon {
	display: block;
	font-size: 16px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	transition-duration: .3s;
	color: #1BAAD7;
	transition-property: right;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_time {
	font-weight: 500;
	color: #1BAAD7;
	line-height: 1;
	margin-bottom: 10px;
}
.news_time > time {
	display: block;
}
.news_text {}
.news_link {
	max-width: 240px;
	margin: 65px auto 0;
}
.news_link.isHidden {
	display: none;
}
.news_link > a {}
.news_link > a > .icon {}
.home {
	color: #0F083C;
	padding-bottom: 85px;
}
.use {
	margin-bottom: 80px;
}
.use_inner {}
.use_title {
	margin-bottom: 40px;
}
.use_cols {
	display: flex;
	justify-content: space-between;
}
.use_cols.revision {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 60px auto;
	width: 85%;
}
.use_cols.revision02 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.use_col {}
.use_col-no1 {
	width: 48%;
}
.use_cols.revision .use_col-no1 {
	width: 40%;
}
.use_oList {
	list-style: none;
	display: flex;
}
.use_oList > li {
	width: 31.5%;
	margin-left: 2.75%;
}
.use_oList > li:first-child {}
.use_oList > li:last-child {}
.use_oList > li:nth-child(3n+1) {
	margin-left: 0;
}
.use_oList > li:nth-child(n+3) {}
.use_number {
	width: 50px;
	height: 50px;
	color: #1BAAD7;
	border: 2px solid currentColor;
	font-size: 29px;
	line-height: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 15px;
}
.use_image {}
.use_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.use_col-no2 {
	width: 47.5%;
}
.use_cols.revision .use_col-no2 {
	width: 55%;
}
.use_sect {
	margin-bottom: 28px;
	padding-left: 55px;
}
.use_sect:last-child {
	margin-bottom: 0;
}
.use_headline {
	color: #1BAAD7;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	line-height: 1.6;
	margin-bottom: 10px;
}
.use_headline > b {
	font-weight: inherit;
	font-size: 24px;
	width: 42px;
	height: 42px;
	border: 2px solid currentColor;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 0.8em;
	left: -55px;
	transform: translateY(-50%);
	margin-top: 2px;
}
.use_text {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.use_text.revision02 {
	width: 70%;
	margin: 20px auto;
}
.use_fig {
	max-width: 354px;
	margin-top: 19px;
}
.use_fig > img {
	display: block;
	margin: 0 auto;
}
.use_fig > figcaption {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 10px;
}
.use_noteList {}
.use_noteList.revision02 {
	width: 70%;
	margin: auto;
	font-size: 13px;
}
.use_noteList > li {}
.use_noteList > li:first-child {}
.use_spLink {
	margin-top: 20px;
	display: none;
}
.use_spLink > a {
	display: flex;
	text-decoration: none;
	color: #fff;
	background-color: #00B900;
	border-radius: 61px;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	font-weight: bold;
	padding: 10px;
	line-height: 1.5;
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.16);
}
.use_spLink > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 35px;
	margin-right: -1px;
}
.use_spLink > a > .icon {
	display: block;
	font-size: 25px;
	margin-right: 8px;
}
.can {
	padding-bottom: 80px;
	padding-top: 80px;
	margin-bottom: 80px;
}
.can_inner {
	max-width: 940px;
}
.can_title {
	margin-bottom: 60px;
}
.can_message {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
.can_message_img {
	display: inline-block;
	fill: #1BAAD7;
	width: 266px;
	height: 41px;
	margin-right: 6px;
}
.can_message_img > title {}
.can_message_img > use {}
.can_sectWrap {}
.can_message > b {
	display: inline-block;
	font-weight: inherit;
	font-size: 36px;
	margin-left: 5px;
	letter-spacing: 0.1em;
}
.can_sect {
	background-color: #fff;
	border-radius: 18px;
	padding: 30px 20px;
	box-sizing: border-box;
	height: 100%;
}
.can_sect:nth-child(2n+1) {}
.can_sect:nth-child(n+3) {}
.can_cols {
	display: flex;
	height: 100%;
	max-width: 790px;
	margin: 0 auto;
	justify-content: space-between;
}
.can_col {}
.can_col-no1 {
	width: 57px;
	align-self: center;
}
.can_image {}
.can_image > img {
	display: block;
}
.can_col-no2 {
	width: calc(100% - 90px);
}
.can_headline {
	font-size: 26px;
	font-weight: bold;
	color: #1BAAD7;
	line-height: 1.5;
	margin-bottom: 13px;
}
.can_text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.66;
}
.can_noteList {}
.can_noteList > li {}
.can_noteList > li:first-child {}
.can_noteList > li:last-child {}
.can_noteList > li:nth-child(2n+1) {}
.can_noteList > li:nth-child(n+3) {}
.can_noteList-center {
	text-align: center;
	margin-top: 7px;
}
.can_need {
	max-width: 700px;
	margin: 50px auto 0;
	background-color: #fff;
	border: 2px solid currentColor;
	border-radius: 21px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.64;
	padding: 17px;
	box-sizing: border-box;
}
.can_solve {
	max-width: 670px;
	margin: 90px auto 0;
}
.can_movie {
	padding-bottom: 56.27%;
	background-color: #ddd;
	margin-top: 30px;
	position: relative;
	z-index: 0;
}
.can_movie_play {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 104px;
	display: block;
}
.can_movie_play > img {
	display: block;
}
.can_link {
	max-width: 670px;
	margin: 92px auto 0;
}
.can_link > a {
	border-color: #0F083C;
	border-width: 3px;
}
.can_link > a > .icon {
	position: relative;
	z-index: 1;
	top: 0;
	transform: none;
	right: 0;
	margin-left: 21px;
	font-size: inherit;
}
.intro {
	margin-bottom: 85px;
}
.intro_inner {}
.intro_sectWrap {
	display: flex;
}
.intro_sect {
	width: 32.5%;
	margin-left: 1.25%;
}
.intro_sect:nth-child(3n+1) {
	margin-left: 0;
}
.intro_fig {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intro_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: calc(100% - 205px);
}
.intro_fig > figcaption {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6875;
	width: 200px;
}
.intro_cols {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 330px;
	margin-top: 8px;
}
.intro_col {}
.intro_col-no1 {
	width: 227px;
}
.intro_balloon {
	border: 2px solid #1BAAD7;
	border-radius: 14px;
	padding: 10px 8px;
	width: 205px;
	box-sizing: border-box;
	position: relative;
}
.intro_balloon::after {
	content: "";
	display: block;
	background-image: url(/customer/assets/img/home_2208/bg-tips.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 18px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}
.intro_text {
	font-size: 16px;
	line-height: 1.57;
	color: #1BAAD7;
	font-weight: bold;
}
.intro_text > b {
	font-weight: inherit;
	color: #00B900;
}
.intro_col-no2 {
	width: calc(100% - 230px);
}
.intro_image {}
.intro_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.homeNav {
	margin-bottom: 95px;
}
.homeNav_inner {}
.homeNav_text {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.homeNav_text > b {
	font-weight: inherit;
	color: #1BAAD7;
	font-size: 114%;
}
.homeNav_text > span {
	font-size: 133%;
	color: #00B900;
	margin: 0 3px;
}
.homeNav_list {
	list-style: none;
	max-width: 670px;
	margin: 25px auto 0;
	display: flex;
}
.homeNav_list > li {
	width: 31.5%;
	margin-left: 2.75%;
}
.homeNav_list > li:first-child {}
.homeNav_list > li:last-child {}
.homeNav_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.homeNav_list > li:nth-child(n+3) {}
.homeNav_list > li > a {
	font-size: 18px;
	padding: 6px 30px;
}
.homeNav_list > li > a::before {}
.homeNav_list > li > a::after {
	content: "";
}
.homeNav_list > li > a > .icon {
	font-size: 12px;
	font-weight: bold;
	right: 12px;
}
.vis {
	position: relative;
	z-index: 0;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 65px, #1BAAD7 65px);
	color: #fff;
	margin-bottom: 19px;
}
.visFriend {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 126px;
}
.visFriend_dListWrap {
	background-color: #00B900;
	padding: 8px 29px;
	border-radius: 27px;
	border: 2px solid #fff;
}
.visFriend_dList {
	list-style: none;
	display: flex;
	align-items: center;
	line-height: 1;
}
.visFriend_dList > dt {
	margin-right: 4px;
	width: 203px;
}
.visFriend_dList > dt > img {
	display: block;
	width: 203px;
	height: 33px;
}
.visFriend_dList > dd {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	top: 8px;
}
.visFriend_dList > dd > b {
	display: block;
	font-weight: 900;
	font-size: 76px;
	position: relative;
	z-index: 1;
	top: -12px;
}
.visFriend_dList > dd > small {
	width: 121px;
}
.visFriend_dList > dd > small > img {
	width: 121px;
	height: 36px;
}
.visFriend_note {
	position: absolute;
	z-index: 2;
	font-size: 12px;
	right: 0;
	top: 1px;
}
.vis_use {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 79px;
	line-height: 1.4;
	width: 100%;
	text-align: center;
}
.vis_use > b {
	font-weight: inherit;
	font-size: 160%;
}
.vis_areaTitle {}
.vis_subTitle {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 13px;
	letter-spacing: 0.03em;
	padding-left: 0.03em;
}
.vis_title {}
.vis_title_img {
	width: 600px;
	height: 91px;
	fill: #fff;
	display: block;
	margin: 0 auto;
}
.vis_title_img > title {}
.vis_title_img > use {}
.vis_imgWrap {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.vis_member {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.vis_member-no1 {
	margin-left: -508px;
	bottom: 21px;
	width: 94px;
}
.vis_member-no2 {
	margin-left: -425px;
	bottom: 47px;
	width: 89px;
}
.vis_member-no3 {
	margin-left: -343px;
	bottom: 32px;
	width: 70px;
}
.vis_member-no4 {
	margin-left: 382px;
	bottom: 38px;
	width: 88px;
}
.vis_member-no5 {
	margin-left: 462px;
	z-index: 2;
	bottom: 8px;
	width: 82px;
}
.vis_member-no6 {
	margin-left: 546px;
	bottom: 59px;
	width: 99px;
}
.vis_member > img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.vis_member-no1 > img {}
.vis_member-no2 > img {}
.vis_member-no3 > img {}
.vis_member-no4 > img {}
.vis_member-no5 > img {}
.vis_member-no6 > img {}
.vis_balloon {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	width: 122px;
}
.vis_balloon-no1 {
	margin-bottom: -25px;
	margin-left: -111px;
}
.vis_balloon-no2 {
	margin-bottom: 18px;
	margin-left: 37px;
}
.vis_balloon-no3 {
	margin-bottom: 38px;
	margin-left: 12px;
}
.vis_balloon-no4 {
	margin-left: -8px;
	margin-bottom: 17px;
	width: 126px;
}
.vis_balloon > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.vis_inner {
	position: relative;
	z-index: 1;
	height: 446px;
	box-sizing: border-box;
	padding-top: 35px;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}
.can_movie > video {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.can_movie_btn {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.62);
	transition-duration: .3s;
	transition-property: opacity;
}
.can_movie_btn.isHidden {
	opacity: 0;
	pointer-events: none;
}
.skyBlue {
	color: #1BAAD7;
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
.homeNav_list-wide {
	max-width: 900px;
}
.homeNav_list-wide > li {
	width: 23.5%;
	margin-left: 2%;
}
.homeNav_list-wide > li:nth-child(3n+1) {
	margin-left: 2%;
}
.homeNav_list-wide > li:nth-child(4n+1) {
	margin-left: 0;
}
.search {
	background-color: #EDFAF9;
	padding: 59px 0 61px;
}
.search_inner {}
.search_title {}
.search_msg {
	font-size: 22px;
	line-height: 1.72;
	text-align: center;
	font-weight: bold;
}
.search_cols {
	display: flex;
	justify-content: space-between;
	max-width: 920px;
	margin: 0 auto;
}
.search_col {
	width: 49%;
}
.search_col-no1 {}
.search_item {
	display: flex;
	flex-direction: row-reverse;
}
.search_areaText {
	width: calc(100% - 165px);
	margin-left: auto;
	padding-top: 18px;
	max-width: 270px;
}
.search_num {
	width: 42px;
	height: 42px;
	border: 2px solid #1BAAD7;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #1BAAD7;
	padding-bottom: 3px;
	margin: 0 auto 11px;
}
.search_text {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #1BAAD7;
}
.search_image {
	width: 153px;
}
.search_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.search_col-no2 {}
.maternityLink,
.applicationLink {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.maternityLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #E49FB4;
	border-radius: 14px;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	padding: 10px 35px;
	padding-left: 65px;
	font-feature-settings: "palt";
	border: 2px solid #E49FB4;
	transition-duration: .3s;
	transition-property: background-color, color;
	align-items: center;
	justify-content: center;
}
.maternityLink > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 21px;
}
.maternityLink > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 17px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid currentColor;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}
.maternityLink_icon {
	width: 63px;
	height: 63px;
	border: 2px solid #E49FB4;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.maternityLink_icon > img {
	display: block;
	width: 46px;
	height: auto;
}
.applicationLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #191D62;
	border-radius: 14px;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	padding: 10px 35px;
	padding-left: 65px;
	font-feature-settings: "palt";
	border: 2px solid #191D62;
	transition-duration: .3s;
	transition-property: background-color, color;
	align-items: center;
	justify-content: center;
}
.applicationLink > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 21px;
}
.applicationLink > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 17px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid currentColor;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}
.applicationLink_icon {
	width: 63px;
	height: 63px;
	border: 2px solid #191D62;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
	box-sizing: border-box;
	overflow: hidden;
}
.applicationLink_icon > img {
	display: block;
	width: 60px;
	height: auto;
}
.can_cells {
	display: flex;
	flex-wrap: wrap;
	margin: 44px -11px 25px;
}
.can_cell {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 11px;
}
.can_headline-center {
	text-align: center;
	margin-bottom: 17px;
}
.can_image-center {
	max-width: 76px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
}
.can_msg {
	max-width: 442px;
	margin: 11px auto 0;
	position: relative;
	z-index: 0;
}
.can_msg > img {
	display: block;
}
.can_moreLink {
	position: relative;
	z-index: 1;
	margin-top: -20px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.can_moreLink > a {
	font-size: 18px;
	padding: 10px 20px;
	font-feature-settings: "palt";
}
.can_moreLink > a::before {
	content: "";
	height: 28px;
}
.can_moreLink > a > .icon {
	position: relative;
	top: 0;
	transform: none;
	right: 0;
	font-size: inherit;
	margin-left: 2px;
}
.can_headline-online {
	margin-left: -90px;
	text-align: center;
}
.can_msgWrap {
	margin-left: -90px;
}
.topDrug {
	margin-top: 41px;
}
.topDrug_cols {
	display: flex;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.topDrug_col {
	width: 49%;
	box-sizing: border-box;
	margin-left: 2%;
}
.topDrug_col-no1 {
	margin-left: 0;
}
.topDrug_sect {
	background-color: #F7FAFA;
	border-radius: 14px;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 22px;
}
.topDrug_title {
	font-size: 18px;
	line-height: 1.56;
	text-align: center;
	color: #1BAAD7;
	min-height: 3.12em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px dashed currentColor;
	padding-bottom: 10px;
	margin-bottom: 22px;
}
.topDrug_sect_cols {
	display: flex;
	justify-content: center;
}
.topDrug_sect_col {
	width: 49%;
}
.topDrug_sect_col-no1 {
	margin-right: 2%;
}
.topDrug_headline {
	font-size: 14px;
	line-height: 1.29;
	text-align: center;
	color: #1BAAD7;
	margin-bottom: 10px;
}
.topDrug_image {}
.topDrug_image > img {
	display: block;
	margin: 0 auto;
}
.topDrug_sect_col-no2 {
	max-width: 170px;
}
.topDrug_fig {}
.topDrug_fig > img {
	display: block;
}
.topDrug_col-no2 {}
.can_sect-wide:nth-child(n+2) {
	margin-top: 24px;
}
.can_sectWrap-wide {
	margin-top: 40px;
}
@media screen and (max-width:1199px) {
	.homeNav_text {
		font-size: 20px;
	}
	.use_col-no2 {}
	.use_text {
		font-size: 18px;
	}
	.vis {
		height: 356px;
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 52px, #1BAAD7 52px);
	}
	.vis_inner {
		transform: translateX(-50%) scale(0.8);
		transform-origin: center top;
	}
}
@media screen and (min-width:1000px) {
	.maternityLink > a:hover {
		background-color: #fff;
		color: #E49FB4;
	}
	.applicationLink > a:hover {
		background-color: #fff;
		color: #191D62;
	}
	.homeNav_list > li > a:hover {}
	.news_list > li > a:hover > .icon {
		right: 0;
	}
	.can_link > a:hover {}
	.newsNav_list > li > a:hover {
		color: #1BAAD7;
	}
	.news_list > li > a:hover {}
	.news_link > a:hover {}
	.faq_link > a:hover {}
	.use_spLink > a:hover {}
}
@media screen and (max-width: 999px) {
	.faq {
		padding-top: 45px;
		padding-bottom: 55px;
		margin-bottom: 55px;
	}
	.faq_inner {}
	.faq_title {
		font-size: 30px;
		margin-bottom: 18px;
	}
	.faq_text {
		font-size: 19px;
	}
	.faq_link {}
	.faq_link > a {}
	.news {}
	.news_inner {}
	.news_title {}
	.newsNav {}
	.newsNav_list {}
	.newsNav_list > li {}
	.newsNav_list > li:first-child {}
	.newsNav_list > li:last-child {}
	.newsNav_list > li:nth-child(2n+1) {}
	.newsNav_list > li:nth-child(n+3) {}
	.newsNav_list > li > a {
		font-size: 20px;
	}
	.newsNav_list > li > a.-current {}
	.news_list {}
	.news_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {}
	.news_list > li > a > .icon {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_time {}
	.news_time > time {}
	.news_text {}
	.news_link {
		margin-top: 50px;
	}
	.news_link > a {}
	.news_link > a > .icon {}
	.home {
		padding-bottom: 70px;
	}
	.use {
		margin-bottom: 60px;
	}
	.use_inner {}
	.use_title {}
	.use_cols {
		display: block;
	}
	.use_col {}
	.use_col-no1 {
		margin-bottom: 30px;
	}
	.use_oList {}
	.use_oList > li {}
	.use_oList > li:first-child {}
	.use_oList > li:last-child {}
	.use_oList > li:nth-child(3n+1) {}
	.use_oList > li:nth-child(n+3) {}
	.use_number {
		width: 42px;
		height: 42px;
		font-size: 24px;
	}
	.use_image {}
	.use_image > img {}
	.use_col-no2 {}
	.use_sect {
		padding-left: 50px;
	}
	.use_sect:last-child {}
	.use_headline {
		font-size: 24px;
	}
	.use_headline > b {
		width: 38px;
		height: 38px;
		font-size: 22px;
		left: -50px;
	}
	.use_text {
		font-size: 16px;
	}
	.use_fig {}
	.use_fig > img {}
	.use_fig > figcaption {}
	.use_noteList {}
	.use_noteList > li {}
	.use_noteList > li:first-child {}
	.use_spLink {}
	.use_spLink > a {}
	.use_spLink > a::before {}
	.use_spLink > a > .icon {}
	.can {
		padding-top: 55px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.can_inner {}
	.can_title {
		margin-bottom: 45px;
	}
	.can_message {
		font-size: 20px;
	}
	.can_message_img {}
	.can_message_img > title {}
	.can_message_img > use {}
	.can_sectWrap {
		margin-top: 35px;
	}
	.can_message > b {
		font-size: 30px;
	}
	.can_sect {
		padding: 20px 15px;
	}
	.can_sect:nth-child(2n+1) {}
	.can_sect:nth-child(n+3) {
		margin-top: 2%;
	}
	.can_cols {}
	.can_col {}
	.can_col-no1 {
		width: 50px;
	}
	.can_image {}
	.can_image > img {}
	.can_col-no2 {
		width: calc(100% - 65px);
	}
	.can_headline {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.can_text {
		font-size: 16px;
	}
	.can_noteList {}
	.can_noteList > li {}
	.can_noteList > li:first-child {}
	.can_noteList > li:last-child {}
	.can_noteList > li:nth-child(2n+1) {}
	.can_noteList > li:nth-child(n+3) {}
	.can_noteList-center {}
	.can_need {
		font-size: 16px;
	}
	.can_solve {
		margin-top: 50px;
	}
	.can_movie {
		margin-top: 25px;
	}
	.can_movie_play {}
	.can_movie_play > img {}
	.can_link {}
	.can_link > a {}
	.can_link > a > .icon {}
	.intro {
		margin-bottom: 65px;
	}
	.intro_inner {}
	.intro_sectWrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.intro_sect {
		width: 48%;
		margin-left: 4%;
	}
	.intro_sect:nth-child(3n+1) {
		margin-left: 4%;
	}
	.intro_sect:nth-child(2n+1) {
		margin-left: 0;
	}
	.intro_sect:nth-child(n+3) {
		margin-top: 25px;
	}
	.intro_fig {}
	.intro_fig > img {}
	.intro_fig > figcaption {}
	.intro_cols {}
	.intro_col {}
	.intro_col-no1 {
		width: 212px;
	}
	.intro_balloon {}
	.intro_balloon::after {}
	.intro_text {}
	.intro_text > b {}
	.intro_col-no2 {}
	.intro_image {}
	.intro_image > img {}
	.homeNav {
		margin-bottom: 60px;
	}
	.homeNav_inner {}
	.homeNav_text {
		font-size: 17px;
		line-height: 1.7;
	}
	.homeNav_text > b {}
	.homeNav_text > span {}
	.homeNav_list {
		margin-top: 30px;
	}
	.homeNav_list > li {}
	.homeNav_list > li:first-child {}
	.homeNav_list > li:last-child {}
	.homeNav_list > li:nth-child(3n+1) {}
	.homeNav_list > li:nth-child(n+3) {}
	.homeNav_list > li > a {
		font-size: 15px;
	}
	.homeNav_list > li > a::before {}
	.homeNav_list > li > a::after {}
	.homeNav_list > li > a > .icon {}
	.vis {
		height: 268px;
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 39px, #1BAAD7 39px);
	}
	.visFriend {}
	.visFriend_dListWrap {}
	.visFriend_dList {}
	.visFriend_dList > dt {}
	.visFriend_dList > dt > img {}
	.visFriend_dList > dd {}
	.visFriend_dList > dd > b {}
	.visFriend_dList > dd > small {}
	.visFriend_dList > dd > small > img {}
	.visFriend_note {}
	.vis_use {}
	.vis_use > b {}
	.vis_areaTitle {}
	.vis_subTitle {}
	.vis_title {}
	.vis_title_img {}
	.vis_title_img > title {}
	.vis_title_img > use {}
	.vis_imgWrap {}
	.vis_member {}
	.vis_member-no1 {}
	.vis_member-no2 {}
	.vis_member-no3 {}
	.vis_member-no4 {}
	.vis_member-no5 {}
	.vis_member-no6 {}
	.vis_member > img {}
	.vis_member-no1 > img {}
	.vis_member-no2 > img {}
	.vis_member-no3 > img {}
	.vis_member-no4 > img {}
	.vis_member-no5 > img {}
	.vis_member-no6 > img {}
	.vis_balloon {}
	.vis_balloon-no1 {}
	.vis_balloon-no2 {}
	.vis_balloon-no3 {}
	.vis_balloon-no4 {}
	.vis_balloon > img {}
	.vis_inner {
		transform: translateX(-50%) scale(0.6);
	}
	.homeNav_list-wide {}
	.homeNav_list-wide > li {}
	.homeNav_list-wide > li > a {
		font-size: 14px;
		padding-left: 14px;
		font-feature-settings: "palt";
	}
	.homeNav_list-wide > li:nth-child(3n+1) {}
	.homeNav_list-wide > li:nth-child(4n+1) {}
	.search {}
	.search_inner {}
	.search_title {}
	.search_msg {
		font-size: 18px;
	}
	.search_cols {}
	.search_col {}
	.search_col-no1 {}
	.search_item {}
	.search_areaText {
		width: calc(100% - 145px);
	}
	.search_num {}
	.search_text {
		font-size: 16px;
	}
	.search_image {
		width: 130px;
	}
	.search_image > img {}
	.search_col-no2 {}
	.maternityLink {}
	.maternityLink > a, .applicationLink > a {
		font-size: 22px;
	}
	.maternityLink > a::before {}
	.maternityLink > a::after {}
	.maternityLink_icon {}
	.maternityLink_icon > img {}
	.can_cells {}
	.can_cell {}
	.can_headline-center {}
	.can_image-center {}
	.can_msg {}
	.can_msg > img {}
	.can_moreLink {}
	.can_moreLink > a {}
	.can_moreLink > a::before {}
	.can_moreLink > a > .icon {}
	.can_headline-online {
		margin-left: -65px;
	}
	.can_msgWrap {
		margin-left: -65px;
	}
	.topDrug {}
	.topDrug_cols {}
	.topDrug_col {}
	.topDrug_col-no1 {}
	.topDrug_sect {}
	.topDrug_title {}
	.topDrug_sect_cols {}
	.topDrug_sect_col {}
	.topDrug_sect_col-no1 {
		width: 170px;
	}
	.topDrug_headline {
		font-size: 13px;
		margin-bottom: 9px;
	}
	.topDrug_image {}
	.topDrug_image > img {}
	.topDrug_sect_col-no2 {
		width: calc(100% - 175px);
	}
	.topDrug_fig {}
	.topDrug_fig > img {}
	.topDrug_col-no2 {}
	.can_sect-wide:nth-child(n+2) {}
	.can_sectWrap-wide {}
}
@media screen and (max-width:767px) {
	.faq {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.faq_inner {}
	.faq_title {
		font-size: 23px;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	.faq_text {
		font-size: 16px;
		line-height: 1.5;
	}
	.faq_link {
		margin-top: 30px;
	}
	.faq_link > a {}
	.news {}
	.news_inner {}
	.news_title {}
	.newsNav {
		margin-bottom: 0;
	}
	.newsNav_list {
		border-left-width: 1px;
	}
	.newsNav_list > li {
		border-right-width: 1px;
	}
	.newsNav_list > li:first-child {}
	.newsNav_list > li:last-child {}
	.newsNav_list > li:nth-child(2n+1) {}
	.newsNav_list > li:nth-child(n+3) {}
	.newsNav_list > li > a {
		font-size: 16px;
		padding: 2px 14px;
	}
	.newsNav_list > li > a.-current {}
	.news_list {
		display: block;
	}
	.news_list > li {
		width: auto;
		margin-left: 0;
	}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {
		padding: 18px 0;
		padding-right: 30px;
	}
	.news_list > li > a > .icon {
		right: 0;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_time {}
	.news_time > time {}
	.news_text {}
	.news_link {
		max-width: 230px;
		margin-top: 30px;
	}
	.news_link > a {}
	.news_link > a > .icon {}
	.home {
		padding-bottom: 50px;
	}
	.use {
		margin-bottom: 40px;
	}
	.use_inner {}
	.use_title {
		margin-bottom: 25px;
	}
	.use_cols {}
	.use_cols.revision {
		width: 100%;
		margin: 0 auto 15px auto;
	}
	.use_col {}
	.use_col-no1 {}
	.use_cols.revision .use_col-no1 {
		width: 18%;
		margin-right: 2%;
	}
	.use_oList {}
	.use_oList > li {
		width: 30%;
		margin-left: 5%;
	}
	.use_oList > li:first-child {}
	.use_oList > li:last-child {}
	.use_oList > li:nth-child(3n+1) {}
	.use_oList > li:nth-child(n+3) {}
	.use_number {
		width: 33px;
		height: 33px;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.use_image {}
	.use_image > img {}
	.use_col-no2 {}
	.use_cols.revision .use_col-no2 {
		width: 78%;
	}
	.use_sect {
		padding-left: 45px;
		margin-bottom: 25px;
	}
	.use_cols.revision .use_sect {
		padding-left: 0;
		margin-bottom: 25px;
	}
	.use_sect:last-child {}
	.use_headline {
		font-size: 20px;
		margin-bottom: 6px;
	}
	.use_headline.splayout {
		margin-bottom: 25px;
		padding-left: 45px;
	}
	.use_headline > b {
		width: 32px;
		height: 32px;
		font-size: 20px;
		left: -45px;
		margin-top: 0;
	}
	.use_headline.splayout > b {
		left: 0;
	}
	.use_text {
		font-size: 14px;
	}
	.use_fig {
		display: none;
	}
	.use_fig > img {}
	.use_fig > figcaption {}
	.use_noteList {}
	.use_noteList > li {}
	.use_noteList > li:first-child {}
	.use_spLink {
		display: block;
		margin-left: -45px;
	}
	.use_cols.revision .use_spLink {
		display: block;
		margin-left: 0;
	}
	.use_spLink > a {
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
	}
	.use_spLink > a::before {}
	.use_spLink > a > .icon {
		font-size: 28px;
	}
	.can {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.can_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.can_title {
		margin-bottom: 29px;
	}
	.can_message {
		font-size: 15px;
		line-height: 1.8;
	}
	.can_message_img {
		width: 191px;
		height: 29px;
		margin-right: 4px;
	}
	.can_message_img > title {}
	.can_message_img > use {}
	.can_sectWrap {
		margin-top: 15px;
		display: block;
	}
	.can_message > b {
		font-size: 23px;
		margin-left: 0;
		display: block;
	}
	.can_sect {
		width: auto;
		margin-left: 0;
		border-radius: 11px;
		padding: 15px 15px;
		position: relative;
		z-index: 1;
	}
	.can_sect-cell {
		padding-left: 60px;
	}
	.can_sect:nth-child(2n+1) {}
	.can_sect:nth-child(n+2) {
		margin-top: 15px;
	}
	.can_cols {
		align-items: flex-start;
	}
	.can_col {}
	.can_col-no1 {
		width: 32px;
		align-self: auto;
		padding-top: 20px;
	}
	.can_image {}
	.can_image > img {}
	.can_col-no2 {
		width: calc(100% - 45px);
	}
	.can_headline {
		font-size: 20px;
		margin-bottom: 6px;
	}
	.can_text {
		font-size: 14px;
	}
	.can_noteList {}
	.can_noteList > li {}
	.can_noteList > li:first-child {}
	.can_noteList > li:last-child {}
	.can_noteList > li:nth-child(2n+1) {}
	.can_noteList > li:nth-child(n+3) {}
	.can_noteList-center {}
	.can_need {
		font-size: 14px;
		margin-top: 19px;
		border-radius: 11px;
		padding: 15px 20px;
	}
	.can_solve {
		margin-top: 47px;
	}
	.can_movie {
		margin-top: 10px;
	}
	.can_movie_play {
		width: 85px;
	}
	.can_movie_play > img {}
	.can_link {
		margin-top: 40px;
		max-width: 305px;
	}
	.can_link > a {
		border-width: 2px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.can_link > a > .icon {
		margin-left: 6px;
		font-size: 80%;
	}
	.intro {
		margin-bottom: 40px;
	}
	.intro_inner {}
	.intro_sectWrap {
		display: block;
		max-width: 360px;
		margin: 0 auto;
	}
	.intro_sect {
		width: auto;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.intro_sect:last-child {
		margin-bottom: 0;
	}
	.intro_sect:nth-child(3n+1) {}
	.intro_fig {
		margin-left: -10px;
		margin-right: -10px;
	}
	.intro_fig > img {
		width: 140px;
	}
	.intro_fig > figcaption {
		font-size: 16px;
		width: calc(100% - 155px);
	}
	.intro_cols {
		margin-top: 3px;
		align-items: center;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.intro_col {}
	.intro_col-no1 {
		width: calc(100% - 95px);
	}
	.intro_balloon {
		padding: 10px 7px;
		width: 178px;
	}
	.intro_balloon::after {
		margin-top: 5px;
	}
	.intro_text {
		font-size: 14px;
	}
	.intro_text > b {}
	.intro_col-no2 {
		width: 90px;
	}
	.intro_image {}
	.intro_image > img {}
	.homeNav {
		margin-bottom: 40px;
	}
	.homeNav_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.homeNav_text {
		font-size: 13px;
		line-height: 1.5;
		margin-left: -10px;
		margin-right: -10px;
	}
	.homeNav_text > b {
		font-size: 17px;
	}
	.homeNav_text > span {
		font-size: 20px;
	}
	.homeNav_list {}
	.homeNav_list > li {}
	.homeNav_list > li:first-child {}
	.homeNav_list > li:last-child {}
	.homeNav_list > li:nth-child(3n+1) {}
	.homeNav_list > li:nth-child(n+3) {}
	.homeNav_list > li > a {
		font-size: 12px;
		padding: 8px 20px;
		text-align: center;
		line-height: 1.25;
	}
	.homeNav_list > li > a::before {}
	.homeNav_list > li > a::after {}
	.homeNav_list > li > a > .icon {
		font-size: 10px;
		right: 8px;
	}
	.vis {
		height: auto;
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 20px, #1BAAD7 20px);
		margin-bottom: 10px;
	}
	.visFriend {
		position: relative;
		left: 0;
		transform: none;
		bottom: 0;
	}
	.visFriend_dListWrap {
		border: none;
		border-radius: 0;
		padding: 4px 10px;
	}
	.visFriend_dList {
		justify-content: center;
	}
	.visFriend_dList > dt {
		width: 146px;
	}
	.visFriend_dList > dt > img {
		width: 145px;
		height: 23px;
	}
	.visFriend_dList > dd {
		top: 6px;
	}
	.visFriend_dList > dd > b {
		font-size: 65px;
	}
	.visFriend_dList > dd > small {
		width: 110px;
	}
	.visFriend_dList > dd > small > img {
		width: 110px;
		height: 33px;
	}
	.visFriend_note {
		font-size: 11px;
	}
	.vis_use {
		position: relative;
		bottom: 0;
		width: auto;
		left: 0;
		color: #1BAAD7;
		background-color: #fff;
		font-size: 14px;
		line-height: 1;
		padding: 3px 0 6px;
	}
	.vis_use > b {}
	.vis_areaTitle {
		padding-top: 54px;
	}
	.vis_subTitle {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.vis_title {}
	.vis_title_img {
		width: 320px;
		height: 50px;
	}
	.vis_title_img > title {}
	.vis_title_img > use {}
	.vis_imgWrap {
		position: relative;
		z-index: 1;
		width: auto;
		height: 154px;
	}
	.vis_member {}
	.vis_member-no1 {
		margin-left: -130px;
		width: 60px;
		bottom: 0px;
	}
	.vis_member-no2 {
		margin-left: -74px;
		width: 55px;
		bottom: 16px;
	}
	.vis_member-no3 {
		margin-left: -26px;
		width: 43px;
		bottom: 9px;
	}
	.vis_member-no4 {
		margin-left: 20px;
		width: 54px;
		bottom: 14px;
	}
	.vis_member-no5 {
		margin-left: 70px;
		width: 53px;
		bottom: -5px;
	}
	.vis_member-no6 {
		margin-left: 130px;
		width: 63px;
		bottom: 14px;
	}
	.vis_member > img {}
	.vis_member-no1 > img {}
	.vis_member-no2 > img {}
	.vis_member-no3 > img {}
	.vis_member-no4 > img {}
	.vis_member-no5 > img {}
	.vis_member-no6 > img {}
	.vis_balloon {
		display: none;
	}
	.vis_balloon-no1 {}
	.vis_balloon-no2 {}
	.vis_balloon-no3 {}
	.vis_balloon-no4 {}
	.vis_balloon > img {}
	.vis_inner {
		transform: none;
		left: 0;
		height: auto;
		padding: 0;
		width: auto;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.homeNav_list-wide {
		flex-wrap: wrap;
		max-width: none;
		margin-left: -5px;
		margin-right: -5px;
	}
	.homeNav_list-wide > li {
		width: 50%;
		margin: 0;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.homeNav_list-wide > li > a {}
	.homeNav_list-wide > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.homeNav_list-wide > li:nth-child(n+3) {
		margin-top: 10px;
	}
	.search {
		padding: 40px 0 49px;
	}
	.search_inner {}
	.search_title {
		margin-bottom: 23px;
	}
	.search_msg {
		font-size: 15px;
		margin-left: -6px;
		margin-right: -6px;
		margin-bottom: 31px;
	}
	.search_cols {}
	.search_col {
		width: 47%;
	}
	.search_col-no1 {}
	.search_item {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.search_areaText {
		width: auto;
		margin-bottom: 10px;
		padding-top: 0;
	}
	.search_num {
		width: 32px;
		height: 32px;
		border-width: 1px;
		font-size: 20px;
	}
	.search_text {
		font-size: 14px;
		line-height: 1.57;
	}
	.search_image {
		width: auto;
		max-width: 76px;
		margin: auto auto 0;
	}
	.search_image > img {}
	.search_col-no2 {}
	.maternityLink,
	.applicationLink {
		width: calc(100% - 20px);
		left: 10px;
		transform: none;
		top: auto;
		bottom: 100%;
		margin-bottom: 95px;
	}
	.maternityLink > a,
	.applicationLink > a {
		font-size: 13px;
		padding: 5px 10px;
		padding-left: 43px;
		padding-right: 20px;
		border-radius: 7px;
	}
	.maternityLink > a::before {}
	.maternityLink > a::after,
	.applicationLink > a::after {
		right: 9px;
	}
	.maternityLink_icon {
		width: 46px;
		height: 46px;
	}
	.maternityLink_icon > img {
		width: 34px;
	}
	.applicationLink_icon {
		width: 46px;
		height: 46px;
	}
	.applicationLink_icon > img {
		width: 42px;
	}
	.can_cells {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
		margin-top: 16px;
	}
	.can_cell {
		padding: 0;
		width: auto;
		margin-bottom: 15px;
	}
	.can_headline-center {
		text-align: left;
	}
	.can_image-center {
		width: 32px;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 15px;
		margin: 0;
		transform: translateY(-50%);
	}
	.can_msg {
		margin-left: -45px;
	}
	.can_msg > img {}
	.can_moreLink {
		margin-left: -45px;
		margin-top: -15px;
	}
	.can_moreLink > a {
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.can_moreLink > a::before {}
	.can_moreLink > a > .icon {
		font-size: 80%;
	}
	.can_headline-online {
		margin-left: 0;
		text-align: left;
	}
	.can_msgWrap {
		margin-left: 0;
	}
	.topDrug {
		margin-top: 15px;
	}
	.topDrug_cols {
		display: block;
	}
	.topDrug_col {
		width: auto;
		margin: 0;
	}
	.topDrug_col-no1 {
		margin-bottom: 15px;
	}
	.topDrug_sect {
		padding: 15px 15px;
	}
	.topDrug_title {
		font-size: 16px;
	}
	.topDrug_sect_cols {}
	.topDrug_sect_col {}
	.topDrug_sect_col-no1 {
		width: 130px;
		margin-right: 10px;
	}
	.topDrug_headline {
		font-size: 11px;
		font-feature-settings: "palt";
		white-space: nowrap;
	}
	.topDrug_image {
		max-width: 130px;
		margin: 0 auto;
	}
	.topDrug_image > img {}
	.topDrug_sect_col-no2 {
		width: calc(100% - 141px);
		max-width: 130px;
	}
	.topDrug_fig {}
	.topDrug_fig > img {}
	.topDrug_col-no2 {}
	.can_sect-wide:nth-child(n+2) {}
	.can_sectWrap-wide {}

}
@media screen and (max-width: 374px) {
	.homeNav_text > b {
		font-size: 16px;
	}
	.homeNav_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.homeNav_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.homeNav_list-wide > li {
		width: 50%;
		margin: 0;
	}
	.homeNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.homeNav_list > li:nth-child(n+3) {
		margin-top: 10px;
	}
	.homeNav_list > li > a {
		font-size: 11px;
	}
	.intro_fig > figcaption {
		font-size: 14px;
	}
	.intro_cols {
		padding-right: 0;
	}
	.can_message {
		font-size: 14px;
	}
	.can_headline {
		font-size: 18px;
		font-feature-settings: "palt";
	}
	.can_need {
		padding: 15px;
		font-size: 13px;
	}
	.visFriend_dList > dt {
		width: 104px;
	}
	.visFriend_dList > dt > img {
		width: 104px;
		height: 17px;
	}
	.vis_title_img {
		width: 290px;
		height: 45px;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.search_msg {
		font-size: 14px;
	}
	.maternityLink > a,
	.applicationLink > a {
		font-size: 11px;
	}
}
