@charset "utf-8";
/*==============================

            shop.common.css

==============================*/

/*==============================

            PC + TAB + SP

==============================*/
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}
body {
    font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-size: inherit;
    color: #212121;
    width: 100%;
    height: 100%;
    background: #FFFFFF;

    /*	viewport
    --------------------------------------------------*/
    -webkit-text-size-adjust: 100%;
}
a, a:hover, a:active, a:focus, a:visited, a:link {
    color: #212121;
    text-decoration: none;
    transition: 0s;
}
img {vertical-align: top; max-width: 100%;}

.gothic {
    font-family: "YuGothic", "Yu Gothic", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}
.noLink {pointer-events: none;}
.txtRed {color: #CC3300;}




/*	h1-h3
    --------------------------------------------------*/
.level_h1 {
}
.level_h2 {
  margin-bottom: 30px;/*pc 30 , sp 20*/
  color: #3A70A7;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 10px;
  background: #E9EDF0;
  border: none;
}
.level_h2 h2 .subTitle {
  font-size: 2rem;
  margin-left: 1em;
}
.level_h3 {
  font-size: 1.8rem;/*pc 1.8 , sp 2*/
  line-height: 1.4;
  padding: 10px 20px;/*pc 10px 20px , sp 10px 2%*/
  background: #E9EDF0;
  border-bottom: none;
}

/*	itemTag（一覧の画像下の青いタグ）
    --------------------------------------------------*/
.contents .itemTag {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 10px;
  background: #3A70A7;
}


/*--------------------------------------------------
        header
--------------------------------------------------*/
header {background-color: #fff}
header img {vertical-align: top;}



/*--------------------------------------------------
        footer
--------------------------------------------------*/
footer {background-color: #fff}
footer img {vertical-align: top;}



/*--------------------------------------------------
        pageTop
--------------------------------------------------*/
.pageTop {
    width: 100%;
    background: #FFFFFF;
}
.pageTop .linkPageTop {
    /*text-align: center;*/
    line-height: 50px;
}
.pageTop .linkPageTop a {
    /*display: inline-block;*/
    display: block;
    color: #3A70A7;
    /*padding-left: 30px;
    position: relative;*/
    padding: 0 2%;
    text-align: center;
}
.pageTop .linkPageTop a span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.pageTop .linkPageTop a span::before {
    display: block;
    content: " ";
    width: 24px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/footer/icn_page_top.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}



/*--------------------------------------------------
        wrap
--------------------------------------------------*/
#wrap {
    width: 100%;
    background: #FAF9F4;
}



/*--------------------------------------------------
        panNav
--------------------------------------------------*/
.panNav {
    font-family: "YuGothic", "Yu Gothic", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
    font-size: 1.2rem;
    line-height: 1.2;
  margin-bottom: inherit;
  background: inherit;
    width: 100%;
}
.panNav ul {
    font-size: inherit;
}



/*--------------------------------------------------
        contents
--------------------------------------------------*/
.contents {
    background-color: transparent;
    width: 100%;
}

/*	oneColumn（1カラム）
    --------------------------------------------------*/
.oneColumn {}

/*	twoColumns（2カラム）
    --------------------------------------------------*/
.twoColumns {}



/*--------------------------------------------------
        topGroupName
--------------------------------------------------*/
.topGroupName {
  float: none;
  width: 100%;
}



/*--------------------------------------------------
        accordion
--------------------------------------------------*/
._acd ._acdConts {
    display: none;
}



/*--------------------------------------------------
        txtLayout
--------------------------------------------------*/
.txtLayout1st .txt + .txt,
.txtLayout1st .txt + .img,
.txtLayout1st .txt + .list,
.txtLayout1st .txt + .btn,
.txtLayout1st .img + .img,
.txtLayout1st .img + .txt,
.txtLayout1st .img + .list,
.txtLayout1st .img + .btn,
.txtLayout1st .list + .list,
.txtLayout1st .list + .txt,
.txtLayout1st .list + .img,
.txtLayout1st .list + .btn,
.btnLayout1st .btn + .btn,
.btnLayout1st .btn + .txt,
.btnLayout1st .btn + .img,
.btnLayout1st .btn + .list {
    margin-top: 1em;
}
.txtLayout1st .list li {
    line-height: 1.2;
}
.txtLayout1st .list li + li {
    margin-top: 5px;
}
.txt .txtCap {
    display: inline-block;
    margin-bottom: 0.5em;
}



/*--------------------------------------------------
        txtIndent
--------------------------------------------------*/
.txtInd1em li {
    text-indent: -1em;
    margin-left: 1em;
}
ul li.txtInd1em,
.txt.txtInd1em {
    text-indent: -1em;
    margin-left: 1em;
}
.txtInd2em li {
    text-indent: -2em;
    margin-left: 2em;
}
ul li.txtInd2em,
.txt.txtInd2em {
    text-indent: -2em;
    margin-left: 2em;
}
.txtInd3em li {
    text-indent: -3em;
    margin-left: 3em;
}
ul li.txtInd3em,
.txt.txtInd3em {
    text-indent: -3em;
    margin-left: 3em;
}


/*---------------------------------------------
        form-basic
---------------------------------------------*/
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"],
textarea,
select {
  display: block;
  line-height: 38px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #3A70A7;
  border-radius: 5px;
}
input[type="text"],
input[type="tel"],
input[type="radio"],
input[type="checkbox"],
select,
textarea {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
}
select,
.selectStyle01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    padding: 0 20px 0 10px;
    border: 1px solid #3A70A7;
    border-radius: 5px;
}
.selectArrow,
.selectStyle01 .selectArrow {
    position: relative;
}
.selectArrow {
    display: inline-block;
}
.selectStyle01 .selectArrow {
    display: block;
}
.selectArrow::after,
.selectStyle01 .selectArrow::after {
    display: block;
    content: " ";
    width: 10px;
    height: 9px;
    margin-top: -4.5px;
    background: url(../images/common/icn_select_arrow_blue_01.png) no-repeat right center;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 10;
    pointer-events: none;
}

select::-ms-expand,
.selectStyle01 select::-ms-expand {
    display: none;
}

div[class*="areaCode"] .selectArrow,
div[class*="AreaCode"] .selectArrow {
    width: 100%;
}


/*		checkbox装飾
--------------------------------------------------*/
.checkboxStyle{
  display: none;
}
.checkbox_deco {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  width: 20px;
  height: 18px;
  margin-right: 5px;
}
.checkbox_deco + .checkbox_deco {
    display: none;
}
.checkbox_deco::before,
.checkbox_deco::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.checkbox_deco::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #3A70A7;
}
.checkboxStyle:checked + .checkbox_deco::before {
  background: #3A70A7;
}
.checkboxStyle:checked + .checkbox_deco::after {
  border: 2px solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 10px;
  top: 3px;
  left: 8px;
}

/*		必須アイコン
--------------------------------------------------*/
/* 必須 */
#OrderInfoInput .REQUIRED_CONDITION_LABEL::after,
.required::after {
    display: inline-block;
    content: "必須";
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
    margin-top: -12px;
    background: #EB6700;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root #OrderInfoInput .REQUIRED_CONDITION_LABEL::after,
_:-ms-input-placeholder, :root .required::after {
    padding: 4px 10px 0;
}
.REQUIRED_INPUT,
.REQUIRED_CONDITION_INPUT,
.REQUIRED_COMBO,
.REQUIRED_CONDITION_COMBO,
.REQUIRED_TEXT_AREA {
    background-color: #FFFCEA;
}
/* 条件付き必須 */
.required_condition::after {
    display: inline-block;
    content: "※";
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
    margin-top: -12px;
    background: #3A70A7;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
}
#OrderInfoInput .required_condition {
    display: none;
}
@media screen and (max-width: 960px) {
    #OrderInfoInput .REQUIRED_CONDITION_LABEL::after,
    #OrderInfoInput .required_condition,
    .required::after,
    .required_condition::after,
    #birthdayYearItemWrap #birthdayYear_labelId>.required_condition::after{
        right: 10px;
    }
}

/* 3DS 名義人必須化*/
#registeredCreditCardOwner_labelId::after,
.required::after {
    display: inline-block;
    content: "必須";
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
    margin-top: -12px;
    background: #EB6700;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
}

/*--------------------------------------------------
        form / btn_
--------------------------------------------------*/
/* 基本スタイル */
a[class*="btn_"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"] {
    font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
#buttonGroup .itemWrap.submitWrap,
#buttonGroup .itemWrap.buttonWrap {
    width: 100%;
    text-align: center;
}

/* 大 */
a.btn_lg,
input.btn_lg[type="button"],
input.btn_lg[type="submit"],
input.btn_lg[type="reset"],
button.btn_lg[type="button"],
button.btn_lg[type="submit"],
button.btn_lg[type="reset"] {
}

/* ----- ボタンの色 ----- */
/* ボタンの色　デフォルト */
a[class*="btn_"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"] {
    background-color: #fff;
    border-color: #3A70A7;
    color: #3A70A7;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
button[type="reset"]:focus,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button[type="button"]:active,
button[type="submit"]:active,
button[type="reset"]:active {
}

/* ボタンの色　レベル1 */
a.btn_1,
input.btn_1[type="button"],
input.btn_1[type="submit"],
input.btn_1[type="reset"],
button.btn_1[type="button"],
button.btn_1[type="submit"],
button.btn_1[type="reset"] {
    background: #3A70A7 url(../images/icn_txt_link_white_r_01.png) no-repeat left 10px center;
    border-color: #3A70A7;
    color: #fff;
}
/* Safari */
_::-webkit-full-page-media, _:future, :root a.btn_1,
_::-webkit-full-page-media, _:future, :root input.btn_1[type="button"],
_::-webkit-full-page-media, _:future, :root input.btn_1[type="submit"],
_::-webkit-full-page-media, _:future, :root input.btn_1[type="reset"],
_::-webkit-full-page-media, _:future, :root button.btn_1[type="button"],
_::-webkit-full-page-media, _:future, :root button.btn_1[type="submit"],
_::-webkit-full-page-media, _:future, :root button.btn_1[type="reset"] {
    background: #3A70A7 url(../images/icn_txt_link_white_r_01.png) no-repeat left 10px center;
}
a.btn_1:hover,
input.btn_1[type="button"]:hover,
input.btn_1[type="submit"]:hover,
input.btn_1[type="reset"]:hover,
button.btn_1[type="button"]:hover,
button.btn_1[type="submit"]:hover,
button.btn_1[type="reset"]:hover,

input.btn_1[type="button"]:focus,
input.btn_1[type="submit"]:focus,
input.btn_1[type="reset"]:focus,
button.btn_1[type="button"]:focus,
button.btn_1[type="submit"]:focus,
button.btn_1[type="reset"]:focus,

input.btn_1[type="button"]:active,
input.btn_1[type="submit"]:active,
input.btn_1[type="reset"]:active,
button.btn_1[type="button"]:active,
button.btn_1[type="submit"]:active,
button.btn_1[type="reset"]:active {
    color: #fff;
}

/* ボタンの色　レベル2 */
a.btn_2,
input.btn_2[type="button"],
input.btn_2[type="submit"],
input.btn_2[type="reset"],
button.btn_2[type="button"],
button.btn_2[type="submit"],
button.btn_2[type="reset"] {
}
a.btn_2:hover,
input.btn_2[type="button"]:hover,
input.btn_2[type="submit"]:hover,
input.btn_2[type="reset"]:hover,
button.btn_2[type="button"]:hover,
button.btn_2[type="submit"]:hover,
button.btn_2[type="reset"]:hover,

input.btn_2[type="button"]:focus,
input.btn_2[type="submit"]:focus,
input.btn_2[type="reset"]:focus,
button.btn_2[type="button"]:focus,
button.btn_2[type="submit"]:focus,
button.btn_2[type="reset"]:focus,

input.btn_2[type="button"]:active,
input.btn_2[type="submit"]:active,
input.btn_2[type="reset"]:active,
button.btn_2[type="button"]:active,
button.btn_2[type="submit"]:active,
button.btn_2[type="reset"]:active {
}

/* ボタンの色　レベル3 */
a.btn_3,
input.btn_3[type="button"],
input.btn_3[type="submit"],
input.btn_3[type="reset"],
button.btn_3[type="button"],
button.btn_3[type="submit"],
button.btn_3[type="reset"] {
}
a.btn_3:hover,
input.btn_3[type="button"]:hover,
input.btn_3[type="submit"]:hover,
input.btn_3[type="reset"]:hover,
button.btn_3[type="button"]:hover,
button.btn_3[type="submit"]:hover,
button.btn_3[type="reset"]:hover,

input.btn_3[type="button"]:focus,
input.btn_3[type="submit"]:focus,
input.btn_3[type="reset"]:focus,
button.btn_3[type="button"]:focus,
button.btn_3[type="submit"]:focus,
button.btn_3[type="reset"]:focus,

input.btn_3[type="button"]:active,
input.btn_3[type="submit"]:active,
input.btn_3[type="reset"]:active,
button.btn_3[type="button"]:active,
button.btn_3[type="submit"]:active,
button.btn_3[type="reset"]:active {
}

a.btn_1.large_btn,
input.btn_1[type="button"].large_btn,
input.btn_1[type="submit"].large_btn,
input.btn_1[type="reset"].large_btn,
button.btn_1[type="button"].large_btn,
button.btn_1[type="submit"].large_btn,
button.btn_1[type="reset"].large_btn {
    max-width: 400px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    font-size: 1.8rem;
}

/* ボタンの色　使用不可状態 */
input[disabled="disabled"],
button[disabled="disabled"],
input[disabled="disabled"]:hover,
button[disabled="disabled"]:hover {
}

/* 戻るボタン */
.returnButton,
[class*="btn_"].returnButton,
input[type="button"].returnButton {
  background: #fff url(../images/icn_txt_link_blue_l_01.png) no-repeat left 10px center;
}

/* 変更(更新)ボタン */
.updateButton,
a[class*="btn_"].updateButton,
input[type="button"].updateButton {
    font-family: "YuGothic", "Yu Gothic", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  color: #FFFFFF;
  background-color: #3A70A7;
}

/* 削除ボタン */
.deleteButton,
a[class*="btn_"].deleteButton,
input[type="button"].deleteButton {
    font-family: "YuGothic", "Yu Gothic", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  background-color: #888888;
    border-color: #888888;
  color: #FFFFFF;
}

/*		リンク
--------------------------------------------------*/
.link_arrow::before {
    content: "";
    background: url(../images/icn_txt_link_blue_r_01.png) no-repeat center;
    display: inline-block;
    margin-right: 8px;
    width: 12px;
    height: 11px;
}

/*		buttonGroup(会員・注文等 共通)
--------------------------------------------------*/
.contents #buttonGroup {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
    padding:  0 200px;
    z-index: 100;
}

.contents #buttonGroup > div[class*="ButtonItemWrap"]:not([class*="return"]) {
    max-width: 400px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.8rem;
    padding: 0;
    background-image: none;
    margin: 0 auto;
}
.contents #buttonGroup > .returnButtonItemWrap {
    position: absolute;
    left: 0;
    width: auto;
}
.contents #buttonGroup a.btn_1,
.contents #buttonGroup input.btn_1[type="submit"],
.contents #buttonGroup input.btn_1[type="button"] {
  max-width: 400px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 1.8rem;
  padding: 0;
  text-align: center;
}
.contents #buttonGroup .returnButton,
.contents #buttonGroup [class*="btn_"].returnButton,
.contents #buttonGroup input[type="button"].returnButton,
.contents #buttonGroup a.returnButton {
    margin-left: 0;
    max-width: 190px;
}
.contents #buttonGroup a.returnButton {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

/*	buttonGroup returnButton マイページへ戻るボタン
        #MemberModify #MemberOrderList #RegularSchedule #MemberAddressBookList
--------------------------------------------------*/
#MemberModify .contents #buttonGroup,
#MemberOrderList .contents #buttonGroup,
#RegularSchedule .contents #buttonGroup,
#MemberAddressBookList .contents #buttonGroup {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
    padding: 0;
}
#MemberModify .contents #buttonGroup > .returnButtonItemWrap,
#MemberAddressBookList .contents #buttonGroup > .returnButtonItemWrap {
    margin-top: 60px;
    position: inherit;
}
#MemberOrderList .contents #buttonGroup > .returnButtonItemWrap,
#RegularSchedule .contents #buttonGroup > .returnButtonItemWrap {
    position: inherit;
}
#MemberModify .contents #buttonGroup .returnButton,
#MemberOrderList .contents #buttonGroup [class*="btn_"].returnButton,
#RegularSchedule .contents #buttonGroup a.returnButton,
#MemberAddressBookList .contents #buttonGroup a.returnButton {
  background: #3A70A7 url(../images/icn_txt_link_white_r_01.png) no-repeat left 10px center;
  border-color: #3A70A7;
  color: #fff;
    display: block;
  max-width: 100%;
  width: 400px;
  height: 56px;
  line-height: 56px;
  font-size: 1.8rem;
    margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* inputボタン */
#MemberModify .contents #buttonGroup a.btn_1,
#MemberModify .contents #buttonGroup input.btn_1,
#MemberOrderList .contents #buttonGroup a.btn_1,
#MemberOrderList .contents #buttonGroup input.btn_1,
#RegularSchedule .contents #buttonGroup a.btn_1,
#RegularSchedule .contents #buttonGroup input.btn_1,
#MemberAddressBookList .contents #buttonGroup a.btn_1,
#MemberAddressBookList .contents #buttonGroup input.btn_1 {
    margin: 0;
}

/*		btnDetail
--------------------------------------------------*/
.btnDetail1st {
    /*width: 200px;*/
}
.btnDetail1st a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #2C6EB0;
    border-radius: 4px;
}
.btnDetail1st a span {
    display: inline-block;
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}
.btnDetail1st a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background-image: url(../images/icn_txt_link_hover_r_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}

/*		ユーザー情報入力
--------------------------------------------------*/
span[class*="NameSeiPreLabel"],
span[class*="NameMeiPreLabel"],
span[class*="NameSeiKanaPreLabel"],
span[class*="NameMeiKanaPreLabel"],
span[class*="nameSeiPreLabel"],
span[class*="nameMeiPreLabel"],
span[class*="nameSeiKanaPreLabel"],
span[class*="nameMeiKanaPreLabel"] {
    /*width: 80px;*/
  max-width: 80px;
  width: 12%;
    display: inline-block;
}
span[class*="NameMeiPreLabel"],
span[class*="NameMeiKanaPreLabel"],
span[class*="nameMeiPreLabel"],
span[class*="nameMeiKanaPreLabel"] {
    margin-left: 6%;
}
input[type="text"][class*="NameSei"],
input[type="text"][class*="NameMei"],
input[type="text"][class*="NameSeiKana"],
input[type="text"][class*="NameMeiKana"],
input[type="text"][class*="nameSei"],
input[type="text"][class*="nameMei"],
input[type="text"][class*="nameSeiKana"],
input[type="text"][class*="nameMeiKana"] {
    width: calc(46% - 80px);
    display: inline-block;
}
.td.postCodeTdSurround .items,
.td.postCode1TdSurround .items,
.td.orderPostCodeTdSurround .items {
    display: flex;
    align-items: center;
}
input[type="text"][class*="postCode"],
input[type="text"][class*="orderPostCode"] {
	/*width: calc(100% - 200px);*/
    width: 100%;
}
input[type="button"].postCodeSearchButton,
input[type="button"].orderPostCodeSearchButton {
    width: 190px;
    margin-left: auto;
}
.td.telNoTdSurround .items,
.td.telNo1TdSurround .items,
.td.mobileNo1TdSurround .items,
.faxNo1TdSurround .items {
    /*display: flex;
    align-items: center; ie11で崩れる*/
}
.td.telNoTdSurround input,
.td.telNo1TdSurround input,
.td.mobileNo1TdSurround input,
.td.orderTelNoTdSurround input,
.faxNo1TdSurround input {
    width: 25%;
    display: inline-block;
}
.telSeparateLabel {
    display: inline-block;
    width: 40px;
    text-align: center;
}
.td[class*="birthday"] .selectArrow {
    display: block;
    margin-left: 0;
    width: 26%;
    float: left;
}
.td[class*="birthday"] .selectArrow select {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}
.td[class*="birthday"] .selectArrow + .suffixLabel {
    display: inline-flex;
    width: 6%;
    height: 40px;
    align-items: center;
    justify-content: center;
    float: left;
}
.td .telSeparateLabel {
    display: inline-block;
    width: 35px;
    text-align: center;
}
.td .password + .suffixLabel,
.td [id*="changePassword"] + .changePasswordMessage,
.td [id*="changePassword"] + .changePasswordConfirmMessage,
.td .birthdayDaySuffixLabel + .suffixLabel,
.td .sex_selections_itemLabel + .suffixLabel,
.td .mailMagazineFlg_selections_itemLabel + .suffixLabel
.td .birthdayMedicineMessage,
.td .sexMedicineMessage,
.td .mailMessage,
.td .dmMessage,
.td .EmailInfo,
.td .LPMailMagazine {
    display: block;
    margin: 1em 0 0 0;
}
#birthdayMedicineMessage_innerId {
    display: block;
    padding: 1em 0 0 0;
    clear: both;
}
.td .mailmagazineInfoArea a {
}
.td .mailmagazineInfoArea a::before {
    content: "";
    background: url("../images/icn_txt_link_blue_r_01.png") no-repeat center;
    display: inline-block;
    margin-right: 8px;
  width: 12px;
  height: 11px;
}
/* td内のラジオボタンデザイン */
.td[class*="TdSurround"] input[type="radio"] {
    display: none;
}
.td[class*="TdSurround"] .radiobuttonLabel {
  cursor: pointer;
  display: inline-block;
  line-height: 56px;
  height: 56px;
    text-align: center;
  border: 2px solid #3A70A7;
  border-radius: 5px;
}
.td[class*="TdSurround"] input[type="radio"]:checked + .radiobuttonLabel {
  color: #FFFFFF;
  background: #3A70A7;
  border: 2px solid #3A70A7;
}

@media screen and (max-width: 641px) {
    .td .telSeparateLabel {
        width: 25px;
    }
    #birthdayYear {
        width: 90px;
    }
}



/* ↓↓↓ 20200630 プレビュー用に色付け js対応後削除 ↓↓↓ */



#EntryFormDetail .td[class*="TdSurround"] label.active,
#MemberModify .td[class*="TdSurround"] label.active,
#MemberRegister .td[class*="TdSurround"] label.active,
#MemberExistCheck .td[class*="TdSurround"] label.active,
#MemberNetRegister .td[class*="TdSurround"] label.active,
#RegularChangePayment .td[class*="TdSurround"] label.active,
#MailSubscribeSetting .td[class*="TdSurround"] label.active,
#RegularChangeOrderInfo .td[class*="TdSurround"] label.active  {
  color: #FFFFFF;
  background: #3A70A7;
  border: 2px solid #3A70A7;
}
/* ↑↑↑ 20200630 プレビュー用に色付け js対応後削除 ↑↑↑ */
.td[class*="TdSurround"] .mailMagazineFlg_selections_itemLabel,
.td[class*="TdSurround"] .dmFlg_selections_itemLabel,
.td[class*="TdSurround"] .shipmentCompleteFlg_selections_itemLabel {
    width: calc(100% / 2 - 0.7em);
}
.td[class*="TdSurround"] .sex_selections_itemLabel {
    width: calc(100% / 3.3 - 0.7em);
}



@media screen and (max-width: 960px) {

    #wrap #nameSeiTdSurround,
    #wrap #nameSeiKanaTdSurround,
    #wrap #orderNameSeiTdSurround,
    #wrap #orderNameSeiKanaTdSurround {
        position: relative;
        padding-top: 2.4em;
    }

    span[class*="NameSeiPreLabel"],
    span[class*="NameMeiPreLabel"],
    span[class*="NameSeiKanaPreLabel"],
    span[class*="NameMeiKanaPreLabel"],
    span[class*="nameSeiPreLabel"],
    span[class*="nameMeiPreLabel"],
    span[class*="nameSeiKanaPreLabel"],
    span[class*="nameMeiKanaPreLabel"],
    span[class*="orderNameSeiPreLabel"],
    span[class*="orderNameMeiPreLabel"],
    span[class*="orderNameSeiKanaPreLabel"],
    span[class*="orderNameMeiKanaPreLabel"]{
        position: absolute;
        width: auto;
        top: 0.7em;
    }
    span[class*="NameMeiPreLabel"],
    span[class*="NameMeiKanaPreLabel"],
    span[class*="nameMeiPreLabel"],
    span[class*="nameMeiKanaPreLabel"],
    span[class*="orderNameMeiPreLabel"],
    span[class*="orderNameMeiKanaPreLabel"] {
        margin-left: 0;
    }
    span[class*="NameMeiPreLabel"],
    span[class*="NameMeiKanaPreLabel"] {
        margin-left: 0;
    }
    input[type="text"][class*="NameSei"],
    input[type="text"][class*="NameMei"],
    input[type="text"][class*="NameSeiKana"],
    input[type="text"][class*="NameMeiKana"],
    input[type="text"][class*="nameSei"],
    input[type="text"][class*="nameMei"],
    input[type="text"][class*="nameSeiKana"],
    input[type="text"][class*="nameMeiKana"],
    input[type="text"][class*="orderNameSei"],
    input[type="text"][class*="orderNameMei"],
    input[type="text"][class*="orderNameSeiKana"],
    input[type="text"][class*="orderNameMeiKana"] {
        width: 46%;
        margin-bottom: 0;
    }
    input[type="text"][class*="NameSei"],
    input[type="text"][class*="NameSeiKana"],
    input[type="text"][class*="nameSei"],
    input[type="text"][class*="nameSeiKana"],
    input[type="text"][class*="orderNameSei"],
    input[type="text"][class*="orderNameSeiKana"] {
        margin-right: 6%;
    }
    input[type="text"][class*="postCode"] {
        width: calc(100% - 150px);
    }
    input[type="button"].postCodeSearchButton {
        width: 140px;
        margin-left: auto;
    }
}


/*--------------------------------------------------
        table
--------------------------------------------------*/

/*		table-basic
--------------------------------------------------*/
.table {
    border: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.tr {
  border: none;
}
.tr + .tr {
  border-top: 1px dotted #D2D6D9;
}
.td,
.th,
.table th,
.table td {
    border: none;
}
.th,
.table th,
.table.th_30 .th,
.table.th_30 th {
  color: #3A70A7;
  font-weight: bold;
  padding: 20px;
  background: #E9EDF0;
  position: relative;
}
.th label,
.table th label {
    font-weight: bold;
}
.td,
.table td {
    padding: 20px;
}

/*		tblLayout1st
--------------------------------------------------*/
/* tblStyle */
.tblStyle1st {
    display: table;
    width: 100%;
}
.tblStyle1st * {
    box-sizing: border-box;
}
.tblStyle1st .tblRow {
    display: table-row;
}
.tblStyle1st .tblTh,
.tblStyle1st .tblTd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #D5D8DB;
}
.tblStyle1st .tblTh {
    font-weight: bold;
    width: 150px;
    padding: 20px 20px 20px 10px;
}
.tblStyle1st .tblTh p {
    font-weight: bold;
}
.tblStyle1st .tblTd {
    width: calc(100% - 160px);
    padding: 20px 10px 20px 0;
}

.tblStyle2nd {
    display: table;
    width: 100%;
    background: #FFFFFF;
}
.tblStyle2nd * {
    box-sizing: border-box;
}
.tblStyle2nd .tblRow {
    display: table-row;
}
.tblStyle2nd .tblTh,
.tblStyle2nd .tblTd {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.tblStyle2nd .tblRow + .tblRow .tblTh,
.tblStyle2nd .tblRow + .tblRow .tblTd {
    border-top: 1px dotted #D5D8DB;
}
.tblStyle2nd .tblTh {
    color: #3A70A7;
    font-weight: bold;
    width: 250px;
    padding: 20px;
    background: #E9EDF0;
}
.tblStyle2nd .tblTd {
    width: calc(100% - 250px);
    padding: 20px;
}
.tblStyle2nd .tdTblStyle1st {
    padding: 0;
}

.tblStyle3rd {
    width: 100%;
}
.tblStyle3rd th,
.tblStyle3rd td {
    vertical-align: middle;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D5D8DB;
}
.tblStyle3rd th {
    color: #3A70A7;
    font-weight: bold;
    background: #E9EDF0;
}
.tblStyle3rd td {
}

/* tblLayout1st */
.tdTblStyle1st .tblLayout1st {
    width: 100%;
}
.tdTblStyle1st .tblLayout1st th,
.tdTblStyle1st .tblLayout1st td {
    text-align: left;
    vertical-align: middle;
    padding: 10px 20px;
}
.tdTblStyle1st .tblLayout1st tr + tr th,
.tdTblStyle1st .tblLayout1st tr + tr td {
    border-top: 1px dotted #D5D8DB;
}
.tdTblStyle1st .tblLayout1st th {
    border-right: 1px dotted #D5D8DB;
}

@media screen and (max-width: 640px) {
.tblStyle2nd .tblTh {
    width: 150px;
}
.tblStyle1st .tblTh {
    width: 120px;
}
}


/*--------------------------------------------------
        thumbBlock
--------------------------------------------------*/
.thumbBlock.clearfix {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13.5px;
}
.thumbBlock .thumbBox {
    width: 33.3333%;
    margin-top: 40px;
    padding: 0 13.5px;
}
.thumbBlock .thumbBox:nth-child(-n+3) {
    margin-top: 0;
}
.thumbBlock .thumbBox:nth-child(3n) {
    margin-right: 0;
}
.thumbBox .itemTag {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #3A70A7;
}
.thumbBox .boxInner {
    padding: 0 10px;
}
.thumbBox .itemImg + .boxInner {
    margin-top: 10px;
}
.thumbBox .itemName {
    font-size: 1.8rem;
    line-height: 1.2;
}
.thumbBox .itemCapa {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 5px;
}
.thumbBox .itemPrice {
    margin: 10px 10px 0 0;
}
.thumbBox .itemPrice li {
    font-size: 1.4rem;
    text-align: right;
}
.thumbBox .itemPrice .priceTax {
    margin-right: -0.5em;
}
.thumbBox .itemPrice li span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 2px 0 10px;
}
.thumbBox .btnDetail1st {
    margin: 10px auto 0 auto;
}

/*		thumb4Col
--------------------------------------------------*/
.thumb4Col .thumbBox {
    width: 180px;
    float: left;
    margin: 40px 10px 0 0;
}
.thumb4Col .thumbBox:nth-child(-n+4) {
    margin-top: 0;
}
.thumb4Col .thumbBox:nth-child(3n) {
    margin-right: 10px;
}
.thumb4Col .thumbBox:nth-child(4n) {
    margin-right: 0;
}
.thumb4Col .thumbBox .boxInner {
    padding: 0 5px;
}

/*		thumb5Col
--------------------------------------------------*/
.thumb5Col .thumbBox {
    width: 167px;
    float: left;
    margin: 40px calc(50px / 4) 0 0;
}
.thumb5Col .thumbBox:nth-child(-n+5) {
    margin-top: 0;
}
.thumb5Col .thumbBox:nth-child(3n) {
    margin-right: calc(50px / 4);
}
.thumb5Col .thumbBox:nth-child(5n) {
    margin-right: 0;
}
.thumb5Col .thumbBox .boxInner {
    padding: 0 5px;
}
.thumb5Col .thumbBox .itemImg {
    border: 1px solid #D2D6D9;
}
.thumb5Col .thumbBox .itemImg img {
    width: 100%;
}
.thumb5Col .itemTag {
    font-size: 1.2rem;
    line-height: 24px;
}
.thumb5Col .itemName {
    font-size: 1.4rem;
}
.thumbBox .itemCapa {
    font-size: 1.2rem;
}
.thumb5Col .itemPrice li {
    font-size: 1.2rem;
}
.thumb5Col .itemPrice li span {
    font-size: 1.6rem;
}
.thumb5Col .btn {
    width: 100%;
}
.thumb5Col .btn a {
    font-size: 1.4rem;
}
.thumb5Col .btn a span {
    line-height: 28px;
}

@media screen and (max-width: 640px) {
    .thumb5Col .thumbBox .itemImg {
        border: none;
    }
}


/*--------------------------------------------------
        ご利用規約
--------------------------------------------------*/
.termGroup .termTitleItemWrap {
    padding-top: 5px;
    margin-bottom: 20px;
    margin-top: 60px;
    border-top: 1px solid #757575;
}
.termGroup .termPartsIncludeItemWrap {
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    overflow: auto;
    box-sizing: border-box;
}
.termGroup .level_h3 {
    background: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.termGroup .termPartsIncludeItemWrap .term {
    padding: 20px;
}
.termGroup .checkboxWrap {
    background-color: #FFFCEA;
    text-align: center;
}
.termGroup .checkboxWrap label {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    text-align: center;
}
/* ゴシックフォント使用 */
.termGroup .level_h3,
.termGroup .checkboxWrap label {
    font-family: "YuGothic", "Yu Gothic", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}

/*--------------------------------------------------
        プライバシーポリシー
--------------------------------------------------*/
.privacyPolicyGroup .privacyPolicyTitleItemWrap {
    padding-top: 5px;
    margin-bottom: 20px;
    margin-top: 60px;
    border-top: 1px solid #757575;
}
.privacyPolicyGroup .privacyPolicyPartsIncludeItemWrap {
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    overflow: auto;
    box-sizing: border-box;
}
.privacyPolicyGroup .level_h3 {
    background: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.privacyPolicyGroup .privacyPolicyPartsIncludeItemWrap .PrivacyPolicy {
    padding: 20px;
}
.privacyPolicyGroup .checkboxWrap {
    background-color: #FFFCEA;
    text-align: center;
}
.privacyPolicyGroup .checkboxWrap label {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    text-align: center;
}
/* ゴシックフォント使用 */
.privacyPolicyGroup .level_h3,
.privacyPolicyGroup .checkboxWrap label {
    font-family: "YuGothic", "Yu Gothic", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
}


/*--------------------------------------------------
        ソーシャルログインボタン
--------------------------------------------------*/
@font-face {
  font-family: "Noto Sans SignInGoogle";
  src: url("../../eisai/img/common/social/google/NotoSansCJKjp-Medium_subset.woff2") format("woff2"),
       url("../../eisai/img/common/social/google/NotoSansCJKjp-Medium_subset.woff") format("woff");
}
/* EasiitID */
#easiitIDLogin a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    max-width: 200px;
    background-color: #6666FF;
    border-radius: 5px;
    color: #fff !important;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 14px;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    margin: 0;
    white-space: nowrap;
}
#easiitIDLogin a::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 48px;
    height: 36px;
    border-radius: 3px 0 0 3px;
    background: url(../../eisai/images/common/social/easiit/logo_easiit.png) no-repeat center center,
                #ffffff;
    background-size: 80%;
}
#easiitIDLogin a:hover {
    opacity: 0.8;
}

/* Google */
#googleLogin,
#lineLogin {
    font-family: sans-serif;
    display: inline-block;
    color: #fff;
}
#googleLogin a,
#lineLogin a {
    color: #fff;
    text-decoration: none;
}
#googleLogin {
    height: 40px;
    background-color: #3689ef;
    margin-left: 40px;
}
#googleLogin a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-family: "Noto Sans SignInGoogle";
    white-space: nowrap;
}
#googleLogin a::before {
    content: "";
    position: absolute;
    top: 0; left: -40px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #3689ef;
    background: url(../../eisai/images/common/social/google/google_logo.png) no-repeat center / 18px;
}

/* LINE */
#lineLogin {
    height: 40px;
    background-color: #00C300;
    border-radius: 0 7px 7px 0;
    margin-left: 34px;
}
#lineLogin:hover {
    background-color: #00e000;
}
#lineLogin a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
#lineLogin a::before {
    content: "";
    position: absolute;
    top: 0; left: -34px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background: url(../../eisai/images/common/social/line/line_btn_base.png) no-repeat center / cover;
    border-right: 1px solid #00b300;
}
#lineLogin:hover a::before {
    background: url(../../eisai/images/common/social/line/line_btn_hover.png) no-repeat center / cover;
    border-right: 1px solid #00c900;
}
/* Yahoo */
.yconnectLogin,
.yconnectLogin iframe {
    display: block;
}
/* マウスオーバー時 */
.fb-login-button:hover,
#googleLogin:hover,
.yconnectLogin:hover {
    opacity: 0.8;
}


/*==============================

            PC

==============================*/
@media screen and (min-width: 961px) {

.spOnly {
    display: none !important;
}
body {
    font-size: 1.4rem;
    line-height: 1.4;
}
a:hover {color: #999999;}
a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a.linkLine {text-decoration: underline;}
a.linkLine:hover {text-decoration: none;}



/*--------------------------------------------------
        inner
--------------------------------------------------*/
.inner1000 {
    /*max-width: 1000px;*/
    max-width: calc(1000px + 40px);
    margin: 0 auto;
    /*padding: 0 2%;*/
    padding: 0 20px;
}



/*--------------------------------------------------
        wrap
--------------------------------------------------*/
/*.wrap {
    padding-bottom: 100px;
}*/



/*--------------------------------------------------
        panNav
--------------------------------------------------*/
.panNav {
  padding: 25px 0 40px;
}
.panNav ul li {
    float: left;
    position: relative;
}
.panNav ul li + li {
    padding-left: 0.5em;
}
.panNav ul li + li::before {
    content: ">";
    margin-right: 0.5em;
    padding: 0;
}



/*--------------------------------------------------
        contents
--------------------------------------------------*/
.contents {
    padding-bottom: 100px;
    width: 100%;
}

/*		contsTitle1st
--------------------------------------------------*/
.contsTitle1st,
.titleItemWrap,
.pageTitleItemWrap {
    display: table;
    margin-bottom: 40px;
}
.contsTitle1st .titleInner,
.titleItemWrap .items,
.pageTitleItemWrap .items {
    display: table-row;
}
.contsTitle1st h1,
.level_h2.title,
.level_h2.pageTitle,
.paymentTitle,
.destinationOptionTitle,
.pointTitle,
.usableCouponTitle {
    display: table-cell;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
    padding: 0 20px 0 0;
    background: transparent;
    color: #212121;
}
.contsTitle1st p,
.level_h2.title + p,
.level_h2.pageTitle + p,
.paymentTitle + p,
.destinationOptionTitle + p,
.pointTitle + p,
.usableCouponTitle + p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}
.contsTitle1st p strong,
.level_h2.title + p strong,
.level_h2.pageTitle + p strong,
.paymentTitle + p strong,
.destinationOptionTitle + p strong,
.pointTitle + p strong,
.usableCouponTitle + p strong {
    display: inline-block;
    color: #3A70A7;
    padding-bottom: 5px;
    border-bottom: 2px solid #3A70A7;
    font-weight: normal;
}


/*--------------------------------------------------
        section
--------------------------------------------------*/
.contents section + section {
    margin-top: 80px;
}

/*		secTitle1st
--------------------------------------------------*/
.secTitle1st {
    margin-bottom: 30px;
}
.secTitle1st h2 {
    color: #3A70A7;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 10px;
    background: #E9EDF0;
}
.secTitle1st h2 .subTitle {
    font-size: 2rem;
    margin-left: 1em;
}



/*--------------------------------------------------
        block
--------------------------------------------------*/
section .block + .block {
    margin-top: 40px;
}

/*		blockTitle1st
--------------------------------------------------*/
.blockTitle1st {
    margin-bottom: 20px;
}
.blockTitle1st h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 2px 0 2px 10px;
    border-left: 4px solid #3A70A7;
}



/*--------------------------------------------------
        box
--------------------------------------------------*/
.block .box + .box {
    margin-top: 20px;
}

/*		boxTitle1st
--------------------------------------------------*/
.boxTitle1st {
    margin-bottom: 40px;
}
.boxTitle1st h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: 5px;
    border-top: 1px solid #757575;
}

/*		boxTitle2nd
--------------------------------------------------*/
.boxTitle2nd {
    margin-bottom: 20px;
}
.boxTitle2nd h5 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
}



/*--------------------------------------------------
        oneColumn
--------------------------------------------------*/
.oneColumn.contents {
  max-width: calc(1000px + 40px);
  padding-left: 20px;
  padding-right: 20px;
}



/*--------------------------------------------------
        twoColumns
--------------------------------------------------*/
.twoColumns.contents {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(1000px + 40px);
  padding-left: 20px;
  padding-right: 20px;
}
.twoColumns form {
  flex: 1 0 0%;
    float: none;
}
/* order */
.twoColumns form {
    order: 2;
}
.twoColumns .sideContents {
    order: 1;
}



/*--------------------------------------------------
        sideContents
--------------------------------------------------*/
.sideContents {
    width: 210px;
    float: none;
    margin-right: 40px;
    padding-top: 5px;
}
.sideContents .sideContsTitle {
    margin-bottom: 15px;
}
.sideContents .sideContsTitle h2 {
    font-size: 1.8rem;
    line-height: 1.2;
}
.sideContents section + section {
    margin-top: 40px;
}



/*--------------------------------------------------
        sideItemNav
--------------------------------------------------*/



/*--------------------------------------------------
        sideBlock
--------------------------------------------------*/
.sideItemNav .sideBlock .sideBlockTop {
    display: table;
    width: 100%;
    border-top: 1px solid #D2D6D9;
}
.sideItemNav .sideBlock:last-child .sideBlockTop {
    border-bottom: 1px solid #D2D6D9;
}
.sideItemNav .sideBlock .sideBlockTop a {
    display: table-row;
}
.sideItemNav .sideBlock .sideBlockTop a .itemIcon {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    padding: 15px 0;
    box-sizing: content-box;
}
.sideItemNav .sideBlock .sideBlockTop a .itemName {
    display: table-cell;
    font-size: 1.6rem;
    line-height: 1.2;
    vertical-align: middle;
    width: 160px;
    padding: 15px 0 15px 10px;
    box-sizing: content-box;
}
.sideItemNav .sideBlock .sideBannerList {
    margin-bottom: 20px;
}
.sideItemNav .sideBlock .sideBannerList li {
    border-top: 1px dotted #D2D6D9;
}
.sideItemNav .sideBlock .sideBannerList li a {
    display: block;
    font-size: 1.4rem;
    padding: 10px 10px 10px 10px;
}



/*--------------------------------------------------
        sideBannerNav
--------------------------------------------------*/
.sideBannerNav .sideBlock .sideBlockTop {
    margin-bottom: 20px;
}
.sideBannerNav .sideBlock .sideBlockTop h3 {
    font-size: 1.8rem;
    line-height: 1.2;
}
.sideBannerNav .sideBlock .sideBannerList li + li {
    margin-top: 10px;
}



/*--------------------------------------------------
        sideContsNav
--------------------------------------------------*/
.sideContsNav .sideBlock01 {
    background: #FFFFFF;
}
.sideContsNav .sideBlock01 .sideBannerList {
    padding: 17px;
}
.sideContsNav .sideBlock01 .sideBannerList li + li {
    margin-top: 15px;
}
.sideContsNav .sideBlock01 .sideBannerList li a {
    display: block;
    border: 6px solid #E9EDF0;
}
.sideContsNav .sideBlock01 .sideBannerList li a:hover {
    border: 6px solid #91B5D9;
}
.sideContsNav .sideBlock01 .sideBannerList li a:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.sideContsNav .sideBlock02 {
    margin-top: 20px;
}



/*--------------------------------------------------
        header
--------------------------------------------------*/
.headerS {
    width: 100%;
    background-color: #3A70A7;
    padding: 0;
}
.headerS_inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 2px 10px;
}
.headerS_inner span,
.headerS_inner a {
    color: #fff;
    font-size: 14px;
}
.headerS_inner a {
    text-decoration: underline;
}
.headerS_inner a:hover {
    opacity: 0.8;
}
.customer_name {
    padding-right: 10px;
}
.headerMain .logo,
.headerMain .headerSubMenu,
.search_ctrl,
.searchNavi input.q {
    float: none;
    width: auto;
}
.headerMain {
    width: 100%;
    max-width: 1000px;
    padding: 5px 0;
}
.headerMain .imgLogo {
    line-height: 100px;
}
.headerMain .logo {
    width: 315px;
    float: left;
    margin: 0 80px 0 10px;
    line-height: 80px;
}
.headerMain .logo a {
    height: auto;
    width: auto;
    background: none;
}
#wrap .headerMain .logo img {
    display: inline-block;
    vertical-align: middle;
}
#headerTell {
    width: 240px;
    height: 100px;
    float: left;
}
#headerTell .txt01 {
    margin-bottom: 3px;
}
#headerTell .txt01 p {
    line-height: 18px;
    margin-bottom: 3px;
}
#headerTell .txt02 {
    line-height: 18px;
}
#headerSubMenu {
    width: 350px;
    float: right;
    margin-top: 10px;
}
#headerSubMenu ul {
    margin-bottom: 5px;
}
.headerMain .headerSubMenu ul li {
    width: auto;
}
.headerMain .headerSubMenu ul li#headerMemberRegister,
.headerMain .headerSubMenu ul li#headerMember,
.headerMain .headerSubMenu ul li#headerUser,
.headerMain .headerSubMenu ul li#headerLogin {
    width: 112px;
    float: left;
    margin-right: 7px;
}
.headerMain .headerSubMenu ul li#headerCart {
    width: 112px;
    float: left;
    position: relative;
}
.headerMain .headerSubMenu ul li a {
    height: auto;
    display: block;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    border-left: none;
    text-align: center;
    padding: 0;
}
.headerMain .headerSubMenu ul li.headerLogin a,
.headerMain .headerSubMenu ul li.headerUser a,
.headerMain .headerSubMenu ul li.headerFavo a,
.headerMain .headerSubMenu ul li.headerCart a {
    background: none;
    padding: 0;
}




/*--------------------------------------------------
        cartInfo
--------------------------------------------------*/
.cartInfo {
    display: none;
    width: 220%;
    position: absolute;
    bottom: -47px;
    right: 0;
    z-index: 10;
}
#headerCart a:hover + .cartInfo {
    display: block;
}
.cart_balloon {
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DFE2E6;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #CCCCCC;
    position: relative;
}
.cartInfo .cart_balloon:after,
.cartInfo .cart_balloon:before {
    content: " ";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    bottom: 100%;
    right: 50px;
    z-index: 10;
    pointer-events: none;
}
.cartInfo .cart_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 6px;
    margin-left: -6px;
}
.cartInfo .cart_balloon:before {
    border-color: rgba(223, 226, 230, 0);
    border-bottom-color: #DFE2E6;
    border-width: 7px;
    margin-left: -7px;
}
.headerMain .headerSubMenu ul li.headerCart .num {
    position: static;
    top: auto;
    left: auto;
    background-color: transparent;
    color: inherit;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    border: none;
}
.cart_balloon p {
    display: inline-block;
}


/*--------------------------------------------------
        headerSearch
--------------------------------------------------*/
.headerSearch {
    background-color: transparent;
    padding: 0;
    border-bottom: none;
    margin: 0;
    position: relative;
}
.searchNavi {
    padding: 0;
}
.part02 {
    position: relative;
    width: 100%;
}
.searchNavi input.q[type="text"] {
    display: block;
    font-size: 1.4rem;
    width: 100%;
    height: 33px;
    padding: 0 30px 0 10px;
    background-color: #F8F7F2;
    border: 1px solid #D2D6D9;
    border-radius: 16px;
    box-shadow: none;
    font-family: initial;
}
.searchNavi input.q[type="text"]:focus {
    outline: none;
}
.searchNavi .part02 input[type="image"] {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: inherit;
    width: auto;
    height: auto;
    padding: 0;
}


/*--------------------------------------------------
        globalNavi
--------------------------------------------------*/
.gNav {
    border-top: 2px solid #DFE2E6;
    border-bottom: 1px solid #DFE2E6;
}
.gNav ul {
    margin-top: -2px;
    display: flex;
    max-width: 1000px;
    margin: -2px auto 0;
}
.gNav ul li {
    flex: 1 0 0%;
}
.gNav ul li:last-child {
    width: 170px;
}
.gNav ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #DFE2E6;
}
.gNav ul li a:hover {
    background: #F8F7F2;
    border-top: 2px solid #3A70A6;
}
.gNav ul li a span {
    display: block;
    border-left: 1px solid #DFE2E6;
}
.gNav ul li:last-child a span {
    border-right: 1px solid #DFE2E6;
}



/*--------------------------------------------------
        relationPart
--------------------------------------------------*/
.relationPart {
    display: none;
/*	display: block;	*/
    color: #212121;
    font-size: 1.4rem;
    line-height: 1.4;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #B8CFE5;
    box-shadow: 1px 1px 6px #E1E1E1;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 100;
}
.relationPart .relationList li + li {
    border-top: 1px dotted #E1E1E1;
}
.relationPart .relationList li a {
    display: block;
    color: #3A70A7;
    padding: 5px 10px;
    background: #FFFFFF;
}
.relationPart .relationList li a:hover {
    color: #3A70A7;
    background: #E6F4FE;
}
.relationPart .relationRecomList .listTitle {
    color: #FFFFFF;
    padding: 10px;
    background: #3A70A7;
}
.relationPart .relationRecomList .recomItem + .recomItem {
    border-top: 1px solid #B8CFE5;
}
.relationPart .relationRecomList .recomItem a {
    display: table;
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.relationPart .relationRecomList .recomItem a:hover {
    color: #212121;
    background: #E6F4FE;
}
.relationPart .relationRecomList .recomItem a dl {
    display: table-row;
}
.relationPart .relationRecomList .recomItem a dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 72px;
    padding-right: 16px;
}
.relationPart .relationRecomList .recomItem a dl dd {
    display: table-cell;
    line-height: 1.2;
    vertical-align: middle;
    width: calc(100% - calc(72px + 16px));
}
.relationPart .relationRecomList .recomItem a dl dd span {
    display: block;
    color: #3A70A7;
    margin-bottom: 5px;
}



/*--------------------------------------------------
        headerBasic
--------------------------------------------------*/
.headerBasic {
    border-bottom: 2px solid #dfe2e6;
}
.headerBasic .hdBlock01 {
    padding: 5px 0;
}
.headerBasic .hdBlock01 .hdBox01 {
    max-width: 315px;
    width: 100%;
    height: 80px;
    float: none;
    margin: 0 80px 0 10px;
    line-height: 1;
}
.headerBasic .hdBlock01 .hdBox01 .imgLogo {
	line-height: 80px;
}
#wrap .headerBasic .hdBlock01 .hdBox01 .imgLogo img {
    display: inline-block;
	vertical-align: middle;
}



/*--------------------------------------------------
        gnav
--------------------------------------------------*/
.gNav {
    border-top: 2px solid #DFE2E6;
    border-bottom: 1px solid #DFE2E6;
  background-color: #fff;
}
.gNav .inner1000 {
    /*padding: 0;*/
}
.gNav nav ul li {
    flex: 1 0 0%;
}
.gNav nav ul li:last-child {
    width: 170px;
}
.gNav nav ul {
    margin-top: -2px;
    display: flex;
}
.gNav nav ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #DFE2E6;
}
.gNav nav ul li a:hover {
    background: #F8F7F2;
    border-top: 2px solid #3A70A6;
}
.gNav nav ul li a span {
    display: block;
    border-left: 1px solid #DFE2E6;
}
.gNav nav ul li:last-child a span {
    border-right: 1px solid #DFE2E6;
}



/*--------------------------------------------------
        footer
--------------------------------------------------*/



/*--------------------------------------------------
        footerStandard
--------------------------------------------------*/
footer {
  margin-top: inherit;
}
footer div {
  margin-bottom: inherit;
}
.footerStandard .ftBlock01 {
    padding: 30px 0;
    background: #3A70A7;
}
.footerStandard .ftBlock01 .ftBox01 {
    color: #FFFFFF;
}
.footerStandard .ftBlock01 .ftBox01 ul {
    margin: -10px 0 0;
    padding: 0 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.footerStandard .ftBlock01 .ftBox01 ul li {
    width: 25%;
}
.footerStandard .ftBlock01 .ftBox01 ul li:nth-child(4n) {
    margin-right: 0;
}
.footerStandard .ftBlock01 .ftBox01 ul li:nth-child(-n+4) {
    margin-top: 0;
}
.footerStandard .ftBlock01 .ftBox01 ul li a {
    color: #FFFFFF;
    display: block;
    padding: 10px 0;
    margin-right: 20px;
    border-bottom: 1px solid #FFFFFF;
}
.footerStandard .ftBlock01 .ftBox01 ul li a:hover {color: #DEDEDE;}
.footerStandard .ftBlock02 {
    padding: 20px 0 0 0;
}
.footerStandard .ftBlock02 .ftBox01 {
    width: 60px;
    float: left;
    padding-left: 10px;
    margin-right: 20px;
}
.footerStandard .ftBlock02 .ftBox02 {
    width: 800px;
    float: left;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li + li {
    margin-left: 10px;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li:last-child::after,
.footerStandard .ftBlock02 .ftBox02 .ftList01 li:nth-child(5)::after {
    display: inline-block;
    content: "|";
    margin-left: 10px;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li:nth-child(6) {
    margin-left: 0;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li::before {
    display: inline-block;
    content: "|";
    margin-right: 10px;
}
.footerStandard .ftBlock02 .ftBox03 {
    float: right;
    padding-right: 10px;
}
.footerStandard .ftBlock03 {
    padding: 10px 0;
}
/*
.footerStandard .ftBlock03 .copyright {
    padding-left: 90px;
}
*/



/*--------------------------------------------------
        footerBasic
--------------------------------------------------*/
.pageTop + .footerBasic .ftBlock01 {
    border-top: 1px solid #D2D6D9;
}
.footerBasic .ftBlock01 {
    padding: 20px 0 0 0;
}
.footerBasic .ftBlock01 .ftBox01 {
    width: 60px;
    float: left;
    padding-left: 10px;
    margin-right: 20px;
}
.footerBasic .ftBlock01 .ftBox02 {
    float: right;
    padding-right: 10px;
}
.footerBasic .ftBlock02 {
    padding: 10px 0;
}
/*
.footerBasic .ftBlock03 .copyright {
    padding-left: 90px;
}
*/



/*--------------------------------------------------
        pageTop
--------------------------------------------------*/
/*.pageTop {
    width: 100%;
    background: #FFFFFF;
}
.pageTop .linkPageTop {
    text-align: center;
    line-height: 50px;
}
.pageTop .linkPageTop a {
    display: inline-block;
    color: #3A70A7;
    padding-left: 30px;
    position: relative;
}
.pageTop .linkPageTop a::before {
    display: block;
    content: " ";
    width: 24px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/footer/icn_page_top.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}*/



/*--------------------------------------------------
        text link
--------------------------------------------------*/
.txtLink1st a {
    display: inline-block;
}
.txtLink1st a span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.txtLink1st a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_blue_r_01.png) no-repeat left center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.txtLink1st.txtLinkC {
    text-align: center;
}
.txtLink1st.txtLinkR {
    text-align: right;
}

.txtLink2nd a {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    background: #3A70A7;
}
.txtLink2nd a span {
    display: inline-block;
    color: #FFFFFF;
    padding-left: 20px;
    position: relative;
}
.txtLink2nd a:hover span {
    color: #DEDEDE;
}
.txtLink2nd a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_white_r_01.png) no-repeat left center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.txtLink2nd.txtLinkC {
    text-align: center;
}
.txtLink2nd.txtLinkR {
    text-align: right;
}



/*--------------------------------------------------
        button
--------------------------------------------------*/

/*		btnCart
--------------------------------------------------*/
.btnCart1st {
    width: 200px;
}
.btnCart1st a {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    width: 198px;
    background: #EB6700;
    box-shadow: 2px 2px 0 #B85000;
    border-radius: 4px;
}
.btnCart1st a span {
    display: inline-block;
    line-height: 56px;
    padding-left: 30px;
    position: relative;
}
.btnCart1st a span::before {
    display: block;
    content: " ";
    width: 21px;
    height: 21px;
    margin-top: -10.5px;
    background-image: url(../images/icn_btn_cart_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}

/* 売り切れボタン */
.btnCart1st.soldout {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    width: 198px;
    background: #7b7b7b;
    border-radius: 4px;
}
.btnCart1st.soldout span {
    display: inline-block;
    line-height: 56px;
    position: relative;
}

.btnCart1st a:hover {
    color: #FFFFFF;
    background: #B85000;
    border: none;
}

.btnCart2nd {
}
.btnCart3nd {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    width: calc(100% - 2px);
    background: #ccc;
    border-radius: 4px;
}
.btnCart3nd span {
    display: inline-block;
    line-height: 56px;
    position: relative;
}
.btnCart2nd a {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    width: calc(100% - 2px);
    background: #EB6700;
    box-shadow: 2px 2px 0 #B85000;
    border-radius: 4px;
}
.btnCart2nd a > span {
    display: inline-block;
    line-height: 56px;
    padding-left: 20px;
    position: relative;
}
.btnCart2nd a > span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -6px;
    background-image: url(../images/icn_txt_link_white_r_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.btnCart2nd a:hover {
    color: #FFFFFF;
    background: #B85000;
    border: none;
}



/*		btnDetail
--------------------------------------------------*/
/*.btnDetail1st {
    width: 200px;
}
.btnDetail1st a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #2C6EB0;
    border-radius: 4px;
}
.btnDetail1st a span {
    display: inline-block;
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}
.btnDetail1st a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background-image: url(../images/icn_txt_link_hover_r_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}*/
.btnDetail1st a:hover {
    color: #FFFFFF;
    background: #2C6EB0;
    /*border: none;*/
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btnDetail1st a:hover span {
    /*line-height: 40px;*/
}
.btnDetail1st a:hover span::before {
    background-position: left bottom;
}



/*		btnSoldOut
--------------------------------------------------*/
.btnSoldOut1st {
    width: 200px;
}
.btnSoldOut1st a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    background: #D2D6D9;
    border-radius: 4px;
    pointer-events: none;
}
.btnSoldOut1st a span {
    display: inline-block;
    line-height: 40px;
    position: relative;
}
.btnSoldOut1st a span::before {
    content: "×";
    margin-right: 10px;
}



/*		btnPage
--------------------------------------------------*/
.btnPage1st,
.btnPage1st.btnCenter {
    text-align: center;
}
.btnPage1st.btnLeft {
    text-align: left;
}
.btnPage1st.btnRight {
    text-align: right;

}
.btnPage1st a {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #FFFFFF;
    border: 6px solid #E9EDF0;
    box-sizing: border-box;
}
.btnPage1st a:hover {
    color: #212121;
    border: 6px solid #91B5D9;
}
.btnPage1st a span {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 68px;
    position: relative;
}
.btnPage1st a span::before {
    content: " ";
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.btnPage1st.btnMedicineListPage a {
    width: 480px;
}
.btnPage1st.btnMedicineListPage a span {
    padding-left: 40px;
}
.btnPage1st.btnMedicineListPage a span::before {
    width: 30px;
    height: 21px;
    margin-top: -10.5px;
    background-image: url(../images/icn_medicine.png);
}
.btnPage1st.btnVoiceListPage a {
    width: 480px;
}
.btnPage1st.btnVoiceListPage a span {
    padding-left: 30px;
}
.btnPage1st.btnVoiceListPage a span::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url(../images/icn_voice.png);
}



/*		btnStyle
--------------------------------------------------*/
.btnStyle1st a {
    display: block;
    color: #FFFFFF;
    font-size: 1.4rem;
    background: #3A70A7;
    border-radius: 4px;
}
.btnStyle1st a:hover {color: #DEDEDE;}
.btnStyle1st a span {
    display: block;
    line-height: 56px;
    padding: 0 50px 0 30px;
    position: relative;
}
.btnStyle1st a span::after {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_white_r_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
}

.btnStyle2nd {
    text-align: center;
}
.btnStyle2nd a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.4rem;
    background: #3A70A7;
    border-radius: 4px;
}
.btnStyle2nd a:hover {color: #DEDEDE;}
.btnStyle2nd a span {
    display: block;
    line-height: 56px;
    padding: 0 50px 0 30px;
    position: relative;
}
.btnStyle2nd a span::after {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_white_r_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
}



/*--------------------------------------------------
        btnStyleBlock
--------------------------------------------------*/
.btnStyleBlock {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid #D2D6D9;
}
section .block + .btnStyleBlock {
    margin-top: 60px;
}



/*--------------------------------------------------
        btnAdvanceStyle1st
--------------------------------------------------*/
.btnAdvanceStyle1st {
    position: relative;
}
.btnAdvanceStyle1st .btnAdvance {
}
.btnAdvanceStyle1st .btnBack {
    width: 120px;
    position: absolute;
    left: 0;
    top: 8px;
}
.btnAdvanceStyle1st .btnBack a {
    display: block;
    color: #2C6EB0;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #2C6EB0;
    border-radius: 4px;
}
.btnAdvanceStyle1st .btnBack a span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 38px;
    height: 38px;
    padding-left: 20px;
    position: relative;
}
.btnAdvanceStyle1st .btnBack a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_hover_l_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
}
.btnAdvanceStyle1st .btnBack a:hover {
    color: #FFFFFF;
    background: #2C6EB0;
    border: none;
}
.btnAdvanceStyle1st .btnBack a:hover span {
    line-height: 40px;
}
.btnAdvanceStyle1st .btnBack a:hover span::before {
    background-position: left bottom;
}



/*--------------------------------------------------
        notes
--------------------------------------------------*/
.notes li {
    line-height: 1.2;
}
.notes li + li {
    margin-top: 5px;
}


/*--------------------------------------------------
        ご利用規約
--------------------------------------------------*/
.privacyPolicyGroup .level_h3 {
  font-size: 1.8rem;
  line-height: 1.4;
}




}


/*=================================================================

            TAB + SP

===================================================================*/
@media screen and (max-width: 960px) {
.gNav nav ul li a {
    font-size: 1.4rem;
}
.footerStandard .ftBlock01 .ftBox01 ul li {
    width: 33.3333%;
}


.pcOnly {
    display: none !important;
}
body {
    font-size: 1.4rem;
    line-height: 1.4;
}
a.linkLine {
    text-decoration: underline;
}



/*--------------------------------------------------
        inner
--------------------------------------------------*/
.inner96 {
    padding: 0 2%;
}



/*--------------------------------------------------
        wrap
--------------------------------------------------*/
/*.wrap {
    padding-bottom: 40px;
}
.wrap * {
    box-sizing: border-box;
}
.wrap img {
    width: 100%;
    height: auto;
    vertical-align: top;
}*/



/*--------------------------------------------------
        panNav
--------------------------------------------------*/
.panNav {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10px 5px 20px;
}
.panNav ul {
    overflow: auto;
}
.panNav ul li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.panNav ul li + li {
    padding-left: 0.2em;
}
.panNav ul li + li::before {
    content: ">";
    margin-right: 0.5em;
    padding: 0;
}
.panNav ul li:last-child {
    padding-right: 1em;
}



/*--------------------------------------------------
        contents
--------------------------------------------------*/
.contents {
    padding-bottom: 40px;
}

/*		contsTitle1st
--------------------------------------------------*/
.contsTitle1st {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 20px;
}
.contsTitle1st h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}
.contsTitle1st p {
    line-height: 1.2;
    margin-top: 5px;
}
.contsTitle1st p strong {
    display: inline-block;
    color: #3A70A7;
    padding-bottom: 5px;
    border-bottom: 2px solid #3A70A7;
}

.level_h2.title,
.level_h2.pageTitle {
    background-color: transparent;
    font-size: 3rem;
    font-weight: bold;
    color: #212121;
    padding: 0;
}



/*--------------------------------------------------
        topGroupName
--------------------------------------------------*/
.topGroupName {
  padding: 0 2%;
}



/*--------------------------------------------------
        section
--------------------------------------------------*/
.contents section + section {
    margin-top: 40px;
}

/*		secTitle1st
--------------------------------------------------*/
.secTitle1st {
    margin-bottom: 20px;
}
.secTitle1st h2 {
    color: #3A70A7;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 10px;
    background: #E9EDF0;
}
.secTitle1st h2 .subTitle {
    display: block;
    font-size: 2rem;
}



/*--------------------------------------------------
        block
--------------------------------------------------*/
section .block + .block {
    margin-top: 20px;
}

/*		blockTitle1st
--------------------------------------------------*/
.blockTitle1st {
    margin-bottom: 10px;
}
.blockTitle1st h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 2px 0 2px 10px;
    border-left: 4px solid #3A70A7;
}



/*--------------------------------------------------
        box
--------------------------------------------------*/
.block .box + .box {
    margin-top: 10px;
}

/*		boxTitle1st
--------------------------------------------------*/
.boxTitle1st {
    margin-bottom: 30px;
}
.boxTitle1st h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: 5px;
    border-top: 1px solid #757575;
}

/*		boxTitle2nd
--------------------------------------------------*/
.boxTitle2nd {
    margin-bottom: 10px;
}
.boxTitle2nd h5 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
}



/*--------------------------------------------------
        conts2Col
--------------------------------------------------*/
/*
.conts2Col .mainConts {
}
.conts2Col .sideContents {
}
*/



/*--------------------------------------------------
        header
--------------------------------------------------*/
#headerMain {
    width: 100%;
    border-bottom: 1px solid #DFE3E6;
    display: flex;
    align-items: center;
    padding: 3px 0;
}
.headerMain .logo {
    font-size: 1em;
    float: none;
    width: auto;
    margin-top: 0;
    flex: 1 0 0%;
}
.headerMain .logo a {
    height: auto;
    width: auto;
    padding: 0 6% 0 4%;
}
#headerSubMenu ul {
    display: flex;
    justify-content: flex-end;
}
.headerMain .headerSubMenu ul li {
    float: none;
    width: calc(100% / 3);
    max-width: 87px;
    padding-right: 2%;
    box-sizing: content-box;
}
.headerMain .headerSubMenu ul li.headerLogin a,
.headerMain .headerSubMenu ul li.headerUser a,
.headerMain .headerSubMenu ul li.headerFavo a,
.headerMain .headerSubMenu ul li.headerCart a {
    background: none;
    padding: 0;
}
.headerMain .headerSubMenu {
    width: 48%;
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headerSubMenu .headerCartSP {
    display: none;
}
.headerMain .headerSubMenu ul li a {
    height: auto;
}
.hdBox03 {
    width: 14%;
    max-width: 80px;
    border-left: 1px solid #DFE3E6;
    cursor: pointer;
}
.hdBox03 .btnMenu {
    padding: 0 20%;
}

.headerS {
    width: 100%;
    font-size: 2.5vw;
}
#headerUserNamePoint .headerCart {
    display: none;
}
#headerUserNamePoint a {
    text-decoration: underline;
}
.headerCartSP p {
    display: inline-block;
}
.headerCartSP span.num,
.headerCartSP span.amt {
    font-weight: bold;
}

/*--------------------------------------------------
    headerBasic
--------------------------------------------------*/
.headerBasic img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.headerBasic .hdBlock01 {
    border-bottom: 1px solid #DFE3E6;
}
.headerBasic .hdBlock01 .hdBox01 {
    width: 48%;
    padding: 10px 0;
}
.headerBasic .hdBlock01 .hdBox01 .imgLogo {
    padding: 0 4%;
}

/*--------------------------------------------------
        gnav
--------------------------------------------------*/
/* ナビオープン時のスクロール停止処理 */
.navOpen {
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
/* -------------------------------------------------- */
.gNav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.gNav .navInner {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
/*	background: rgba(228,80,84,0.8);	*/
    overflow-y: auto;
}
.gNav .navBlock01 .bg01 {
    color: #FFFFFF;
    background: #3A70A7;
}
.gNav .navBlock01 .navBox01 {
    padding: 0 2% 20px 2%;
}
.gNav .navBlock01 .navBox01 ul li {
    border-bottom: 1px solid #FFFFFF;
}
.gNav .navBlock01 .navBox01 ul li a {
    display: block;
    color: #FFFFFF;
    padding: 10px 2%;
}
.gNav .navBlock01 .navBox02 {
    padding: 20px 2%;
    background: #F8F7F2;
}
.gNav .navBlock01 .navBox02 ul li {
    border-bottom: 1px solid #D2D6D9;
}
.gNav .navBlock01 .navBox02 ul li:first-child {
    border-top: 1px solid #D2D6D9;
}
.gNav .navBlock01 .navBox02 ul li a {
    display: block;
    padding: 10px 2%;
}
.gNav .navBlock01 .navBox03 {
    padding: 0 2% 20px 2%;
    background: #F8F7F2;
}
.gNav .navBlock01 .navBox03 .link a {
    display: block;
    text-align: center;
    padding: 10px 4%;
    background: #FFFFFF;
    border: 2px solid #2C6EB0;
}
.gNav .navBlock01 .navBox03 .link a span {
    display: inline-block;
    font-size: 1.6rem;
    padding-left: 18px;
    position: relative;
}
.gNav .navBlock01 .navBox03 .link a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_blue_r_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.gNav .navBlock01 .navCloseBox01 {
    color: #FFFFFF;
    text-align: right;
    /*padding: 10px 2%;*/
    background: #3A70A7;
}
.gNav .navBlock01 .navCloseBox01 .btnClose {
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    /*line-height: 26px;
    width: 10%;
    height: 26px;*/
  line-height: 46px;
  width: 46px;
  height: 46px;
    float: right;
    cursor: pointer;
}
.gNav .navBlock01 .navCloseBox02 {
    color: #FFFFFF;
    background: #3A70A7;
    cursor: pointer;
}
.gNav .navBlock01 .navCloseBox02 .btnClose {
    text-align: center;
    padding: 10px 2%;
}
.gNav .navBlock01 .navCloseBox02 .btnClose span {
    display: inline-block;
    font-size: 1.6rem;
}
.gNav .navBlock01 .navCloseBox02 .btnClose span::before {
    display: inline-block;
    content: "×";
    margin-right: 10px;
}



/*--------------------------------------------------
        footer
--------------------------------------------------*/
footer {
  margin-top: 0;
}
footer img {
    width: 100%;
    height: auto;
    vertical-align: top;
}



/*--------------------------------------------------
        footerStandard
--------------------------------------------------*/
.footerStandard .ftBlock01 {
    padding: 20px 0;
    background: #3A70A7;
}
.footerStandard .ftBlock01 .ftBox01 {
    color: #FFFFFF;
}
.footerStandard .ftBlock01 .ftBox01 .ftList01 li {
    width: 49%;
    float: left;
    margin: 10px 2% 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}
.footerStandard .ftBlock01 .ftBox01 .ftList01 li:nth-child(2n) {
    margin-right: 0;
}
.footerStandard .ftBlock01 .ftBox01 .ftList01 li:nth-child(-n+2) {
    margin-top: 0;
}
.footerStandard .ftBlock01 .ftBox01 ul li a {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}
.footerStandard .ftBlock01 .ftBox01 ul li + li {
    margin-top: 10px;
}
.footerStandard .ftBlock02 {
}
.footerStandard .ftBlock02 .ftBox02 {
    padding: 20px 2%;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 {
    text-align: center;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li {
    display: inline-block;
    white-space: nowrap;
    margin-top: 10px;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li:nth-child(-n+2) {
    margin-top: 0;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li + li {
    margin-left: 10px;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li::before {
    display: inline-block;
    content: "|";
    margin-right: 10px;
}
.footerStandard .ftBlock02 .ftBox02 .ftList01 li:last-child::after {
    display: inline-block;
    content: "|";
    margin-left: 10px;
}
.footerStandard .ftBlock02 .ftBox04 {
    padding: 10px 2%;
    border-top: 1px solid #D2D6D9;
}
.footerStandard .ftBlock02 .ftBox04 .imgLogo {
    width: 14%;
    float: left;
}
.footerStandard .ftBlock02 .ftBox04 .img01 {
    width: 20%;
    float: right;
}
.footerStandard .ftBlock03 {
    padding: 10px 0;
}
.footerStandard .ftBlock03 .copyright {
    text-align: center;
}



/*--------------------------------------------------
        footerBasic
--------------------------------------------------*/
.footerBasic .ftBlock01 .ftBox01 {
    padding: 10px 2%;
    border-top: 1px solid #D2D6D9;
}
.footerBasic .ftBlock01 .ftBox01 .imgLogo {
    width: 14%;
    float: left;
}
.footerBasic .ftBlock01 .ftBox01 .img01 {
    width: 20%;
    float: right;
}
.footerBasic .ftBlock02 {
    padding: 10px 0;
}
.footerBasic .ftBlock02 .copyright {
    text-align: center;
}



/*--------------------------------------------------
        pageTop
--------------------------------------------------*/
/*.pageTop {
    width: 100%;
    background: #FFFFFF;
}
.pageTop .linkPageTop {
    text-align: center;
    line-height: 50px;
}*/
.pageTop .linkPageTop a {
    /*display: inline-block;
    color: #3A70A7;*/
    font-size: 1.6rem;
    /*padding-left: 30px;
    position: relative;*/
}
/*.pageTop .linkPageTop a::before {
    display: block;
    content: " ";
    width: 24px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/footer/icn_page_top.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}*/



/*--------------------------------------------------
        text link
--------------------------------------------------*/
.txtLink1st + .txtLink1st {
    margin-top: 5px;
}
.txtLink1st a {
    display: inline-block;
}
.txtLink1st a span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.txtLink1st a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_blue_r_01.png) no-repeat left center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.txtLink1st.txtLinkC {
    text-align: center;
}
.txtLink1st.txtLinkR {
    text-align: right;
}

.txtLink2nd + .txtLink2nd {
    margin-top: 5px;
}
.txtLink2nd a {
    display: inline-block;
    padding: 2px 5px;
    background: #3A70A7;
}
.txtLink2nd a span {
    display: inline-block;
    color: #FFFFFF;
    padding-left: 20px;
    position: relative;
}
.txtLink2nd a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_white_r_01.png) no-repeat left center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.txtLink2nd.txtLinkC {
    text-align: center;
}
.txtLink2nd.txtLinkR {
    text-align: right;
}



/*--------------------------------------------------
        button
--------------------------------------------------*/

/*		buttonGroup(会員・注文等 共通)
--------------------------------------------------*/
.contents #buttonGroup {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 2%;
  margin-bottom: 40px;
  margin-top: 40px;
}
.contents #buttonGroup > #returnButtonItemWrap {
  position: static;
  order: 2;
    width: 100%;
  text-align: left;
}
.contents #buttonGroup a.btn_1,
.contents #buttonGroup input.btn_1[type="submit"],
.contents #buttonGroup input.btn_1[type="button"],
.contents #buttonGroup #saveButton {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}
.contents #buttonGroup .returnButton,
.contents #buttonGroup [class*="btn_"].returnButton,
.contents #buttonGroup input[type="button"].returnButton,
.contents #buttonGroup a.returnButton {
  height: 36px;
  line-height: 36px;
  font-size: 1.6rem;
  width: 49%;
    text-align: center;
}

/*	buttonGroup returnButton マイページへ戻るボタン
        #MemberModify #MemberOrderList #RegularSchedule  #MemberAddressBookList
--------------------------------------------------*/
#MemberModify .contents #buttonGroup > div[class*="ButtonItemWrap"]:not([class*="return"]),
#MemberOrderList .contents #buttonGroup > div[class*="ButtonItemWrap"]:not([class*="return"]),
#RegularSchedule .contents #buttonGroup > div[class*="ButtonItemWrap"]:not([class*="return"]),
#MemberAddressBookList .contents #buttonGroup > div[class*="ButtonItemWrap"]:not([class*="return"]) ,
#MemberAddressBook .contents #buttonGroup {
  line-height: inherit;
  height: inherit;
}
#MemberModify .contents #buttonGroup > .returnButtonItemWrap,
#MemberOrderList .contents #buttonGroup > .returnButtonItemWrap,
#MemberAddressBookList .contents #buttonGroup > .returnButtonItemWrap {
  margin-top: 40px;
  order: inherit;
}
#RegularSchedule .contents #buttonGroup > .returnButtonItemWrap {
    order: inherit;
}
#MemberModify .contents #buttonGroup .returnButton,
#MemberOrderList .contents #buttonGroup [class*="btn_"].returnButton,
#RegularSchedule .contents #buttonGroup a.returnButton,
#MemberAddressBookList .contents #buttonGroup a.returnButton {
  height: 46px;
  line-height: 46px;
  font-size: 1.6rem;
}

/*		btnCart
--------------------------------------------------*/
.btnCart1st,
.btnCart2nd,
.btnCart3rd {
    width: 100%;
}
.btnCart1st a,
.btnCart2nd a {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    width: calc(100% - 2px);
    background: #EB6700;
    box-shadow: 2px 2px 0 #B85000;
    border-radius: 4px;
}
.btnCart3rd {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    width: calc(100% - 2px);
    background: #ccc;
    border-radius: 4px;
}
.btnCart1st a > span,
.btnCart2nd a > span {
    display: inline-block;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}
.btnCart3rd span {
    display: inline-block;
    line-height: 40px;
    position: relative;
}
.btnCart1st a > span::before,
.btnCart2nd a > span::before {
    display: block;
    content: " ";
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.btnCart1st a > span {
    padding-left: 30px;
}
.btnCart2nd a > span {
    padding-left: 20px;
}
.btnCart1st a > span::before {
    width: 21px;
    height: 21px;
    margin-top: -10.5px;
    background-image: url(../images/icn_btn_cart_01.png);
}
.btnCart2nd a > span::before {
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background-image: url(../images/icn_txt_link_white_r_01.png);
}
.btnCart1st a > span span,
.btnCart2nd a > span span {
    display: inline-block;
}

#reminderButton,
#saveButton,
#confirmButton,
#newButton,
#addInqButton,
#shoppingButton_link,
input.btn_lg[type="button"].nextButton,
input.btn_lg[type="submit"].nextButton,
a.nextButton {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

a.btn_1.large_btn,
input.btn_1[type="button"].large_btn,
input.btn_1[type="submit"].large_btn,
input.btn_1[type="reset"].large_btn,
button.btn_1[type="button"].large_btn,
button.btn_1[type="submit"].large_btn,
button.btn_1[type="reset"].large_btn {
    height: 46px;
    line-height: 46px;
    font-size: 1.6rem;
}


/*		btnDetail
--------------------------------------------------*/
/*.btnDetail1st {
    width: 100%;
}
.btnDetail1st a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #2C6EB0;
    border-radius: 4px;
}
.btnDetail1st a span {
    display: inline-block;
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}
.btnDetail1st a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background-image: url(../images/icn_txt_link_hover_r_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}*/



/*		btnSoldOut
--------------------------------------------------*/
.btnSoldOut1st {
    width: 100%;
}
.btnSoldOut1st a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    background: #D2D6D9;
    border-radius: 4px;
    pointer-events: none;
}
.btnSoldOut1st a span {
    display: inline-block;
    line-height: 40px;
    position: relative;
}
.btnSoldOut1st a span::before {
    content: "×";
    margin-right: 10px;
}



/*		btnPage
--------------------------------------------------*/
.btnPage1st a {
    display: block;
    text-align: center;
    background: #FFFFFF;
    border: 4px solid #E9EDF0;
}
.btnPage1st a span {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 46px;
    position: relative;
}
.btnPage1st a span::before {
    content: " ";
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.btnPage1st.btnMedicineListPage a span {
    padding-left: 34px;
}
.btnPage1st.btnMedicineListPage a span::before {
    width: 24px;
    height: 17px;
    margin-top: -8.5px;
    background-image: url(../images/icn_medicine.png);
    background-size: 24px 17px;
}
.btnPage1st.btnVoiceListPage a span {
    padding-left: 26px;
}
.btnPage1st.btnVoiceListPage a span::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url(../images/icn_voice.png);
    background-size: 16px 16px;
}



/*		btnStyle
--------------------------------------------------*/
.btnStyle1st a,
.btnStyle2nd a {
    display: block;
    color: #FFFFFF;
    font-size: 1.4rem;
    background: #3A70A7;
    border-radius: 4px;
}
.btnStyle1st a span,
.btnStyle2nd a span {
    display: block;
    padding: 15px 30px 15px 10px;
    position: relative;
}
.btnStyle1st a span::after,
.btnStyle2nd a span::after {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_white_r_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 10;
}



/*--------------------------------------------------
        btnStyleBlock
--------------------------------------------------*/
.btnStyleBlock {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #D2D6D9;
}
section .block + .btnStyleBlock {
    margin-top: 40px;
}



/*--------------------------------------------------
        btnAdvanceStyle1st
--------------------------------------------------*/
.btnAdvanceStyle1st .btnAdvance {
    width: 100%;
}
.btnAdvanceStyle1st .btnBack {
    width: 49%;
    margin-top: 10px;
}
.btnAdvanceStyle1st .btnBack a {
    display: block;
    color: #2C6EB0;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #2C6EB0;
    border-radius: 5px;
}
.btnAdvanceStyle1st .btnBack a span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 36px;
    height: 36px;
    padding-left: 20px;
    position: relative;
}
.btnAdvanceStyle1st .btnBack a span::before {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_blue_l_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
}




/*--------------------------------------------------
        notes
--------------------------------------------------*/
.notes li {
    line-height: 1.2;
}
.notes li + li {
    margin-top: 5px;
}


/*--------------------------------------------------
        footerNav
--------------------------------------------------*/
.footerNav {
    margin-top: 60px;
}
.footerNav .ftNavBlock01 {
    margin-bottom: 20px;
    background: #FFFFFF;
}
.footerNav .ftNavBlock01 ul {
    padding: 20px 0;
}
.footerNav .ftNavBlock01 ul li {
    border-bottom: 1px solid #3A70A7;
}
.footerNav .ftNavBlock01 ul li:first-child {
    border-top: 1px solid #3A70A7;
}
.footerNav .ftNavBlock01 ul li a {
    display: block;
    padding: 10px 2%;
}
.footerNav .ftNavBlock01 ul li a span {
    display: block;
    font-size: 1.6rem;
    padding-right: 18px;
    position: relative;
}
.footerNav .ftNavBlock01 ul li a span::after {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(../images/icn_txt_link_blue_r_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
}
.footerNav .ftNavBlock02 a {
    display: block;
    background: #FFFFFF;
}
.footerNav .ftNavBlock02 .link01 {
    color: #FFFFFF;
    font-size: 1.8rem;
    padding: 10px 2%;
    background: #3A70A7;
}
.footerNav .ftNavBlock02 .link01 span {
    display: block;
    font-size: 1.6rem;
    padding-right: 18px;
    position: relative;
}
.footerNav .ftNavBlock02 .link01 span::after {
    display: block;
    content: " ";
    width: 12px;
    height: 11px;
    margin-top: -5.5px;
    background: url(/common/img/icn_txt_link_white_r_01.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
}
.footerNav .ftNavBlock02 .box01 {
    font-size: 1.8rem;
    padding: 10px 4%;
}
.footerNav .ftNavBlock02 .box01 .txt01 {
    margin-bottom: 10px;
}
.footerNav .ftNavBlock02 .box01 dt {
    margin-bottom: 5px;
}
.footerNav .ftNavBlock02 .box01 dd {
    width: 80%;
}
.footerNav .ftNavBlock02 .box01 .txt02 {
}





}




/*==============================

            SP

==============================*/

@media screen and (max-width: 641px) { /*common.css対応*/

/*--------------------------------------------------
        header
--------------------------------------------------*/
.headerS {
    font-size: 3.75vw;
}

/*--------------------------------------------------
        table
--------------------------------------------------*/

/*		table-basic
--------------------------------------------------*/
.tr + .tr {
  border-top: 1px dotted #D2D6D9;
}
.th,
.table th,
.td,
.table .td {
  padding: 10px 2%;
}

}

@media screen and (max-width: 640px) {

.headerStandard .hdBlock02 .hdBox01 {
    font-size: 3.75vw;
    text-align: center;
}

.pc_br {
  display: none;
}

/*--------------------------------------------------
        thumbBlock
--------------------------------------------------*/
.thumbBlock.clearfix {
    margin: 0 -1%;
}
.thumbBlock .thumbBox,
.thumbBlock .thumbBox:nth-child(-n+3) {
    width: 50%;
    margin-top: 20px;
    padding: 0 1%;
}
.thumbBlock .thumbBox:nth-child(-n+2) {
    margin-top: 0;
}
.thumbBlock .thumbBox:nth-child(2n) {
    margin-right: 0;
}
.thumbBox .itemTag {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #3A70A7;
}
.thumbBox .boxInner {
    padding: 0 10px;
}
.thumbBox .itemImg + .boxInner {
    margin-top: 5px;
}
.thumbBox .itemName {
    font-size: 1.8rem;
    line-height: 1.2;
}
.thumbBox .itemCapa {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 5px;
}
.thumbBox .itemPrice {
    margin: 10px 10px 0 0;
}
.thumbBox .itemPrice li {
    font-size: 1.4rem;
    text-align: right;
}
.thumbBox .itemPrice li span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 2px 0 10px;
}
.thumbBox .btnDetail1st {
    margin: 10px auto 0 auto;
}

/*		thumb4Col
--------------------------------------------------*/
.thumb4Col .thumbBox .boxInner {
    padding: 0 5px;
}

/*--------------------------------------------------
        ご利用規約
--------------------------------------------------*/
.privacyPolicyGroup .level_h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  /*padding: 0 2%;*/
}


}




/*==============================

            SP 480px

==============================*/
@media screen and (max-width: 480px) {
html {font-size: 56.25%;}
}





/*--------------------------------------------------
        clearfix
--------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    visibility:hidden;
    clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}





/*--------------------------------------------------
        上書き用スタイル
--------------------------------------------------*/
.dn {display: none !important;}
.di {display: inline !important;}
.dib {display: inline-block !important;}
.db {display: block !important;}

.fwb {font-weight: bold !important;}

.fsi {font-style: italic !important;}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.tdn {text-decoration: none !important;}
.tdu {text-decoration: underline !important;}

.vat {vertical-align: top !important;}
.vam {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}

.bdn {border: none !important;}
.bdtn {border-top: none !important;}
.bdrn {border-right: none !important;}
.bdbn {border-bottom: none !important;}
.bdln {border-left: none !important;}

.ovh {overflow: hidden !important;}

.posr {position: relative !important;}

.zi1 {z-index: 1 !important;}

.curp {cursor: pointer !important;}

#birthdayYear_labelId>.required_condition::after {
    display: inline-block;
    content: "必須";
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
    margin-top: -12px;
    background: #EB6700;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
}




/* 入力必須のエラー吹き出し */
.__error .alertMessageContent {
    position: absolute;
    opacity: 0;
}
.movedError .alertMessageContent {
    position: relative;
    background-color: #FF0000;
    background-image: url(/contents/shop/eisai/lp/common/images/baloon-close.png);
    background-position: top -100px right 5px;
    margin: 0;
    padding: 4px 25px 4px 10px;
    max-width: 480px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 1000;
    opacity: 1;
    animation: realTimeInputCheckAlertFadeIn .5s ease-out 0s 1 normal;
    -webkit-animation: realTimeInputCheckAlertFadeIn .5s ease-out 0s 1 normal;
}

.realTimeInputCheckAlert {
    position: relative;
    background-color: #FF0000;
    background-position: top 5px right 5px;
    margin: 0;
    padding: 4px 25px 4px 10px;
    max-width: 400px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 1000;
    opacity: 1;
    animation: realTimeInputCheckAlertFadeIn .5s ease-out 0s 1 normal;
    -webkit-animation: realTimeInputCheckAlertFadeIn .5s ease-out 0s 1 normal;
}

@keyframes realTimeInputCheckAlertFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes realTimeInputCheckAlertFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.movedError .alertMessageContent::before,
.movedError .alertMessageContent::after,
.realTimeInputCheckAlert::before,
.realTimeInputCheckAlert::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
}
.movedError .alertMessageContent::after,
.realTimeInputCheckAlert::after {
    top: -5px;
    border-color: transparent transparent #FF0000 transparent;
    border-width: 0 5px 5px 5px;
}
.movedError .alertMessageContent::before,
.realTimeInputCheckAlert::before {
    top: -5px;
    left: 13px;
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
    border-width: 0 5px 5px 5px;
}


/* submit後の画面上部エラーエリア */
#errorGroup.show {
	display: block;
	position: fixed;
	top: 7%;
	left: 2%;
	z-index: 10000;
	animation: alertMessageContentTitleWrapFadeIn 1s ease-in 0s 1 normal;
	-webkit-animation: alertMessageContentTitleWrapFadeIn 1s ease-in 0s 1 normal;
}

.__error {
	z-index: 9999;
}

/** 性別「その他」を非表示にする。（front_disp_flgは折りたくないため。）*/
/** 性別「その他」を表示したい場合はこれを非表示にする。*/
/**
#sex_2_label {
	display: none;
}
*/