/* 全体 */

*,
*:after,
*:before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    color: #606c76;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: 300;
    letter-spacing: .01em;
    font-size: 1.3rem;
}

body,
header,
h1,
h2,
h3,
h4,
p,
address,
blockquote,
div,
dl,
dt,
dd,
ol,
ul,
li,
th,
td,
form,
fieldset,
input,
textarea {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

article {
    margin: 0 auto;
    max-width: 112.0rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%;
}

a {
    color: #2490d0;
    text-decoration: none;
}

hr {
    border-top: .1px solid #DCDCDC;
    clear: both;
}

.button,
button,
dd,
dt,
ul,
li {
    list-style: none;
}

h2,
h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #DCDCDC;
    margin: 2rem 0 1rem 0;
}

h4 {
    font-weight: 500;
    font-size: 15px;
}

#Userdate h3 {
    margin: 1.5rem 0;
}

img {
    width: 100%;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-sp {
    display: block;
}

.display-pc {
    display: none;
}

td,
th {
    width: 100%;
    display: block;
}

.att {
    color: #e73656!important;
}

.titGrayBelt {
    padding: 4px 16px 3px 5px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #E6E6E6;
    color: #5A5A5A;
    font-size: 14px;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.fwb {
    font-weight: 600;
}

.fcr {
    color: #d60050;
}

.mglr20 {
    margin: 0 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.p10 {
    padding: 10px;
}

.pd1 {
    padding: .5rem;
}

.pt1 {
    padding-top: 1rem;
}

.fwb {
    font-weight: bold;
}

.fcf {
    color: #FFF;
}

.ftr {
    margin-left: 3.5rem;
    color: #e73656!important;
}

.fs12 {
    font-size: 1.2rem;
}

.fs13 {
    font-size: 1.3rem;
}

.fw16 {
    font-size: 1.6rem;
    font-weight: 500;
}

.fw18 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2;
}

.idt1 {
    margin: 0 1rem;
}

.idt2 {
    margin-left: 2rem;
}

#total .idt2 {
    margin-left: 10rem;
    font-weight: 100;
}

table {
    margin: 0 auto;
    margin-bottom: 1em;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 3;
    width: 90%;
    text-align: left;
}

th {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #f1f1f1;
    padding-left: 10px;
    font-weight: 100;
}

td {
    width: 38%;
    display: table-cell;
    border: 1px solid #CCC;
    line-height: 2;
    padding: .5rem;
}

.comments {
    width: 90%;
    border: 1px solid #DCDCDC;
    margin: .5rem auto;
    padding: 1rem;
    background: #fcfcfc;
}


/* tableBlockA01 */

div.tableBlockA01 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tableBlockA01 .table_col02 {
    width: 100%;
    border-collapse: collapse;
}

.tableBlockA01 .table_col02 tr {
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.tableBlockA01 .table_col02 th {
    padding: .5rem;
    background: #f2f2f2;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.tableBlockA01 .table_col02 .table_col02_td {
    vertical-align: middle;
    padding: .5rem 0;
    font-size: 1.4rem;
}


/* ボタン・入力フォーム・セレクタ等 */

.btnGreen {
    display: inline-block;
    background-color: #0ca6aa;
    color: #FFF;
    font-size: 13px;
    margin-left: 10px;
    padding: 3px 5px;
    border-radius: 10px;
}

.btnBlack {
    display: inline-block;
    background-color: #606c76;
    color: #FFF;
    font-size: 13px;
    margin-left: 10px;
    padding: 3px 5px;
    border-radius: 10px;
}

.btnBlue input[type='button'],
.btnBlue input[type='submit'] {
    background-color: #2490d0;
    border: 0.1rem solid #2490d0;
    border-radius: .3rem;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 90%;
    margin: 30px auto;
    height: 3.8rem;
    font-size: 16px;
    line-height: 3.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-appearance: none;
    -webkit-appearance: none;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.btnGray input[type='button'],
.btnGray input[type='submit'] {
    border: 1px solid #ddd;
    position: relative;
    color: #313131;
    background-color: #f1f1f1;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: -ms-linear-gradient(top, #fff, #f1f1f1);
    background: -o-linear-gradient(top, #fff, #f1f1f1);
    background: linear-gradient(top, #fff, #f1f1f1);
    -pie-background: linear-gradient(top, #fff, #f1f1f1);
    padding: 0 1rem;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 90%;
    margin: 0px auto;
    height: 3.8rem;
    font-size: 16px;
    line-height: 3.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-appearance: none;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#cartTop .btnCart input[type='button'] {
    background-color: #FFF;
    border: 0.1rem solid #0CA6AA;
    border-radius: .3rem;
    color: #0CA6AA;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 3.4rem;
    width: 100%;
    line-height: 3.4rem;
    margin: 2rem auto;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-appearance: none;
    float: right;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15) inset;
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: .4rem;
    box-sizing: inherit;
    height: 3.8rem;
    padding: .5rem .5rem;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #606c76;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input[type='radio'] {
    margin: -.5rem .5rem;
}

span.ico_pullDown > select {
    background: #fff url(../img/pulldown.png) no-repeat right center;
    background-size: 27px;
    -webkit-appearance: none;
    padding-right: 27px;
    white-space: nowrap;
}

/* エラー発生時レイアウト */

.error input[type='email'],
.error input[type='number'],
.error input[type='password'],
.error input[type='search'],
.error input[type='tel'],
.error input[type='text'],
.error input[type='url'],
.error textarea,
.error select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15) inset;
    background-color: rgb(255, 221, 221);
    border: 0.1rem solid #d1d1d1;
    box-sizing: inherit;
    margin: .5rem 0 .5rem 0;
    color: #606c76;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.errorcode {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    margin: .5rem 0 .5rem 0;
    padding: .5rem;
    font-size: 1.2rem;
    background: #3c3c3c;
    line-height: 1.4;
    text-decoration: none;
    color: #FFFFFF;
}

.errorcode:before {
    content: "";
    position: absolute;
    top: 85%;
    left: 45%;
    margin-left: -40%;
    border: 15px solid transparent;
    border-top: 15px solid #3c3c3c;
}


/* ラベル */

label,
legend {
    display: block;
    font-size: 16px;
    font-weight: nomal;
    margin: 1rem 0;
}


/* ラジオボタンやチェックボックス */

input[type='checkbox'] {
    display: inline;
    width: 2.5rem;
    height: 2.5rem;
    margin: .1rem 1rem 0 1.5rem;
    float: left;
}

input[type='radio'] {
    display: inline;
    width: 3rem;
    height: 3rem;
    margin: .5rem;
    float: left;
}


/*accbox */

.accbox {
    margin-top: 15px;
    padding: 0;
}

.accbox label {
    display: block;
    margin: 0 auto;
    padding: 0px;
    background: #f1f1f1;
    border: 1px solid #CCC;
    cursor: pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background: #F2F2F2;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.accbox .accshow p {
    padding: 8px 5px 0 120px;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: .5%;
    opacity: 1;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.accbox h2 {
    font-size: 15px;
    padding: 0 1rem;
    border: none;
}


/* 固定フッダ */

.pctablet_cart_btn {
    display: none !important;
}

.box_list {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.box_list_main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
}

.fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 77, 77, 77, 0.9);
    z-index: 10000;
}


/* フッダ */

footer {
    text-align: center;
    margin: 2rem 0 8rem 0;
    border-top: 1px solid #DCDCDC;
    padding: 1rem;
}


/* mypageログイン後TOP、注文履歴*/

#mypageTop .havept {
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
}

.icon_area {
    width: 100%;
}

.icon_area img {
    width: 15%;
    margin: 0 8%;
}

#mypageTop .fab {
    font-size: 18px;
    padding-right: 5px;
}

#mypageTop .welcomeuser {
    border: 1px solid #CCC;
    margin: 10px;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

#mypageTop .display-sp {
    display: flex;
    flex-wrap: wrap;
}

#mypageTop .sp_icon {
    width: 33.33%;
    margin-top: -1px;
    margin-right: -1px;
    padding-bottom: 5px;
    border: 1px solid #CCC;
    text-align: center;
    color: #606C76;
    font-size: 15px;
}

#mypageTop a.sp_icon:hover {
    color: #0081CC;
}

#mypageTop a.sp_icon img:hover {
    opacity: 0.7;
}

#mypageTop .sp_icon img {
    height: auto;
}

#mypageTop .mypage_menu {
    margin: 50px auto;
}

#mypageTop .btnGray input[type='button'] {
    width: 35%;
    clear: both;
    float: left;
    margin: 0 5px;
    font-size: 15px;
}

#mypageorderhistory .mypage_menu img {
    width: 32%;
    border: 1px solid #CCC;
}

.mypagebox_list {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 2% 10%;
    font-size: 10px;
}

.mypagebox_list .fas {
    padding-right: 30px;
}

.mypagebox_list_main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
}


/* mypage注文履歴 */

#mypageorderhistory .pull {
    float: right;
    /* width: 25%; */
}

#mypageorderhistory .accbox {
    clear: both;
}

#mypageorderhistory ul.pageNav {
    margin: 30px 10px;
    padding: 5px 0px 5px;
    background: #fff;
    text-align: center;
}

#mypageorderhistory ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

#mypageorderhistory ul.pageNav li span,
#mypageorderhistory ul.pageNav li a {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 13px;
    background: #f1f1f1;
    text-decoration: none;
    vertical-align: middle;
}

#mypageorderhistory .pull select {
    font-size: 15px;
}

#mypageorderhistory .itemimg {
    width: 25%;
    margin: 10px 30px 10px 10px;
}

#mypageorderhistory .itemimgShosai {
    width: 90%;
    margin: 0 auto;
}

#mypageorderhistory .itemdateShosai {
    border-left: none;
    margin-top: 0;
    padding-top: 0;
}

#mypageorderhistory #orderhistory {
    padding: 10px;
    font-size: 14px;
}

#mypageorderhistory #orderhistory p {
    font-size: 14px;
}

#mypageorderhistory p {
    line-height: 1.5;
}

#mypageorderhistory h3 {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    margin: 20px 20px 10px 20px;
    border: none;
    padding: 0;
}


/* mypage会員情報変更画面 */

#mypageUserdate .btnBlue input[type='button'],
#mypageUserdate .btnGray input[type='button'],
#mypageUserdate .btnBlue input[type='submit'] {
    width: 100%;
}


/* mypage会員情報変更完了画面 */

#mypagechange .btnGray {
    margin: 30px 0;
}


/* mypage会員情報変更等のその他ページ*/
#buyerMail-preview,
#buyerMail-preview2,
#member_login_id-preview2 {
    color: #737373;
    font-size: 1.7em;
    line-height: 1.2;
    margin: .1rem;
    display: block;
    word-break: break-all;
    border-style: none;
    font-weight: 500;
    clear: both;
}


/* mypage配送先リスト一覧*/

.deliverylist .btnGray input[type='button'] {
    margin: 8px 0;
    padding: 0;
}

.deliverylist ul li {
    line-height: 1.2;
}

.deliverylist table {
    width: 100%;
}

.deliverylist td {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}

.deliverylist .accbox .accshow p {
    padding: 0px;
}


/* mypage定期購入明細*/

.subscdetails table {
    border: 1px solid #CCC;
    line-height: 2;
}

.subscdetails tr {
    border-bottom: 1px solid #CCC;
}

.subscdetails th {
    width: 50%;
    display: inline-block line-height: 1.6;
    border: none;
}

.subscdetails td {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: .5rem 1rem;
    line-height: 1.6;
    border: none;
}

.subscdetails table .btnGray {
    float: right;
    width: 150px;
}

.subscdetails .memberaddress {
    display: table-cell;
}

.subscdetails .itemimgShosai {
    max-width: 100%;
    float: left;
    display: table-cell;
}

.subscdetails .itemdateShosai {
    width: 70%;
    display: table-cell;
}

.subscdetails .itemdateShosai p {
    font-size: 13px;
    margin: 1px 0px;
}

.subscdetails .itemdategokei {
    width: 100%;
    display: table-cell;
}

.subscdetails .delicycle {
    border: 1px solid #ccc;
    background: #f1f1f1;
    border-radius: 5px;
    width: 98%;
    margin: 10px auto;
    padding: 10px 20px;
}

.subscdetails .cyclechange {
    margin: 0 auto;
    width: 98%;
}

.subscdetails .cyclechange h3 {
    margin-left: 0;
    color: #3A92E8;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    width: 100%;
}

.subscdetails .cyclechange:after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 20px;
}

.subscdetails .btnblue {
    display: block;
    border: 1px solid #ccc;
    background: #3A92E8;
    color: #ffffff;
    border-radius: 2px;
    margin: 5px 5px 10px 0;
    padding: 3% 1%;
    width: 48%;
    float: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#3A92E8), to(#1D5091));
    background: -webkit-linear-gradient(top, #3A92E8, #1D5091);
    background: -moz-linear-gradient(top, #3A92E8, #1D5091);
    background: -ms-linear-gradient(top, #3A92E8, #1D5091);
    background: -o-linear-gradient(top, #3A92E8, #1D5091);
    background: linear-gradient(top, #3A92E8, #1D5091);
    -pie-background: linear-gradient(top, #3A92E8, #1D5091);
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-appearance: none;
}

.subscdetails .no_btnblue {
    opacity: 0.4;
    display: block;
    border: 1px solid #ccc;
    background: #3A92E8;
    color: #ffffff;
    border-radius: 2px;
    margin: 5px 5px 10px 0;
    padding: 3% 1%;
    width: 48%;
    float: left;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-appearance: none;
}

.subscdetails .cyclechange .fa-chevron-right {
    float: right;
    line-height: 1.4;
}

.subscdetails .btnblue:hover,
.subscdetails .btnGray:hover {
    opacity: 0.7;
}

/* mypage定期購入明細(支払方法変更、配送サイクル)*/

.subscdetailsPay table,
.subscdetailsCycle table {
    border: 1px solid #CCC;
    margin: 0 auto;
}

.subscdetailsPay td,
.subscdetailsCycle td {
    display: inline-block;
    border: none;
    width: 100%;
    padding: 0;
    vertical-align: bottom;
}

.subscdetailsPay td p,
.subscdetailsCycle td p {
    margin-top: 10px;
}


/* mypage定期購入明細(配送サイクル)*/

.subscdetailsCycle th {
    font-size: 14px;
    line-height: 1.5;
}

.subscdetailsCycle td p {
    margin-left: 8px;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
}

.subscdetailsCycle .border {
    border-top: 1px solid #CCC;
}

/* mypage定期購入 次回配送設定*/
p.ico_pullDown > select {
	background: #fff url(../img/pulldown.png) no-repeat right center;
	background-size: 27px;
	-webkit-appearance: none;
	padding-right: 27px;
	white-space: nowrap;
}

/* mypage定期購入 初回受注内容確認*/

.subscdetailsShokai table,
.subscdetailsChange table {
    width: 90%;
}

.subscdetailsShokai th {
    border-bottom: none;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    padding: 2px 10px;
}

.subscdetailsShokai td {
    border-top: none;
    border-bottom: none;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
}


/* mypage定期購入 お届け先情報変更 */

.subscdetailsChange h3 {
    font-weight: bold;
}

.subscdetailsChange th {
    line-height: 1.5;
}

.subscdetailsChange td {
    border-bottom: none;
    border-left: none;
    display: block;
    width: 100%;
    line-height: 1.5;
}
span.ico_pullDown > select,
td.ico_pullDown > select {
	background: #fff url(../img/pulldown.png) no-repeat right center;
	background-size: 27px;
	-webkit-appearance: none;
	padding-right: 27px;
	white-space: nowrap;
}

/* mypage定期購入 カード変更 */

.subscdetailsCardChange table {
    margin-top: 30px;
    width: 90%;
}

.subscdetailsCardChange th,
.subscdetailsCardChange td {
    width: 100%;
    padding: 10px 20px;
    display: block;
    border-bottom: none;
}

.subscdetailsCardChange td p {
    line-height: 1.3;
}

.subscdetailsCardChange .title {
    margin-left: 18px;
}

.subscdetailsCardChange .month {
    margin-right: 1rem;
    display: inline-block;
    width: 20%;
}

.subscdetailsCardChange .slash {
    margin: 1rem 0rem;
    display: inline-block;
}

.subscdetailsCardChange .year {
    margin-left: 2rem;
    width: 30%;
    display: inline-block;
}

.subscdetailsCardChange input {
    width: 95%;
}


/* mypage操作履歴 */

.operation table {
    width: 95%;
    border: .5px solid #CCC;
}

.operation th {
    width: 10%;
    margin-top: 15px;
}

.operation .heading {
    display: none;
}

.operation td {
    width: 100%;
    display: block;
    line-height: 1.3;
    border-top: none;
}

/* 新規会員登録 */

#mypageUserdate h3 {
    line-height: 1.6;
    margin-top: .1rem;
    margin-right: .5rem;
}

#mypageUserdate .kakunin p {
    font-size: 16px;
    margin-left: 10px;
}

#mypageUserdate table {
    width: 100%;
}

#mypageUserdate table th {
    line-height: 1.5;
}

#mypageUserdate table td {
    width: 100%;
    line-height: 1.5;
}

#mypageUserdate label {
    float: left;
    margin-right: 6rem;
}

#mypageUserdate input[type='radio'] {
    margin: -.5rem .5rem;
}


/* IDが使用できるか確認 */

#secMailAdd .btnGray input[type='button'] {
    margin: 0 0 10px 0;
    width: 60%;
    font-size: 14px;
}

/* 会員ID変更 */

#mypageUserdate .existingid {
  font-weight: bold;
  margin-bottom:10px;
  font-size: 16px;
  word-wrap: break-word;
}

#mypagelogin .test {
  clear: both; 
  margin: 0 auto;
  text-align:right;
}

/* 横向きの場合のスタイル */

@media screen and (orientation: landscape) and (max-width: 992px) {
    body {
        list-style: none;
        font-size: 1.3rem;
    }
    #Userdate h3,
    #cartSelectAddress h3 {
        font-size: 1.5rem;
        margin: 1rem;
        width: 25%;
        border-bottom: none;
        float: left;
        clear: both;
    }
    .titGrayBelt {
        background: none;
        border: none;
        padding: 0rem;
    }
    #buyerMail-preview2 {
        color: #737373;
        font-size: 1.7em;
        line-height: 1.2;
        margin: .1rem 1rem 1rem 30%;
        display: inline-block;
        word-break: break-all;
        border-style: none;
        font-weight: 500;
    }
    #mypageTop .mypage_menu img {
        width: 22%;
    }
}

/* 在庫表 */

#stock table {
    table-layout: fixed;
    width: 95%;
    font-size: 14px;
}

#stock th {
    width: 10%;
    line-height: 1.3;
    padding: 3px;
}

.mt10 h3 {
  font-size: 14px;
  margin: 0 2%;
  margin-bottom: 1em;
  width: 30%;
  float: left;
  clear: both;
}

.mt10 .stock_h3 {
  font-size: 14px;
  margin: 0 2%;
  margin-bottom: 1em;
  width: initial;
  float: left;
  clear: both;
}


#stock .comment {
  display: block;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}


/* お問い合わせフォーム */

#question .comment {
    display: block;
    /* width: 90%; */
    margin: 30px;
    text-align: center;
}

#question .itemname {
    display: block;
    /* width: 90%; */
    margin: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

#question .qarea {
    width: 100%;
    height: 250px
}

#question table {
  line-height: 2;
}

/* 商品検索結果一覧 */

#itemSearch table {
    margin: 30px auto;
    width: 95%;
}

#itemSearch td {
    border-top: none;
    border-left: none;
    border-right: none;
}

#itemSearch table img {
    width: 80%;
}

#itemSearch .itemdateShosai {
    border-left: none;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    padding-right: 10px;
}

#itemSearch .photoShosai {
    text-align: center;
    width: 100%;
}

#itemSearchleftnavi {
    width: 95%;
    line-height: 2;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #CCC;
    display: block;
}

#itemSearchleftnavi input[type='text'] {
    width: 100%;
}

#itemSearchleftnavi .btnGray input[type='button'] {
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0px;
}

#itemSearchleftnavi .Order {
    line-height: 2.5;
    width: 50%;
    float: left;
    margin-top: 10px;
}

#itemSearchleftnavi label {
  display: block;
  font-size: 15px;
  font-weight: nomal;
  margin: 1rem 0;
}

#itemSearchleftnavi .Order_yen {
  line-height: 2.5;
  padding-top: 15px;
  clear: both;
}

#itemSearchleftnavi .Order input[type='text'] {
    width: 35%;
    margin-right: 3px;
}

#itemSearchleftnavi .Order_yen input[type='text'] {
  width: 35%;
  margin-right: 3px;
}

#itemSearch ul.pageNav {
    margin: 30px 10px;
    padding: 5px 0px 5px;
    background: #fff;
    text-align: center;
}

#itemSearch ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

#itemSearch ul.pageNav li span,
#itemSearch ul.pageNav li a {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 13px;
    background: #f1f1f1;
    text-decoration: none;
    vertical-align: middle;
}

/* 商品検索結果一覧（写真一覧） */

#itemSearch .Photolist tbody {
    display: block;
    line-height: 1.3;
    width: 100%;
}

#itemSearch .Photolist tr {
    display: block;
}

#itemSearch .Photolist td {
    display: block;
    box-sizing: border-box;
    border: 1px solid #CCC;
    line-height: 1.3;
    font-size: 13px;
    margin: 1.5% 1%;
    padding: 1%;
    width: 48%;
    float: left;
}

#itemSearch .Photolist td p {
    text-align: center;
}

#itemSearch .itemimg {
    display: block;
    width: 145px;
    margin: 5px auto;
}

/* レビューの閲覧・投稿 */

#review h2,
#review h3 {
    font-size: 15px;
}

#review h3 {
    border-bottom: none;
    font-weight: bold;
}

#review th,
#review td {
    font-size: 15px;
    line-height: 1.6;
    padding: 8px;
}

#review .btnGray input[type='button'] {
    font-size: 13px;
    width: 90%;
    display: block;
    margin: 50px auto;
}

#review .pull {
    float: right;
    width: 26%;
    margin-right: 5%;
}

#review ul.pageNav {
    padding: 5px 0px 5px;
    width: 100%;
    margin: 0 0 30px 0;
    float: right;
    background: #fff;
    text-align: center;
}

#review ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

#review ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #f1f1f1;
    text-decoration: none;
    vertical-align: middle;
}

#review .qarea {
    width: 98%;
    height: 200px
}

div.rev-item-info div.rev-star-score {
    margin-left: 5px;
    color: #888;
    font-size: 85%;
}

div.e-rev-article {
    padding-bottom: 20px;
    margin: 10px 5px 35px;
    line-height: 2;
    border-bottom: dashed 1px #d7d7d7;
}

div.rev-art-box1 span.rev-art-date {
    margin-left: 10px;
    font-size: 85%;
    color: #888;
    display: inline-block;
}

div.rev-reply div.rev-reply-title {
    margin-top: 10px;
    font-weight: bold;
    display: inline;
}

div.rev-reply p.rev-reply-comment {
    margin: 10px 5px 10px 30px;
    line-height: 1.7em;
}

div.rev-star-score img,
div.e-rev-article .rev-reply img {
    width: 18px;
}

div.rev-art-box1 img {
    width: 70px;
}

div.one-item-all-rev div.rev-pict {
    margin: 0;
    padding: 0;
    float: left;
    width: 45%;
}

div.one-item-all-rev div.rev-item-info {
    margin: 0 0 0 5%;
    padding: 0;
    float: left;
    width: 50%;
}

#review .itemreview input[type='button'] {
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    font-size: .1em;
}

#review #star_rank img {
    width: 18px;
}



/* 情報更新後のコメントデザイン */

.bgb {
    background: aliceblue;
    width: 98%;
    margin: 30px 0;
    padding: 10px;
    font-size: 15px;
}

.bgr {
    background: #f2dede;
    width: 98%;
    margin: 30px 0;
    padding: 10px;
    font-size: 15px;
}

.bgr_card {
  background: #f2dede;
  width: 90%;
  margin: 0px auto;
  padding: 10px;
  font-size: 15px;
}

.bgb_card_top {
  margin: 30px 0;
  margin: 10px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid green;
  color: green;
}

.bgr_card_top {
  margin: 30px 0;
  margin: 10px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid red;
  color: red;
}

.CooponBox {
  border: 1px solid;
  border-radius: 4px;
  margin: 2rem 3rem 3rem 3rem;
  padding: 1.5rem;
  background: #CAE5CD;
  font-weight: 500;
}

.CooponBox li{
  line-height: 1.8;
}

/* 軽減税率対象商品含むときのデザイン */
.reduced_tax_rate {
    border: none !important;
    border-collapse: unset;
}

.reduced_tax_rate td {
    border: none;
    border-collapse: unset;
    padding: 0px;
}

/* ご登録カードコメントを囲むdiv */
.sp-card-comment{
    width:95%;
    margin:auto;
}

/*解約済み時エラーメッセージ*/
.cart-EB{
    margin-top: 20px;
    color: #ff0000;
    font-weight:bold;
}