@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   sp_master.css
 *
 ********************************************************************** */


/* 基本設定
======================================================= */

* {
    margin: 0;
    padding: 0;
}
html { font-size: 62.5%; }

body {
    font: 1.0rem 'Helvetica', 'Hiragino Kaku Gothic ProN','Hiragino Sans', sans-serif;
    text-align: left;
    color: #333;
    line-height: 1.8;
    position: relative;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #07539f;
}
a:hover,
a:active {
    text-decoration: none;
    color: #07539f;
}

ul {
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 1;
    vertical-align: top;
    border: 0;
}

/* header
======================================================= */

header {
    margin: 0;
    padding: 10px 10px 10px 15px;
    min-height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
}
header .logo {
    margin: 0;
    padding: 0;
}
header .logo a {
    display: block;
    width: 125px;
    height: 25px;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
header .head_r .gnav {
    display: none;
}
header .head_r .search {
    display: none;
}
header .head_r .search {
    display: none;
    width: 100%;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 60px;
    left: 0%;
    z-index: 20;
    background: #f5faf6;
}

/* google 検索 */
.gsc-control-cse {
    border-color: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}
table.gsc-search-box {
    margin-bottom: 0 !important;
    border: 1px solid #d2d6d3 !important;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}
.gsc-input-box {
    border: none !important;
}
.gsib_a {
    padding: 3px 3px 2px 5px !important;
}
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    padding: 15px !important;
    border-color: #f5faf6 !important;
    background-color: #f5faf6 !important;
    background-image: url(../img/ico_search_l.png) !important;
    background-size: 16px auto !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    filter: none;
}
.gsc-search-button {
    outline: none;
}
.gsc-search-button-v2 svg {
    display: none !important;
}
.sp_btn {
    display: flex;
    margin: 0 0 0 auto;
}
.sp_trigger {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    background: #22ab37 url(../img/sp/menu_open.png) 0 0 no-repeat;
    background-size: 40px 40px;
}
.sp_trigger.active {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    background: #fff url(../img/sp/menu_close.png) 0 0 no-repeat;
    background-size: 40px 40px;
}
.sp_trigger.none {
    display: none;
}
.sp_search {
    width: 40px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #f5f5f5 url(../img/sp/ico_search.png) 0 0 no-repeat;
    background-size: 40px 40px;
}
.sp_search.active {
    margin: 0 0 0 0;
    background: #f5f5f5 url(../img/sp/menu_close.png) 0 0 no-repeat;
    background-size: 40px 40px;
}
.sp_search.none {
    display: none;
}


/* nav
======================================================= */

nav {
    display: none;
    width: 100%;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 60px;
    left: 0%;
    z-index: 20;
    background: #f5faf6;
}
.overlay { display: none;}
.overlay.active {
    display: block;
    background: #000;
    position: absolute;
    top: 60px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav ul li {
    margin: 0;
    padding: 0;
    position: relative;
}
nav ul li a {
    font-size: 1.4rem;
    display: block;
    zoom: 1;
    margin: 0;
    padding: 12px 15px 12px 32px;
    text-align: left;
    text-decoration: none;
    color: #333;
    background: #f5faf6;
    border-bottom: 1px solid #e5f2eb;
}
nav > ul > li:first-child > a {
    background: #f5faf6 url(../img/sp/ico_nav01.png) 10px 50% no-repeat;
    background-size: 16px auto;    
}
nav > ul > li:nth-child(2) > a {
    background: #f5faf6 url(../img/sp/ico_nav02.png) 10px 50% no-repeat;
    background-size: 16px auto;    
}
nav > ul > li:nth-child(3) > a {
    background: #f5faf6 url(../img/sp/ico_nav03.png) 10px 50% no-repeat;
    background-size: 16px auto;    
}
nav > ul > li:nth-child(4) > a {
    background: #f5faf6 url(../img/sp/ico_nav04.png) 10px 50% no-repeat;
    background-size: 16px auto;    
}
nav > ul > li:nth-child(5) > a {
    background: #f5faf6 url(../img/sp/ico_nav05.png) 10px 50% no-repeat;
    background-size: 16px auto;    
}
nav > ul > li:nth-child(6) > a {
    background: #f5faf6 url(../img/sp/ico_nav06.png) 10px 50% no-repeat;
    background-size: 16px auto;    
}
nav > ul > li:nth-child(7) > a {
    background: #f5faf6 url(../img/sp/ico_nav07.png) 10px 50% no-repeat;
    background-size: 16px auto;    
}
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
    color: #333;
    text-decoration: none;
    position: relative;
}
.sp_open {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/sp/ico_open.png) 50% 50% no-repeat;
    background-size: 14px auto;
}
.sp_open.active {
    background: url(../img/sp/ico_close.png) 50% 50% no-repeat;
    background-size: 14px auto;
}
nav > ul > li:nth-child(3) a::after,
nav > ul > li:nth-child(4) a::after,
nav > ul > li:nth-child(5) a::after,
nav > ul > li:nth-child(6) a::after,
nav > ul > li:nth-child(7) a::after{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 35%;
    right: 15px;
    background: url(../img/arw.png) no-repeat 0 0;
    background-size: 16px auto;
}

nav > ul > li:nth-child(6) {
    padding: 10px 10px 0;
}
nav > ul > li:nth-child(6) a {
    border: none;
    background: #22ab37 url(../img/sp/ico_nav06_2.png) 10px 50% no-repeat;
    background-size: 28px auto;
    color: #fff;
    padding: 12px 15px 12px 45px;
}
nav > ul > li:nth-child(6) a:after {
    content: "";
    background: none;
}

nav ul li.os_btn {
    padding: 10px;
}
nav ul li.os_btn a {
    border: none;
    background: #22ab37 url(../img/sp/ico_nav07.png) 10px 50% no-repeat;
    background-size: 28px auto;
    color: #fff;
    padding: 12px 15px 12px 45px;
}
nav ul li.os_btn a:after {
    content: "";
    background: none;
}
nav ul li ul li a {
    font-size: 1.2rem;
    padding: 10px 15px 0px 27px;
    border: none;
    background: #e5f2eb;
}
nav ul li ul li a:before {
    content: "";
    width: 8px;
    position: absolute;
    height: 1px;
    background: #22ab37;
    padding: 0 0 0 0px;
    top: 57%;
    left: 13px;
}
nav ol {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
nav ol li {
    width: 48%;
    margin: 0 0 10px;
}
nav ol li a:link,
nav ol li a:visited {
    display: block;
    background: #fff;
    font-size: 1.1rem;
    padding: 10px 10px 10px 32px;
    color: #333;
    text-decoration: none;
}
nav ol li:first-child a {
    background: #fff url(../img/sp/ico_gnav01.png) 10px 50% no-repeat;
    background-size: 16px auto;
}
nav ol li:nth-child(2) a {
    background: #fff url(../img/sp/ico_gnav02.png) 10px 50% no-repeat;
    background-size: 16px auto;
}
nav ol li:nth-child(3) a {
    background: #fff url(../img/sp/ico_gnav03.png) 10px 50% no-repeat;
    background-size: 16px auto;
}
nav ol li:nth-child(4) a {
    background: #fff url(../img/sp/ico_gnav04.png) 10px 50% no-repeat;
    background-size: 16px auto;
}
nav ol li:nth-child(5) a {
    background: #fff url(../img/sp/ico_gnav05.png) 10px 50% no-repeat;
    background-size: 16px auto;
}

.sub_nav {
    background: #e5f2eb;
    padding: 0 0 10px;
}


/* レイアウト設定
======================================================= */

.wrapper {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: left;
}
.wrapper .main {
    width: 100%;
    margin: 0 auto;
}


/* 下層共通設定
======================================================= */

body .category {
    background: url(../img/bg_category_wood.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.company .category {
    background: url(../img/bg_category_company.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.business .category {
    background: url(../img/bg_category_business.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.contact .category,
.health .category,
.voice .category {
    background: url(../img/bg_category_customer.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.manufacture .category {
    background: url(../img/bg_category_manufacture.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.faq .category {
    background: url(../img/bg_category_faq.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.shop .category {
    background: url(../img/bg_category_shop.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.home_medicine .category {
    background: url(../img/bg_category_homemedicine.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.point_card .category {
    background: url(../img/bg_category_pointcard.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.haichi_point .category {
    background: url(../img/bg_category_haichi_point.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.drugstore .category {
    background: url(../img/bg_category_drugstore.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.group .category {
    background: url(../img/bg_category_group.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.mond .category {
    background: url(../img/bg_category_mond.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.medicine .category {
    background: url(../img/bg_category_medicine.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.dispensing .category {
    background: url(../img/bg_category_dispensing.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.development .category {
    background: url(../img/bg_category_development.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.tvcm .category,
.sitemap .category {
    background: url(../img/bg_category_wood.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.category .inner {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
}
.category .catetit {
    display: inline-block;
    background: #fff;
    border-bottom: 2px solid #22ab37;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1.3;
}
.category .catetit span {
    display: block;
    color: #22ab37;
    font-size: 1.0rem;
    font-family: 'Lato', sans-serif;
    margin: 0;
}
.category .catetit span.ico {
    color: #fff;
    font-family: Helvetica, 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
    background: #9fca47;
    margin: 5px 0 0;
    padding: 5px 3%;
    border-radius: 18px;
    text-align: center;
}

.wrapper section {
    clear: both;
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}
.wrapper section .block {
    clear: both;
    width: 100%;
    margin: 0 0 30px;
}
.wrapper section .block .inner {
    margin: 0 0 0 20px;
}
.main h1 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 2px solid #22ab37;
    color: #333;
}

.main h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 10px 15px 10px 30px;
    background: #f5faf7;
    color: #333;
    position: relative;
}
.main h2:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0px;
    width: 18px;
    height: 4px;
    background-color:#23ab38;
}
.main h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 13px;
    padding: 0 0 0 24px;
    color: #333;
    position: relative;
}
.main h3:before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0px;
    width: 15px;
    height: 3px;
    background-color:#23ab38;
}
.main h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.main h4 span {
    color: #23ab38;
}
.main h2.ntit{
    margin: 30px 0 40px;
    padding: 0;
    background: none;
}
.main h2.ntit:before {
    display: none;
}
.block p {
    font-size: 1.4rem;
}

/* alink */
ul.alink {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
}
ul.alink li {
    margin: 0 10px 10px 0;
}
ul.alink li a {
    display: block;
    margin: 0;
    padding: 10px 32px 10px 15px;
    border: 1px solid #e5e5e5;
    position: relative;
}
ul.alink li a:link,
ul.alink li a:visited {
    color: #333;
    text-decoration: none;
}
ul.alink li a::before{
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/arw_down.png) 0 0 no-repeat;
    background-size: 12px auto;
    position: absolute;
    top: 35%;
    right: 10px;
}

blockquote {
    padding: 15px;
    border: 5px solid #f5f5f5;
}

.arw {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 24px 0 0;
    font-weight: bold;
    background: url(../img/arw.png) no-repeat right .3em;
    background-size: 16px auto;
}
.blank {
    padding: 2px 0 2px 22px;
    background: url(../img/ico_blank.png) no-repeat 0 .3em;
    background-size: 15px auto;
}
.pdf {
    padding: 3px 0 3px 24px;
    background: url(../img/ico_pdf.png) no-repeat 0 .3em;
    background-size: 16px auto;
}


/* パンくず
======================================================= */

#breadcrumbs {
    width: 100%;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 10px 0 30px;
    padding: 0;
    color: #aeaeae;
    text-align: right;
}
#breadcrumbs a,
#breadcrumbs a:visited {
    color: #aeaeae;
}


/* 下層ナビゲーション
======================================================= */

.sn_wrap,
.ln_wrap {
    display: none;
}

/* cate_top */
.cate_top {
    display: none;
}

/* subnav */
.side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side ul.subnav {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin: 0 0 30px;
    background: #fff;
}

.side ul.subnav > li {
    border-bottom: 1px solid #d9d9d9;
}

.side ul.subnav li li {
    border-top: 1px solid #d9d9d9;
    background: #e3ebf3;
}

.side ul.subnav li a {
    display: block;
    margin: 0;
    padding: 14px 15px 13px;
    position: relative;
}
.side ul.subnav li a::before{
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #07539f;
    border-right: solid 1px #07539f;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}

.side ul.subnav li li a {
    display: block;
    margin: 0;
    padding: 14px 15px 13px 30px;
    position: relative;
}
.side ul.subnav li li a::before{
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #07539f;
    border-right: solid 1px #07539f;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}

.side ul.subnav li a:link,
.side ul.subnav li a:visited {
    color: #333;
    text-decoration: none;
}

.side ul.subnav li li a:link,
.side ul.subnav li li a:visited {
    color: #333;
    text-decoration: none;
}
.side ul.subnav li.subselected > a {
    background: #e3ebf3;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.side ul.subnav li.subselected > a::before{
    content: "";
    border: none;
}
.side ul.subnav li li.localselected a {
    background: #07539f;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

/* pagetop
======================================================= */

.pagetop {
    position: fixed;
    z-index: 10;
    right: 3%;
    bottom: 0;
}
.pagetop a {
    display: block;
    width: 50px;
    padding-top: 50px;
    height: 0;
    text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden;
    border-radius: 50%;
    background: #22ab37 url(../img/arw_pagetop.png) no-repeat 50% 50%;
    background-size: 12px auto;
    border: 2px solid #fff;
}
.drugstore .pagetop.fix,
.dispensing .pagetop.fix {
    bottom: 90px !important
}
.home_medicine .pagetop.fix {
    bottom: 60px !important
}

/* footer
======================================================= */

footer {
    padding: 0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
footer .logo {
    width: 167px;
    margin: 0 auto 30px;
}
footer .logo a {
    display: block;
    width: 167px;
    height: 34px;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: 167px auto;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
footer .foot_nav {
    padding: 60px 0 20px;
}
footer .foot_nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0 5%;
}
footer .foot_nav ul li {
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    line-height: 1;
    text-align: left;
    background: url(../img/bar_fnav.gif) 0 50% no-repeat;
    box-sizing: border-box;
}
footer .foot_nav ul li a,
footer .foot_nav ul li a:visited {
    color: #333;
    text-decoration: none;
}
footer .foot_nav ul li a:hover {
    text-decoration: underline;
}
footer .copy {
    background: #22ab37;
    text-align: center;
    font-size: 1.0rem;
    color: #a9d8ae;
    padding: 20px 0;
    font-family: 'Lato', sans-serif;
}


/* サイトマップ設定
======================================================= */

.block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
.block_sm h2.sitemap {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
}
.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}
.sitemap_ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/ico_level.gif) no-repeat 0 9px;
}
.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}
.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/ico_level.gif) no-repeat 0 9px;
}


/* 追尾バナー
======================================================= */

.fixbnr{
    position: relative;
    margin: 0 auto;
    width: 100%;
    /*display: none;*/
}
.fixbnr .inner{
    position: fixed;
    bottom: 0;
    z-index: 11;
    width: 100%;
    background: #effaf2;
}
.fixbnr.ds .inner{
    background: #22ab37;
    text-align: center;
}
.fixbnr .bnrbox{
    width: 100%;
    margin: 0 auto;
    box-sizing:border-box;
    padding: 10px 0;
}
.fixbnr .bnrbox p {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
}
.fixbnr .bnrbox p small {
    display: none;
}
.fixbnr .bnrbox p span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
}
.fixbnr.ds .bnrbox p {
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: url(../img/ico_seims_l.png) 0 50% no-repeat;
    background-size: 60px auto;
    padding: 10px 0 10px 70px;
}
.fixbnr.ds .bnrbox p.dispensing {
    background: url(../img/ico_search_dispensing.png) 0 50% no-repeat;
    background-size: 60px auto;
    padding: 10px 0 10px 70px;
}
.fixbnr .bnrbox ul {
    width: 94%;
    list-style-type: none;
    margin: 10px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.fixbnr .bnrbox ul li {
    width: 48.5%;
    position: relative;
    margin: 0 0 0 3%;
}
.fixbnr .bnrbox ul li:first-child {
    margin: 0;
}
.fixbnr .bnrbox ul li span {
    position: absolute;
    width: 40px;
    top: -25px;
    left: -10px;
}
.fixbnr .bnrbox ul li a,
.fixbnr .bnrbox ul li a:visited {
    display: block;
    text-align: center;
    color: #fff;
    background: #22ab37 url(/_common/img/arw_right_wht.png) 95% 50% no-repeat;
    background-size: 12px auto;
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 12px 0;
}
.fixbnr .bnrbox a {
    display: block;
}
.fixbnr.ds .bnrbox a {
    width: 94%;
    background: #fff url(/_common/img/arw.png) 95% 50% no-repeat;
    background-size: 16px auto;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
    transition: .2s;
}
.fixbnr .inner p.close {
    position: absolute;
    left: 10px;
    top:-15px;
}
.fixbnr .inner p.close a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}
.fixbnr .inner p.close a span{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.fixbnr .bnrbox_medicine{
    width: 86.875%;
    margin: 0 auto;
    padding: 0 0 20px;
}

.fixbnr .bnrbox_medicine .item_form{
    position: relative;
    margin: 0 0 8px;
    padding: 13px 0 0;
}

.fixbnr .bnrbox_medicine .item_request{
    text-align: center;
}

.fixbnr .bnrbox_medicine .item_form .img{
    text-align: center;
}

.fixbnr .bnrbox_medicine .item_form .img span{
    position: relative;
    z-index: 0;
}

.fixbnr .bnrbox_medicine .item_form .img img{
    position: absolute;
    z-index: 0;
    left: -57px;
    top: -28px;
    width: 56px;
    height: auto;
}

.fixbnr .bnrbox_medicine .item_form .item_in{
    position: relative;
    z-index: 1;
}

.fixbnr .bnrbox_medicine .img span span,
.fixbnr .bnrbox_medicine .tit{
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1px;
}

.fixbnr .bnrbox_medicine .item_request .tit{
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../img/ico_bnr_request.png) 0 4px no-repeat;
    background-size: 16px auto;
}

.fixbnr .bnrbox_medicine ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fixbnr .bnrbox_medicine ul li{
    width: 49.2%;
    text-align: center;
}

.fixbnr .bnrbox_medicine ul li:first-child{
}

.fixbnr .bnrbox_medicine ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #22ab37 url(../img/arw_right_wht.png) 94% 50% no-repeat;
    background-size: 10px auto;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 6px 19px 6px 0;
}

/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
        width: 100%;
        margin: 0 auto;
        text-align: center;
}
.dvc_switch ul {
        width: 90%;
        margin: 0 auto;
        padding: 0;
}
.dvc_switch li {
        width: 100%;
        list-style-type: none;
}
.dvc_switch li a#btnPC {
        display: inline-block;
        padding: 10px 10px 10px 35px;
        text-decoration: none;
        color: #fff;
        background: url(../img/sp/ico_pc.png) 10px 50% no-repeat;
        background-size: 17px 16px;
}
.dvc_switch li a#btnSP {
        display: none;
}
.dvc_switch p {
    font-size: 1.0rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    color: #fff;
}

/* クッキーアラート
======================================================= */

.cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    font-size: 1.2rem;
    color: #fff;
    background: #22ab37;
}

.cookie .inner {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    text-align: right;
}

.cookie .inner .txt {
    margin: 0 0 8px;
    text-align: left;
}

.cookie a {
    color: #fff;
}

.cookie .cookie_ok {
    width: 60px;
    height: 28px;
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bold;
    color: #181818;
    border: none;
    background: #fff;
    appearance: none;
}