/* 全体 */

*,
*: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-size: 14px;
    font-weight: 300;
    letter-spacing: .01em;
}

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 4rem;
    position: relative;
    width: 100%;
}

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

a:focus,
a:hover {
    color: #606c76;
}

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

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

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

h3 {
    font-size: 15px;
    margin: 20px 0 5px 28px;
    width: 25%;
    border-bottom: none;
    float: left;
    clear: both;
}

h4 {
    font-weight: 500;
}

img {
    max-width: 100%;
}

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

.float-left {
    float: left;
}

.float-right {
    float: right;
    font-size: 12px;
    margin: .1rem 0;
    padding-left: 1rem;
}

.display-sp {
    display: none;
}

.display-pc {
    display: block;
}

.underline {
    border-top: 1px solid #DCDCDC;
}

.att {
    color: #e73656!important;
}

.titGrayBelt {
    background: none;
    border: none;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.fwb {
    font-weight: 600;
}

.fcr {
    color: #d60050;
}

.pd1 {
    padding: .5rem 0;
}

.pt1 {
    padding-top: 1rem;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mgn1 {
    margin: 1rem;
}

.mgn3 {
    margin-top: 3rem;
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.p10 {
    padding: 10px;
}

.ftr {
    font-size: 16px;
    margin-left: 4.3rem;
    color: #e73656!important;
}

.fw13 {
    font-size: 13px;
}

.fw16 {
    font-size: 16px;
}

.fw18 {
    font-size: 18px;
    font-weight: 600;
}

.idt1 {
    margin-left: 1rem;
}

.idt2 {
    margin-left: 2rem;
}

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

table {
    margin: 0 auto;
    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: 10px;
}
.comments {
    width: 95%;
    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 {
    border-collapse: collapse;
}

.tableBlockA01 .table_col02 tr {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.tableBlockA01 .table_col02 th {
    padding: 1rem;
    background: #f2f2f2;
    text-align: left;
    font-weight: 500;
    font-size: 1.5rem;
    width: 298px;
    padding: 5px 20px;
}

.tableBlockA01 .table_col02 .table_col02_td {
    vertical-align: middle;
    width: 680px;
    padding: .1rem;
    border-left: 1px solid #ccc;
}


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

.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: inline-block;
    height: 3.8rem;
    width: 40%;
    float: right;
    font-size: 16px;
    line-height: 3.8rem;
    margin: 30px 20px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-appearance: none;
}

.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);
    width: 40%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 3.8rem;
    margin: 30px 0 5px 0;
    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;
}

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: .5rem 0 .5rem 0;
    font-size: 15px;
    color: #606c76;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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;
}

#cartTop input[type='number'] {
    float: right;
    text-align: right;
    clear: both;
    width: 35%;
}

#cartTop .comments {
    border: 1px solid #DCDCDC;
    margin: .5rem;
    padding: 1rem;
    background: #fcfcfc;
}

.entryForm .sectionInner {
    display: table;
    width: 60%;
    table-layout: fixed;
    margin-top: .5rem;
    float: left;
}

.entryForm .sectionInner li:first-child {
    padding: 0 5px 0 0;
}

.entryForm .sectionInner li:last-child {
    padding: 0 0 0 5px;
}

.entryForm .sectionInner li {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
}

.entryForm .sectionInner span {
    display: block;
    width: 90%;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border-color: #0CA6AA;
    outline: 0;
}

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

.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: .7rem 1rem;
    float: left;
}


/* フッダ */

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

.fixed_footer {
    display: none !important;
}


/* #mailmag */

#mailmag form {
    margin: 1rem 0rem;
    margin-bottom: 5rem;
}

#mailmag th {
    margin-bottom: .5rem;
    padding: .2rem 0rem .2rem .5rem;
    width: 30.5%;
}

#mailmag td {
    font-size: 1.4rem;
    padding: 1rem .5rem;
}

#mailmag label {
    display: inline-block;
    margin-right: 6rem;
}

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


/* mypageログイン画面 */

#mypagelogin a:hover {
    text-decoration: underline;
}

#mypagelogin .mylogin {
    float: left;
    width: 50%;
    padding: 20px;
    background: #FFFFFF;
    margin: 30px 50px 30px 0;
    border: 1px solid #CCC;
}

#mypagelogin .mylogin .btnBlue input[type='button'],
#mypagelogin .mylogin .btnBlue input[type='submit'] {
    width: 100%;
    margin: 10px 0;
}

#mypagelogin .mylogin .fa,
#mypagelogin .signup .fa {
    font-size: 15px;
}

#buyerMail-preview,
#member_login_id-preview {
    color: #737373;
    font-size: 1.7em;
    line-height: 1.2;
    margin: 0;
    display: block;
    word-break: break-all;
    border-style: none;
    font-weight: 500;
}


/* mypageログイン後TOP*/

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

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

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

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

#mypageTop .mypage_menu ul  {
    display: grid;
    grid-template-columns: repeat(2, 380px);
    justify-content: center;
}

#mypageTop .mypage_menu li {
    margin: 10px;  
}

#mypageTop .mypage_menu .pc_icon {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #CCC;
    color: #606c76;
}

#mypageTop .mypage_menu a.pc_icon_img {
    width: 25%;
    height: auto;
    text-align: center;
    border-right: 1px solid #CCC;
}

#mypageTop .mypage_menu .pc_icon_img p {
    white-space: wrap;
    margin: 0;
    padding-bottom: 5px;   
    color: #606c76;
    font-size: 14px;
}

#mypageTop .mypage_menu a.pc_icon_img {
    text-decoration: none;
}

#mypageTop .mypage_menu a.pc_icon_img p:hover {
    color: #2490d0;
}

#mypageTop .mypage_menu a.pc_icon_text {
    width: 75%;
    padding: 1rem;
    color: #606c76;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#mypageTop .mypage_menu a.pc_icon_text:hover {
    background: #f6f6f6;
    text-decoration: none;
}

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

/* mypage会員情報変更等のその他ページ*/

#mypageUserdate h3,
#deliAnother h3{
    font-size: 14px;
    line-height: 1.6;
    margin-top: .1rem;
    margin-right: .5rem;
    margin-left: 0;
}

#buyerMail-preview2,
#member_login_id-preview2 {
    color: #737373;
    font-size: 1.7em;
    line-height: 1.2;
    margin: .1rem 5rem 0 31%;
    display: block;
    word-break: break-all;
    border-style: none;
    font-weight: 500;
    clear: both;
}

#login input,
#secAddress input {
    margin-bottom: .5rem;
}

#leftnavi {
    width: 20%;
    line-height: 2;
    margin: 25px 10px 0 0;
    padding: 10px;
    border: 1px solid #CCC;
    float: left;
    display: block;
}

#mypageUserdate,
#mypageorderhistory,
#deliAnother {
    width: 76%;
    margin: 10px 0 50px 0;
    float: right;
}


/* mypage注文履歴*/

#mypageorderhistory .pull {
    float: right;
    width: 18%;
}

#mypageorderhistory ul.pageNav {
    margin: 0;
    padding: 5px 0px 5px;
    width: 80%;
    float: right;
    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: 5px;
    padding: 5px 13px;
    background: #f1f1f1;
    text-decoration: none;
    vertical-align: middle;
}

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

#mypageorderhistory input[type='checkbox'] {
    display: none;
}

#mypageorderhistory label {
    margin-top: 0;
    background: #f1f1f1;
}

#mypageorderhistory .accbox {
    width: 80%;
    margin: 0 0 20px 10px;
    overflow: hidden;
    border: 1px solid #CCC;
}

#mypageorderhistory .btnGray input[type='button'] {
    width: 200px;
}

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

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

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

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

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


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

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

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

.deliverylist table {
    width: 100%;
}

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


/* mypage定期購入一覧*/

.subsc .btnGray input[type='button'] {
    margin: 5px;
}


/* mypage定期購入明細*/
.subscdetails h3 {
    margin-left: 5px;
}

.subscdetails table {
    width: 98%;
}

.subscdetails th {
    line-height: 1.5;
    font-size: 14px;
    padding: 10px;
}

.subscdetails td {
    font-size: 14px;
    line-height: 1.5;
}

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

.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 auto;
    margin-right: 30px;
    padding: 10px;
    width: 40%;
    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: 14px;
    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: #1D5091;
    color: #ffffff;
    border-radius: 2px;
    margin: 5px auto;
    margin-right: 30px;
    padding: 10px;
    width: 40%;
    float: left;
    font-size: 14px;
    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 td p {
    margin-left: 8px;
    font-size: 15px;
    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: 95%;
}
.subscdetailsShokai th {
    width: 25%;
    font-size: 13px;
    line-height: 1.5;
    padding: 0 5px;
}
.subscdetailsShokai td {
    border-bottom: none;
    border-left: none;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
}

/* mypage定期購入 お届け先情報変更 */
.subscdetailsChange h3,
#deliAnotherTitle {
    font-weight: bold;
    width: 95%;
    margin: 8px 15px;
}
.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: 95%;
}

.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: 60%;
}

/* mypage操作履歴 */
.operation table {
    width: 95%;
}

.operation th {
    width: 5%;
}
.operation .fwb {
    display: none;
}

.operation td {
    width: 30%;
    line-height: 1.3;
}

/* 新規会員登録 */

#mypageUserdate .kakunin p,
#deliAnother .kakunin p {
    width: 60%;
    height: 5rem;
    line-height: 3;
    margin-left: 40%;
    font-size: 16px;
}

.complete p{
  width: 60%;
  line-height: 3;
  margin-left:40%;
  font-size: 16px;
}

#mypageUserdate table,
#deliAnother table {
    width: 100%;
}

#mypageUserdate table th,
#deliAnother table th {
    line-height: 1.5;
    font-size: 14px;
}

#mypageUserdate table td,
#deliAnother table td {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
}

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

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

#mypagelogin .test {
  clear: both; 
  margin: 0 auto;
  width: 50%; 
  text-align:right;
  padding-right: 20px;
}

#newKanin table{
    width: 100%;
}
#newKanin table th{
    line-height: 1.5;
    font-size:14px;
}
#newKanin table td{
    width: 100%;
    line-height: 1.5;
    font-size:14px;
}
#newKanin label {
    float: left;
    margin-right: 6rem;
}
#newKanin input[type='radio'] {
    margin: -.5rem .5rem;
}

#newKanin h3 {
    font-size: 14px;
    line-height: 1.6;
    margin-top: .1rem;
    margin-right: .5rem;
    margin-left: 0;
}

#newKanin #cartSelectAddress p {
    height: 3.8rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

/* エラーページ */
#error {
    width: 76%;
    margin: 10px 0 50px 0;
    float: right;
}

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

#secMailAdd .btnGray input[type='button'] {
    margin: 1% 26%;
    display: block;
    width: 40%;
    font-size: 14px;
}

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

.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: 95%;
  margin: 0px auto;
  padding: 10px;
  font-size: 15px;
}

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

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

/* 在庫表 */

#stock table {
    table-layout: fixed;
    width: 95%;
}

#stock th {
    width: 10%;
    line-height: 2;
}

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

#stock h3 {
  font-size: 15px;
  margin: 20px 0 5px 28px;
  width: initial;
  border-bottom: none;
  float: left;
  clear: both;
}

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

#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;
}

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

#question table {
  line-height: 2;
}

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

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

#itemSearch table img {
    width: 80%;
}

#itemSearch .itemdateShosai {
    border-left: none;
    width: 100%;
}

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

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

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

#itemSearchleftnavi .Order {
    line-height: 3.2;
}

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

#itemSearchleftnavi .Order_yen {
  line-height: 3.2;
}

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

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

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

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

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

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

#itemSearch .Photolist tbody {
    display: block;
    line-height: 1.4;
}

#itemSearch .Photolist tr {
    display: block;
}

#itemSearch .Photolist td {
    width: 30%;
    line-height: 1.4;
    font-size: 14px;
    margin: 0 2% 2% 0%;
    padding: 5px;
    float: left;
}

#itemSearch .Photolist .itemimg {
    width: 200px;
    margin: 0 auto;
    border: none;
}

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

#review h3 {
    font-weight: bold;
}

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

#review .pull {
    float: right;
    width: 15%;
}

#review ul.pageNav {
    padding: 5px 0px 5px;
    width: 40%;
    margin: 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.one-item-all-rev div.rev-pict {
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}

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

#review .itemreview input[type='button'] {
    margin: 10px 0;
    width: 60%
}

/* 会員ID変更 */

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

.CooponBox {
  width: 60%;
  border: 1px solid;
  border-radius: 4px;
  margin: 2rem auto;
  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: 10px 0px 0px 0px;
}

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

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