/*==========================================
 font
===========================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    background: #fff;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

p {
  padding: 0 0 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}

.table_title p {
  padding: 0px;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  p {
    padding: 0 0 15px;
    line-height: 1.4;
  }
}


/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: underline; }
a:hover   { color: #333; text-decoration: underline; }
a:active  { color: #333; text-decoration: underline; }
a.underline {
  text-decoration: underline;
}

a.gude_btn_pl_10 {
  padding-left: 10px;
}
a.gude_btn img,
a.gude_btn_pl_10 img {
  width: 53px;
  height: 17px;
}

/* Insert Start 2024/04/10 yoshida-k No.1368 */
/* label */
label.f_w {
  font-weight: 600;
}
/* Insert End 2024/04/10 yoshida-k No.1368 */

/*==========================================
 body
===========================================*/
#overay {
  display: none;
  z-index: 11000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#nameArea {
  display: none;
  z-index: 12000;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 160px;
  margin: -80px 0 0 -150px;
  background-color: #fff;
  border-radius: 6px;
}
#nameArea a.close {
  position: absolute;
  left: 15px;
  top: 15px;
}
#nameArea a.close img {
  width: 20px;
  height: 20px;
}
#nameArea p {
  position: absolute;
  left: 20px;
  top: 70px;
  padding: 0 20px 0 0;
  line-height: 1.6;
}

/*==========================================
 clearfix
===========================================*/
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*==========================================
 コンテンツのスタイル 共通
===========================================*/
main {
  width: 100%;
  min-height: 650px;
  margin: 25px auto;
}
main.mt_0 {
  margin-top: 0;
}

main section.full {
  width: 100%;
  padding: 40px 0;
}
main section.full:first-child {
  padding: 0 0 40px;
}
main section.d_close {
  display: none;
}
main section.full.beige {
  background-color: #F4F1EE;
}
main section.full.pt_0 {
  padding-top: 0;
}
main section.full.pb_0 {
  padding-bottom: 0;
}
main section.full.pt_10 {
  padding-top: 10px;
}
main section.full.pb_10 {
  padding-bottom: 10px;
}
main section.full.mb_30 {
  margin-bottom: 30px;
}

main .w980 {
  width: 980px;
  margin: 0 auto;
}
main .w980.mt_20 {
  margin-top: 20px;
}
main .w980.mt_50 {
  margin-top: 50px;
}
main .w980.lt_r {
  padding-top: 10px;
  border-top: 2px solid #E6DED8;
}
main .w980.lt_r1 {
  padding-top: 10px;
  border-top: 1px solid #E6DED8;
}
main .w980.beige {
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: #F4F1EE;
}
main .w640 {
  width: 640px;
  margin: 0 auto;
}
main .w640.mt_40 {
  margin-top: 40px;
}
main .w600 {
  width: 600px;
  margin: 0 auto;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main {
    min-height: 200px;
    margin: 15px auto;
  }
  main section.full {
    padding: 25px 0;
  }
  main section.full:first-child {
    padding: 0 0 25px;
  }
  main section.full.pt_0 {
    padding-top: 0;
  }
  main section.full.pb_0 {
    padding-bottom: 0;
  }
  main section.full.pb_10 {
    padding-bottom: 10px;
  }
  main section.full.mb_30 {
    margin-bottom: 30px;
  }
  main .w980.beige {
    padding: 10px 10px;
  }
  main .w980 {
    width: 100%;
    margin: 0;
  }
  main .w640 {
    width: 100%;
    margin: 0;
  }
  main .w600 {
    width: 100%;
    margin: 0;
  }
}


/*==========================================
 見出し 共通
===========================================*/
main h1 {
  width: 980px;
  margin: 0 auto 20px;
  padding: 0 0 7px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 2px solid #CF2B4F;
}
main h1.mb_0 {
  margin-bottom: 0;
}
/* add */
main h1.guide a {
  padding: 0 0 0 10px;
}
main h1.guide a img {
  width: 53px;
  height: 17px;
}
/* add */
main h2 {
  margin: 0 0 20px;
  padding: 0 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
main h2.ty02 {
  margin: 10px 0 10px;
  padding: 0;
}
main h2.mb_30 {
  margin-bottom: 30px;
}
main h2.cartSet {
  position: relative;
  width: 980px;
  margin: 0 auto 20px;
  padding: 0 0 0 50px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: none;
}
main h2.cartSet::before {
  position: absolute;
  left: 25px;
  top: 4px;
  width: 18px;
  height: 18px;
  content: url("/cline/ec/images/renew/icon_cart_01.svg");
}
main h2.cartSet span {
  padding: 0 5px 0 0;
  font-size: 18px;
  font-weight: 600;
}
main h2.guide a {
  padding: 0 0 0 10px;
}
main h2.guide a img {
  width: 53px;
  height: 17px;
}
main h3.f_01 {
  width: 100%;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  background-color: #F4F1EE;
  font-size: 16px;
  text-align: left;
  font-weight: 300;
  line-height: 1.4;
}
main h3.f_b01 {
  width: 100%;
  height: 30px;
  padding: 6px 0 0;
  box-sizing: border-box;
  background-color: #F4F1EE;
  border-radius: 6px;
  font-size: 17px;
  text-align: center;
}
main h3.f_b02 {
  width: 100%;
  height: 30px;
  padding: 6px 0 0;
  box-sizing: border-box;
  background-color: #E6DED8;
  font-size: 17px;
  text-align: center;
}
main h3.f_b03 {
  width: 300px;
  height: 30px;
  margin: 0 auto;
  padding: 6px 10px 0;
  box-sizing: border-box;
  background-color: #E6DED8;
  font-size: 17px;
  text-align: left;
}
main h3.f_b04 {
  width: 300px;
  height: 30px;
  margin: 0 auto;
  padding: 6px 10px 0;
  box-sizing: border-box;
  background-color: #F4F1EE;
  border-radius: 6px;
  font-size: 17px;
  text-align: center;
}
main h3.f_b05 {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #F4F1EE;
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
}
main h3.f_b06 {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  background-color: #F4F1EE;
  font-size: 16px;
  text-align: left;
  font-weight: 300;
}
main h3.f_b06 a {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  text-decoration: underline;
  line-height: 1.4;
}
main h3.f_b06 a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 21px;
  content: url("/cline/ec/images/renew/icon_clip_01.svg");
}
main h3.f_bt01 {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 2px solid #E6DED8;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
main h3.f_bt01 span {
  padding: 0 0 0 10px;
  font-weight: 600;
}
main h3.f_bt01.f_b {
  font-weight: 600;
}
main h3.mt_20 {
  margin-top: 20px;
}
main h3.mt_40 {
  margin-top: 40px;
}
main h3.mb_10 {
  margin-bottom: 10px;
}
main h3.mb_20 {
  margin-bottom: 20px;
}
main h3.f_22 {
  font-size: 22px;
}
main h3.guide a {
  padding: 0 0 0 10px;
}
main h3.guide a img {
  width: 53px;
  height: 17px;
}


main h4.f_b01 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
main h4.f_b01.mt_40 {
  margin-top: 40px;
}
main h4.f_b01.mb_10 {
  margin-bottom: 10px;
}
main h4.right_btn {
  position: relative;
}
main h4.right_btn a {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 16px;
  font-weight: 300;
}
main h4.right_btn a::before {
  position: absolute;
  left: -25px;
  top: 2px;
  width: 16px;
  height: 16px;
  content: url("/cline/ec/images/renew/icon_plus_02.svg");
}
main h4.right_btn a.close::before {
  position: absolute;
  left: -25px;
  top: 2px;
  width: 16px;
  height: 16px;
  content: url("/cline/ec/images/renew/icon_minus_02.svg");
}
main h4.f_b01 span {
  font-size: 14px;
  font-weight: 300;
}
main h4.guide {
  margin-bottom: 40px;
}
main h4.guide a {
  position: absolute;
  left: 5px;
  top: 30px;
}
main h4.guide a img {
  width: 53px;
  height: 17px;
}
main h4 span.nameBox {
  font-size: 16px;
  font-weight: 600;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  main h1 {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 3% 7px;
    box-sizing: border-box;
    font-size: 18px;
  }
  main h2 {
    margin: 0 3% 20px;
    padding: 0;
    font-size: 18px;
  }
  main h2.ty02 {
    margin: 10px 3% 10px;
  }
  main h2.mb_30 {
    margin-bottom: 30px;
  }
  main h2.cartSet {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
    box-sizing: border-box;
  }
  main h2.cartSet::before {
    left: 3%;
  }
  main h3.f_01 {
    width: 100%;
    margin: 0;
  }
  main h3.f_b01 {
    width: 94%;
    margin: 0 3%;
  }
  main h3.mt_20 {
    margin-top: 20px;
  }
  main h3.mt_40 {
    margin-top: 40px;
  }
  main h3.mb_10 {
    margin-bottom: 10px;
  }
  main h3.mb_20 {
    margin-bottom: 20px;
  }
  main h3.mlr_3p {
    margin-left: 3%;
    margin-right: 3%;
  }
  main h3.f_22 {
    font-size: 18px;
  }

  main h4.f_b01 {
    margin: 0 3% 20px;
    padding: 0;
    font-size: 16px;
  }
  main h4.guide {
    margin-bottom: 40px;
  }
  main h4.guide a {
    left: 3px;
    top: 25px;
  }
  main h4 span.nameBox {
    display: block;
    width: 50%;
  }
  /* Insert Start 2024/04/10 yoshida-k No.1368 */
  main label.mlr_3p {
    margin-left: 3%;
    margin-right: 3%;
  }
  /* Insert End 2024/04/10 yoshida-k No.1368 */
}

/*==========================================
 ページ内ナビゲーション 共通
===========================================*/
main .naviPageLink {
  width: 100%;
  padding: 20px 0 50px;
}
main .naviPageLink ul {
  list-style-type: none;
}
main .naviPageLink ul li {
  float: left;
  margin: 0 35px 0 0;
}
main .naviPageLink ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  text-decoration: underline;
}
main .naviPageLink ul li a:hover {
  text-decoration: none;
}
main .naviPageLink ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 10px;
  content: url("/cline/ec/images/renew/icon_yaji_03.svg");
}

main .listLink {
  width: 100%;
  padding: 0 0 50px;
}
main .listLink.bt_l {
  border-top: 1px solid #E6DED8;
}
main .listLink ul {
  list-style-type: none;
}
main .listLink ul li {
  padding: 20px 3% 20px 0;
  border-bottom: 1px solid #E6DED8;
}
main .listLink ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  font-size: 18px;
  text-decoration: underline;
  line-height: 1.4;
}
main .listLink ul li a:hover {
  text-decoration: none;
}
main .listLink ul li a::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 10px;
  content: url("/cline/ec/images/renew/icon_yaji_03.svg");
  transform: rotate(270deg);
}
main .listLink.down ul li a::before {
  left: 5px;
  top: 0;
  transform: rotate(0deg);
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .naviPageLink {
    width: 94%;
    padding: 5px 3% 20px;
  }
  main .naviPageLink ul li {
    float: none;
    margin: 0 0 20px;
  }
}

/* Insert Start 2024/04/10 yoshida-k No.1368 */
/*==========================================
 div 共通
===========================================*/
div.t_right {
  text-align: right;
}
/* Insert End 2024/04/10 yoshida-k No.1368 */
div.pagination {
  display: flex; 
  align-items: center; 
  gap: 24px;
}
div.pagination_center {
  display: flex;
  justify-content: center;
}

/*==========================================
 p 共通
===========================================*/
p.pt_40 {
  padding-top: 40px;
}
p.pb_0 {
  padding-bottom: 0;
}
p.pb_10 {
  padding-bottom: 10px;
}
p.caution {
  color: #CF2B4F;
}
p.caution_small {
  color:#a40039;
  font-size: small;
}

p.mlr_3p {
  margin-left: 5px;
  margin-right: 5px;
}
p.f_w {
  font-weight: 600;
}
p.t_center {
  text-align: center;
}
/* Insert Start 2022/01/11 yoshida-k 納品メモ作成 */
p.t_right {
  text-align: right;
}
/* Insert End 2022/01/11 yoshida-k 納品メモ作成 */
p.f_white {
  color: #808080;
}
p.f_14 {
  font-size: 14px;
}
/* Insert Start 2022/02/16 yoshida-k 納品メモ作成 */
p.f_22 {
  font-size: 22px;
}
/* Insert End 2022/02/16 yoshida-k 納品メモ作成 */
p span.f_w {
  font-weight: 600;
}
p span.f_pink {
  color: #EA6799;
}
p span.f_16b {
  font-size: 16px;
  font-weight: 600;
}
p span.f_18b {
  font-size: 18px;
  font-weight: 600;
}
p span.f_22b {
  font-size: 22px;
  font-weight: 600;
}
p a:link {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  p.pt_40 {
    padding-top: 20px;
  }
  .lr3p p {
    margin: 0 3%;
  }
  p.mlr_3p {
    margin-left: 3%;
    margin-right: 3%;
  }
}

/*==========================================
 ul 共通
===========================================*/
ul.pagination {
  display: flex;
  gap: 10px;
}

/*==========================================
 img 共通
===========================================*/
img.error {
  width: 71px;
  height: 79px;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
}

/*==========================================
 ボタン 共通
===========================================*/
main .downBtn {
  width: 300px;
  margin: 10px auto 30px;
}
main .downBtn a img {
  width: 94px;
  height: auto;
  padding: 0 5px 0 0;
}
main .downBtn a:nth-child(3) img {
  padding: 0;
}
main p.hintBtn {
  display: inline-block;
  position: relative;
}
main p.hintBtn a {
  position: absolute;
  right: -60px;
  top: 2px;
}
main p.hintBtn a img {
  width: 53px;
  height: 17px;
}

main p.hintBtnTop a img {
  width: 53px;
  height: 17px;
}

main .open_btn {
  width: 300px;
  margin: 0 auto;
}
main .open_btn.mt_40 {
  margin-top: 40px;
}
main .open_btn.ty01 {
  width: 200px;
}
main .open_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  text-align: center;
}
main .open_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main .open_btn a::before {
  position: absolute;
  left: 45px;
  top: 7px;
  width: 24px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_open_01.svg");
}
main .open_btn.ty01 a::before {
  left: 40px;
}
main .open_btn.close a::before {
  left: 30px;
  content: url("/cline/ec/images/renew/icon_close_01.svg");
}

main .backBtn {
  width: 300px;
  margin: 0 auto;
}
main .backBtn a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 11px 0 0;
  box-sizing: border-box;
  background-color: #EE86AE;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
main .backBtn input[type="submit"],
main .backBtn input[type="button"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 2px 0 0;
  box-sizing: border-box;
  background-color: #EE86AE;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
main .backBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

main .linkBtn {
  width: 300px;
  margin: 0 auto 30px;
}
main .linkBtn a {
  display: block;
  width: 100%;
  height: 58px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
main .linkBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main .linkBtn input[type="submit"] {
  display: block;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
main .linkBtn input[type="submit"]:hover {
  opacity: 0.7;
}

main .recalculationBtn {
  width: 120px;
  margin: 0 auto;
}
main .recalculationBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 0 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #EA6799;
  border-radius: 4px;
  font-size: 18px;
  color: #EA6799;
  text-align: center;
}
main .recalculationBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

main .cartReset {
  width: 120px;
  margin: 0 auto;
}
main .cartReset a {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  padding: 2px 0 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 13px;
  color: #97755C;
  text-align: center;
}
main .cartReset a:hover {
  text-decoration: none;
  opacity: 0.7;
}

main .nextBtn01 {
  width: 200px;
  margin: 0 auto;
}
main .nextBtn01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 11px 0 0 20px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}
main .nextBtn01 a::before {
  position: absolute;
  left: 40px;
  top: 7px;
  width: 24px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_yaji_02.svg");
}
main .nextBtn01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}


main .nextBtn02 {
  width: 300px;
  margin: 10px auto;
}
main .nextBtn02 a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 11px 0 0 20px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}
main .nextBtn02 a::before {
  position: absolute;
  left: 25px;
  top: 8px;
  width: 24px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_yaji_02.svg");
}
main .nextBtn02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

main .pageup01 {
  width: 130px;
  margin: 30px auto;
}
main .pageup01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  padding: 11px 0 0 20px;
  box-sizing: border-box;
  background-color: #EE86AE;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
main .pageup01 a::before {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 7px;
  height: 11px;
  content: url("/cline/ec/images/renew/icon_yaji_01.svg");
  transform: rotate(90deg);
}
main .pageup01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

main .linkbox {
  width: 300px;
  margin: 10px auto;
}
main .linkbox.mt_5 {
  margin-top: 5px;
}
main .linkbox a,
main .linkbox input[type="button"] {
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
main .linkbox input[type="button"] {
  padding: 2px 0 0;
}
main .linkbox.b_pink a {
  background-color: #EE86AE;
  color: #fff;
}
main .linkbox.b_beige a,
main .linkbox input[type="button"]  {
  background-color: #fff;
  border: 1px solid #97755C;
  color: #97755C;
}
main .linkbox a:hover,
main .linkbox input[type="button"]:hover {
  text-decoration: none;
  opacity: 0.7;
}
main .linkbox input[type="submit"] {
  -webkit-appearance: none;
  width: 300px;
  height: 58px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
main .linkbox input[type="submit"].b_pink {
  background-color: #EE86AE;
  color: #fff;
}
main .linkbox input[type="submit"].b_beige {
  background-color: #E6DED8;
}
main .linkbox input[type="submit"]:hover {
  opacity: 0.7;
}

main .yajiLink {
  margin: 20px 0;
}
main .yajiLink a {
  position: relative;
  padding: 0 0 0 20px;
  text-decoration: underline;
}
main .yajiLink a::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  content: url("/cline/ec/images/renew/icon_yaji_03.svg");
  transform: rotate(-90deg);
}
main .yajiLink a:hover {
  text-decoration: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .open_btn a {
    padding: 11px 0 0 20px;
  }
}

/*==========================================
 テキスト装飾 共通
===========================================*/
main .waku_lr {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  border: 2px solid #EE86AE;
  box-sizing: border-box;
}
main .waku_lr p:last-child {
  padding: 0;
}
main .waku_b_beige {
  width: 100%;
  margin: 0 0 50px;
  padding: 10px;
  background-color: #F4F1EE;
  box-sizing: border-box;
  border-radius: 10px;
}
main .waku_b_beige.w300 {
  width: 300px;
  margin: 0 auto 30px;
}
main .waku_b_beige.mb_5 {
  margin-bottom: 5px;
}
main .waku_b_beige.mb_20 {
  margin-bottom: 20px;
}
main .waku_b_beige.mb_30 {
  margin-bottom: 30px;
}
main .waku_b_beige p {
  padding: 0;
  text-align: center;
}
main .waku_b_beige p span {
  font-size: 18px;
  font-weight: 300;
}
main .waku_b_beige p span.f_w {
  font-size: 18px;
  font-weight: 600;
}
main .waku_b_beige p span.f_w22 {
  font-size: 22px;
  font-weight: 600;
}
main .waku_b_beige p.t_left {
  text-align: left;
}
main .f_area .f_area_R .waku_b_beige p br {
  display: block;
}
main .waku_b_gray {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #E6E6E6;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 1.4;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .waku_lr {
    width: 94%;
    margin: 0 3% 15px;
    padding: 5px;
  }
  main .waku_b_beige {
    width: 94%;
    margin: 0 3% 30px;
  }
  main .waku_b_beige.w300 {
    width: 94%;
    margin: 0 3% 30px;
  }
  main .waku_b_beige.w_full {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 0;
  }
  main .waku_b_beige.mb_5 {
    margin-bottom: 5px;
  }
  main .f_area .f_area_R .waku_b_beige {
    width: 100%;
    margin: 0 0 30px;
  }
  main .f_area .f_area_R .waku_b_beige p span,
  main .f_area .f_area_R .waku_b_beige p span.f_w {
    font-size: 16px;
  }
  main .waku_b_gray {
    width: 94%;
    margin: 0 3% 20px;
  }
}

/*==========================================
 表組み 共通
===========================================*/
main .table_ty01 table {
  width: 100%;
}
main .table_ty01 table tr {
  border-bottom: 1px dotted #B3B3B3;
}
main .table_ty01 table tr:last-child {
  border-bottom: none;
}
main .table_ty01 table th {
  padding: 10px 5px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_ty01 table td {
  padding: 10px 5px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}

main .table_ty02 {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border: 2px solid #E6DED8;
  box-sizing: border-box;
  border-radius: 6px;
}
main .table_ty02:last-child {
  margin-bottom: 0;
}
main .table_ty02 table {
  width: 100%;
}
main .table_ty02 table tr {
  background-color: #F4F1EE;
}
main .table_ty02 table tr:nth-child(odd) {
  background-color: #fff;
}
main .table_ty02 table th {
  padding: 10px 10px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_ty02 table td {
  padding: 10px 10px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_ty02 table tr:nth-last-child(-n+2) {
  display: none;
}

main .table_ty03 table {
  width: 100%;
  margin: 0 0 20px;
  border-top: 1px solid #E6DED8;
}
main .table_ty03 table tr {
  border-bottom: 1px solid #E6DED8;
}
main .table_ty03 table th {
  width: 280px;
  padding: 10px 15px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #F4F1EE;
}
main .table_ty03 table td {
  padding: 10px 5px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
/* Insert Start 2022/01/27 dono 納品メモ作成 */
main .table_ty03_03 table {
  width: 100%;
  margin: 0 0 20px;
  border-top: 0.5px solid #E6DED8;
}
main .table_ty03_03 table tr {
  border-bottom: 1px solid #E6DED8;
}
main .table_ty03_03 table th {
  width: 128px;
  padding: 10px 15px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #F4F1EE;
}
main .table_ty03_03 table td {
  padding: 10px 5px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
/* Insert end 2022/01/27 dono 納品メモ作成 */

main .table_ty04 table {
  width: 100%;
  margin: 30px 0 20px;
}
main .table_ty04 table th {
  padding: 10px 15px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #E6DED8;
}
main .table_ty04 table td {
  padding: 10px 15px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_ty04 table th:nth-child(1),
main .table_ty04 table td:nth-child(1) {
  width: 230px;
  border-right: 1px solid #CCCCCC;
}
main .table_ty04 table tr:nth-child(2n+1) {
  background-color: #F4F1EE;
}
main .table_ty04 table th span,
main .table_ty04 table td span,
main .table_ty04 table td a {
  font-weight: 600;
}

main .table_ty05 {
  width: 100%;
  margin: 30px 0 20px;
  padding: 0 0 20px;
  border: 2px solid #E6DED8;
  border-radius: 6px;
  box-sizing: border-box;
}
main .table_ty05 table {
  width: 100%;
  margin: 10px 0;
}
main .table_ty05 table td {
  padding: 10px 15px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_ty05 table td:nth-child(1) {
  width: 130px;
}
main .table_ty05 table tr:nth-child(2n+2) {
  background-color: #F4F1EE;
}
main .table_ty05 table td span,
main .table_ty05 table td a {
  font-weight: 600;
}

main .table_ty06 table {
  width: 100%;
}
main .table_ty06 table tr:last-child {
  font-weight: 600;
  border-top: 1px dotted #E6DED8;
}
main .table_ty06 table th {
  padding: 10px 5px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_ty06 table td {
  padding: 10px 350px 10px 5px;
  font-weight: 600;
  text-align: right;
  vertical-align: middle;
  line-height: 1.4;
}

main .table_ty07 {
  margin-bottom: 30px;
}
main .table_ty07 table {
  width: 100%;
  border-top: 1px solid #E6DED8;
}
main .table_ty07 table tr {
  border-bottom: 1px solid #E6DED8;
}
main .table_ty07 table tr:nth-child(even),
main .table_ty07 table tr.b_beige {
  background-color: #F4F1EE;
}

main .table_ty07 table th {
  padding: 10px 5px;
  width: 140px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #F4F1EE;
}
main .table_ty07.bk_w table th {
  background-color: #fff;
}
main .table_ty07 table td {
  padding: 10px 30px 10px 5px;
  font-weight: 300;
  text-align: right;
  vertical-align: middle;
  line-height: 1.4;
  border-left: 1px solid #E6DED8;
}
main .table_ty07 table tr:nth-child(2n+4) td {
  font-weight: 600;
}
main .table_ty07 table tr:nth-child(-n+2) td {
  padding: 10px 5px;
  text-align: center;
}
main .table_ty07 table tr.t_r td {
  padding: 10px 30px 10px 5px;
  text-align: right;
}
main .table_ty07.viewSet table tr:nth-child(n+3) {
  display: none;
}


main .table_ty08 table {
  width: 100%;
  margin: 0 0 20px;
}
main .table_ty08 table td {
  padding: 10px 15px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  word-break: break-all;
}
main .table_ty08 table td:nth-child(1) {
  width: 200px;
  font-weight: 300;
}
main .table_ty08 table tr:nth-child(2n+2) {
  background-color: #F4F1EE;
}

main .table_ty09 table {
  width: 300px;
  border-top: 1px solid #E6DED8;
  border-left: 1px solid #E6DED8;
  border-right: 1px solid #E6DED8;
}
main .table_ty09 table tr {
  border-bottom: 1px solid #E6DED8;
}
main .table_ty09 table th {
  padding: 10px 5px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  border-right: 1px solid #E6DED8;
  background-color: #F4F1EE;
}
main .table_ty09 table td {
  padding: 10px 5px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}


main .table_s_ty01 {
  min-width: 980px;
  margin: 0 0 20px 0;
}
main .table_s_ty01.mt_20 {
  margin-top: 20px;
}
main .table_s_ty01.mb_40 {
  margin-bottom: 40px;
}
main .table_s_ty01 .leftTable  {
  float: left;
  /* width: 100px; */
}
main .table_s_ty01 .leftTable table {
  width: 100%;
}
main .table_s_ty01 .rightTable {
  /* float: right; */
  /* width: 880px; */
  overflow-x:auto;
  -webkit-overflow-scrolling : touch
}
main .table_s_ty01 .rightTable table {
  width: 100%;
   border-left: 2px solid #ccc;
}

main .table_s_ty01 .rightTable.w2200 table {
   width: 2200px;
}
main .table_s_ty01 .rightTable.w1900 table {
   width: 1900px;
}
main .table_s_ty01 .rightTable.w1500 table {
   width: 1500px;
}
main .table_s_ty01 .rightTable.w1200 table {
   width: 1200px;
}
main .table_s_ty01 .rightTable.w1300 table {
   width: 1300px;
}
main .table_s_ty01 .rightTable.w1000 table {
   width: 1000px;
}
main .table_s_ty01 table tr {
  background-color: #fff;
}
main .table_s_ty01 table tr.h_64 {
  height: 64px;
}

main .table_s_ty01 table tr:nth-child(odd) {
  background-color: #F4F1EE;
}

main .table_s_ty01.set_3 .leftTable table tr:nth-child(n+2) {
  height: 126px;
}
main .table_s_ty01.set_3 .leftTable table tr:nth-last-child(1) {
  /* height: 129px; */
  background-color: #E6DED8;
  /* border-top: 1px solid #fff; */
}
main .table_s_ty01.set_3 .rightTable table tr {
  height: 42px;
  background-color: #fff;
}
main .table_s_ty01.set_3 .rightTable table tr:nth-child(6n+5),
main .table_s_ty01.set_3 .rightTable table tr:nth-child(6n+6),
main .table_s_ty01.set_3 .rightTable table tr:nth-child(6n+7) {
  background-color: #F4F1EE;
}
main .table_s_ty01.set_3 .rightTable table tr:nth-last-child(-n+3) {
  background-color: #E6DED8;
  /* border-top: 1px solid #fff; */
}
main .table_s_ty01.set_3 .leftTable table td {
  line-height: 1.4;
}
main .table_s_ty01 table th {
  height: 64px;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #E6DED8;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_s_ty01 table td {
  padding: 10px 10px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
}
main .table_s_ty01 table th.t_right,
main .table_s_ty01 table td.t_right {
  text-align: right;
}



main .table_s_ty02 {
  min-width: 980px;
  margin: 0 0 20px 0;
  overflow-x:auto;
  -webkit-overflow-scrolling : touch
}
/* Insert Start 2022/01/26 yoshida-k 納品メモ作成 */
main .table_s_ty02.mt_20 {
  margin-top: 20px;
}
/* Insert End 2022/01/26 yoshida-k 納品メモ作成 */
main .table_s_ty02 table {
  width: 100%;
}
main .table_s_ty02.w1000 table {
  width: 1000px;
}
main .table_s_ty02.w1100 table {
  width: 1100px;
}
main .table_s_ty02.w1300 table {
  width: 1300px;
}
main .table_s_ty02.w1900 table {
  width: 1900px;
}
main .table_s_ty02.w2200 table {
  width: 2200px;
}
main .table_s_ty02 table tr {
  background-color: #fff;
}
main .table_s_ty02 table tr:nth-child(odd) {
  background-color: #F4F1EE;
}
main .table_s_ty02 table th {
  height: 64px;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #E6DED8;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_s_ty02 table td {
  padding: 10px 10px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .table_s_ty02 table th.t_right,
main .table_s_ty02 table td.t_right {
  text-align: right;
}
main .table_s_ty02 table td.f_b {
  font-weight: 600;
}
main .table_s_ty02 table td.unchked {
  background-color: #CCCCCC;
}
main .table_s_ty03 .leftTable  {
  float: left;
  width: 100px;
}
main .table_s_ty03 .leftTable table {
  width: 100%;
}
main .table_s_ty03 .rightTable {
  float: right;
  width: 880px;
  overflow-x:auto;
  -webkit-overflow-scrolling : touch
}
main .table_s_ty03 .rightTable table {
  width: 100%;
  border-left: 2px solid #ccc;
}
main .table_s_ty03.w1000 .rightTable table {
  width: 1000px;
}
main .table_s_ty03 {
  margin-bottom: 30px;
}
main .table_s_ty03 table {
  width: 100%;
  border-top: 1px solid #E6DED8;
}
main .table_s_ty03 table tr {
  border-bottom: 1px solid #E6DED8;
}
main .table_s_ty03 table tr:nth-child(even),
main .table_s_ty03 table tr.b_beige {
  background-color: #F4F1EE;
}

main .table_s_ty03 table th {
  padding: 10px 5px;
  width: 140px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #F4F1EE;
}
main .table_s_ty03 table tr:nth-child(3) th {
  font-weight: 300;
}
main .table_s_ty03.bk_w table th {
  background-color: #fff;
}
main .table_s_ty03 table td {
  padding: 10px 5px;
  font-weight: 300;
  text-align: right;
  vertical-align: middle;
  line-height: 1.4;
  border-left: 1px solid #E6DED8;
}
main .table_s_ty03 table tr:nth-child(2) td,
main .table_s_ty03 table tr:nth-child(4) td {
  font-weight: 600;
}
main .table_s_ty03 table tr:nth-child(1) td {
  padding: 10px 5px;
  text-align: center;
}
main .table_s_ty03.viewSet table tr:nth-child(n+3) {
  display: none;
}


/* 各種パターン */
main table th.w_th80 {
  width: 80px;
}
main .w_th120 table th {
  width: 120px;
}
main .w_th150 table th {
  width: 150px;
}
main .w_th250 table th {
  width: 250px;
}
main .h_32 table th {
  height: 32px;
}
main .w_r600 table td {
  padding-right: 600px;
  text-align: right;
}
main .mt20 table {
  margin-top: 20px;
}
main .mb20 table {
  margin-bottom: 20px;
}
main .mb50 table {
  margin-bottom: 50px;
}
main table th.f_b,
main table td.f_b {
  font-weight: 600;
}
main .t_right table td {
  text-align: right;
}
main .t_right_620 table td {
  padding: 12px 620px 12px 5px;
  text-align: right;
}
main .line_ty01 table tr:first-child {
  border-bottom: 1px solid #B3B3B3;
}
main .line_ty01 table tr:nth-last-child(2) {
  border-bottom: 1px solid #B3B3B3;
}
main table a {
  text-decoration: underline;
}
main table a:hover {
  text-decoration: none;
}
main table th.w_70 {
  width: 70px;
}
main table th.center {
  text-align: center;
}
main table th.left {
  text-align: left;
}
main table tr td.right {
  text-align: right;
}
main table th.b_l,
main table td.b_l {
  border-left: 1px solid #B3B3B3;
}
main table td a.stop {
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #97755C;
  cursor: pointer;
}
main table td a.stop:hover {
  opacity: 0.7;
}
main table td a.edit {
  padding: 2px 10px;
  background-color: #EE86AE;
  border: 1px solid #EE86AE;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
main table td a.edit:hover {
  opacity: 0.7;
}
main table td input[value="編集"],
main table td input[value="選択"] {
  padding: 2px 10px !important;
  background-color: #EE86AE;
  border: 1px solid #EE86AE;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
main table td input[value="削除"]:hover  {
  opacity: 0.7;
}
main table td input[value="削除"] {
  -webkit-appearance: none;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #97755C;
  cursor: pointer;
}
main table td input[value="削除"]:hover  {
  opacity: 0.7;
}
main table td a.delete {
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #97755C;
  cursor: pointer;
}
main table td a.delete:hover {
  opacity: 0.7;
}
main table td input[value="停止"] {
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #97755C;
  cursor: pointer;
}
main table td input[value="停止"]:hover {
  opacity: 0.7;
}

main table th input[type="checkbox"] {
  float: left;
  margin: 15px 10px 0 0;
}
main table td input[type="checkbox"] {
  margin: 0 10px 0 0;
}
main table th a.checkbox_Link,
main table td a.checkbox_Link {
  float: left;
}
main table td.nomail {
  background-color: #CCCCCC;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main table th.w_th80 {
    width: auto;
  }
  main .table_ty01 table th {
    padding: 8px 0;
  }
  main .table_ty01 table td {
    padding: 8px 0;
  }
  main .t_right_620 table td {
    padding: 12px 5px;
  }

  main .table_ty03 table th {
    width: 55%;
  }

  main .table_s_ty01 {
    min-width: auto;
    width: 100%;
  }

  main .table_ty05 {
    width: 94%;
    margin: 10px 3% 20px;
  }
  main .table_ty05 table {
    margin: 5px 0 10px;
  }

  main .table_ty06 {
    width: 94%;
    margin: 0 3%;
  }
  main .table_ty06 table th {
    padding: 10px 0;
  }
  main .table_ty06 table td {
    padding: 10px 30px 10px 0;
  }

  main .table_ty07 {
    margin-bottom: 20px;
  }
  main .table_ty07 table th {
    width: 50px;
  }
  main .table_ty07.w_70_sp table th {
    width: 70px;
  }
  main .table_ty07 table tr.t_r td {
    padding: 10px 5px;
}
  main .table_ty07 table td {
    padding: 10px 5px;
  }

  main .table_ty08 table td:nth-child(1) {
    width: 120px;
  }

  main .table_ty09 table {
    width: 300px;
    margin: 0 3%;
  }

  main .table_s_ty01 .leftTable table {
    width: 100%;
  }
  main .table_s_ty01 .rightTable table {
     min-width: auto;
  }
  main .table_s_ty01 .rightTable.sp_w400 table {
     width: 400px;
  }
  main .table_s_ty01 .rightTable.sp_w700 table {
     width: 700px;
  }

  main .table_s_ty02 {
    min-width: 100%;
  }
  main .table_s_ty02.sp_w600 table {
    width: 600px;
  }
  main .table_s_ty02.sp_w700 table {
    width: 700px;
  }
  main .table_s_ty02.sp_w800 table {
    width: 800px;
  }
  main .table_s_ty02.sp_w1000 table {
    width: 1000px;
  }

  main .table_ty02 {
    margin: 0 0 20px;
    padding: 0 0 30px;
  }
  main .table_ty02 table th {
    padding: 10px 10px;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
  }
  main .table_ty02 table td {
    padding: 10px 10px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
  }

  main .table_ty02 {
    width: 94%;
    margin: 0 3% 30px;
  }

  main .table_s_ty03 .leftTable table {
    width: 100%;
  }
  main .table_s_ty03 .rightTable table {
     width: 100%;
  }
  main .table_s_ty03 .rightTable.w_sp_800 table {
     width: 800px;
  }
  /* 各種パターン */
  main .sp_w94 table {
    width: 94%;
    margin: 0 3%;
  }
  main .w_th250 table th {
    width: 120px;
  }
  main .w_r600 table td {
    padding-right: 5px;
  }
  main .mt20 table {
    margin-top: 10px;
  }
  main .mb20 table {
    margin-bottom: 20px;
  }
  main .mb50 table {
    margin-bottom: 50px;
  }
  main table .sort-link {
    text-decoration: underline;
  }
  main table .sort-link:hover {
    text-decoration: none;
  }
}

/*==========================================
 フォーム 共通
===========================================*/
main .f_area {
  width: 100%;
}
main .f_area.mt_30 {
  margin-top: 30px;
}
main .f_area.mt_10 {
  margin-top: 10px;
}
/* Insert Start 2024/04/10 yoshida-k No.1368 */
main .f_area.mb_30 {
  margin-bottom: 30px;
}
/* Insert End 2024/04/10 yoshida-k No.1368 */
main .f_area .f_area_L {
  float: left;
  width: 340px;
  padding: 8px 5px;
  box-sizing: border-box;
}
main .f_area .f_area_R {
  float: right;
  width: 640px;
  padding: 10px 5px 10px 0;
  box-sizing: border-box;
}
main .f_area .f_area_R .f_left {
  float: left;
  padding: 0 0 20px;
}
main .f_area .f_area_full {
  width: 100%;
  padding: 8px 5px;
  box-sizing: border-box;
}
main .f_area .f_area_L.pt_0,
main .f_area .f_area_R.pt_0,
main .f_area .f_area_full.pt_0 {
  padding-top: 0;
}
main .f_area .f_area_L.pb_0,
main .f_area .f_area_R.pb_0,
main .f_area .f_area_full.pb_0 {
  padding-bottom: 0;
}
/* Insert Start 2024/04/10 yoshida-k No.1368 */
main .f_area .f_area_L.mt_5 {
  margin-top: 5px;
}
/* Insert End 2024/04/10 yoshida-k No.1368 */
main .f_area .f_area_R.mt_5 {
  margin-top: 5px;
}
/* Insert Start 2024/04/10 yoshida-k No.1368 */
main .f_area .f_area_L.pt_10 {
  padding-top: 10px;
}
main .f_area .f_area_L.pb_10 {
  padding-bottom: 10px;
}
main .f_area .f_area_R.pt_8 {
  padding-top: 8px;
}
/* Insert End 2024/04/10 yoshida-k No.1368 */
main .f_area .f_area_R p {
  padding: 0 0 0 5px;
  font-size: 16px;
}
main .f_area .f_area_R p.f_600 {
  padding: 0 0 10px 5px;
  font-weight:600;
  font-size: 16px;
  line-height: 1;
}
main .f_area .f_area_R .maildate {
  display: inline-block;
}
main .f_area .f_area_R span.va_top {
  padding: 0 0 0 15px;
}
main .f_area .f_area_R p.p_30 {
  padding-top: 30px;
}
main .f_area .f_area_R br {
  display: none;
}
main .f_area .f_area_R br.block {
  display: block;
}

main .f_area .f_area_R .table_f_ty01 {
  margin: 10px 0 20px;
}
main .f_area .f_area_R .table_f_ty01 table {
  width: 100%;
}
main .f_area .f_area_R .table_f_ty01 table th {
  padding: 10px 15px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #F4F1EE;
}
main .f_area .f_area_R .table_f_ty01 table td {
  padding: 10px 15px;
  font-weight: 300;
  vertical-align: middle;
  line-height: 1.4;
  border-bottom: 1px solid #F4F1EE;
}
main .f_area .f_area_R .table_f_ty01 table tr td:nth-child(1) {
  width: 340px;
}
main .f_area .f_area_R .table_f_ty01 table td span {
  font-weight: 600;
}

main .f_area .f_area_L p,
main .f_area .f_area_full p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
main .f_area .f_area_L p.f_16 {
  font-size: 16px;
  font-weight: 300;
}
main .f_area_wide {
  width: 970px;
  margin: 0 5px 20px;
  padding: 15px 10px;
  box-sizing: border-box;
}
main .f_area_wide.beige {
  background-color: #F4F1EE;
}
main .f_area_wide .f_area_L {
  float: left;
  padding: 0 10px 0 0;
}
main .f_area_wide .f_area_R {
  float: left;
}
main .f_area_wide p {
  padding: 6px 0 0;
  line-height: 1;
}
main .f_area_wide p a {
  text-decoration: underline;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_area {
    width: 94%;
    margin: 0 3%;
  }
  main .f_area.mt_30 {
    margin-top: 20px;
  }
  main .f_area .f_area_L {
    float: none;
    width: 100%;
    padding: 8px 0;
  }
  main .f_area .f_area_R {
    float: none;
    width: 100%;
    padding: 0 0 15px;
  }
  main .f_area .f_area_R.f_left {
    float: left;
    padding: 0;
  }
  main .f_area .f_area_full {
    width: 100%;
    padding: 0 0 15px;
  }
  main .f_area .f_area_R p {
    padding: 0;
  }
  main .f_area .f_area_R p.f_600 {
    padding: 0 0 10px 0;
  }
  main .f_area .f_area_R p.p_30 {
    padding-top: 30px;
  }
  main .f_area .f_area_R span.va_top {
    padding: 0 10px 0 0;
  }
  main .f_area .f_area_R br {
    display: block;
  }

  main .f_area .f_area_R .table_f_ty01 table tr td {
    padding: 10px 0 10px 5px;
  }
  main .f_area .f_area_R .table_f_ty01 table tr td:nth-child(1) {
    width: 120px;
  }

  main .f_area.onFl .f_area_L {
    float: left;
    width: 115px;
    padding: 8px 5px 15px 0;
    box-sizing: border-box;
  }
  main .f_area.onFl .f_area_R {
    float: left;
    width: auto;
    padding: 8px 5px 15px 0;
    box-sizing: border-box;
  }

  main .f_area .f_area_L.pb_0,
  main .f_area .f_area_R.pb_0,
  main .f_area .f_area_full.pb_0 {
    padding-bottom: 0;
  }
  main .f_area .f_area_R.mt_5 {
    margin-top: 0;
  }
  main .f_area .f_area_L p,
  main .f_area .f_area_full p {
    padding-bottom: 0;
    font-size: 18px;
  }

  main .f_area_wide {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 3%;
  }
  main .f_area_wide p a {
    line-height: 1.4;
  }
}



main .f_area .f_area_R input[type="text"],
main .f_area .f_area_full input[type="text"],
main .f_area .f_area_R input[type="tel"],
main .f_area .f_area_full input[type="tel"],
main .f_area .f_area_R input[type="password"],
main .f_area .f_area_full input[type="password"] {
  height: 40px;
  margin: 0 5px 0;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .f_area .f_area_R input[type="text"].bc_w,
main .f_area .f_area_full input[type="text"].bc_w,
main .f_area .f_area_R input[type="tel"].bc_w,
main .f_area .f_area_full input[type="tel"].bc_w {
  background-color: #fff;
}
main .f_area .f_area_R input[type="text"]:first-child,
main .f_area .f_area_R input[type="tel"]:first-child {
  margin: 0 5px 0 0;
}
main .f_area .f_area_full input[type="text"].wfull,
main .f_area .f_area_full input[type="tel"].wfull {
  width: 100%;
  margin: 0;
}
main .f_area .f_area_R input[type="text"].w180,
main .f_area .f_area_R input[type="tel"].w180 {
  width: 180px;
}
main .f_area .f_area_R input[type="text"].w140,
main .f_area .f_area_R input[type="tel"].w140 {
  width: 140px;
}
main .f_area .f_area_R input[type="text"].w130,
main .f_area .f_area_R input[type="tel"].w130 {
  width: 130px;
}
main .f_area .f_area_R input[type="text"].w100,
main .f_area .f_area_R input[type="tel"].w100 {
  width: 100px;
}
/* Insert Start 2022/01/11 yoshida-k 納品メモ作成 */
main .f_area .f_area_R input[type="text"].w300,
main .f_area .f_area_R input[type="tel"].w300 {
  width: 300px;
}
/* Insert End 2022/01/11 yoshida-k 納品メモ作成 */
main .f_area .f_area_R input[type="text"].wfull,
main .f_area .f_area_R input[type="tel"].wfull {
  width: 100%;
}
main .f_area .f_area_R .wfull input[type="text"],
main .f_area .f_area_R .wfull input[type="tel"],
main .f_area .f_area_full .wfull input[type="text"] {
  width: 100%;
  margin: 0;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_area .f_area_R input[type="text"],
  main .f_area .f_area_R input[type="tel"] {
    padding: 2px 10px 0;
  }
  main .f_area .f_area_R input[type="text"]::-webkit-input-placeholder,
  main .f_area .f_area_R input[type="tel"]::-webkit-input-placeholder {
    line-height: 1;
  }
  main .f_area .f_area_R input[type="text"].w180,
  main .f_area .f_area_R input[type="tel"].w180 {
    width: 175px;
  }
  main .f_area .f_area_R input[type="text"].w100,
  main .f_area .f_area_R input[type="tel"].w100 {
    width: 26%;
  }
  /* Insert Start 2022/01/11 yoshida-k 納品メモ作成 */
  main .f_area .f_area_R input[type="text"].w300,
  main .f_area .f_area_R input[type="tel"].w300 {
    width: 70%;
  }
  /* Insert End 2022/01/11 yoshida-k 納品メモ作成 */
  main .f_area .f_area_R input[type="text"].wfull,
  main .f_area .f_area_R input[type="tel"].wfull {
    margin: 0;
  }
}


main .f_area .f_area_R ul {
  padding: 5px 0 0;
  list-style-type: none;
}
main .f_area .f_area_R ul li {
  float: left;
  padding: 0 30px 0 0;
  font-size: 16px;
}
main .f_area .f_area_R ul li input[type="radio"] {
  margin: -2px 5px 0 0;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_area .f_area_R ul {
    padding: 0;
  }
  main .f_area .f_area_R ul li {
    padding: 0 30px 15px 0;
  }
  main .f_area .f_area_R ul.f_no li {
    float: none;
  }
  main .f_area .f_area_R ul li input[type="radio"] {
    margin: -3px 5px 0 0;
  }
}


main .f_area input[type="checkbox"] {
  margin: -2px 5px 0 0;
  transform: scale(1.5);
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_area input[type="checkbox"] {
    margin: -5px 5px 0 0;
  }
}

main .f_area .f_select {
  position: relative;
  display: inline-block;
}
main .f_area .f_select::after{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin: -2px 0 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
    content: '';
}
main .f_area .f_select.w_300 select {
  width: 300px;
}
main .f_area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 3px 30px 0 10px;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}
main .f_area select::-ms-expand {
  display: none;
}
main .f_area select.w_300 {
  width: 300px;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_area .f_select::after {
    top: 18px;
    margin: 0;
  }
  /* Insert Start 2024/04/23 yoshida-k No.1368 */
  main .f_area .f_select.w_sp_300 select {
    width: 300px;
  }
  /* Insert End 2024/04/23 yoshida-k No.1368 */
  main .f_area select {
    margin: 0 10px 15px 0;
  }
  main .f_area select.mb_0 {
    margin: 0 10px 0 0;
  }
  main .f_area .f_area_R.mb_0 select {
    margin-bottom: 0;
  }
}


main .f_area .f_area_R input[type="submit"],
main .f_area .f_area_R input[type="button"] {
  -webkit-appearance: none;
  width: 300px;
  height: 58px;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 3px 0px 0px #d63474;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
main .f_area .f_area_R input[type="button"].changeBtn {
  -webkit-appearance: none;
  width: 160px;
  height: 40px;
  margin-left: 24px;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 3px 0px 0px #d63474;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
main .f_area .f_area_R input[type="submit"].small {
  width: auto;
  height: 31px;
  margin: 0 0 10px;
  padding: 3px 20px 0 20px;
  font-size: 15px;
  font-weight: 300;
}
main .f_area .f_area_R input[type="submit"]:hover,
main .f_area .f_area_R input[type="button"]:hover {
  opacity: 0.7;
}

main .f_area_wide input[type="submit"].fileDelete {
  -webkit-appearance: none;
  width: 100px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #97755C;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  color: #97755C;
  font-weight: 300;
  cursor: pointer;
}
main .f_area_wide input[type="submit"].fileDelete:hover {
  opacity: 0.7;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_area .f_area_R input[type="submit"] {
    display: block;
    margin: 0 auto;
  }
  main .f_area .f_area_R input[type="submit"].small {
    display: block;
    margin: 0 0 20px;
  }
}

main .f_area .f_area_R .resetBtn {
  position: relative;
  margin: 30px 0 10px;
  padding: 0 0 0 30px;
}
main .f_area .f_area_R .resetBtn::before {
  position: absolute;
  left: 0;
  /* top: 0; */
  top: -3px;
  width: 23px;
  height: 23px;
  content: url("/cline/ec/images/renew/icon_reset_01.svg");
}
main .f_area .f_area_R .resetBtn.close::before {
  content: url("/cline/ec/images/renew/icon_close_01.svg");
}
main .f_area .f_area_R .resetBtn.close a {
  padding: 0 0 0 10px;
  font-size: 16px;
}
main .f_area .f_area_R input[type="reset"] {
  background-color: transparent;
  border: none;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
main .f_area .f_area_R input[type="reset"]:hover {
  text-decoration: none;
}
main .f_area .f_area_R input[type="reset"]:focus {
  outline: 0;
}


/* スマホ用 */
/* @media only screen and (max-width: 767px) {
  main .f_area .f_area_R .resetBtn {
    width: 120px;
    height: 40px;
    padding: 0 0 0 15px;
    background: #fff;
    border: 1px solid #EA6799;
    font-size: 18px;
    color: #EA6799;
    text-align: center;
  }
  main .f_area .f_area_R .resetBtn::before {
    top: 3px;
  }
} */

main .f_agree {
  width: 300px;
  margin: 20px auto;
}
main .f_agree ul {
  list-style-type: none;
}
main .f_agree ul li {
  float: left;
  padding: 0 30px 0 0;
  font-size: 16px;
}
main .f_agree ul li input[type="radio"] {
  margin: -2px 5px 0 0;
}
main .f_agree a.f_agree_no,
main .f_agree a.f_agree_yes,
main .f_agree input[type="submit"],
main .f_agree input[value="はい"],
main .f_agree input[value="いいえ"] {
  -webkit-appearance: none;
  display: block;
  width: 140px;
  height: 60px;
  padding: 22px;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
main .f_agree input[type="submit"],
main .f_agree input[value="はい"],
main .f_agree input[value="いいえ"]  {
  padding: 2px 0 0;
}
main .f_agree a.f_agree_no:hover,
main .f_agree a.f_agree_yes:hover,
main .f_agree input[type="submit"]:hover,
main .f_agree input[value="はい"]:hover,
main .f_agree input[value="いいえ"]:hover {
  opacity: 0.7;
  text-decoration: none;
}
main .f_agree a.f_agree_yes,
main .f_agree input[type="submit"],
main .f_agree input[value="はい"] {
  float: right;
  background-color: #EA6799;
  box-shadow:0px 3px 0px 0px #d63474;
  color: #fff;
}
main .f_agree a.f_agree_no,
main .f_agree input[value="いいえ"] {
  float: left;
  background-color: #CCCCCC;
  box-shadow:0px 3px 0px 0px #999999;
  color: #333;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_agree ul li {
    padding: 0 30px 15px 0;
  }
  main .f_agree ul li input[type="radio"] {
    margin: -3px 5px 0 0;
  }
}

/* テキストエリア */
main .f_area textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .f_area textarea.h_80 {
  height: 80px;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .f_area textarea {
    height: 150px;
  }
}



/*==========================================
 検索結果 共通
===========================================*/
main .searchList {
  width: 100%;
}
main .searchList ul {
  list-style-type: none;
}
main .searchList ul li {
  float: left;
  margin: 0 5px 10px;;
  padding: 5px 10px 6px;
  background-color: #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
}

main .searcArea {
  width: 300px;
  margin: 35px auto;
}

main .searcArea.mb_10 {
  margin-bottom: 10px;
}
main .searcArea p {
  font-size: 18px;
  font-weight: 600;
}
main .searcArea p span {
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: 300;
}
main .searcArea p.caution {
  font-size: 16px;
  font-weight: 300;
  color: #CF2B4F;
}
main .searcArea .f_select {
  position: relative;
  display: inline-block;
  width: 100%;
}
main .searcArea .f_select::after{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin: -2px 0 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
    content: '';
}
main .searcArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  margin: 5px 10px 0 0;
  padding: 3px 10px 0;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  font-size: 16px;
}
main .searcArea select::-ms-expand {
  display: none;
}

main .searchPage {
  width: 300px;
  margin: 30px auto 0;
}
main .searchPage ul {
  display: table;
  table-layout: fixed;
  list-style-type: none;
  margin: 0 auto;
}
main .searchPage ul li {
  display: table-cell;
  text-align: center;
  padding: 0 4px 0 0;
}
main .searchPage ul li a {
  display: block;
  width: 45px;
  height: 30px;
  margin: 0 5%;
  padding: 7px 0 0;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #E6DED8;
  border: 1px solid #E6DED8;
  font-size: 14px;
  text-align: center;
}
main .searchPage ul li.active a {
  background-color: #fff;
  border: 1px solid #E6DED8;
}
main .searchPage ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* main .searchNP {
  width: 300px;
  margin: 10px auto 0;
} */
main .searchNP ul {
  list-style-type: none;
}
main .searchNP ul li:nth-child(1) {
  float: left;
}
main .searchNP ul li:nth-child(2) {
  float: right;
}
main .searchNP ul li a {
  display: none;
  font-size: 14px;
  text-decoration: underline;
}
main .searchNP ul li a:hover {
  text-decoration: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .searchList {
    position: static;
    width: 94%;
    height: auto;
    margin: 0 3%;
  }
  main .searchList ul {
    position: static;
    margin: 0;
  }
  main .searchList ul li {
    margin: 0 5px 5px 0;
  }

  main .searcArea {
    width: 94%;
    margin: 10px 3%;
  }
  main .searcArea.sp_w300 {
    width: 300px;
    margin: 10px auto 20px;
  }

  main .searcArea .f_select::after {
    top: 24px;
    margin: 0;
  }
  main .searcArea select {
    width: 100%;
    height: 40px;
    margin: 5px 10px 0 0;
    padding: 3px 10px 0;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
  }
}

/*==========================================
 カート・商品を探す
===========================================*/
main .cartSearch {
  width: 100%;
  /* height: 237px; */
  padding: 15px;
  box-sizing: border-box;
  border: 4px solid #E6DED8;
}
main .cartSearch h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 17px;
}
main .cart_search_ty2 {
}
main .cart_search_keyword {
  margin: 0 0 28px;
}
main .cart_search_keyword .cart_search_keyword_L {
  float: left;
}
main .cart_search_keyword .cart_search_keyword_R {
  float: left;
  margin: 0 0 0 35px;
}

main .cart_search_keyword input[type="text"] {
  height: 40px;
  width: 250px;
  margin: 0 5px 0 0;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .cart_search_keyword input[type="submit"] {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  background-color: #EE86AE;
  background-image: url("/cline/ec/images/renew/icon_search_01.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 17px 19px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
main .cart_search_keyword input[type="submit"]:hover {
  opacity: 0.7;
}
main .cart_search_keyword .f_select {
  position: relative;
  display: inline-block;
}
main .cart_search_keyword .f_select::after{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin: -2px 0 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
    content: '';
}
main .cart_search_keyword select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 3px 30px 0 10px;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}
main .cart_search_keyword select::-ms-expand {
  display: none;
}

main .cartSearchDirect {
}
main .cartSearchDirect .cartSearchDirectBox {
  float: left;
  margin: 0 15px 0 0;
}
main .cartSearchDirect .cartSearchDirectBox p {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
}
main .cartSearchDirect .cartSearchDirectBox input[type="text"],
main .cartSearchDirect .cartSearchDirectBox input[type="tel"] {
  height: 40px;
  width: 90px;
  margin: 10px 5px 0 5px;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .cartSearchDirect .cartSearchDirectBox input[type="submit"] {
  -webkit-appearance: none;
  width: 280px;
  height: 58px;
  margin: 10px 0 0 30px;
  background-color: #E6DED8;
  background-image: url("/cline/ec/images/renew/icon_cart_02.svg");
  background-repeat: no-repeat;
  background-position: 35px 14px;
  background-size: 29px 29px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
main .cartSearchDirect .cartSearchDirectBox input[type="submit"]:hover {
  opacity: 0.7;
}

main .itemArea {
  opacity: 0;
  width: 1008px;
  margin: 40px 0 40px -28px;
}
main .itemArea .itemBox {
  float: left;
  width: 224px;
  margin: 0 0 40px 28px;
}
main .itemArea .itemBox img {
  width: 224px;
  height: auto;
}
main .itemArea .itemBox p {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
main .itemArea a:hover {
  text-decoration: none;
}
main .itemArea .itemBox h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: underline;
}
main .itemArea .itemBox h3:hover {
  text-decoration: none;
}

main .cart_Left {
  float: left;
  width: 370px;
  margin: 0 0 40px;
}
main .cart_Left .cart_item_img {
  position: relative;
  width: 370px;
  height: 370px;
}
main .cart_Left .cart_item_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: 370px;
}
main .cart_Left .cart_item_thumbnail {
  width: 396px;
  margin: 20px 0 0 -26px;
}
main .cart_Left .cart_item_thumbnail img {
  width: 40px;
  height: 40px;
  margin: 0 0 10px 26px;
  cursor: pointer;
}
main .cart_Left .cart_item_thumbnail img:hover {
  opacity: 0.7;
}
main .cart_Left .cart_item_thumbnail p.cart_item_text {
}


main .cart_Right {
  float: right;
  width: 543px;
  margin: 0 0 40px;
}

main .cart_Right .cart_item_select {
  margin: 0 0 30px;
}
main .cart_Right .cart_item_select .c_area {
  width: 300px;
}
main .cart_Right .cart_item_select .c_area .c_area_L {
  float: left;
}
main .cart_Right .cart_item_select .c_area .c_area_L p {
  font-size: 18px;
  font-weight: 600;
}
main .cart_Right .cart_item_select .c_area .c_area_R {
  float: right;
}

main .cart_Right .cart_item_select .c_area .c_area_R .c_select {
  position: relative;
  display: inline-block;
}
main .cart_Right .cart_item_select .c_area .c_area_R .c_select::after{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin: -2px 0 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
    content: '';
}
main .cart_Right .cart_item_select .c_area .c_area_R select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 180px;
  height: 40px;
  margin: 0;
  padding: 3px 30px 0 10px;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}
main .cart_Right .cart_item_select .c_area .c_area_R select::-ms-expand {
  display: none;
}
main .cart_Right .cart_item_select .c_area .c_area_R select.w_300 {
  width: 300px;
}
main .cart_Right .cart_item_select .c_area .c_area_R input[type="tel"] {
  height: 40px;
  width: 180px;
  margin: 0;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .cart_Right .cart_submit {
  position: relative;
  width: 300px;
  height: 58px;
}
main .cart_Right .cart_submit input[type="submit"] {
  -webkit-appearance: none;
  width: 300px;
  height: 58px;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 3px 0px 0px #d63474;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
main .cart_Right .cart_submit input[type="submit"]:hover {
  opacity: 0.8;
}
main .cart_Right .cart_submit::before {
  position: absolute;
  left: 45px;
  top: 14px;
  width: 29px;
  height: 29px;
  content: url("/cline/ec/images/renew/icon_cart_03.svg");  
}
main .cart_Right .cart_coordinate {
  width: 300px;
  height: 30px;
  margin: 20px 0 0;
  padding: 4px 0 0;
  border: 1px solid #97755C;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}
main .cart_Right .cart_coordinate a {
  position: relative;
  font-size: 13px;
  color: #97755C;
}
main .cart_Right .cart_coordinate a::before {
  position: absolute;
  left: -18px;
  top: 2px;
  width: 12px;
  height: 7px;
  content: url("/cline/ec/images/renew/icon_yaji_04.svg");
}

main .cart_size table {
  width: 100%;
  margin: 0 0 40px;
  border-bottom: 1px solid #E6DED8;
}
main .cart_size.ty02 table {
  margin: 0;
  border-bottom: none;
}
main .cart_size table tr:nth-child(n+3) {
  border-top: 1px solid #E6DED8;
}
main .cart_size table th {
  padding: 10px 15px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #E6DED8;
}
main .cart_size table tr:nth-child(1) th {
  background-color: #F4F1EE;
}
main .cart_size table tr th:nth-child(1) {
  width: 650px;
}
main .cart_size table td {
  padding: 10px 15px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .cart_size table tr td:nth-child(2) {
  font-weight: 600;
  color: #CF2B4F;
}
main .cart_size table tr td span {
  color: #C1272D;
}
main .cart_size table tr td img {
  padding: 0 10px 0 0;
}


main .cart_info table {
  width: 100%;
  margin: 0 0 40px;
  border-top: 1px solid #E6DED8;
}
main .cart_info table tr {
  border-bottom: 1px solid #E6DED8;
}
main .cart_info table th {
  width: 90px;
  padding: 10px 15px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  background-color: #F4F1EE;
}
main .cart_info table td {
  padding: 10px 5px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
main .cart_info table td img {
  padding: 5px 0 0;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .cart_search_ty2 {
    width: 94%;
    margin: 0 3%;
  }
  main .cart_search_keyword {
    margin: 0 0 28px;
  }
  main .cart_search_keyword .cart_search_keyword_L {
    float: none;
    margin: 0 0 10px;
  }
  main .cart_search_keyword .cart_search_keyword_R {
    float: none;
    margin: 0;
  }
  main .cart_search_keyword input[type="text"] {
    width: 85%;
    margin: 0 1% 0 0;
    padding: 0 10px 4px;
  }
  main .cart_search_keyword input[type="submit"] {
    width: 10%;
  }
  main .cart_search_keyword .f_select {
    width: 100%;
  }
  main .cart_search_keyword select {
    width: 100%;
  }

  main .cartSearchDirect .cartSearchDirectBox {
    float: none;
    margin: 0
  }
  main .cartSearchDirect .cartSearchDirectBox p {
    width: 28%;
    padding: 0;
  }
  main .cartSearchDirect .cartSearchDirectBox input[type="text"],
  main .cartSearchDirect .cartSearchDirectBox input[type="tel"] {
    width: 70%;
    margin: 10px 0 0;
    box-sizing: border-box;
  }
  main .cartSearchDirect .cartSearchDirectBox input[type="submit"] {
    width: 100%;
    margin: 30px 0 0 0;
    background-position: 15% 14px;
  }

  main .itemArea {
    width: 94%;
    margin: 30px 3% 30px;
  }
  main .itemArea a:nth-child(2n+1) .itemBox {
    float: left;
    width: 48%;
    margin: 0 0 30px 0;
  }
  main .itemArea a:nth-child(2n) .itemBox {
    float: right;
    width: 48%;
    margin: 0 0 30px 0;
  }
  main .itemArea .itemBox img {
    width: 100%;
    height: auto;
  }
  main .itemArea .itemBox p {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  main .itemArea a:hover {
    text-decoration: none;
  }
  main .itemArea .itemBox h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-decoration: underline;
  }
  main .itemArea .itemBox h3:hover {
    text-decoration: none;
  }

  main .cart_Left {
    float: none;
    width: 94%;
    margin: 30px 3% 0;
  }
  main .cart_Left .cart_item_img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  main .cart_Left .cart_item_img img {
    width: 300px;
    height: 300px;
  }
  main .cart_Left .cart_item_thumbnail {
    width: 104%;
    margin: 20px 0 0 -12px;
  }
  main .cart_Left .cart_item_thumbnail img {
    width: 40px;
    height: 40px;
    margin: 0 0 10px 12px;
  }

  main .cart_Right {
    float: none;
    width: 100%;
    margin: 0;
  }
  main .cart_Right p {
    margin: 0 3%;
  }
  main .cart_Right .cart_item_select {
    margin: 0 0 20px;
  }
  main .cart_Right .cart_item_select .c_area {
    width: 300px;
    margin: 0 auto 10px;
  }
  main .cart_Right .cart_item_select .c_area .c_area_L {
    width: 100px;
  }
  main .cart_Right .cart_item_select .c_area .c_area_L p {
    margin: 0;
  }
  main .cart_Right .cart_submit {
    margin: 0 auto;
  }
  main .cart_Right .cart_coordinate {
    margin: 20px auto 0;
  }

  main .cart_size table {
    margin: 0 0 20px;
  }
  main .cart_size table th {
    padding: 10px 5px;
  }
  main .cart_size table tr th:nth-child(1) {
    width: auto;
  }
  main .cart_size table td {
    padding: 10px 5px;
  }

  main .cart_info table {
    margin: 0 0 20px;
  }
  main .cart_info table th {
    width: 70px;
  }
}


main .cartListArea {
  margin: 0 0 50px;
  border-bottom: 1px solid #E6DED8;
}
main .cartListBox {
  padding: 15px 10px;
  border-top: 1px solid #E6DED8;
}
main .cartList {
  margin: 0 0 5px;
}
main .cartList p {
  padding: 0;
}
main .cartList p span.itemID {
  padding: 0 0 0 20px;
}
main .cartList p span.itemID a {
  font-weight: 600;
  text-decoration: underline;
}
main .cartList p span.itemID a:hover {
  text-decoration: none;
}
main .cartList p span {
  font-weight: 600;
}
main .cartList a.plus {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #E6DED8;
  border-radius: 4px;
}
main .cartList a.plus::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -7px 0 0 -7px;
  content: url("/cline/ec/images/renew/icon_plus_01.svg");
}
main .cartList a.minus {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #E6DED8;
  border-radius: 4px;
}
main .cartList a.minus::before {
  position: absolute;
  left: 50%;
  top: 90%;
  width: 15px;
  height: 2px;
  margin: -14px 0 0 -7px;
  content: url("/cline/ec/images/renew/icon_minus_01.svg");
}
main .cartList a.plus:hover,
main .cartList a.minus:hover {
  opacity: 0.7;
}
main .cartList input[type="tel"] {
  height: 34px;
  width: 50px;
  margin: -25px 5px 0 7px;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  text-align: right;
}

main .cartList .cartList_L {
  float: left;
  width: 150px;
}
main .cartList .cartList_L.full {
  width: 100%;
}

main .cartList .cartList_R {
  float: left;
}
main .cartList .cartList_R input[type="submit"] {
  -webkit-appearance: none;
  margin: 2px 0 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
main .cartList .cartList_R input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.7;
}
main .cartText {
  margin: 30px 0;
}
main .cartText p span{
  font-weight: 600;
}
main .cartText a {
  text-decoration: underline;
}
main .cartText a:hover {
  text-decoration: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .cartText {
    margin: 30px 3%;
  }
}


/*==========================================
 ログイン関連
===========================================*/
main .login_area {
  width: 100%;
}
main .login_area.pt_30 {
  padding-top: 30px;
}
main .login_area.pb_30 {
  padding-bottom: 30px;
}
main .login_area .login_box {
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
}
main .login_area .login_box.mt_10 {
  margin-top: 10px;
}
main .login_area .login_box h2 {
  margin: 0 0 10px;
  padding: 0 5px;
}
main .login_area .login_box input[type="text"],
main .login_area .login_box input[type="tel"],
main .login_area .login_box input[type="password"] {
  width: 180px;
  height: 40px;
  margin: 0 5px 0;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .login_area input[type="submit"] {
  -webkit-appearance: none;
  width: 300px;
  height: 58px;
  background-color: #EE86AE;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
main .login_area input[type="submit"].newuser {
  -webkit-appearance: none;
  width: 300px;
  height: 58px;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 3px 0px 0px #d63474;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
main .login_area input[type="submit"]:hover {
  opacity: 0.7;
}
main .login_area .link_bot {
  width: 300px;
  margin: 15px auto;
}
main .login_area .link_bot a {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  padding: 20px 0 0;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
main .login_area .link_bot a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main .login_area .link_bot.ty01 a {
  background-color: #EA6799;
  box-shadow: 0px 3px 0px 0px #D63474;
  color: #fff;
}
main .login_area .link_bot.ty02 a {
  background-color: #EE86AE;
  color: #fff;
}
main .login_area .link_bot.ty03 a {
  background-color: #E6DED8;
}
main .login_area .link_bot.ty04 a {
  background-color: #fff;
  border: 2px solid #97755C;
  color: #97755C;
}
main .login_area .login_check {
  width: 300px;
  margin: 0 auto;
}
main .login_area .login_check input[type="checkbox"] {
  margin: -2px 5px 0 0;
}
main .login_area .login_check a.loginLink {
  position: relative;
  display: block;
  margin: 15px 0 0;
  padding: 11px 0 0 15px;
  font-size: 16px;
  text-decoration: underline;
}
main .login_area .login_check a.loginLink::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_yaji_03.svg");
  transform: rotate(270deg);
}
main .login_area .login_check a.loginLink:hover {
  text-decoration: none;
  opacity: 0.7;
}

main .login_area.pt_30 {
  padding-top: 30px;
}
main .login_area.pb_30 {
  padding-bottom: 30px;
}
main .login_area .formBox.mt_30 {
  margin-top: 30px;
}
main .login_area .formBox.mt_80 {
  margin-top: 80px;
}
main .login_area .formBox.center {
  text-align: center;
}
main .login_area .formBox input[type="text"] {
  height: 40px;
  margin: 0 5px 0;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .login_area .formBox textarea {
  width: 100%;
  height: 250px;
  margin: 5px 5px 0;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
main .login_area .formBox input[type="text"].wfull {
  width: 100%;
}
main .login_area .formBox .w_full input[type="text"] {
  width: 100%;
}
main .login_area .formBox p {
  padding: 0 0 0 5px;
  font-size: 15px;
  line-height: 1.4;
}
main .login_area .formBox p.f_600 {
  padding: 0 0 10px 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
main .login_area .formBox p.f_600_22 {
  padding: 0 0 10px 5px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}
main .login_area .formBox input[type="submit"] {
  -webkit-appearance: none;
  width: 300px;
  height: 58px;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 3px 0px 0px #d63474;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
main .login_area .formBox input[type="submit"]:hover {
  opacity: 0.7;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .login_area {
    width: 94%;
    margin: 0 3%;
  }
  main .login_area .login_box {
    margin: 30px auto 15px;
  }
  main .login_area .formBox input[type="text"] {
    margin: 0;
    width: 100%;
  }
  main .login_area .formBox textarea {
    width: 100%;
    height: 150px;
    margin: 5px 0 0;
    padding: 4px 10px 0;
    box-sizing: border-box;
    background-color: #E6E6E6;
    border: none;
    border-radius: 4px;
    font-size: 16px;
  }
  main .login_area .formBox p.f_600_22 {
    font-size: 16px;
  }
}




/*==========================================
 お知らせ
===========================================*/
main .news_area ul.news_tab {
  width: 100%;
  height: 54px;
  border-bottom: 6px solid #EE86AE;
  list-style-type: none;
}
main .news_area ul.news_tab li {
  float: left;
  width: 50%;
  height: 54px;
}
main .news_area ul.news_tab li a {
  display: block;
  width: 100%;
  height: 54px;
  padding: 21px 0 0 10px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  text-decoration: none;
}
main .news_area ul.news_tab li.active a,
main .news_area ul.news_tab li a:hover {
  display: block;
  background-color: #EE86AE;
  color: #fff;
}

main .news_area .news_charle {
  display: block;
}
main .news_area .news_agency {
  display: none;
}

main .news_area ul.news_agency_link {
  width: 300px;
  height: 40px;
  margin: 20px 0 0 592px;
  list-style-type: none;
}
main .news_area ul.news_agency_link li {
  width: 145px;
  height: 40px;
}
main .news_area ul.news_agency_link li:nth-child(1) {
  float: left;
}
main .news_area ul.news_agency_link li:nth-child(2) {
  float: right;
}
main .news_area ul.news_agency_link li a {
  display: block;
  width: 145px;
  height: 40px;
  padding: 12px 0 0;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}
main .news_area ul.news_agency_link li a:hover {
  opacity: 0.7;
}
main .news_area ul.news_agency_link li:nth-child(1) a {
  background-color: #EA6799;
  color: #fff;
}
main .news_area ul.news_agency_link li:nth-child(2) a {
  background-color: #E6DED8;
}


main .news_list {
  width: 100%;
  margin: 10px 0 20px;
}
main .news_list ul {
  margin: 0 0 20px;
  list-style-type: none;
}
main .news_list ul li {
  padding: 15px 20px;
  border-bottom: 1px dotted #B3B3B3;
}
main .news_list ul li:nth-child(n+11) {
  display: none;
}
main .news_list.view ul li:nth-child(n+11) {
  display: block;
}
main .news_list ul li span {
  display: block;
  padding: 0 0 10px;
}
main .news_list ul li a {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1.4;
  text-decoration: underline;
}
main .news_list ul li a:hover {
  text-decoration: none;
}

main .news_list ul li.clip a::before,
main .news_list ul li.attached a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 21px;
  content: url("/cline/ec/images/renew/icon_clip_01.svg");
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .news_area ul.news_tab {
    height: 40px;
    border-bottom: 3px solid #EE86AE;
  }
  main .news_area ul.news_tab li {
    height: 40px;
  }
  main .news_area ul.news_tab li a {
    height: 40px;
    padding: 13px 0 0 10px;
  }

  main .news_area ul.news_agency_link {
    width: 94%;
    margin: 20px 3% 0;
  }
  main .news_area ul.news_agency_link li {
    width: 48%;
  }
  main .news_area ul.news_agency_link li a {
    width: 100%;
  }

  main .news_list {
    margin: 10px 0 15px;
  }
  main .news_list ul li {
    padding: 10px 3%;
  }
  main .news_list ul li a {
    display: block;
    padding: 0 0 0 25px;
  }
}

/*==========================================
 成績確認
===========================================*/
main .buyReport_list {
  display: none;
}
main .monthlyReport_list {
  display: none;
}
main .monthlyReport_list h4 {
  padding: 0 35% 0 0;
}
/*==========================================
 組織の成績
===========================================*/
main .monthBox {
  width: 100%;
  margin: 0;
  padding: 15px 10px;
  box-sizing: border-box;
  border-top: 1px solid #E6DED8;
}
main .monthBox:nth-child(1) {
  margin: 15px 0 0;
}
main .monthBox:nth-child(2) {
  border-bottom: 1px solid #E6DED8;
}
main .monthBox h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}
main .monthBox h4 a {
  position: relative;
  display: block;
  width: 100%;
}
main .monthBox h4 a::after {
  position: absolute;
  right: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_plus_02.svg");
}
main .monthBox h4 a.on::after {
  content: url("/cline/ec/images/renew/icon_minus_02.svg");
}
main .monthBox .monthView {
  display: none;
}
main .monthBox h5 {
  width: 100%;
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
main .monthBox a.monthViewClose {
  position: relative;
  float: right;
  display: block;
  margin: 20px 0;
  font-size: 16px;
}
main .monthBox a.monthViewClose::after {
  position: absolute;
  left: -25px;
  top: 1px;
  width: 16px;
  height: 16px;
  content: url("/cline/ec/images/renew/icon_minus_02.svg");
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  main .monthBox {
    padding: 15px 0;
  }
  main .monthBox h4 {
    width: 94%;
    margin: 0 3%;
  }
  main .monthBox h5 {
    width: 94%;
    margin: 0 3%;
    font-size: 16px;
  }
  main .monthBox a.monthViewClose {
    margin: 0 0 10px;
  }
}

/*==========================================
 Line設定の確認・変更
===========================================*/
main #mail,
main #pass,
main #mailSet {
  display: none;
}
/*==========================================
 代理店用
===========================================*/
#agencyTitle {
  width: 980px;
  height: 30px;
  margin: 0 auto 20px;
  padding: 6px 0 0 10px;
  box-sizing: border-box;
  background-color: #CF2B4F;
}
#agencyTitle.mb_0 {
  margin-bottom: 0;
}
#agencyTitle h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #agencyTitle {
    width: 100%;
  }
}

/*==========================================
 外部読み込みポップアップ
===========================================*/
#popup_if {
  display: none;
  z-index: 12000;
  position: fixed;
  left: 50%;
  top: 20%;
  width: 680px;
  height: 500px;
  margin: 0 0 0 -340px;
  background-color: #fff;
  border-radius: 6px;
}
#popup_if iframe {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #popup_if {
    top: 5%;
    width: 94%;
    margin: 0 0 0 -47%;
  }
}

/*==========================================
 送信リスト一覧
===========================================*/
#mailListArea.popUp {
  height: 500px;
  overflow: scroll;
}
#mailListArea a.close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
#mailListArea a.close img {
  width: 20px;
  height: 20px;
}
#mailListArea .mailListBox {
  margin: 45px 0 20px;
}
#mailListArea .mailListBox h2 {
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 2px solid #E6DED8;
}
#mailListArea .mailListBox p {
}
#mailListArea .table_s_ty01 {
  width: 100%;
  margin: 0 0 20px 0;
  overflow-x:auto;
  -webkit-overflow-scrolling : touch
}
#mailListArea .table_s_ty01 table {
  width: 100%;
}
#mailListArea .table_s_ty01.list table {
  width: 100%;
}
#mailListArea .table_s_ty01 table tr {
  background-color: #fff;
}
#mailListArea .table_s_ty01 table tr:nth-child(odd) {
  background-color: #F4F1EE;
}
#mailListArea .table_s_ty01 table th {
  height: 64px;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #E6DED8;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
#mailListArea .table_s_ty01 table th a,
#mailListArea .table_s_ty01 table td a {
  text-decoration: underline;
}
#mailListArea .table_s_ty01 table th a:hover,
#mailListArea .table_s_ty01 table td a:hover {
  text-decoration: none;
}
#mailListArea .table_s_ty01 table td {
  padding: 10px 10px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  word-break: break-all;
}
#mailListArea .table_s_ty01 table th.t_right,
#mailListArea .table_s_ty01 table td.t_right {
  text-align: right;
}
#mailListArea .table_s_ty01 table td input.checkButton {
  -webkit-appearance: none;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #97755C;
  cursor: pointer;
}
#mailListArea .table_s_ty01 table td input.editButton {
  -webkit-appearance: none;
  padding: 2px 10px;
  background-color: #EE86AE;
  border: 1px solid #EE86AE;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
#mailListArea .table_s_ty01 table td input.deleteButton {
  -webkit-appearance: none;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #97755C;
  cursor: pointer;
}
#mailListArea .table_s_ty01 table td input.checkButton:hover,
#mailListArea .table_s_ty01 table td input.editButton:hover,
#mailListArea .table_s_ty01 table td input.deleteButton:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mailListArea .table_s_ty01 table td a.icon {
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  color: #97755C;
  cursor: pointer;
}
#mailListArea .table_s_ty01 table td a.icon:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mailListArea .close {
  width: 200px;
  margin: 0 auto;
}
#mailListArea .close a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  text-align: center;
}
#mailListArea .close a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mailListArea .close a::before {
  position: absolute;
  left: 30px;
  top: 7px;
  width: 24px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_close_01.svg");
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #mailListArea .table_s_ty01.list table {
    width: 660px;
  }
}



/*==========================================
 特約店選択
===========================================*/
#mailshopListArea {
  height: 500px;
  overflow: scroll;
}
#mailshopListArea a.close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
#mailshopListArea a.close img {
  width: 20px;
  height: 20px;
}
#mailshopListArea .mailListBox {
  margin: 45px auto 20px;
}
#mailshopListArea .mailListBox h2 {
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 2px solid #E6DED8;
}
#mailshopListArea .mailListBox p.mailName {
  width: 100%;
  height: 30px;
  margin: 10px 0;
  padding: 1px 10px 0;
  box-sizing: border-box;
  background-color: #F4F1EE;
  border-radius: 6px;
  font-size: 16px;
  text-align: left;
}
#mailshopListArea .mailListBox p.mailName span {
  font-weight: 600;
}
#mailshopListArea .mailListBox .mailform {
  padding: 20px 0;
}
#mailshopListArea .mailListBox .mailform input[type="text"] {
  width: 278px;
  height: 36px;
  margin: 0 10px 0 0;
  padding: 4px 10px 0;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
#mailshopListArea .mailListBox .mailform input[type="submit"] {
  -webkit-appearance: none;
  width: 150px;
  height: 32px;
  padding: 3px 0 0;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 1px 0px 0px #d63474;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
#mailshopListArea .mailListBox .mailform input[type="button"] {
  -webkit-appearance: none;
  width: 150px;
  height: 32px;
  padding: 3px 0 0;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 1px 0px 0px #d63474;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
#mailshopListArea .mailListBox .mailform input[type="submit"]:hover {
  opacity: 0.7;
}
#mailshopListArea .table_s_ty01 {
  width: 100%;
  margin: 0 0 20px 0;
  overflow-x:auto;
  -webkit-overflow-scrolling : touch
}
#mailshopListArea .table_s_ty01 table {
  width: 98%;
}
#mailshopListArea .table_s_ty01 table tr {
  background-color: #fff;
}
#mailshopListArea .table_s_ty01 table tr:nth-child(odd) {
  background-color: #F4F1EE;
}
#mailshopListArea .table_s_ty01 table th {
  height: 64px;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #E6DED8;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
#mailshopListArea .table_s_ty01 table th input[type="checkbox"] {
  float: left;
  margin: 15px 10px 0 0;
}
#mailshopListArea .table_s_ty01 table td input[type="checkbox"] {
  margin: 0 10px 0 0;
}
#mailshopListArea .table_s_ty01 table th a,
#mailshopListArea .table_s_ty01 table td a {
  text-decoration: underline;
}
#mailshopListArea .table_s_ty01 table th a:hover,
#mailshopListArea .table_s_ty01 table td a:hover {
  text-decoration: none;
}
#mailshopListArea .table_s_ty01 table td {
  padding: 10px 10px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  word-break: break-all;
}
#mailshopListArea .table_s_ty01 table th.t_right,
#mailshopListArea .table_s_ty01 table td.t_right {
  text-align: right;
}
#mailshopListArea .table_s_ty01 table td a.icon {
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  color: #97755C;
  cursor: pointer;
}
#mailshopListArea .table_s_ty01 table td a.icon:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mailshopListArea .table_s_ty01 table td.nomail,
#mailshopListArea .table_s_ty01 table td.unchked {
  background-color: #CCCCCC;
}
#mailshopListArea .mailSelect {
  width: 280px;
  margin: 0 auto 15px;
}
#mailshopListArea .mailSelect input[type="submit"] {
  -webkit-appearance: none;
  width: 280px;
  height: 60px;
  padding: 3px 0 0;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 3px 0px 0px #d63474;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
#mailshopListArea .mailSelect input[type="submit"]:hover {
  opacity: 0.7;
}
#mailshopListArea .close {
  width: 200px;
  margin: 0 auto;
}
#mailshopListArea .close a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  text-align: center;
}
#mailshopListArea .close a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mailshopListArea .close a::before {
  position: absolute;
  left: 30px;
  top: 7px;
  width: 24px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_close_01.svg");
}
#mailshopListArea .cancel {
  width: 280px;
  margin: 0 auto;
}
#mailshopListArea .cancel a {
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  text-align: center;
}
#mailshopListArea .cancel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #mailshopListArea .mailListBox .mailform {
    padding: 10px 0;
  }
  #mailshopListArea .mailListBox .mailform input[type="text"] {
    width: 100%;
    margin: 0;
  }
  #mailshopListArea .mailListBox .mailform input[type="submit"] {
    display: block;
    margin: 15px auto;
  }
  #mailshopListArea .mailListBox .mailform input[type="button"] {
    display: block;
    margin: 15px auto;
  }
}

/*==========================================
 送信先確認用
===========================================*/
#mailSendList {
  height: 500px;
  overflow: scroll;
}
#mailSendList a.close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
#mailSendList a.close img {
  width: 20px;
  height: 20px;
}
#mailSendList .mailListBox {
  margin: 45px 0 20px;
}
#mailSendList .mailListBox h2 {
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 2px solid #E6DED8;
}
#mailSendList .mailListBox p.mailName {
  width: 100%;
  margin: 10px 0;
  padding: 3px 10px;
  box-sizing: border-box;
  background-color: #F4F1EE;
  border-radius: 6px;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
#mailSendList .mailListBox p.mailName span {
  font-weight: 600;
}
#mailSendList .table_s_ty01 {
  width: 100%;
  margin: 0 0 20px 0;
  overflow-x:auto;
  -webkit-overflow-scrolling : touch
}
#mailSendList .table_s_ty01 table {
  width: 900px;
}
#mailSendList .table_s_ty01 table.w_100 {
  width: 100%;
}
#mailSendList .table_s_ty01 table tr {
  background-color: #fff;
}
#mailSendList .table_s_ty01 table tr:nth-child(odd) {
  background-color: #F4F1EE;
}
#mailSendList .table_s_ty01 table th {
  height: 64px;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #E6DED8;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
#mailSendList .table_s_ty01 table th a,
#mailSendList .table_s_ty01 table td a {
  text-decoration: underline;
}
#mailSendList .table_s_ty01 table th a:hover,
#mailSendList .table_s_ty01 table td a:hover {
  text-decoration: none;
}
#mailSendList .table_s_ty01 table td {
  padding: 10px 10px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
  word-break: break-all;
}
#mailSendList .table_s_ty01 table th.t_right,
#mailSendList .table_s_ty01 table td.t_right {
  text-align: right;
}
#mailSendList .table_s_ty01 table td.nomail,
#mailSendList .table_s_ty01 table td.unchked {
  background-color: #CCCCCC;
}
#mailSendList .close {
  width: 200px;
  margin: 0 auto;
}
#mailSendList .close a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  text-align: center;
}
#mailSendList .close a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mailSendList .close a::before {
  position: absolute;
  left: 30px;
  top: 7px;
  width: 24px;
  height: 24px;
  content: url("/cline/ec/images/renew/icon_close_01.svg");
}
#mailSendList .back {
  width: 200px;
  margin: 15px auto 0;
}
#mailSendList .back a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
  background-color: #EE86AE;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#mailSendList .back a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mailSendList .back input[type="button"] {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  margin: 0 0 15px;
  padding: 3px 0 0 0;
  box-sizing: border-box;
  background-color: #EE86AE;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#mailSendList .back input[type="button"]:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {

}

/*==========================================
 トップページ用
===========================================*/
body#top header #header #header_Left .header_Left_back {
  display: none;
}
body#top header #header #header_Left .header_Left_logout {
  display: block;
}
.top_navi {
  width: 100%;
}
.top_navi ul {
  list-style-type: none;
}
.top_navi ul li {
  float: left;
  width: 290px;
  height: 162px;
  margin-bottom: 20px;
}
.top_navi ul li:nth-child(1),
.top_navi ul li:nth-child(3) {
  margin-right: 20px;
}
.top_navi ul li a {
  position: relative;
  display: block;
  width: 290px;
  height: 162px;
  padding:108px 0 0;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0px 3px 0px 0px #B3B3B3;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #CF2B4F;
}
.top_navi ul li a.itemPopup::before {
  position: absolute;
  left: 50%;
  top: 32px;
  width: 65px;
  height: 58px;
  margin: 0 0 0 -32px;
  content: url("/cline/ec/images/renew/top_icon_01.svg");
}
.top_navi ul li a.orderPopup::before {
  position: absolute;
  left: 50%;
  top: 32px;
  width: 68px;
  height: 54px;
  margin: 0 0 0 -34px;
  content: url("/cline/ec/images/renew/top_menu_icon_02.svg");
}
.top_navi ul li a.followPopup::before {
  position: absolute;
  left: 50%;
  top: 22px;
  width: 72px;
  height: 68px;
  margin: 0 0 0 -36px;
  content: url("/cline/ec/images/renew/top_icon_03.svg");
}
.top_navi ul li a.searchPopup::before {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 118px;
  height: 64px;
  margin: 0 0 0 -59px;
  content: url("/cline/ec/images/renew/top_icon_04.svg");
}
.top_navi ul li a.checkPopup::before {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 60px;
  height: 52px;
  margin: 0 0 0 -30px;
  content: url("/cline/ec/images/renew/top_icon_05.svg");
}
.top_navi ul li a.morePopup::before {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 65px;
  height: 58px;
  margin: 0 0 0 -32px;
  content: url("/cline/ec/images/renew/top_icon_06.svg");
}
/* 2021.01.25追加箇所 ▼ */
.top_navi ul li a.checkPopup {
  color: #4D4D4D;
}
/* 2021.01.25追加箇所 ▲ */
.top_navi ul li a.morePopup {
  color: #4D4D4D;
}
.top_navi ul li a.moviePopup::before {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 65px;
  height: 58px;
  margin: 0 0 0 -32px;
  content: url("/cline/ec/images/renew/top_icon_09.svg");
}
.top_navi ul li a.moviePopup {
  color: #4D4D4D;
}
.top_navi ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top_navi_down {
  width: 100%;
}
.top_navi_down ul {
  list-style-type: none;
}
.top_navi_down ul li {
  width: 100%;
  height: 90px;
  margin: 0 0 20px;
}
.top_navi_down ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  padding: 34px 0 0 120px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0px 3px 0px 0px #B3B3B3;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 600;
  color: #4D4D4D;
}
.top_navi_down ul li a.checkPopup {
  color: #CF2B4F;
}
.top_navi_down ul li a.checkPopup::before {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 60px;
  height: 52px;
  content: url("/cline/ec/images/renew/top_icon_05.svg");
}
.top_navi_down ul li a.morePopup::before {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 54px;
  height: 59px;
  content: url("/cline/ec/images/renew/top_icon_06.svg");
}
.top_navi_down ul li a.agentPopup::before {
  position: absolute;
  left: 40px;
  top: 25px;
  width: 37px;
  height: 43px;
  content: url("/cline/ec/images/renew/top_icon_07.svg");
}
/* 2021.01.25追加箇所 ▼ */
.top_navi_down ul li a.clinePoint::before {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 65px;
  height: 72px;
  content: url("/cline/ec/images/renew/top_icon_10.svg");
}
/* 2021.01.25追加箇所 ▲ */

.top_navi_down ul li.last {
  width: 100%;
  height: 60px;
  margin: 60px 0 20px;
}
.top_navi_down ul li.last a {
  width: 100%;
  height: 60px;
  padding: 21px 0 0 120px;
  box-shadow: none;
  font-size: 18px;
}
.top_navi_down ul li a.setPopup::before {
  position: absolute;
  left: 40px;
  top: 13px;
  width: 34px;
  height: 34px;
  content: url("/cline/ec/images/renew/top_icon_08.svg");
}
.top_navi_down ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 2021.01.25追加箇所 ▼ */
.top_navi_small {
  width: 100%;
}
.top_navi_small ul {
  list-style-type: none;
}
.top_navi_small ul li {
  float: left;
  width: 290px;
  height: 90px;
  margin-bottom: 20px;
}
.top_navi_small ul li:nth-child(1) {
  margin-right: 20px;
}
.top_navi_small ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  padding: 34px 0 0 120px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0px 3px 0px 0px #B3B3B3;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 600;
  color: #4D4D4D;
}
.top_navi_small ul li a.checkPopup::before {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 60px;
  height: 52px;
  content: url("/cline/ec/images/renew/top_icon_05.svg");
}
.top_navi_small ul li a.clinePoint {
  padding: 20px 0 0 120px;
  line-height: 1.2;
}
.top_navi_small ul li a.clinePoint::before {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 65px;
  height: 72px;
  content: url("/cline/ec/images/renew/top_icon_10.svg");
}
.top_navi_small ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* 2021.01.25追加箇所 ▲ */


@media only screen and (max-width: 767px) {
  .top_navi {
    width: 94%;
    margin: 0 3%;
  }
  .top_navi ul li {
    width: 48%;
    height: 92px;
    margin-bottom: 15px;
  }
  .top_navi ul li:nth-child(1),
  .top_navi ul li:nth-child(3) {
    float: left;
    margin-right: 0;
  }
  .top_navi ul li:nth-child(2),
  .top_navi ul li:nth-child(4) {
    float: right;
    margin-right: 0;
  }
  .top_navi ul li a {
    width: 100%;
    height: 92px;
    padding: 60px 0 0;
    font-size: 17px;
  }
  .top_navi ul li a.itemPopup::before {
    top: 20px;
    width: 32px;
    height: 29px;
    margin: 0 0 0 -16px;
  }
  .top_navi ul li a.orderPopup::before {
    top: 22px;
    width: 34px;
    height: 27px;
    margin: 0 0 0 -17px;
  }
  .top_navi ul li a.followPopup::before {
    top: 17px;
    width: 36px;
    height: 34px;
    margin: 0 0 0 -18px;
  }
  .top_navi ul li a.searchPopup::before {
    top: 20px;
    width: 59px;
    height: 32px;
    margin: 0 0 0 -30px;
  }
  .top_navi ul li a.checkPopup::before {
    top: 20px;
    width: 36px;
    height: 26px;
    margin: 0 0 0 -18px;
  }
  .top_navi ul li a.morePopup::before {
    top: 14px;
    width: 36px;
    height: 26px;
    margin: 0 0 0 -18px;
  }
  .top_navi ul li a.moviePopup::before {
    top: 20px;
    width: 36px;
    height: 26px;
    margin: 0 0 0 -18px;
  }
  .top_navi_down {
    width: 94%;
    margin: 0 3%;
  }
  .top_navi_down ul li {
    width: 100%;
    height: 60px;
    margin: 0 0 15px;
  }
  .top_navi_down ul li a {
    width: 100%;
    height: 60px;
    padding: 22px 0 0 60px;
    font-size: 17px;
  }
  .top_navi_down ul li a.checkPopup::before {
    left: 17px;
    top: 18px;
    width: 30px;
    height: 26px;
  }
  .top_navi_down ul li a.morePopup::before {
    left: 20px;
    top: 18px;
    width: 27px;
    height: 30px;
  }
  .top_navi_down ul li a.agentPopup::before {
    left: 24px;
    top: 20px;
    width: 18px;
    height: 22px;
  }
  /* 2021.01.25追加箇所 ▼ */
  .top_navi_down ul li a.clinePoint::before {
    left: 20px;
    top: 11px;
    width: 32px;
    height: 36px;
  }
  /* 2021.01.25追加箇所 ▲ */
  .top_navi_down ul li.last {
    height: 38px;
    margin: 20px 0 0;
  }
  .top_navi_down ul li.last a {
    height: 38px;
    padding: 11px 0 0 60px;
    font-size: 15px;
  }
  .top_navi_down ul li.last a::before {
    left: 24px;
    top: 11px;
    width: 17px;
    height: 17px;
  }

  /* 2021.01.25追加箇所 ▼ */
  .top_navi_small {
    width: 94%;
    margin: 0 3%;
  }
  .top_navi_small ul li {
    width: 48%;
    height: 60px;
    margin-bottom: 15px;
  }
  .top_navi_small ul li:nth-child(1) {
    float: left;
    margin-right: 0;
  }
  .top_navi_small ul li:nth-child(2){
    float: right;
    margin-right: 0;
  }
  .top_navi_small ul li a {
    width: 100%;
    height: 60px;
    padding: 22px 0 0 68px;
    font-size: 17px;
  }
  .top_navi_small ul li a.checkPopup::before {
    left: 30px;
    top: 20px;
    width: 27px;
    height: 23px;
  }
  .top_navi_small ul li a.clinePoint {
    padding: 10px 0 0 68px;
  }
  .top_navi_small ul li a.clinePoint::before {
    left: 25px;
    top: 13px;
    width: 32px;
    height: 36px;
  }
  /* 2021.01.25追加箇所 ▲ */
}

#topPopupMenu {
  display: none;
  z-index: 12000;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 320px;
  margin: 0 0 0 -160px;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: #EBE6E1;
}
#topPopupMenu a.close,
#mateEntryPopupMenu a.close,
#draftDeletePopupMenu a.close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#topPopupMenu a.close img,
#mateEntryPopupMenu a.close img,
#draftDeletePopupMenu a.close img {
  width: 20px;
  height: 20px;
}
#topPopupMenu h2 {
  padding: 0 0 20px;
  font-size: 25px;
  text-align: center;
}
#topPopupMenu ul {
  list-style-type: none;
}
#topPopupMenu ul li {
  width: 100%;
  height: 67px;
  margin: 0 0 12px;
}
#topPopupMenu ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 67px;
  margin: 0 0 12px;
  padding: 25px 15px 0 15px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px #B3B3B3;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
#topPopupMenu ul li a.t_2 {
  padding: 12px 15px 0 15px;
  line-height: 1.4;
}
#topPopupMenu ul li.ty_01 a {
  padding: 13px 70px 0 15px;
  line-height: 1.4;
}
#topPopupMenu ul li a::after {
  position: absolute;
  right: 15px;
  top: 23px;
  width: 14px;
  height: 14px;
  content: url("/cline/ec/images/renew/top_agent_icon_01.svg");
}
/* Fix start 2022/1/20 dono-n C-Line納品書メモ機能開発 */
#topPopupMenu ul li:nth-child(9) a::after,
#topPopupMenu ul li:nth-child(11) a::after {
  right: 15px;
  top: 25px;
  width: 23px;
  height: 17px;
  content: url("/cline/ec/images/renew/top_agent_icon_02.svg");
}
/* Fix end 2022/1/20 dono-n C-Line納品書メモ機能開発 */

#topPopupMenu ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mateEntryPopupMenu {
   display: none;
   z-index: 12000;
   position: absolute;
   left: 50%;
   top: 10%;
   width: 610px;
   margin: 0 0 0 -305px;
   padding: 35px 55px;
   box-sizing: border-box;
   background-color: #EBE6E1;
 }
#mateEntryPopupMenu p {
  top: 10%;
  width: 100%;
  font-size: 16px;
}
#mateEntryPopupMenu ul {
  list-style-type: none;
}
#mateEntryPopupMenu ul li {
  float: left;
  padding: 25px;
}
#draftDeletePopupMenu {
  display: none;
  z-index: 12000;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 610px;
  margin: 0 0 0 -305px;
  padding: 35px 55px;
  box-sizing: border-box;
  background-color: #EBE6E1;
}
#draftDeletePopupMenu p {
  top: 10%;
  width: 100%;
  font-size: 16px;
}
#draftDeletePopupMenu input[value="削除"] {
  -webkit-appearance: none;
  appearance: none;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #97755C;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  color: #97755C;
  cursor: pointer;
  width: 150px;
  height: 29px;
}
#draftDeletePopupMenu input[value="削除"]:hover {
  opacity: 0.7;
}
#topPopupMenu #orderMenu,
#topPopupMenu #followMenu,
#topPopupMenu #searchMenu,
#topPopupMenu #checkMenu,
#topPopupMenu #moreMenu,
#topPopupMenu #agentMenu,
#topPopupMenu #setMenu {
  display: none;
}
/* Insert Start 2022/01/11 yoshida-k 納品メモ作成 */
main .addVoucherMemoBtn {
  width: 300px;
  margin: 10px auto;
}
main .addVoucherMemoBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
  background-color: #E6DED8;
  border-radius: 8px;
  text-align: center;
}
main .addVoucherMemoBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main .addVoucherMemoBtn a::before {
  position: absolute;
  left: 45px;
  top: 7px;
  width: 24px;
  height: 24px; 
  content: url("/cline/ec/images/renew/icon_cart_02.svg");
}
main .two_button_row {
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
main .two_button_row input[type='button'] {
  width: 300px;
  height: 58px;
  background-color: #EA6799;
  border: none;
  border-radius: 8px;
  box-shadow:0px 3px 0px 0px #d63474;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
main .two_button_row input[type='button']:hover {
  opacity: 0.7;
}
main .two_button_row input[type='button']:first-child {
  margin-right: 15px;
}
main .two_button_row input[type='button']:last-child {
  margin-left: 15px;
}
/* Insert End 2022/01/11 yoshida-k 納品メモ作成 */
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #topPopupMenu {
    left: 0;
    top: 34px;
    width: 100%;
    margin: 0;
    padding: 20px 15px;
  }
  #mateEntryPopupMenu{
    left: 0;
    top: 34px;
    width: 100%;
    margin: 0;
    padding: 55px 10px;
  }
  #mateEntryPopupMenu ul {
    list-style-type: none;
    text-align: center;
  }
  #mateEntryPopupMenu ul li {
    float: none;
    padding: 10px;
  }
  #draftDeletePopupMenu{
    left: 0;
    top: 34px;
    width: 100%;
    margin: 0;
    padding: 55px 10px;
  }
}

/* ローディング用CSS */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1); /* スピナーの背景色 */
  border-left-color: #333; /* スピナーの動く色 */
  border-radius: 50%; /* 円形にする */
  width: 40px; /* スピナーの幅 */
  height: 40px; /* スピナーの高さ */
  animation: spin 1s linear infinite; /* アニメーションの定義 */
  margin: 0 auto; /* 中央寄せ */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}