@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:  master.css
 *
 ********************************************************************** */

/* IE用印刷設定CSS
======================================================= */

@media print {
    body {
        _zoom: 67%; /*WinIE only */
    }
}

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

* {
    margin: 0;
    padding: 0;
}

html { font-size: 62.5%; }

body {
    font-size: 1.0rem;
    font-family: Helvetica, 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
    line-height: 1.8;
    position: relative;
    min-width: 1152px;
    text-align: left;
    color: #333;
    background: #fff;
}

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

address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}

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

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

iframe {
    border: none;
}

img {
    line-height: 1;
    vertical-align: top;
    border: 0;
}

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

header {
    width: 1152px;
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
    display: flex;
    align-items: center;
}
header .logo {
    margin: 0;
    padding: 20px 0;
}
header .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;
}
header .head_r {
    display: flex;
    margin-left: auto;
}
header .gnav {
    list-style-type: none;
    margin: 7px 0 0 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
}
header .gnav li {
    margin: 0 30px 0 0;
}
header .gnav li a {
    text-align: center;
}
header .gnav li a:link,
header .gnav li a:visited {
    text-decoration: none;
    color: #526166;
    transition: .2s;
}
header .gnav li a {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 0 2px 22px;
}
header .gnav li:first-child a {
    background: url(../img/ico_gnav01.png) 0 .2em no-repeat;
    background-size: 17px auto;
    padding: 2px 0 2px 20px;
}
header .gnav li:nth-child(2) a {
    background: url(../img/ico_gnav02.png) 0 .2em no-repeat;
    background-size: 17px auto;
}
header .gnav li:nth-child(3) a {
    background: url(../img/ico_gnav03.png) 0 .2em no-repeat;
    background-size: 17px auto;
}
header .gnav li:nth-child(4) a {
    background: url(../img/ico_gnav04.png) 0 .2em no-repeat;
    background-size: 17px auto;
}
header .gnav li:nth-child(5) a {
    background: url(../img/ico_gnav05.png) 0 .2em no-repeat;
    background-size: 17px auto;
}
header .gnav li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #50be98;
    transform: scale(0, 1);
    transform-origin: center;
    transition: transform .2s;
}

header .gnav li a:hover:before,
#top header .gnav li:first-child a:before,
.home_medicine header .gnav li:nth-child(2) a:before,
.drugstore .gnav li:nth-child(3) a:before,
.medicine header .gnav li:nth-child(4) a:before,
.manufacture header .gnav li:nth-child(5) a:before {
    transform: scale(1);
}
header .search {
    align-items: flex-end;
    width: 180px;
}

/* google 検索 */
.gsc-control-cse {
    border: none !important;
    background: none !important;
    padding: 0 !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,
.overlay { display: none;}



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

nav {
    margin: 0 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    background: #22ab37;
    position: relative;
}
nav > ul {
    width: 1152px;
    margin: 0 auto;
    padding: 0 0 0 1px;
    background: url(../img/bar_nav.gif) 0 50% no-repeat;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
nav > ul > li {
    width: 150px;
    margin: 0 0 0 0;
}
nav > ul > li:nth-child(6) {
    width: 174px;
}
nav > ul > li:last-child {
    width: 228px;
}
nav > ul > li:nth-child(6) a {
    position: relative;
    font-weight: bold;
    padding: 9px 0 8px 26px;
}
nav > ul > li:nth-child(6) a:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 18%;
    width: 28px;
    height: 28px;
    background: url(../img/ico_nav06.png) 0 50% no-repeat;
    background-size: 28px auto;
    padding: 0 0 0 0;
}
nav > ul > li:last-child a {
    position: relative;
    font-weight: bold;
    padding: 9px 0 8px 26px;
}
nav > ul > li:last-child a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 18%;
    width: 28px;
    height: 28px;
    background: url(../img/ico_nav07.png) 0 50% no-repeat;
    background-size: 28px auto;
    padding: 0 0 0 0;
}
nav > ul > li > a {
    display: block;
    text-align: center;
    padding: 9px 0 8px;
}
nav > ul > li > a:link,
nav > ul > li > a:visited {
    text-decoration: none;
    background: #22ab37 url(../img/bar_nav.gif) right 50% no-repeat;
    color: #fff;
    transition: .2s;
}
nav > ul > li > a:hover,
.company nav > ul > li:nth-child(1) > a,
.group nav > ul > li:nth-child(1) > a,
.governance nav > ul > li:nth-child(1) > a,
.policy nav > ul > li:nth-child(1) > a,
.guidelines nav > ul > li:nth-child(1) > a,
/*.tvcm nav > ul > li:nth-child(1) > a,*/
.news nav > ul > li:nth-child(1) > a,
.business nav > ul > li:nth-child(2) > a,
.home_medicine nav > ul > li:nth-child(2) > a,
.drugstore nav > ul > li:nth-child(2) > a,
.medicine nav > ul > li:nth-child(2) > a,
.development nav > ul > li:nth-child(2) > a,
.manufacture nav > ul > li:nth-child(2) > a,
.dispensing nav > ul > li:nth-child(2) > a,
.contact nav > ul > li:nth-child(3) > a {
    background: #1c8d2d url(../img/bar_nav.gif) right 50% no-repeat;
    transition: .2s;
}
nav > ul > li.trg > a {
    position: relative;
}
nav > ul > li.trg > a:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 45%;
    width: 9px;
    height: 5px;
    background: url(../img/arw_down_w.png) 0 50% no-repeat;
    background-size: 9px auto;
    padding: 0 0 0 0;
}
nav ol {
    display: none;
}
.sub_nav {
    display: none;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f4faf7;
    background-size: 55% 100%;
    text-align: left;
    z-index: 100;
}
.sub_nav .inner {
    width: 1152px;
    margin: 0 auto;
    padding: 45px 0 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.sub_nav .inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sub_nav .inner ul a,
.sub_nav .inner ul a:visited {
    color: #333;
}
.sub_nav .inner ul.lmenu {
    width: 752px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    font-size: 1.6rem;
}
.sub_nav .inner ul.lmenu.full {
    width: 1152px;
}
.sub_nav .inner ul.lmenu li {
    width: 352px;
    background: #fff;
    margin: 0 0 24px;
}

.sub_nav .inner ul.lmenu li a,
.sub_nav .inner ul.lmenu li a:visited {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 42px 20px 42px 130px;
    position: relative;
}
.sub_nav .inner ul.lmenu li.com01 a {
    background: url(../img/lmenu_com01_2.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com02 a {
    background: url(../img/lmenu_com02.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com03 a {
    background: url(../img/lmenu_com03.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com04 a {
    background: url(../img/lmenu_com04.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com05 a {
    background: url(../img/lmenu_com05.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com06 a {
    background: url(../img/lmenu_com06.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com07 a {
    background: url(../img/lmenu_com07.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com08 a {
    background: url(../img/lmenu_com08.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com09 a {
    background: url(../img/lmenu_com09.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li.com10 a {
    background: url(../img/lmenu_com10.jpg) 0 0 no-repeat;
}
.sub_nav .inner ul.lmenu li a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../img/arw.png) 0 0 no-repeat;
    background-size: 16px auto;
    right: 15px;
    top: 44%;
    transition: .2s;
}
.sub_nav .inner ul.lmenu li a:hover:after {
    content: "";
    right: 10px;
    transition: .2s;
}
.sub_nav .inner ul.smenu {
    margin: 0 0 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
}
.sub_nav .inner ul.smenu li {
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 3px;
}
.sub_nav .inner ul.smenu li:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0px;
    width: 10px;
    height: 1px;
    background-color:#23ab38;
}


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

.wrapper {
    width: 1152px;
    margin: 0 auto 80px;
    background: #fff;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
}


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

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;
}
.point_card .category {
    background: url(../img/bg_category_pointcard.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.home_medicine .category {
    background: url(../img/bg_category_homemedicine.jpg) 50% 50% 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: 1152px;
    margin: 0 auto;
    padding: 100px 0;
}
.category .catetit {
    display: inline-block;
    background: #fff;
    border-bottom: 4px solid #22ab37;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 10px 25px;
}
.category .catetit span {
    color: #22ab37;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    margin: 0 0 0 15px;
}
.category .catetit span.ico {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Helvetica, 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
    background: #9fca47;
    margin: 0 0 0 19px;
    padding: 11px 20px;
    border-radius: 21px;
}
.category .catetit span br{
    display: none;
}

.wrapper section {
    clear: both;
    width: 100%;
    margin: 0 0 60px;
}
.wrapper section .block {
    clear: both;
    width: 100%;
    margin: 0 0 30px;
}
.wrapper section .block .inner {
    margin: 0 0 0 30px;
}
.main h1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0 0 18px;
    border-bottom: 2px solid #efefef;
    color: #333;
}
.main h2 {
    font-size: 24px;
    font-size: 2.4rem;
    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: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 13px;
    padding: 0 0 0 28px;
    color: #333;
    position: relative;
}
.main h3:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0px;
    width: 18px;
    height: 3px;
    background-color:#23ab38;
}
.main h4 {
    font-size: 18px;
    font-size: 1.8rem;
    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: 15px;
    font-size: 1.5rem;
}

/* 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: 12px 46px 12px 30px;
    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: 16px;
    height: 16px;
    background: url(../img/arw_down.png) 0 0 no-repeat;
    background-size: 16px auto;
    position: absolute;
    top: 35%;
    right: 10px;
}

blockquote {
    padding: 20px;
    border: 8px solid #f8f8f8;
}
.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 {
    background: #1c8d2d;
}
.sn_wrap ul.subnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 1152px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: -.4em;
}
.sn_wrap ul.subnav li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 16px;
}
.sn_wrap ul.subnav li a,
.sn_wrap ul.subnav li a:visited {
    display: block;
    text-decoration: none;
    color: #d7f1db;
    padding: 10px 0 8px;
    transition: .2s;
}
.sn_wrap ul.subnav li a:hover {
    color: #fff;
    transition: .2s;
}
.sn_wrap ul.subnav li.subselected a {
    color: #fff;
    font-weight: bold;
}


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

.pagetop {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 0;
}

.pagetop a {
    display: block;
    width: 60px;
    padding-top: 60px;
    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: 16px auto;
    border: 2px solid #fff;
}


/* 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: 90px 0 60px;
}
footer .foot_nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer .foot_nav ul li {
    margin: 0 25px 0 0;
    padding: 0 30px 0 0;
    line-height: 1;
    background: url(../img/bar_fnav.gif) right 50% no-repeat;
}
footer .foot_nav ul li:last-child {
    margin: 0;
    padding: 0;
    background: none;
}
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: 12px;
    font-size: 1.2rem;
    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: 15px;
    font-size: 1.5rem;
    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: 15px;
    font-size: 1.5rem;
    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: 5;
    width: 100%;
    background: #effaf2;
}
.fixbnr.ds .inner{
    background: #22ab37;
}
.fixbnr .bnrbox{
    width: 1152px;
    margin: 0 auto;
    box-sizing:border-box;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.fixbnr.ds .bnrbox {
    justify-content: center;
}
.fixbnr .bnrbox p small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.fixbnr .bnrbox p span {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
}
.fixbnr.ds .bnrbox p {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    background: url(../img/ico_seims_l.png) 0 50% no-repeat;
    padding: 20px 0 20px 120px;
}
.fixbnr.ds .bnrbox p.dispensing {
    background: url(../img/ico_search_dispensing.png) 0 50% no-repeat;
    padding: 20px 0 20px 150px;
}
.fixbnr .bnrbox ul {
    list-style-type: none;
    margin: 15px 0 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.fixbnr .bnrbox ul li {
    width: 300px;
    position: relative;
    margin: 0 0 0 20px;
}
.fixbnr .bnrbox ul li span {
    position: absolute;
    top: -40px;
    left: -40px;
}
.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: 16px auto;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 0;
    transition: .2s;
}
.fixbnr .bnrbox ul li a:hover {
    background: #5dbd6c url(/_common/img/arw_right_wht.png) 95% 50% no-repeat;
    background-size: 16px auto;
    transition: .2s;
}
.fixbnr .bnrbox a {
    display: block;
}
.fixbnr.ds .bnrbox a {
    width: 305px;
    background: #fff url(/_common/img/arw.png) 95% 50% no-repeat;
    background-size: 16px auto;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 0;
    margin: 0 0 0 40px;
    text-align: center;
    transition: .2s;
}
.fixbnr.ds .bnrbox a:hover {
    background: #effaf2 url(/_common/img/arw.png) 95% 50% no-repeat;
    background-size: 16px auto;
    transition: .2s;   
}
.fixbnr .inner p.close {
    position: absolute;
    left: 50px;
    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{
    display: flex;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto;
}

.fixbnr .bnrbox_medicine .item_form{
    position: relative;
    padding: 25px 0;
}

.fixbnr .bnrbox_medicine .item_request{
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.fixbnr .bnrbox_medicine .item_form .img{
    position: absolute;
    z-index: 0;
    left: 0;
    top: -19px;
}

.fixbnr .bnrbox_medicine .item_form .item_in{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.fixbnr .bnrbox_medicine .tit{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.fixbnr .bnrbox_medicine .item_form .tit{
    padding: 0 11px 0 48px;
}

.fixbnr .bnrbox_medicine .item_request .tit{
    padding: 0 6px 0 32px;
    background: url(../img/ico_bnr_request.png) 0 50% no-repeat;
    background-size: 24px auto;
}

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

.fixbnr .bnrbox_medicine ul li{
    width: 158px;
    margin: 0 0 0 2px;
    text-align: center;
}

.fixbnr .bnrbox_medicine ul li:first-child{
    width: 148px;
}

.fixbnr .bnrbox_medicine ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #22ab37;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px;
}

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

.dvc_switch {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

.dvc_switch ul {
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    list-style-type: none;
}

.dvc_switch li.pc {
    display: none;
}

.dvc_switch li.sp {
    text-align: center;
}

.dvc_switch li.sp a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li a {
    width: 100%;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li:first-child a {
    line-height: 1.6;
}

.dvc_switch p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

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

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

.cookie .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1152px;
    margin: 0 auto;
    padding: 32px 16px;
}

.cookie .inner .txt {
    width: calc(100% - 160px);
}

.cookie a {
    color: #fff;
}

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