@charset "utf-8";
@import url('./spNav.css?20241004');
@import url('./adBanner.css');

*,
:before,
:after
{
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	border-width: 0;
	border-style: solid;
}

*
{
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

:before,
:after
{
	vertical-align: inherit;
	text-decoration: inherit;
}

:root
{
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	cursor: default;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	line-sizing: normal;
	text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
	padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom);
	background: #FAFBFF;
	font-size: 18px;

	--col-dull-gray: #44403c;

	/* CureBellロゴの色 */
	--col-curebell: #5586ce;

	/*	swiperカスタマイズ	*/
	--swiper-theme-color: #1E469B !important;
	--swiper-navigation-color: var(--swiper-theme-color) !important;
	--swiper-pagination-bullet-inactive-color: #D6C9B9 !important;
	--swiper-navigation-size: 16px !important;

	/* LINEリンクバナー */
	--line-link-display: none;

	--line-link-width: 297px;
	--line-link-top: 150px;
	--line-link-right: 20px;

	/* 閉じるボタン */
	--close-btn-diameter: 24px;

	/* 影 */
	--box-shadow-color: #AAA;
	--inner-box-shadow:
		inset 1px 1px 1px 1px var(--box-shadow-color),
		inset -1px -1px 1px 1px var(--box-shadow-color);
}

body
{
	font-family: -apple-system, BlinkMacSystemFont, "メイリオ", "Segoe UI", "Roboto", "Noto Sans CJK JP", sans-serif;
	overflow-x: hidden !important;
}

.flex
{
	display: flex;
}

.flex.align_start
{
	align-items: flex-start;
}

.flex.align_center
{
	align-items: center;
}

.flex.align_end
{
	align-items: flex-end;
}

.flex.align_strech
{
	align-items: stretch;
}

.flex.align_baseline
{
	align-items: baseline;
}

.flex.justify_start
{
	justify-content: flex-start;
}

.flex.justify_center
{
	justify-content: center;
}

.flex.justify_end
{
	justify-content: flex-end;
}

.flex.justify_middle
{
	justify-content: middle;
}

.flex.justify_around
{
	justify-content: space-around;
}

.flex.justify_between
{
	justify-content: space-between;
}

.flex.direction_column
{
	flex-direction: column;
}

#page
{
	height: 100vh;
	width: 100vw;
}

#header
{
	width: 100vw;
	background-color: #FFF;
	position: fixed;
	top: 0;
	z-index: 10;
}

#header>div
{
	width: 1000px;
	margin: auto;
}

#header > div:first-child {
	position: relative;
	z-index: 30;
}

#header>div>div.header_btn,
#header>div>div.logo
{
	z-index: 30;
}

#header .ui_panel .logo
{
	height: 90px;
	margin: 0 0 0 0;
	cursor: pointer;
}

#header .ui_panel .logo img
{
	max-height: 65px;
	width: auto;
	background: #FFF;
}

#header .ui_panel .no_logo
{
	display: block;
	padding-left: 204px;
	background: url("../img/curebell_logo.svg") no-repeat center 24px;
	background-size: 200px auto;
}

#header .ui_panel .header_title
{
	font-weight: 700;
}

#nav
{
	display: flex;
	align-items: center;
	position: relative;
}

#nav .balloon
{
	display: none;
}

#nav .breadcrumb
{
	display: flex;
	align-items: center;
	height: 38px;
	margin-left: 5px;
	list-style: none;
	font-size: 14px;
	color: #555b67;
}

#nav .breadcrumb li
{
	position: relative;
	margin-right: 8px;
}

#nav .breadcrumb a
{
	text-decoration: none;
	color: inherit;
}

#nav .spacer 
{
	flex: 1;
	border: 0;
	background: transparent;
}

#nav .breadcrumb li.icon_arrow
{
	display: block;
	width: 14px;
	height: 14px;
	background: no-repeat center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwIDE2Ij48cGF0aCBmaWxsPSIjNjE2NzczIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNDMgMTMuNjQ1YTEuMzIgMS4zMiAwIDAgMCAwIDEuOTUxIDEuNTQgMS41NCAwIDAgMCAyLjA4IDBsNy4wNi02LjYyYTEuMzIgMS4zMiAwIDAgMCAwLTEuOTUxTDIuNTEuNDA0YTEuNTQgMS41NCAwIDAgMC0yLjA4IDAgMS4zMiAxLjMyIDAgMCAwIDAgMS45NUw2LjQ1IDh6Ii8+PC9zdmc+);
	background-size: 10px;
	content: "";
}

#nav .breadcrumb li:first-child a img
{
	height: 15px;
	margin-right: 6px;
}

#page #content
{
	position: inherit;
	font-size: 14px;
	height: 100vh;
	background-color: #FAFBFF;
	-webkit-overflow-scrolling: touch;
}

#page #content #main_panel
{
	width: 1000px;
	background: transparent;
	padding-top: 130px;
}

h1
{
	padding: 32px 0 16px 0;
	font-size: 24px;
}

h2,h3,h4,h5,h6 {
    font-weight: inherit;
}

button
{
	min-height: 1.5em;
	font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

button:not(:disabled, .disabled):hover
{
	opacity: 0.8;
}

.btn
{
	display: inline-block;
	min-width: 90px;
	height: 48px;
	padding: 0 24px;
	border: 3px solid #1E469B;
	border-radius: 6px;
	font-weight: 700;
	background: rgba(30, 70, 155, 0.08);
	color: #1E469B;
}

.btn:disabled
{
	border-color: transparent !important;
	background: #e9edf6 !important;
	color: #a7aeba !important;
}

ul.search-pcTab, ul.search-spTab {
    width: 100%;
    display: flex;
    justify-content: center;
}
ul.search-pcTab li, ul.search-spTab li {
    list-style-type: none;
}
ul.search-pcTab li a, ul.search-spTab li a {
    text-decoration: none;
}
ul.search-pcTab li a.active, ul.search-spTab li a.active {
    position: relative;
}
ul.search-pcTab li a.active::after, ul.search-spTab li a.active::after {
    position: absolute;
    content: "";
    background-color: #3C78D8;
    width: 60px;
    height: 3px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
ul.search-pcTab {
    width: 650px;
    display: flex;
    justify-content: left;
    padding-top: 16px;
    line-height: normal;
    margin-right: auto;
}
ul.search-pcTab li {
    flex-shrink: 0;
    margin: 0 6%;
}
ul.search-pcTab li a {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}
ul.search-pcTab li a.active::after {
    position: absolute;
    content: "";
    background-color: #3C78D8;
    width: 60px;
    height: 3px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.header_btn.menu_trgr
{
	display: none;
	margin-top: 10px;
	padding-right: 0;
}

.header_btn .btn_name
{
	font-size: 12px;
	font-weight: 700;
}

.header_btn.clip .btn_name
{
	margin-top: 15px;
}

.btn_clip
{
	width: 38px;
	height: 38px;
	min-width: 38px;
	padding-right: 0;
	margin-left: 10px;
	border: none;
	border-radius: 9999px;
	background-image: url("../img/icon_bookmark_orange.svg");
	background-repeat: no-repeat;
	background-position: 7px center;
	background-size: 18px;
	background-color: transparent;
	border: 3px solid #d78038;
	border-radius: 9999px;
	cursor: pointer;
}

.header_btn.help .btn_name
{
	margin-top: 12px;
}

.btn_help
{
	width: 38px;
	height: 38px;
	min-width: 38px;
	padding-left: 34px;
	padding-right: 0;
	margin-left: 10px;
	border: none;
	border-radius: 9999px;
	background-image: url("../img/icon_help.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: transparent;
	cursor: pointer;
}

.header_btn.lp
{
	display: none;
}

.header_btn.lp .btn_name
{
	display: none;
}

.btn_lp
{
	display: none;
}

.header_btn.pharmacy .btn_name
{
	margin-top: 4px;
}

.btn_pharmacy
{
	width: 38px;
	height: 46px;
	min-width: 38px;
	padding-left: 34px;
	padding-right: 0;
	margin-left: 12px;
	border: none;
	background-image: url("../img/icon_pharmacy.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}

.panel
{
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 12px;
}

.ui_dialog_curebell
{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.ui_dialog_curebell.show
{
	display: block;
	animation-name: fadein;
	animation-duration: 200ms;
	animation-timing-function: ease-out;
}

.ui_dialog_curebell.full_horizon>div
{
	width: calc(100% - 80px);
	left: 40px;
}

.ui_dialog_curebell.full_vertical>div
{
	height: calc(100% - 80px);
	top: 40px;
}

.ui_dialog_curebell>div
{
	position: absolute;
	box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.24), 0 1px 16px 0 rgba(0, 0, 0, 0.72);
	border-radius: 10px;
	line-height: 140%;
	width: 500px;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
}

.ui_dialog_curebell>div .header
{
	padding: 10px;
	letter-spacing: 2px;
	background-color: #FFF;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
}

.ui_dialog_curebell>div .error_header
{
	justify-content: center;
	font-weight: 700;
}

.ui_dialog_curebell>div .header.error
{
	padding: 10px;
	letter-spacing: 2px;
	background: #024;
	background-image: url('../img/icon_alert.svg');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left: 40px;
	color: #b00;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	font-weight: 600;
}

.ui_dialog_curebell>div
{
	overflow: auto;
	position: relative;
	width: 640px;
	max-height: calc(100vh - 128px);
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.32);
}

.ui_dialog_curebell>div .body
{
	background-color: #FFF;
	color: #444;
	overflow: hidden;
	font-size: 14px;
	flex-grow: 1;
}

.ui_dialog_curebell>div .icon.warning
{
	padding-top: 104px;
	padding-left: 617px;
	background: #FFF url("../img/icon_alert_curebell.svg") no-repeat center 6px;
	width: 65px;
}

.ui_dialog_curebell>div .footer
{
	padding: 10px;
	background-color: #FFF;
	color: #444;
	text-align: center;
	border-radius: 0 0 10px 10px;
}

.ui_dialog_curebell>div .footer .ui_button
{
	width: 94px;
	border-color: transparent;
	border-radius: 25px;
	background-color: #1E469B;
	color: #FFF;
	font-weight: 700;
}

.ui_dialog_curebell>div .footer .ui_button.cancel
{
	background-color: #888;
	color: #FFF;
}

#dialog_help .box
{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 90vh;
	padding: 24px;
	-webkit-overflow-scrolling: touch;
}

#dialog_help .box .heading
{
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #000;
}

#dialog_help .box .list
{
	flex: 1;
	overflow: auto;
	margin: 0 0 16px;
	padding: 4px;
}

#dialog_help .box .list .list_heading
{
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #000;
}

#dialog_help .box .list .list_badge .medicine_class_badge
{
	display: inline-block;
	min-width: 126px;
	height: 30px;
	padding: 0px 8px;
	margin: 4px 0;
	border: solid 1px #374151;
	border-radius: 6px;
	background: #FFF;
	box-shadow: inset 0 0 0 0.4px #374151;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
}

#dialog_help .box .list .list_badge .medicine_class_badge.require_guidance
{
	color: #3A3493;
	box-shadow: inset 0 0 0 1px #FFF, inset 0 0 0 2px #3A3493;
}

#dialog_help .box .list .abuse_badge
{
	display: block;
	width: 126px;
	height: 32px;
	margin: 4px 0;
	border-radius: 6px;
	background: #BE185D;
	box-shadow: inset 0 0 0 2px #be185d, inset 0 0 0 4px #fff;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 1px 1px rgb(0 0 0);
	color: #FFF;
}

#dialog_help .box .list .self_medication_badge
{
	width: 100px;
	height: 40px;
	margin: 4px 0;
	background: url("../img/self_medication_badge.png") no-repeat center;
	background-size: contain;
}

#dialog_help .box .list .symbol_text
{
	display: none;
}

#dialog_help .box .list .symbol_text .rating
{
	width: 110px;
	margin: 8px 0;
}

#dialog_help .box .list .symbol_text .rating .glyph
{
	width: 20px;
	height: 20px;
	margin-right: 0 8px;
	background: no-repeat center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNCAyMyI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0yMy45NTEgOC42OTFBMSAxIDAgMCAwIDIzIDhoLTcuNjEzTDEyLjk0OC42ODRhLjk5OC45OTggMCAwIDAtMS44OTcgMEw4LjYxMyA4SDFhMSAxIDAgMCAwLS41ODggMS44MDlsNi4xMTUgNC40NDgtMi40NzYgNy40MjdhMS4wMDEgMS4wMDEgMCAwIDAgMS41MjkgMS4xMzFMMTIgMTguMjI5bDYuNDE5IDQuNTg1YS45OTkuOTk5IDAgMCAwIDEuNTI5LTEuMTMxbC0yLjQ3Ni03LjQyNyA2LjExNS00LjQ0OGEuOTk4Ljk5OCAwIDAgMCAuMzY0LTEuMTE3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBmaWxsPSIjZmNkMzRkIi8+PHVzZSB4bGluazpocmVmPSIjYSIgZmlsbD0iI2VhYjMwOCIvPjwvZz48L3N2Zz4=");
}

#dialog_help .box .list .symbol_text .rating .glyph:not(:last-child)
{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNCAyMyI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0yMy45NTEgOC42OTFBMSAxIDAgMCAwIDIzIDhoLTcuNjEzTDEyLjk0OC42ODRhLjk5OC45OTggMCAwIDAtMS44OTcgMEw4LjYxMyA4SDFhMSAxIDAgMCAwLS41ODggMS44MDlsNi4xMTUgNC40NDgtMi40NzYgNy40MjdhMS4wMDEgMS4wMDEgMCAwIDAgMS41MjkgMS4xMzFMMTIgMTguMjI5bDYuNDE5IDQuNTg1YS45OTkuOTk5IDAgMCAwIDEuNTI5LTEuMTMxbC0yLjQ3Ni03LjQyNyA2LjExNS00LjQ0OGEuOTk4Ljk5OCAwIDAgMCAuMzY0LTEuMTE3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBmaWxsPSIjZmNkMzRkIi8+PHVzZSB4bGluazpocmVmPSIjYSIgZmlsbD0iI2VhYjMwOCIvPjwvZz48L3N2Zz4=");
}

#dialog_help .box .list .symbol_text .rating .glyph:last-child
{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDI0IDIzIj48cGF0aCBmaWxsPSIjZDRkNGQ0IiBkPSJNMjMuOTUxIDguNjkxQTEgMSAwIDAgMCAyMyA4aC03LjYxM0wxMi45NDguNjg0YS45OTguOTk4IDAgMCAwLTEuODk3IDBMOC42MTMgOEgxYTEgMSAwIDAgMC0uNTg4IDEuODA5bDYuMTE1IDQuNDQ4LTIuNDc2IDcuNDI3YTEuMDAxIDEuMDAxIDAgMCAwIDEuNTI5IDEuMTMxTDEyIDE4LjIyOWw2LjQxOSA0LjU4NWEuOTk5Ljk5OSAwIDAgMCAxLjUyOS0xLjEzMWwtMi40NzYtNy40MjcgNi4xMTUtNC40NDhhLjk5OC45OTggMCAwIDAgLjM2NC0xLjExN3oiLz48L3N2Zz4=");
}

#dialog_help .box .list .list_text
{
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	margin-bottom: 10px;
}

#footer
{
	width: 100%;
	background-color: #3C78D8;
	text-align: center;
	padding: 12px 0;
}

#footer .ui_panel
{
	background-color: #3C78D8;
}

#footer>div
{
	display: inline-block;
	width: 1000px;
}

#footer .footer_link
{
	margin: auto 0 auto auto;
	text-align: end;
}

#footer .footer_link>div.ui_panel
{
	display: inline-block;
}

#footer .footer_link a
{
	font-size: 18px;
	color: white;
	text-decoration: none;
}

#footer .copyright
{
	margin-top: 15px;
	font-size: 10px;
	color: white;
	text-align: right;
}

#line_link
{
	display: var(--line-link-display);
	position: fixed;
	top: var(--line-link-top);
	right: var(--line-link-right);
	width: var(--line-link-width);
	background-color: #06c755;
	cursor: pointer;
	z-index: 2;
}

#line_link img
{
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}

.close_btn
{
	display: block;
	position: absolute;
	right: calc(0px - var(--close-btn-diameter) / 4);
	top: calc(0px - var(--close-btn-diameter) / 4);
	width: var(--close-btn-diameter);
	height: var(--close-btn-diameter);
	background-color: #CCC;
	border-radius: 100%;
	cursor: pointer;
}
	
.close_btn::before, .close_btn::after
{
	content: "";
	width: calc(var(--close-btn-diameter) * 0.75);
	height: calc(var(--close-btn-diameter) * 0.18);
	background-color: #000;
	position: absolute;
	top: 42%;
}
	
.close_btn::before
{
	transform: rotate(45deg);
	transform-origin:50% 50%;
	left: 12%;
}
	
.close_btn::after
{
	transform: rotate(-45deg);
	transform-origin:50% 50%;
	right: 12%;
}

.anker_box
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.3em;
	margin: 4px;
	padding: 0.5em 2em;
	background-color: #FFF;
	background-image: url("../img/icon_arrow_gray.svg");
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 0.7em;
	box-shadow: var(--inner-box-shadow);
	border-radius: 6px;
	color: inherit;
	text-decoration: none;
}

#loading_indicator
{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.32);
	z-index: 1500;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}
#loading_indicator.active
{
	opacity: 1;
	cursor: wait;
	pointer-events: auto;
}

#loading_indicator .box
{
	position: relative;
	width: 100px;
	height: 100px;
	background: #FFF;
	border-radius: 16px;
}

#loading_indicator .box div
{
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 4px);
	width: 8px;
	height: 16px;
	border-radius: 4px;
	background: #9A9EA7;
	opacity: 0.2;
}
#loading_indicator.active .box div
{
	animation: loading_indicator 800ms ease infinite;
}

#loading_indicator .box div:nth-child(1)
{
	transform: translate(0, -16px);
	animation-delay: 0ms;
}
#loading_indicator .box div:nth-child(2)
{
	transform: translate(12px, -12px) rotate(45deg);
	animation-delay: 100ms;
}
#loading_indicator .box div:nth-child(3)
{
	transform: translate(16px, 0) rotate(90deg);
	animation-delay: 200ms;
}
#loading_indicator .box div:nth-child(4)
{
	transform: translate(12px, 12px) rotate(-45deg);
	animation-delay: 300ms;
}
#loading_indicator .box div:nth-child(5)
{
	transform: translate(0, 16px);
	animation-delay: 400ms;
}
#loading_indicator .box div:nth-child(6)
{
	transform: translate(-12px, 12px) rotate(45deg);
	animation-delay: 500ms;
}
#loading_indicator .box div:nth-child(7)
{
	transform: translate(-16px, 0) rotate(90deg);
	animation-delay: 600ms;
}
#loading_indicator .box div:nth-child(8)
{
	transform: translate(-12px, -12px) rotate(-45deg);
	animation-delay: 700ms;
}

a.medicine_item, a.kampo_item
{
	color: inherit;
	text-decoration: none;
}

@keyframes loading_indicator
{
	0%		{ opacity: 0.1; }
	50%		{ opacity: 1.0; }
	100%	{ opacity: 0.1; }
}

.blinking
{
	animation:blink 1s ease-in-out infinite alternate;
}

@keyframes blink
{
	0% {opacity:0.1;}
	100% {opacity:1;}
}

.sns_area {
	margin: 0.5rem;
}
.sns_area p.sns_info {
	font-size: 14px;
	line-height: 1.8rem;
	text-align: center;
	font-family: "M PLUS Rounded 1c", ui-sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Meiryo UI", "メイリオ", sans-serif;
}

.sns_area ul.sns_icon_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sns_area li.sns_icon_item {
	width: 45px;
	height: 45px;
	margin: 0 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	list-style:none;
}

.sns_area li a{
	display: block;
}

.sns_area li img{
	max-width: 100%;
	height: auto;
}

div.spTab-area {
    display: none;
}

ul.search-spTab li {
    flex-shrink: 0;
    margin:0 4%;
}
ul.search-spTab li a {
    font-size: 14px;
    font-weight: 600;
    color:#444444;
}
/*	tablet	*/
@media screen and (max-width: 1000px)
{
	a.medicine_item, a.kampo_item
	{
		display: block;
	}

	#header>div
	{
		max-width: 90%;
		margin: auto;
	}

	#header .ui_panel .logo
	{
		height: 68px;
	}

	#header .ui_panel .logo img
	{
		height: auto;
		max-height: 50px;
	}

	#header .ui_panel .no_logo
	{
		padding-left: 154px;
		background: url("../img/curebell_logo.svg") no-repeat center 18px;
		background-size: 150px auto;
	}

	.header_btn.clip .btn_name
	{
		margin-top: 10px;
	}

	.header_btn.help .btn_name
	{
		margin-top: 8px;
	}

	.header_btn.pharmacy .btn_name
	{
		margin-top: 0;
	}

	#nav .breadcrumb
	{
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}

	#nav .breadcrumb li
	{
		flex-shrink: 0;
	}

	#page #content #main_panel
	{
		max-width: 100%;
		padding-top: 108px;
	}

	.ui_dialog_curebell>div
	{
		width: 90%;
	}

	#footer
	{
		max-width: 100%;
	}

	#footer>div
	{
		width: 90%;
	}

	#footer .footer_link a
	{
		font-size: 16px;
	}
}

/*	mobile	*/
@media screen and (max-width: 640px)
{
	#line_link.hidden
	{
		display: none;
	}

	#header .ui_panel .logo
	{
		margin: 0 auto 0 0;
	}

	.header_btn
	{
		margin-right: 0;
	}

	.header_btn .btn_name
	{
		display: none;
	}

	.header_btn.clip
	{
		margin-top: 0;
	}

	.header_btn.help
	{
		margin-top: 0;
	}

	.header_btn.lp
	{
		margin-top: 0;
	}

	.header_btn.pharmacy
	{
		margin-top: 0;
	}

	.header_btn.menu_trgr
	{
		display: initial;
	}
    #header ul.search-pcTab{
        display: none;
    }
	#page #content #main_panel
	{
		max-width: 100%;
		padding-top: 146px;
	}
    div.spTab-area {
        display: flex !important;
        padding: 12px 0;
        background:#f6f6f6;
        max-width: 100% !important;
    }
    ul.search-spTab li{
        flex-shrink: 0;
        margin:0 4%;
    }
    ul.search-spTab li a{
        font-size: 14px;
        font-weight: 600;
        color:#444444;
    }

}

/*	mobile medium	*/
@media screen and (max-width: 430px)
{
	.btn_pharmacy
	{
		width: 30px;
		height: 37px;
		min-width: 30px;
		padding-left: 26px;
		background-size: 100%;
	}

	.btn_clip
	{
		height: 30px;
		width: 30px;
		min-width: 30px;
		background-position: 5.5px center;
		background-size: 15px;
		border: 2px solid #d78038;
	}

	.btn_help
	{
		width: 30px;
		height: 30px;
		min-width: 30px;
		padding-left: 0px;
		padding-right: 0;
		margin-left: 12px;
		margin-right: 5px;
		background-size: 30px;
		background-position: center;
	}

	.btn_lp
	{
		margin: 0;
	}

	#header>div
	{
		max-width: 90%;
		margin: auto;
	}

	#header .ui_panel .logo
	{
		height: 55px;
		margin: 0 auto 0 0;
	}

	#header .ui_panel .logo img
	{
		max-height: 40px;
		max-width: 90px;
	}

	#header .ui_panel .no_logo
	{
		padding-left: 145px;
		background: url("../img/curebell_logo.svg") no-repeat center 14px;
		background-size: 130px auto;
	}

	#nav .breadcrumb
	{
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}

	#nav .breadcrumb li
	{
		flex-shrink: 0;
	}

	#page #content #main_panel
	{
		max-width: 100%;
		padding-top: 133px;
	}

	.ui_dialog_curebell>div
	{
		width: 90%;
	}

	#dialog_help .box
	{
		width: calc(100% - 16px);
		max-height: calc(100% - 16px);
		padding: 12px;
	}

	#footer .footer_link> div > a
	{
		font-size: 14px;
	}

	#footer .footer_link>div.copyright
	{
		margin-top: 8px;
		font-size: 10px;
	}
    #header ul.search-pcTab{
        display: none;
    }
    div.spTab-area {
        display: flex !important;
        padding: 12px 0;
        background:#f6f6f6;
        max-width: 100% !important;
    }
    ul.search-spTab li{
        flex-shrink: 0;
        margin:0 4%;
    }
    ul.search-spTab li a{
        font-size: 14px;
        font-weight: 600;
        color:#444444;
    }

}
