@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*------------------------------------------------
 おしらせ
 ------------------------------------------------*/
h2.newstit {
  font-size: 2.8rem;
  color: #BA3533;
  margin: 0 0 20px;
  padding: 1em 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}

.infoCont {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", Meiryo, メイリオ, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
}
.infoCont h2 {
  margin-bottom: 15px;
  padding: 15px 0;
  border: 1px solid #C00;
  font-size: 20px;
  color: #C00;
  font-weight: bold;
  text-align: center;
}
.infoCont h3 {
  margin: 30px 0 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.infoCont p {
  padding: 8px 0;
}
.infoCont div {
  margin: 15px 0;
  padding: 25px 25px 5px;
  border: 1px solid #E8DACC;
  background: #FBF8F4;
}
.infoCont ul {
  margin: 0;
  padding: 0;
}
.infoCont dt {
  font-weight: bold;
  padding: 0 0 5px;
  color: #C00;
}
.infoCont dd {
  margin: 0;
  padding: 0 10px 20px;
}
.infoCont hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: #999;
  margin: 20px 0 40px;
}
.infoCont div hr {
  margin: 10px 0 12px;
}
.infoCont span {
  color: #c00;
}
.infoCont .mt0 {
  margin-top: 0;
}
.infoCont strong {
  font-weight: bold;
}

/*------------------------------------------------
 アーチフィッターとは
 ------------------------------------------------*/
#AF_about .aboutAF {
  margin: 0 auto;
}
#AF_about .aboutAF h2,
#AF_about .aboutAF h3 {
  margin: 0;
}
#AF_about .aboutAF h2 {
  font-size: 2.8rem;
  color: #BA3533;
  margin: 0 0 40px;
  padding: 1em 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}

.aboutAF ul.navi {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.aboutAF ul.naviTop {
  margin: -40px 0 0 0;
}
.aboutAF ul.navi li {
  width: 32.33333%;
  margin: 0 0.5%;
}
.aboutAF .btn_style {
  text-align: center;
  display: block;
  margin: 0 auto 40px;
}

/*------------------------------------------------
 ご利用ガイド
------------------------------------------------*/
#exp_guide {
  width: 100%;
  text-align: left;
  margin: 0 0 50px 0;
  font-size: 105%;
  line-height: 1.5;
}

#exp_guide p {
  margin: 0;
}

#exp_guide strong {
  font-weight: bold;
}

#exp_guide .bread {
  font-size: 1.2rem;
  margin: 0 0 15px;
}

#exp_guide h2 {
  font-size: 2.8rem;
  color: #BA3533;
  margin: 0 0 40px;
  padding: 1em 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}

#exp_guide h3 {
  font-size: 2.3rem;
  margin: 0 0 30px;
}

#exp_guide a {
  color: #BA000C;
  text-decoration: underline;
}

#exp_guide a:hover {
  text-decoration: none;
}

#exp_guide .block {
  margin: 0 0 60px;
  position: relative;
}

#exp_guide h4 {
  color: #BA000C;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
}

#exp_guide ol.step li {
  background: url(/user_data/packages/default/explanation_img/exp_guide/step_arrow.gif) no-repeat center bottom;
  padding: 0 0 60px 0;
  margin: 0 0 15px;
}

#exp_guide ol.step li:last-child {
  background: none;
  padding: 0;
  margin: 0;
}

#exp_guide ol.step li p {
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}

#exp_guide ol.step li p span {
  display: block;
  width: 45px;
  height: 45px;
  background: #BA000C;
  color: #FFF;
  font-size: 130%;
  font-weight: bold;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  float: left;
}

#exp_guide .caution {
  background-color: #F5EACB;
  border: 1px solid #F5EACB;
  padding: 20px;
  margin: 0 0 20px;
}

#exp_guide .caution ul li {
  margin: 0 0 15px;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

#exp_guide .caution ul li:before {
  content: "●";
  font-size: 12px;
  color: #BA000C;
  padding: 0 10px 0 0;
}

#exp_guide .btn {
  display: block;
  color: #FFF;
  background: #BA000C;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  margin: 0 auto;
  width: 80%;
  text-decoration: none;
  line-height: 1;
}

#exp_guide .btn:hover {
  background: #D6000E;
}

#exp_guide table {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}

#exp_guide table th,
#exp_guide table td {
  padding: 10px;
}

#exp_guide table th {
  background: #f7f5f0;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

#exp_guide ul.nav {
  position: relative;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#exp_guide ul.nav li {
  width: 32%;
  margin: 0;
}

#exp_guide ul.nav li span {
  font-size: 130%;
  padding: 0 0 5px;
  display: block;
}

#exp_guide ul.nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BA000C;
  color: #FFF;
  min-height: 4.4em;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 5px;
}

#exp_guide ul.nav li a:hover {
  background: #D6000E;
}

#exp_guide .mb30 {
  margin-bottom: 30px !important;
}

#exp_guide .inquiry {
  margin: 60px 0 0;
}

#exp_guide .inquiry .btn {
  margin: 30px auto 0;
}

#exp_guide .inquiry .btn.faqBtn {
  background: #003e9e;
}

#exp_guide .inquiry .btn.faqBtn:hover {
  background: #0048B5;
}

#exp_guide .inquiry ul {
  margin: 40px 0 0;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #CCC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#exp_guide .inquiry ul li {
  width: 50%;
  margin: 0 auto;
  padding: 0 20px 0 0;
  border-right: #ccc 1px solid;
}
#exp_guide .inquiry ul li:last-child {
  padding: 0 0 0 20px;
  border-right: none;
}

#exp_guide .inquiry ul li h4 {
  color: #333;
  font-size: 1.8rem;
  margin: 0;
}

#exp_guide .inquiry ul li p {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
}

/*-- ご利用ガイドTOP --*/
#exp_guide.guideTop .fitting {
  margin: 10px 0 50px;
  padding: 40px 0;
  border-top: #BA3533 1px solid;
  border-bottom: #BA3533 1px solid;
}

#exp_guide.guideTop .fitting img {
  display: block;
  margin: 0 auto 35px;
}

#exp_guide.guideTop .fitting p:nth-child(2) {
  color: #BA000C;
  font-size: 135%;
  font-weight: bold;
  margin: 0 0 5px;
}

#exp_guide.guideTop .guideNav ul {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#exp_guide.guideTop .guideNav ul li {
  width: 30.833333%;
  border: 1px solid #BA000C;
  margin: 0 1.25% 30px;
}
@media screen and (max-width: 767px) {
  #exp_guide.guideTop .guideNav ul li {
    width: 47.5%;
    margin: 0 1.25% 15px;
  }
}

#exp_guide.guideTop .guideNav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 25px 15px 15px 15px;
}

#exp_guide.guideTop .guideNav ul li a:hover,
#exp_guide.guideTop .guideNav ul li a:hover h4 {
  color: #BA000C;
}

#exp_guide.guideTop .guideNav ul li img {
  display: block;
  margin: 0 auto 25px;
}

#exp_guide.guideTop .guideNav ul li h4 {
  font-size: 20px;
  margin: 0 0 0.25em;
  color: #333;
  text-align: center;
}

#exp_guide.guideTop .guideNav ul li p {
  font-size: 94%;
}

#exp_guide.guideTop ul.link {
  margin: 30px 0 0;
}

#exp_guide.guideTop ul.link li {
  list-style: disc inside;
}

/*-- ご利用ガイドTOP -201909 --*/
#exp_guide.guideTop .guideTop_title {
  text-align: center;
}
#exp_guide.guideTop .guideTop_title p {
  color: #BA3533;
  font-weight: normal;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #exp_guide.guideTop .guideTop_title p br {
    display: none;
  }
}
#exp_guide.guideTop .guideTop_menu {
  padding: 40px 0 50px;
}
#exp_guide.guideTop .guideTop_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exp_guide.guideTop .guideTop_menu ul li {
  border: #BA3533 2px solid;
  width: 31.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #exp_guide.guideTop .guideTop_menu ul li {
    width: 100%;
    margin: 0 0 15px;
  }
}
#exp_guide.guideTop .guideTop_menu ul li a {
  display: block;
  text-decoration: none;
  padding: 1.25em 1em;
  position: relative;
}
#exp_guide.guideTop .guideTop_menu ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1.2em;
  right: 1em;
  line-height: 1;
  font-size: 20px;
}
#exp_guide.guideTop .guideTop_list h3 {
  text-align: center;
}
#exp_guide.guideTop .guideTop_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exp_guide.guideTop .guideTop_list ul li {
  width: 48%;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #exp_guide.guideTop .guideTop_list ul li {
    width: 100%;
  }
}
#exp_guide.guideTop .guideTop_list ul li .img {
  padding: 0 0 10px;
}
#exp_guide.guideTop .guideTop_list ul li h4 {
  text-align: center;
}
#exp_guide.guideTop .guideTop_list ul li h4 span {
  display: block;
  padding: 0 0 6px;
  font-weight: normal;
}
#exp_guide.guideTop .guideTop_list ul li p {
  font-size: 16px;
  padding: 0 1em;
}
#exp_guide.guideTop .guideTop_list .tab li {
  text-align: center;
  padding: 0;
  opacity: 0.5;
  width: 49%;
}
#exp_guide.guideTop .guideTop_list .tab li a {
  text-decoration: none;
  background-color: #BA000C;
  border-radius: 5px 5px 0 0;
  display: block;
  color: #fff;
  padding: 18px 10px;
  font-size: 18px;
}
#exp_guide.guideTop .guideTop_list .tab li.active {
  opacity: 1;
}
#exp_guide.guideTop .guideTop_list .tab li:nth-child(2) a {
  background-color: #354AA7;
}
#exp_guide.guideTop .guideTop_list .tabContents {
  display: none;
}
#exp_guide.guideTop .guideTop_list .tabContents.active {
  display: block;
}
#exp_guide.guideTop .guideTop_list .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0px auto 40px;
  text-align: center;
}
#exp_guide.guideTop .guideTop_list .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-- 会員システムについて --*/
#exp_guide.member .about,
#exp_guide.member .value {
  margin: 0 0 60px;
}

#exp_guide.member .value ul li {
  margin: 0 0 30px;
}

#exp_guide.member .value ul li h4 {
  margin: 0 0 5px;
}

#exp_guide.member .value .btn {
  margin: 30px auto;
}

#exp_guide.member .value div {
  margin: 30px 0 0 0;
  border: 1px solid #666;
  padding: 20px;
}

#exp_guide.member .value div p:first-of-type {
  color: #333;
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 5px;
}

#exp_guide.member .kiyaku p:first-of-type {
  background: #333;
  color: #FFF;
  padding: 15px;
  margin: 0 0 20px;
}

#exp_guide.member .kiyaku ol {
  margin: 0 0 0 40px;
}

#exp_guide.member .kiyaku ol li {
  list-style: decimal;
  margin: 0 0 10px;
}

#exp_guide.member .kiyaku ol li ul {
  margin: 10px 0 0 20px;
}

#exp_guide.member .kiyaku ol li ul li {
  list-style: disc;
  margin: 0 0 5px;
}

/*-- ご注文方法 --*/
#exp_guide.order .way3,
#exp_guide.order .flow {
  margin: 0 0 60px;
}

#exp_guide.order .way3 ul li {
  margin: 0 0 25px;
}

#exp_guide.order .way3 ul li h4 {
  margin: 0 0 5px;
}

#exp_guide.order .flow ol.summary {
  margin: 0 0 30px 20px;
}

#exp_guide.order .flow ol.summary li {
  list-style: decimal;
}

#exp_guide.order .flow ol.step li span {
  font-size: 100%;
}

#exp_guide.order .flow ol.step li p:first-of-type {
  font-size: 130%;
  font-weight: bold;
  line-height: 45px;
}

#exp_guide.order .flow .caution {
  margin: 20px 0 5px;
}

#exp_guide.order .flow .caution p {
  margin: 0;
}

#exp_guide.order .flow ol.step li .caution p:first-of-type {
  font-size: 130%;
  line-height: 1.5;
  margin: 0 0 10px;
}

#exp_guide.order .flow .caution ul {
  margin: 10px 0 10px 20px;
}

#exp_guide.order .flow .caution ul li {
  font-size: 95%;
  background: none;
  margin: 0;
  padding: 0;
}

/*-- お支払いについて --*/
#exp_guide.payment .pay,
#exp_guide.payment .privacy {
  margin: 0 0 60px;
}

#exp_guide.payment .pay div {
  margin: 40px 0 0;
}

#exp_guide.payment .pay div ul {
  margin: 10px 0 10px 20px;
}

#exp_guide.payment .pay div ul li {
  list-style: disc;
  margin: 0 0 3px;
}

#exp_guide.payment .pay div ul li.attention {
  color: #BA000C;
}

#exp_guide.payment .pay div.credit ul li p {
  font-weight: bold;
  margin: 10px 0;
}

#exp_guide.payment .pay div.credit ul li img {
  margin: 0 0 10px;
}

#exp_guide.payment .pay ol.list01 {
  margin: 0 0 0 1.5em;
}

#exp_guide.payment .pay ol.list01 li {
  margin: 0 0 15px;
  list-style-type: decimal;
}

#exp_guide.payment .newtxt {
  background-color: #BA3533;
  color: #fff;
  padding: 0.25em 0.5em;
  font-size: 80%;
}

/*-- お届け・配送料について --*/
#exp_guide.delivery table td.alignL {
  text-align: left;
}

#exp_guide.delivery .about {
  margin: 60px 0 0;
}

#exp_guide.delivery .about div {
  margin: 40px 0 0;
}

#exp_guide.delivery .about div ul {
  margin: 10px 0 30px 20px;
}

#exp_guide.delivery .about div ul li {
  list-style: disc;
  margin: 0 0 3px;
}

#exp_guide.delivery .about div .attention {
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #333;
}

#exp_guide.delivery .about div img {
  display: block;
  margin: 0 auto;
}

#exp_guide.delivery .about .guideTop_list h3 {
  text-align: center;
  margin-bottom: 0;
}
#exp_guide.delivery .about .guideTop_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
#exp_guide.delivery .about .guideTop_list ul li {
  width: 48%;
  padding: 0 0 40px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  #exp_guide.delivery .about .guideTop_list ul li {
    width: 100%;
  }
}
#exp_guide.delivery .about .guideTop_list ul li .img {
  padding: 0 0 10px;
}
#exp_guide.delivery .about .guideTop_list ul li h4 {
  text-align: center;
}
#exp_guide.delivery .about .guideTop_list ul li h4 span {
  display: block;
  padding: 0 0 6px;
  font-weight: normal;
}
#exp_guide.delivery .about .guideTop_list ul li p {
  font-size: 16px;
  padding: 0 1em;
}

/*-- お支払いについて -201909 --*/
#exp_guide.delivery .guideDelivery_price {
  max-width: 750px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #exp_guide.delivery .guideDelivery_price {
    max-width: auto;
  }
}
#exp_guide.delivery .guideDelivery_price p {
  margin-bottom: 20px;
}
#exp_guide.delivery .guideDelivery_simulation {
  background-color: #FCFCFC;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #exp_guide.delivery .guideDelivery_simulation {
    padding: 20px 10px 0;
  }
}
#exp_guide.delivery .guideDelivery_simulation img {
  width: 100%;
  max-width: 750px !important;
}
@media screen and (max-width: 767px) {
  #exp_guide.delivery .guideDelivery_simulation img {
    max-width: 100% !important;
  }
}
#exp_guide.delivery .guideDelivery_simulation img {
  padding: 0 0 45px;
}

/*-- 返品・交換について --*/
#exp_guide.returns .trial {
  margin: 60px 0;
}

#exp_guide.returns .trial ul {
  position: relative;
  overflow: hidden;
  margin: 0 -40px 0 0;
}

#exp_guide.returns .trial ul li {
  float: left;
  width: 325px;
  margin: 0 40px 0 0;
}

#exp_guide.returns .trial ul li p {
  margin: 0 0 10px;
}

#exp_guide.returns .trial ul li p:first-of-type,
#exp_guide.returns .returnStep .txtRed {
  font-size: 120%;
  font-weight: bold;
  color: #BA000C;
}

#exp_guide.returns .returnStep {
  margin: 0 0 60px;
}

#exp_guide.returns .returnStep #step01,
#exp_guide.returns .returnStep #step02,
#exp_guide.returns .returnStep #step03,
#exp_guide.returns .returnStep #step04,
#exp_guide.returns .returnStep #step05 {
  margin: 50px 0 0;
}

#exp_guide.returns .returnStep .important {
  background-color: #fefcf5;
  border: 1px solid #e8dbcd;
  color: #BA000C;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 20px 0;
}

#exp_guide.returns .returnStep .stepCon ul {
  margin: 0 0 5px 20px;
}

#exp_guide.returns .returnStep .stepCon ul li {
  list-style: disc;
  margin: 0 0 3px;
}

#exp_guide.returns .returnStep .box {
  border: 1px solid #444;
  margin: 30px 0 20px;
}

#exp_guide.returns .returnStep .box h5 {
  background: #444;
  padding: 15px 30px;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
}

#exp_guide.returns .returnStep .box .boxIn {
  padding: 20px 30px 30px;
}

#exp_guide.returns .returnStep .box p {
  margin: 0 0 20px;
}

#exp_guide.returns .returnStep .box ol li {
  margin: 0 0 30px;
}

#exp_guide.returns .returnStep .box ol li h6 {
  font-size: 115%;
  font-weight: bold;
  /*border-bottom: 1px solid #333;*/
  padding: 0 0 5px;
  margin: 0 0 20px;
}

#exp_guide.returns .returnStep .box ol li .tit {
  font-weight: bold;
  color: #BA000C;
  margin: 0 0 5px;
}

#exp_guide.returns .returnStep ol.step li img {
  display: block;
  margin: 0 auto 10px;
}

#exp_guide.returns .returnStep ol.step li ul {
  margin: 0 0 5px 20px;
}

#exp_guide.returns .returnStep ol.step li ul li {
  background: none;
  padding: 0;
  margin: 0 0 3px 0;
  list-style: disc;
}

#exp_guide.returns .returnStep #step05 .boxIn div {
  border: 5px solid #e8dbcd;
  margin: 0 0 20px;
  color: #BA000C;
  font-weight: bold;
  padding: 15px 30px;
}

#exp_guide.returns .returnStep #step05 .boxIn div img {
  margin: 0 0 10px;
}

#exp_guide.returns .returnStep .box p:last-child,
#exp_guide.returns .returnStep .box ol li:last-child {
  margin: 0;
}

#exp_guide.returns .returnStep .boxIn div:last-child {
  margin: 20px 0 0 !important;
}

/*-- メールマガジンについて --*/
/*-- カタログ請求 --*/
#exp_guide.mailmagazine .special {
  margin: 40px 0 60px;
}

#exp_guide.mailmagazine .special ol li {
  list-style: decimal;
  margin: 0 0 5px 20px;
}

#exp_guide.mailmagazine .enter ol.step {
  margin: 30px 0 0;
}

#exp_guide.mailmagazine .enter ol.step li {
  background: none;
  padding: 0;
  margin: 0 0 30px;
}

#exp_guide.mailmagazine .enter ol.step li span {
  font-size: 100%;
}

#exp_guide.mailmagazine .enter ol.step li p:first-of-type {
  font-size: 130%;
  font-weight: bold;
  line-height: 45px;
}

#exp_guide.mailmagazine .enter div {
  margin: 20px 0 0 0;
  border: 1px solid #666;
  padding: 20px;
}

#exp_guide.mailmagazine .enter .btn {
  margin: 30px auto 0;
}

/*-- ギフトラッピングについて --*/
#exp_guide.gift img.tit100 {
  max-width: none !important;
  width: 100%;
}

#exp_guide.gift span {
  color: #BA000C;
}

#exp_guide.gift .kind {
  margin: 40px 0 60px;
}

#exp_guide.gift .wrapBox {
  background: #FEFCF5;
  border: 1px solid #F5EACB;
  padding: 30px;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#exp_guide.gift .kind .wrapBox .txt {
  margin: 0 0 0 2%;
  width: 68%;
}
@media screen and (max-width: 767px) {
  #exp_guide.gift .kind .wrapBox .txt {
    width: 100%;
  }
}

#exp_guide.gift .kind .wrapBox .txt ol li {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 20px 20px;
  list-style: decimal;
}

#exp_guide.gift .kind .wrapBox .img {
  width: 30%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #exp_guide.gift .kind .wrapBox .img {
    width: 100%;
    text-align: center;
  }
}

#exp_guide.gift .kind ul {
  margin: 0 0 20px;
}

#exp_guide.gift .kind ul li {
  list-style: disc;
  margin: 0 0 3px 20px;
}

#exp_guide.gift .method h4 {
  margin: 30px 0 0;
}

#exp_guide.gift .method .wrapBox {
  margin: 20px 0 0;
  display: block;
}

#exp_guide.gift .method .wrapBox ol li {
  list-style: decimal;
  margin: 0 0 10px 20px;
}

#exp_guide.gift .method .wrapBox img {
  display: block;
  margin: 30px auto 0;
}

/*-- よくあるご質問 --*/
#exp_guide.faq div {
  margin: 0 0 60px;
}

#exp_guide.faq .faqNav p {
  font-weight: bold;
  font-size: 130%;
}
#exp_guide.faq .faqNav ol {
  margin: 10px 0 30px;
}
#exp_guide.faq .faqNav ol li a {
  text-decoration: none;
  display: block;
  padding: 1em 1em;
  border: 1px solid #e0e0e0;
  margin: 0 0 0.5em;
}

#exp_guide.faq dl dt {
  font-size: 115%;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

#exp_guide.faq dl dd {
  margin: 0 0 6em;
}

#exp_guide.faq dl ul,
#exp_guide.faq dl ol {
  margin: 15px 0 0 20px;
}

#exp_guide.faq dl ul li {
  list-style: disc;
}

#exp_guide.faq dl ol li {
  list-style: decimal;
}

#exp_guide.faq dl ul li ul {
  margin: 0 0 0 30px;
}

#exp_guide.faq dl ul li ul li {
  list-style: circle;
}

/*-- AKAISHIクーポンについて --*/
#exp_guide.coupon .about,
#exp_guide.coupon .method,
#exp_guide.coupon .howTo {
  margin: 0 0 60px;
}

#exp_guide.coupon .about ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px 0;
}

#exp_guide.coupon .about ul li {
  width: 47.5%;
  margin: 0;
}

#exp_guide.coupon .about ul li p {
  font-weight: bold;
  margin: 10px 0 0;
}

#exp_guide.coupon .about ul li img {
  max-width: none !important;
  width: 100%;
}

#exp_guide.coupon .about .mm {
  display: block;
  margin: 0 auto 35px;
}

/*-- ご注文の前に --*/
#exp_guide.before p {
  margin: 0 0 15px;
}

#exp_guide.before ul {
  margin: 0 0 0 20px;
}

#exp_guide.before ul li {
  list-style: disc;
  margin: 0 0 5px;
}

#exp_guide.before ul li ol {
  margin: 5px 0 15px 30px;
}

#exp_guide.before ul li ol li {
  list-style: decimal;
}

#exp_guide.before .setting,
#exp_guide.before .cookie {
  margin: 60px 0;
}

#exp_guide.before .setting div,
#exp_guide.before .cookie div,
#exp_guide.before .js div {
  margin: 30px 0 0;
}

#exp_guide.before .setting div:last-child ul {
  margin: 0;
}

#exp_guide.before .setting div:last-child ul li {
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

#exp_guide.before .setting div:last-child ul li:before {
  content: "※";
}

/*-- フィッティングガイド --*/
#exp_guide.fittingGuide p {
  margin: 0 0 15px;
}

#exp_guide.fittingGuide h4 {
  margin: 0 0 20px;
}

#exp_guide.fittingGuide h5 {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 10px;
}

#exp_guide.fittingGuide .check {
  margin: 40px 0 0;
}

#exp_guide.fittingGuide #check01,
#exp_guide.fittingGuide #check02,
#exp_guide.fittingGuide #check03 {
  margin: 60px 0 0;
}

#exp_guide.fittingGuide #check01 div {
  margin: 0 0 30px;
}

#exp_guide.fittingGuide #check01 .size ul,
#exp_guide.fittingGuide #check01 ol {
  margin: 15px 0 0 20px;
}

#exp_guide.fittingGuide #check01 .size ul li {
  list-style: disc;
  margin: 0 0 15px;
}

#exp_guide.fittingGuide #check01 .size ul li img {
  margin: 10px 0 0;
}

#exp_guide.fittingGuide #check01 ol li {
  list-style: decimal;
}

#exp_guide.fittingGuide #check01 .caution {
  padding: 20px;
  margin: 0 0 40px;
}

#exp_guide.fittingGuide #check01 .caution p:first-child {
  font-weight: bold;
  margin: 0 0 10px;
}

#exp_guide.fittingGuide #check01 .caution ul li {
  margin: 5px 0 0;
}

#exp_guide.fittingGuide #check01 .measure ul {
  position: relative;
  overflow: hidden;
  margin: 0 -40px 20px 0;
}

#exp_guide.fittingGuide #check01 .measure ul li {
  float: left;
  width: 325px;
  margin: 0 40px 0 0;
}

#exp_guide.fittingGuide #check02 .btn {
  margin: 30px 0 0;
}

#exp_guide.fittingGuide #check02 div {
  border: 1px solid #333;
  padding: 25px;
  margin: 40px 0 0;
}

#exp_guide.fittingGuide #check02 div dl dt,
#exp_guide.fittingGuide #check02 div dl dd {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#exp_guide.fittingGuide #check02 div dl dt {
  margin: 15px 0 5px;
  font-weight: bold;
  color: #BA000C;
}

#exp_guide.fittingGuide #check02 div dl dt:before {
  content: "Q.";
}

#exp_guide.fittingGuide #check02 div dl dd:before {
  content: "A.";
}

#exp_guide.fittingGuide #check02 div dl span {
  font-size: 90%;
  display: block;
  margin: 10px 0 0;
}

#exp_guide.fittingGuide #check03 div {
  margin: 30px 0 0;
}

#exp_guide.fittingGuide #check03 div table th.region {
  width: 20%;
}

#exp_guide.fittingGuide #check03 div table td {
  text-align: left;
}

#exp_guide.fittingGuide #check03 div table ul {
  margin: 0 0 0 20px;
}

#exp_guide.fittingGuide #check03 div table ul li {
  list-style: circle;
}

/*-- 特定商取引に基づく表示・著作権とリンク --*/
#exp_guide.trade dl {
  position: relative;
  overflow: hidden;
}

#exp_guide.trade dl dt {
  float: left;
  font-weight: bold;
}

#exp_guide.trade dl dd:before {
  content: "：";
}

#exp_guide.trade .copyright {
  margin: 60px 0;
}

#exp_guide.trade .copyright div {
  margin: 30px 0 0;
}

#exp_guide.trade .copyright div h4 {
  margin: 0 0 10px;
}

#exp_guide.trade .copyright div ul {
  margin: 10px 0 0;
}

#exp_guide.trade .copyright div ul li {
  list-style: disc inside;
}

/*-- 個人情報の取り扱いとセキュリティーについて --*/
#exp_guide.policy ol {
  margin: 0 0 30px 2em;
}

#exp_guide.policy ol li {
  list-style: decimal;
  margin: 20px 0 0;
}

#exp_guide.policy p:last-child {
  text-align: right;
}

/*-- 足型計測 --*/
#exp_guide.footSize p {
  margin: 0 0 20px;
}

div#two_maincolumn #exp_guide.footSize h3 {
  border-bottom: 2px dotted #BA000C;
  position: relative;
  padding-left: 15px;
}

div#two_maincolumn #exp_guide.footSize h3:before {
  content: "";
  width: 7px;
  height: 22px;
  background: #BA000C;
  position: absolute;
  top: 0;
  left: 0;
}

#exp_guide.footSize .size {
  margin: 35px 0 0;
}

#exp_guide.footSize .size h4 {
  font-size: 100%;
}

#exp_guide.footSize .size h5 {
  font-weight: bold;
  margin: 0 0 10px;
}

#exp_guide.footSize .size h5:before {
  content: "●";
}

#exp_guide.footSize .size .printer,
#exp_guide.footSize .size .no_printer {
  margin: 25px 0 0;
}

#exp_guide.footSize .size .printer ul {
  background: #EBEBEB url(/user_data/packages/default/explanation_img/exp_guide/size_arrow.gif) no-repeat center 145px;
  padding: 20px 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#exp_guide.footSize .size .printer ul li {
  list-style: none;
  text-align: center;
  width: 45%;
}

#exp_guide.footSize .size .printer ul li img {
  margin: 15px auto;
  display: block;
}

#exp_guide.footSize .size .printer ul li a {
  display: block;
  color: #FFF;
  background: #BA000C url(/user_data/packages/default/explanation_img/exp_guide/size_arrow2.gif) no-repeat center left 1em;
  line-height: 30px;
  text-decoration: none;
  padding-right: 5px;
}

#exp_guide.footSize .size .printer ul li a:hover {
  opacity: 0.8;
}

#exp_guide.footSize .size .no_printer li {
  margin: 0 0 25px;
  overflow: hidden;
}

#exp_guide.footSize .size .no_printer img {
  float: right;
}
@media screen and (max-width: 767px) {
  #exp_guide.footSize .size .no_printer img {
    width: 60%;
    max-width: 200px;
  }
}

#exp_guide.footSize .size .measure {
  background: #EBEBEB;
  padding: 30px 30px;
}

#exp_guide.footSize .size .measure ul {
  text-align: left;
  margin: 0 auto 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#exp_guide.footSize .size .measure input[type=text] {
  height: 30px;
  width: 60px;
  border-radius: 3px;
  padding: 0 5px;
}

#exp_guide.footSize .size .measure select {
  height: 30px;
  width: 175px;
  border-radius: 3px;
}

#exp_guide.footSize .size .measure input[type=submit],
#exp_guide.footSize .size .measure input[type=button] {
  background: #BA000C url(/user_data/packages/default/explanation_img/exp_guide/size_arrow3.gif) no-repeat center left 1em;
  color: #FFF;
  font-size: 100%;
  width: 100%;
  max-width: 360px;
  margin: 0;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  display: block;
}

#exp_guide.footSize .size .measure input[type=submit]:hover {
  opacity: 0.8;
}

#exp_guide.footSize .size .measure .wise {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin: 20px auto 0;
  text-align: center;
}

#exp_guide.footSize .size .measure .wise span {
  font-size: 140%;
  font-weight: bold;
  color: #BA000C;
}

#exp_guide p.red_font_big {
  font-size: 24px;
  font-weight: bold;
  color: #ba000c;
  text-align: left;
}

#exp_guide.footSize .size .measure input[type=radio]:checked + label + select {
  background: #fff;
  border: #CCC 1px solid;
}

#exp_guide.footSize .size .measure input[type=radio] + label + select {
  background: #E2E2E2;
  border: #CCC 1px solid;
}

#exp_guide.footSize .size .measure ul li {
  margin: 10px 0;
}

#exp_guide.footSize .size .measure ul li input {
  margin-left: 5px;
}

#exp_guide.footSize .size .measure ul li label {
  color: #000;
  border: none;
  background: none;
  display: inline;
}

/* ワイズ商品一覧 */
#exp_guide .sizeItem h4 {
  color: #ba000c;
  font-size: 22px;
  margin: 40px 0 0;
}

#exp_guide .sizeItem ul {
  margin-left: -30px;
  margin-bottom: 60px;
}

#exp_guide .sizeItem ul li {
  float: left;
  width: 150px;
  height: 200px;
  margin: 20px 0 0 30px;
}

#exp_guide .sizeItem ul li a {
  color: #333333;
}

#exp_guide .sizeItem ul li p {
  background: url(/user_data/packages/default/explanation_img/exp_guide/size_icon.gif) no-repeat 0px 5px;
  padding-left: 10px;
  margin: 0;
}

#exp_guide.footSize .guideSize_list {
  padding: 4em 0 0;
}
#exp_guide.footSize .guideSize_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exp_guide.footSize .guideSize_list ul li {
  width: 48%;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #exp_guide.footSize .guideSize_list ul li {
    width: 100%;
  }
}
#exp_guide.footSize .guideSize_list ul li .img {
  padding: 0 0 10px;
}
#exp_guide.footSize .guideSize_list ul li h4 {
  text-align: left;
}
#exp_guide.footSize .guideSize_list ul li h4 span {
  display: block;
  padding: 0 0 6px;
  font-weight: normal;
}
#exp_guide.footSize .guideSize_list ul li p {
  font-size: 16px;
  padding: 0 1em;
}
#exp_guide.footSize .guideSize_list ul li .size-mbox01 {
  border: #ccc 1px solid;
  padding: 2em 1em;
}
#exp_guide.footSize .guideSize_list ul li .size-mbox01 h4 {
  text-align: center;
}
#exp_guide.footSize .size .size-mbox02 {
  background-color: #EBEBEB;
  padding: 2em 1em;
}
#exp_guide.footSize .size .size-mbox02 h4 {
  color: #BA000C;
  text-align: center;
  font-size: 2rem;
}
#exp_guide.footSize .size .size-mbox02 .movie {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto 2em;
  text-align: center;
}
#exp_guide.footSize .size .size-mbox02 .movie iframe {
  width: 100%;
  height: 100%;
}
#exp_guide.footSize .size .size-mbox02 .measure {
  padding: 0 2vw;
}
#exp_guide.footSize .size .size-mbox02 .measure ul li {
  text-align: center;
}
#exp_guide.footSize .size .size-mbox02 .measure select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3em;
  width: 100%;
  max-width: 500px;
  border-radius: 3px;
  appearance: none;
  background-color: #fff !important;
  border: none !important;
  padding: 0 10px;
}
#exp_guide.footSize .size .size-mbox02 .measure #submit {
  border-radius: 50px;
  padding: 1em 2em;
  max-width: 450px;
  margin: 0 auto;
}
#exp_guide.footSize .size .size-mbox02 .measure #submit:hover {
  opacity: 0.7;
}

/* 足型計測2024 */
#exp_guide.sizeContents .size-cnt .size-cnt-top01 {
  padding: 0 0 2em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-top01 h3 {
  font-size: 3rem;
  text-align: center;
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-top01 h3 {
    font-size: 2.5rem;
    margin: 1em 0 0;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-top01 h3 br {
  display: none;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-top01 h3 br {
    display: block;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-top02 {
  max-width: 500px;
  margin: 0 auto;
}
#exp_guide.sizeContents .size-cnt .size-cnt-top03 {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 0 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-top03 li {
  padding-bottom: 2.5em;
  position: relative;
}
#exp_guide.sizeContents .size-cnt .size-cnt-top03 li::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1em;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 12px solid #DDD;
  width: 32px;
  height: 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-top03 li:last-child::after {
  display: none;
}
#exp_guide.sizeContents .size-cnt .size-cnt-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exp_guide.sizeContents .size-cnt .size-cnt-menu li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-menu li {
    width: 100%;
    margin: 0 0 1em;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-menu li a {
  display: block;
  color: #fff;
  background-color: #A2A2A2;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 0.75em 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
  line-height: 1.4;
}
#exp_guide.sizeContents .size-cnt .size-cnt-menu li a.active {
  background-color: #B73736;
}
#exp_guide.sizeContents .size-cnt .size-cnt-menu li a.active2 {
  background-color: #097B80;
}
#exp_guide.sizeContents .size-cnt .size-cnt-menu li a.active3 {
  background-color: #F29533;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-menu li a br {
    display: none;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #BA3332 2px solid;
  background-color: rgba(187, 52, 52, 0.06);
  margin: 3em 0 0;
  padding: 2em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size01 .img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size01 .img {
    width: 100%;
    text-align: center;
    padding: 0 0 2em;
  }
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size01 .img img {
    width: 200px;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size01 .txt {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size01 .txt {
    width: 100%;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size01 .txt h3 {
  color: #B73736;
  font-size: 2.8rem;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size01 .txt p {
  font-size: 1.8rem;
  font-weight: bold;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size01 .txt p strong {
  color: #B73736;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 {
  padding: 3em 0 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 h2 {
  background-color: #B73736;
  text-align: center;
  padding: 0.15em 4vw 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 h2 img {
  max-width: 600px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size02 h2 img {
    max-width: none !important;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 h3 {
  color: #B73737;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 p span {
  color: #B73737;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 table {
  border-left: 1px solid #E6E6E6;
  margin: 2em 0 0;
  line-height: 1.2;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 table th {
  background-color: #EBEBEB;
  border-right: 1px solid #fff;
  padding: 1.5em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 table td {
  border-right: 1px solid #E6E6E6;
  padding: 1.5em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 .cau {
  border: #BA3332 2px solid;
  background-color: rgba(187, 52, 52, 0.06);
  margin: 3em 0 0;
  padding: 2em;
  color: #B73737;
  font-weight: bold;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 .check-tit {
  text-align: center;
  color: #000;
  padding: 2em 0 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 4em;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size02 .list {
    padding: 0 0 2em;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 .list li {
  width: 48.5%;
  border: #E6E6E6 1px solid;
  padding: 2em 1em;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size02 .list li {
    width: 100%;
    margin-bottom: 2em;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 .list li h4 {
  text-align: center;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size02 .list li p {
  padding: 1em 0 2em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 {
  padding: 3em 0 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 h2 {
  background-color: #097B80;
  text-align: center;
  padding: 0.15em 4vw 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 h2 img {
  max-width: 600px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size03 h2 img {
    max-width: none !important;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 h3 {
  color: #097B80;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .column .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size03 .column .img {
    width: 100%;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .column .txt {
  width: 50%;
  padding: 0 0 1em;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size03 .column .txt {
    width: 100%;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .column .txt h3 {
  color: #097B80;
  font-size: 2.8rem;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .column .txt p {
  font-size: 1.8rem;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .column .txt p strong {
  font-weight: bold;
  color: #097B80;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check {
  background-color: #EBEBEB;
  padding: 3em 1em 1em;
  margin: 3em 0 3em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check h4 {
  color: #097B80;
  text-align: center;
  font-size: 2rem;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .txt {
  padding: 0 4vw;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .movie {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto 2em;
  text-align: center;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .movie iframe {
  width: 100%;
  height: 100%;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure {
  background: #ebebeb;
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure {
    padding: 15px 0;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure ul {
  text-align: left;
  margin: 0 auto 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure ul li {
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure ul li {
    text-align: left;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure ul li input {
  margin-left: 5px;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure ul li label {
  color: #000;
  border: none;
  background: none;
  display: inline;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure input[type=text] {
  height: 30px;
  width: 60px;
  border-radius: 3px;
  padding: 0 5px;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure select {
  height: 30px;
  width: 175px;
  border-radius: 3px;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure input[type=submit],
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure input[type=button] {
  background-color: #097B80;
  color: #fff;
  font-size: 100%;
  width: 100%;
  max-width: 360px;
  margin: 0;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  display: block;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure input[type=submit]:hover,
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure input[type=button]:hover {
  opacity: 0.8;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure .wise {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin: 20px auto 0;
  text-align: center;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure .wise span {
  font-size: 140%;
  font-weight: bold;
  color: #097B80;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure input[type=radio]:checked + label + select {
  background: #fff;
  border: #ccc 1px solid;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure input[type=radio] + label + select {
  background: #e2e2e2;
  border: #ccc 1px solid;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3em;
  width: 100%;
  max-width: 500px;
  border-radius: 3px;
  appearance: none;
  background-color: #fff !important;
  border: none !important;
  padding: 0 10px;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure #submit {
  border-radius: 50px;
  padding: 1em 2em;
  max-width: 450px;
  margin: 0 auto;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size03 .movie-check .measure #submit:hover {
  opacity: 0.7;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 {
  padding: 3em 0 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 h2 {
  background-color: #F29533;
  text-align: center;
  padding: 0.35em 4vw 0;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 h2 img {
  max-width: 600px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size04 h2 img {
    max-width: none !important;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 h3 {
  color: #097B80;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .movie {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 3em auto 2em;
  text-align: center;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .movie iframe {
  width: 100%;
  height: 100%;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0 2em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .check-list li {
  width: 48.5%;
  border: #e2e2e2 1px solid;
  padding: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size04 .check-list li {
    width: 100%;
    margin: 0 0 1em;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .check-list li .img {
  width: 25%;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .check-list li .txt {
  width: 70%;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .check-list li .txt h3 {
  color: #F29533;
  margin: 0 0 0.5em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .btn-link {
  padding: 0 0 2em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .btn-link br {
  display: none;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size04 .btn-link br {
    display: block;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .btn-link h3 {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size04 .btn-link h3 {
    font-size: 1.8rem;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .btn-link div {
  padding: 0 0 3em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .btn-link div .btn {
  background-color: #F29533;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .check-tit {
  color: #000;
  text-align: center;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 4em;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size04 .list {
    padding: 0 0 2em;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .list li {
  width: 48.5%;
  border: #E6E6E6 1px solid;
  padding: 2em 1em;
}
@media screen and (max-width: 767px) {
  #exp_guide.sizeContents .size-cnt .size-cnt-size04 .list li {
    width: 100%;
    margin-bottom: 2em;
  }
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .list li h4 {
  text-align: center;
  color: #F29533;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .list li p {
  padding: 1em 0 2em;
}
#exp_guide.sizeContents .size-cnt .size-cnt-size04 .list li .btn {
  background-color: #F29533;
}

/* 商品到着後の履き心地調整について */
.mb40 {
  margin-bottom: 40px !important;
}

#exp_guide.adjustment h3 {
  margin-top: 40px !important;
}

#exp_guide.adjustment h4 {
  margin-top: 20px !important;
}

#exp_guide.adjustment h5 {
  font-size: 120%;
  font-weight: bold;
}

#exp_guide.adjustment .itemLink {
  background-color: #fefcf5;
  border: 1px solid #e8dbcd;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px;
  text-align: center;
}

#exp_guide.adjustment img {
  margin: 20px 0;
}

/* フィッティング調整について */
.mb10 {
  margin-bottom: 10px;
}

#exp_guide.fitting_ad img {
  vertical-align: bottom;
  max-width: none !important;
  width: 100%;
}

#exp_guide.fitting_ad h3 {
  margin-top: 50px !important;
}

#exp_guide.fitting_ad h4 {
  margin-top: 40px;
}

#exp_guide.fitting_ad h5 {
  margin: 30px 0 20px;
  font-size: 130%;
  font-weight: bold;
}

#exp_guide.fitting_ad a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#exp_guide.fitting_ad ul.fitting_ad_sample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#exp_guide.fitting_ad ul.fitting_ad_sample li {
  width: 47.5%;
  margin: 0 0 30px 0;
}

#exp_guide.fitting_ad ul.fitting_ad_sample li:nth-child(2n) {
  margin-right: 0;
}

#exp_guide.fitting_ad .fitting_ad_ttl {
  font-weight: bold;
  margin: 10px 0 5px;
  font-size: 115%;
}

#exp_guide.fitting_ad ul.fitting_ad_bnr li:last-child,
#exp_guide.fitting_ad ul.fitting_ad_after li:last-child {
  margin-right: 0;
}

#exp_guide.fitting_ad ol.fitting_ad_user li img,
#exp_guide.fitting_ad ul.fitting_ad_bnr li img {
  margin-bottom: 15px;
}

#exp_guide.fitting_ad p.fitting_ad_pdf {
  background: url(/user_data/packages/default/explanation_img/exp_guide/fitting_ad_icon01.gif) no-repeat left 2px;
  padding-left: 25px;
  margin-top: 15px;
}

#exp_guide.fitting_ad .fitting_ad_userImg {
  float: left;
  width: 320px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #exp_guide.fitting_ad .fitting_ad_userImg {
    float: none;
    width: 100%;
    margin: 0;
  }
}

#exp_guide.fitting_ad .fitting_ad_userTxt {
  float: left;
  width: 340px;
}
@media screen and (max-width: 767px) {
  #exp_guide.fitting_ad .fitting_ad_userTxt {
    float: none;
    width: 100%;
    margin: 15px 0 0;
  }
}

#exp_guide.fitting_ad .fitting_ad_userTxt ul {
  margin: 20px 0 0 30px;
  font-size: 110%;
}

#exp_guide.fitting_ad .fitting_ad_userTxt ul li {
  list-style: disc;
  margin-bottom: 8px;
}

#exp_guide.fitting_ad ol.fitting_ad_user {
  margin-bottom: 15px;
}

#exp_guide.fitting_ad ol.fitting_ad_user li {
  float: left;
  width: 32%;
  padding-right: 45px;
  background: url(/user_data/packages/default/explanation_img/exp_guide/fitting_ad_icon02.gif) no-repeat right top;
}
@media screen and (max-width: 767px) {
  #exp_guide.fitting_ad ol.fitting_ad_user li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    background: none;
  }
}

#exp_guide.fitting_ad ol.fitting_ad_user li:last-child {
  background: none;
  padding-right: 0;
}

#exp_guide.fitting_ad ol.fitting_ad_user li p.fitting_ad_userNo {
  background: #ba000c none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 35px;
}

#exp_guide.fitting_ad ol.fitting_ad_user li p.fitting_ad_userTxt02 {
  padding-left: 45px;
}

#exp_guide.fitting_ad ul.fitting_ad_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

#exp_guide.fitting_ad ul.fitting_ad_bnr li {
  width: 47.5%;
}

#exp_guide.fitting_ad ul.fitting_ad_after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#exp_guide.fitting_ad ul.fitting_ad_after li {
  width: 32%;
}

/* 修理・メンテナンスサービスについて */
#exp_guide.fitting_ad ul.fitting_ad_maintenance {
  margin-top: 30px;
}

#exp_guide.fitting_ad ul.fitting_ad_maintenance li {
  float: left;
  width: 200px;
  margin: 0 45px 40px 0;
}

#exp_guide.fitting_ad ul.fitting_ad_maintenance li:nth-child(3n) {
  margin-right: 0;
}

#exp_guide.fitting_ad ul.fitting_ad_maintenance li p {
  background-color: #EEEEEE;
  text-align: center;
  padding: 10px;
  font-size: 110%;
}

/*-- 会員システムについて --*/
#exp_guide.sitemap ul {
  margin-bottom: 40px;
}

#exp_guide.sitemap ul li {
  margin-bottom: 20px;
  list-style-type: disc;
  margin-left: 2em;
}

/* ソーシャルSNS */
#sns_list {
  text-align: left;
  margin: 0 0 40px 0;
  font-size: 110%;
  line-height: 1.6;
}

#sns_list h2 {
  margin: 20px 0;
}

#sns_list h2 img {
  max-width: none !important;
  width: 100%;
}

#sns_list h3 {
  margin: 50px 0 30px;
  border-bottom: 1px solid #BA000C;
  padding-bottom: 10px;
  font-size: 135%;
  font-weight: bold;
}

#sns_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #sns_list ul {
    display: block;
  }
}

#sns_list ul li {
  width: 32%;
  margin: 0 0.666666% 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #sns_list ul li {
    width: 100%;
  }
}

#sns_list ul li h4 {
  background-color: #EEF0F2;
  color: #ba000c;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 50px;
  white-space: nowrap;
  display: block;
}

#sns_list ul li h4 a {
  color: #ba000c;
  text-decoration: underline;
  display: block;
  padding: 10px 15px;
  min-height: 70px;
}

#sns_list ul li h4 a.sns_list_line {
  background: url(/user_data/packages/default/explanation_img/exp_sns/sns_icon01.gif) no-repeat 10px 10px;
  width: 50px;
  height: 50px;
  padding-left: 70px;
}

#sns_list ul li h4 a.sns_list_instagram {
  background: url(/user_data/packages/default/explanation_img/exp_sns/sns_icon06.gif) no-repeat 10px 10px;
  width: 50px;
  height: 50px;
  padding-left: 70px;
}

#sns_list ul li h4 a.sns_list_twitter {
  background: url(/user_data/packages/default/explanation_img/exp_sns/sns_icon02.gif) no-repeat 10px 10px;
  width: 50px;
  height: 50px;
  padding-left: 70px;
}

#sns_list ul li h4 a.sns_list_facebook {
  background: url(/user_data/packages/default/explanation_img/exp_sns/sns_icon03.gif) no-repeat 10px 10px;
  width: 50px;
  height: 50px;
  padding-left: 70px;
}

#sns_list ul li h4 a.sns_list_lab {
  background: url(/user_data/packages/default/explanation_img/exp_sns/sns_icon04.gif) no-repeat 10px 10px;
  width: 50px;
  height: 50px;
  padding-left: 70px;
}

#sns_list ul li h4 a.sns_list_monipla {
  background: url(/user_data/packages/default/explanation_img/exp_sns/sns_icon05.gif) no-repeat 10px 10px;
  width: 50px;
  height: 50px;
  padding-left: 70px;
}

#sns_list ul li .sns_list_box {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sns_list ul li .sns_list_box .sns_list_box_sp {
  width: 35%;
  margin-right: 5%;
}

#sns_list ul li .sns_list_box .sns_list_box_txt {
  width: 60%;
}

#sns_list ul li p {
  margin-bottom: 10px;
}

#sns_list ul li p.sns_list_B {
  font-weight: bold;
  margin-bottom: 0 !important;
}

#sns_list ul li p.sns_list_btn {
  background-color: #CCCCCC;
  margin-top: 5px;
  text-align: center;
}

#sns_list ul li p.sns_list_btn a {
  display: block;
  padding: 10px 15px;
  color: #222222;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
}

#sns_list a:hover {
  opacity: 0.7;
}

#sns_list ul li .line_pc {
  display: block;
}

#sns_list ul li .line_sp {
  display: none;
}

/*-- お手入れ方法 --*/
#exp_guide.shoe-care {
  line-height: 1.8;
}
#exp_guide.shoe-care .shoe-care-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exp_guide.shoe-care .shoe-care-nav ul .shoe-care-nav-box {
  width: 31%;
  list-style-type: none;
  margin: 0;
}
#exp_guide.shoe-care .shoe-care-nav ul .shoe-care-nav-box ul li {
  list-style-type: disc;
  margin: 0 0 10px 20px;
}
#exp_guide.shoe-care h3 {
  font-size: 2.4rem;
  border-bottom: #000 1px solid;
  padding: 20px 0 10px;
}
#exp_guide.shoe-care h4 {
  font-size: 2.2rem;
  margin: 0 0 25px;
}
#exp_guide.shoe-care h5 {
  font-size: 1.8rem;
  border-left: #000 5px solid;
  padding-left: 10px;
  margin: 30px 0 20px;
}
#exp_guide.shoe-care .shoe-care-box {
  padding: 0 0 0 20px;
}
#exp_guide.shoe-care p {
  margin: 0 0 20px;
}
#exp_guide.shoe-care ol {
  margin: 0 0 20px 0;
}
#exp_guide.shoe-care ol li {
  list-style: decimal;
  margin: 0 0 10px 20px;
}
#exp_guide.shoe-care ul {
  margin: 0 0 20px 0;
}
#exp_guide.shoe-care ul li {
  list-style: disc;
  margin: 0 0 10px 20px;
}
#exp_guide.shoe-care .graybox {
  border: #ccc 1px solid;
  margin: 0 0 20px;
  padding: 20px 20px 0;
  font-size: 1.6rem;
}
#exp_guide.shoe-care .graybox p {
  margin: 0 0 10px;
}
#exp_guide.shoe-care .graybox ul li {
  margin: 0 0 5px 18px;
}
#exp_guide.shoe-care .shoe-care-nav ul li {
  margin: 0 0 5px 20px;
}
#exp_guide.shoe-care .shoe-care-page1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 1em;
}
#exp_guide.shoe-care .shoe-care-page1 li {
  width: 24%;
  list-style-type: none;
  margin: 0;
  padding: 0 1% 0 0;
}
#exp_guide.shoe-care .shoe-care-page1 li a {
  color: #000;
  display: block;
}
#exp_guide.shoe-care .shoe-care-page1 li a .img img {
  width: 100%;
}
#exp_guide.shoe-care .shoe-care-page1 li a p {
  text-align: center;
}
#exp_guide.shoe-care .shoe-care-page2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exp_guide.shoe-care .shoe-care-page2 li {
  width: 31%;
  list-style-type: none;
  margin: 0 0 1em;
}
#exp_guide.shoe-care .shoe-care-page2 li h3 {
  background-color: #F7F6F4;
  text-align: center;
  border-bottom: none;
  padding: 15px 0 10px;
  font-size: 2rem;
}
#exp_guide.shoe-care .shoe-care-page2 li .tit {
  color: #BB3534;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}
#exp_guide.shoe-care .shoe-care-page2 li .min {
  font-size: 1.6rem;
}
#exp_guide.shoe-care .shoe-care-page2 li:last-child {
  width: 100%;
}
#exp_guide.shoe-care .shoe-care-btn a::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #exp_guide.shoe-care .shoe-care-nav ul .shoe-care-nav-box {
    width: 100%;
  }
}
/* 教えてコンテンツ */
.oshiete-page h1 {
  padding: 0 0 1em;
  text-align: center;
}
.oshiete-page h1.sub-page {
  padding: 2.5em 0 1em;
}
.oshiete-page .oshiete-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #000 1px solid;
  padding: 2em;
  margin: 2em 0;
}
.oshiete-page .oshiete-profile .img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .oshiete-page .oshiete-profile .img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .oshiete-page .oshiete-profile .img img {
    max-width: 120px !important;
    padding: 0 0 1em;
  }
}
.oshiete-page .oshiete-profile .txt {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .oshiete-page .oshiete-profile .txt {
    width: 100%;
  }
}
.oshiete-page .oshiete-profile .txt p {
  font-size: 1.4rem;
}
.oshiete-page .oshiete-profile .txt p strong {
  font-size: 1.6rem;
}
.oshiete-page .oshiete-top01 ul li {
  background-color: #f2f2f2;
  text-align: center;
  padding: 3em 2em;
}
.oshiete-page .oshiete-top01 ul li h2 {
  padding: 0 0 1em;
}
.oshiete-page .oshiete-top01 ul li .movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 2em;
}
.oshiete-page .oshiete-top01 ul li .movie iframe {
  width: 100%;
  height: 100%;
  max-width: 700px;
}
.oshiete-page .oshiete-top01 ul li .btn {
  text-decoration: none;
  background-color: #29a499;
}
.oshiete-page .oshiete-top01 ul li:nth-child(2) {
  background-color: #29a499;
  color: #fff;
}
.oshiete-page .oshiete-top01 ul li:nth-child(2) .btn {
  background-color: #fff;
  color: #29a499;
}
.oshiete-page .oshiete-entry .movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 2em;
  text-align: center;
}
.oshiete-page .oshiete-entry .movie iframe {
  width: 100%;
  height: 100%;
  max-width: 700px;
}
.oshiete-page .oshiete-entry h2 {
  font-size: 2.4rem;
  padding: 0 0 1em;
}
.oshiete-page .oshiete-entry p {
  padding: 0 0 2em;
}
.oshiete-page .back_btn {
  text-align: center;
  padding: 1em 0;
}

/* 動画ブロック */
.movie-block {
  background-color: #f2f2f2;
  text-align: center;
  padding: 3em 3em;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .movie-block {
    padding: 3em 1.5em;
  }
}
.movie-block .movie {
  width: 100%;
  aspect-ratio: 16/9;
  text-align: center;
}
.movie-block .movie iframe {
  width: 100%;
  height: 100%;
}
.movie-block h2 {
  font-size: 2.4rem;
  padding: 0 0 1em;
}
.movie-block p {
  padding: 0 0 2em;
}

/* AKAISHIのメルマガ */
#magazine_2017 {
  margin: 0 0 100px 0;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}

#magazine_2017 h1 {
  margin-top: 15px;
}

#magazine_2017 h1 img {
  max-width: none !important;
  width: 100%;
}

#magazine_2017 section {
  margin-top: 50px;
}

#magazine_2017 .main p {
  text-align: center;
  margin-top: 20px;
}

#magazine_2017 .main p span {
  color: #BA000C;
}

#magazine_2017 h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

#magazine_2017 .tokuten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #magazine_2017 .tokuten {
    display: block;
  }
}

#magazine_2017 .tokuten li {
  list-style: none;
  border: #BA000C 1px solid;
  padding: 20px;
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #magazine_2017 .tokuten li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#magazine_2017 .tokuten li:last-child {
  margin-right: 0px;
}

#magazine_2017 .point {
  color: #BA000C;
  margin: 10px 0;
  font-weight: bold;
  font-size: 22px;
}

#magazine_2017 .shoukai {
  border-bottom: #999 1px dotted;
  padding-bottom: 35px;
  margin-bottom: 35px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#magazine_2017 .shoukai img {
  margin-bottom: 10px;
  max-width: none !important;
  width: 100%;
}

#magazine_2017 .shoukai li {
  width: 47.5%;
}

#magazine_2017 .bottom_none {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}

#magazine_2017 h3 {
  color: #C91B0A;
  margin-bottom: 30px;
  font-size: 20px;
}

#magazine_2017 h3 .example {
  background: #C91B0A;
  color: #fff;
  margin-right: 14px;
  padding: 10px 14px;
  width: 66px;
  height: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #magazine_2017 h3 .example {
    display: block;
    height: auto;
    width: 5em;
  }
}

#magazine_2017 .regist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #magazine_2017 .regist {
    display: block;
  }
}

#magazine_2017 .regist li {
  text-align: center;
  width: 47.5%;
  font-weight: bold;
  display: table;
  border-collapse: separate;
  border-spacing: 0 5px;
}
@media screen and (max-width: 767px) {
  #magazine_2017 .regist li {
    width: 100%;
  }
}

#magazine_2017 .regist a {
  text-decoration: none !important;
}

#magazine_2017 .regist_tit {
  color: #C91B0A;
  margin: 30px 0 10px 0;
}

#magazine_2017 .regist_btn01 a {
  color: #FFF;
  background: #C91B0A;
  margin-bottom: 10px;
  padding: 20px 0;
  font-size: 18px;
  text-decoration: none !important;
  line-height: 1.4;
  display: block;
  vertical-align: middle;
  border-radius: 50px;
}

#magazine_2017 .regist_btn01 a:hover {
  background: #BA020C !important;
}

#magazine_2017 .regist_btn02 a {
  color: #FFF;
  background: #003E9E;
  padding: 10px 0;
  font-size: 14px;
  text-decoration: none !important;
  line-height: 1.4;
  display: block;
  vertical-align: middle;
  border-radius: 50px;
}

#magazine_2017 .regist_btn02 a:hover {
  background: #001060 !important;
}

/* デジタルカタログ */
#digiCatalog h3 {
  margin-top: 15px;
  padding-bottom: 30px;
}

#digiCatalog h3 img {
  width: 100%;
}

#digiCatalog h4 {
  font-size: 2.3rem;
  margin-bottom: 30px;
}

#digiCatalog ul li {
  float: left;
  margin: 0 0 30px 19px;
  width: 145px;
}

#digiCatalog ul li p {
  margin-bottom: 10px;
  font-weight: bold;
}

#digiCatalog ul li a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*------------------------------------------------
 レビューキャンペーン
 ------------------------------------------------*/
.reviewCont {
  width: 100%;
  max-width: 700px !important;
  margin: 0 auto 40px;
}

.reviewCont p {
  font-size: 15px;
  line-height: 1.6;
}

.reviewCont a:hover img {
  opacity: 0.8;
}

.reviewCont .main {
  margin: 0;
  padding: 0;
}

.reviewCont .main .btn {
  text-align: center;
}

.reviewCont .nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviewCont .nav li {
  width: 32%;
}

.reviewCont .nav li:last-child {
  margin-right: 0;
}

.reviewCont .campaign {
  margin-top: 30px;
}

.reviewCont h2 {
  clear: both;
  margin: 0;
  padding: 0 !important;
  display: block;
}

.reviewCont h3 {
  margin-bottom: 20px;
}

.reviewCont h4 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

.reviewCont li {
  font-size: 14px;
  margin-bottom: 10px;
}

.reviewCont #detail ul {
  overflow: hidden;
}

.reviewCont #detail ul li {
  float: left;
  margin: 25px 38px 0;
}
@media screen and (max-width: 767px) {
  .reviewCont #detail ul li {
    float: none;
    text-align: center;
  }
}

.reviewCont #caution ul {
  margin: 20px 0 30px 2em;
}

.reviewCont #caution ul li {
  background: url(/user_data/packages/default/images/pages/reviewcp/ico_list.gif) no-repeat 0 0;
  padding-left: 20px;
}

.reviewCont #caution ol {
  margin: 10px 0 10px 2em;
}

.reviewCont #caution ol li {
  list-style: decimal inside;
}

.reviewCont .campaign p strong {
  color: #f8514d;
  font-weight: normal;
}

.reviewCont #vote div,
.reviewCont #vote div p {
  margin-bottom: 15px;
}

/*------------------------------------------------
 デビュー割キャンペーン
 ------------------------------------------------*/
.debut_item_list {
  border: #ccc 1px solid;
}
.debut_item_list p {
  text-align: center;
  padding: 30px 0 10px;
}
.debut_item_list p img {
  width: 182px !important;
}
.debut_item_list div {
  text-align: center;
}
.debut_item_list ul {
  overflow: hidden;
}
.debut_item_list ul li {
  float: left;
  width: 50%;
}
.debut_item_list ul li a:hover {
  opacity: 0.7;
}

#exp_guide.debut_campaign {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
#exp_guide.debut_campaign .btn.blue {
  background: #003e9e;
  width: 80%;
  margin: 2em auto 1em;
}
#exp_guide.debut_campaign .btn.blue:hover {
  background: #0048B5;
}
#exp_guide.debut_campaign dt {
  font-weight: bold;
  padding: 0.5em 0 0;
}
#exp_guide.debut_campaign .about {
  padding: 40px 0 0px;
}
#exp_guide.debut_campaign .about .debut_campaign_point {
  padding: 0;
}
#exp_guide.debut_campaign .about .debut_campaign_point .point_txt {
  font-size: 20px;
  margin-bottom: 20px;
}
#exp_guide.debut_campaign .about strong {
  color: #BB000D;
}
#exp_guide.debut_campaign .about .debut_campaign_caution {
  padding-top: 20px;
}
#exp_guide.debut_campaign .about dl dt {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 5px;
}
#exp_guide.debut_campaign .about dl dd {
  padding: 0 0 20px;
}

/*------------------------------------------------
 お友達紹介キャンペーン
 ------------------------------------------------*/
#exp_guide.friendship {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
#exp_guide.friendship .about {
  margin-bottom: 40px;
}
#exp_guide.friendship .btn.blue {
  background: #003e9e;
  width: 80%;
  margin: 2em auto 1em;
}
#exp_guide.friendship .btn.blue:hover {
  background: #0048B5;
}

/*------------------------------------------------
 親子割キャンペーン　▼20200219_田中追加
 ------------------------------------------------*/
#exp_guide.oyakowari {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

#exp_guide.oyakowari .about {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

#exp_guide.oyakowari h2 {
  border: 0;
  max-width: 80%;
  margin: 1em auto;
  padding-bottom: 0;
}

#exp_guide.oyakowari h3 {
  max-width: 11em;
  background-color: #fff;
  border: 5px solid #000;
  margin: 3em auto 1.4em;
  padding: 0.7em 1em;
  line-height: 1;
  text-align: center;
}

#exp_guide.oyakowari ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

#exp_guide.oyakowari ul.intro li {
  width: 49%;
  margin-right: 2%;
}

#exp_guide.oyakowari ul.intro li:nth-child(2n) {
  margin-right: 0%;
}

#exp_guide.oyakowari ul.col03 li {
  width: 33%;
}

#exp_guide.oyakowari p strong {
  color: #ba3533;
}

#exp_guide.oyakowari .btn {
  margin: 1.6em auto 0;
  background-color: #ba3533 !important;
}

#exp_guide.oyakowari .about p {
  text-align: center;
}

#exp_guide.oyakowari .about p img {
  width: 75%;
}

#exp_guide.oyakowari .strong {
  width: 70%;
  background-color: #d6e9ca;
  margin: 1.4em auto 0;
  padding: 1.5em 2em;
}

@media screen and (max-width: 540px) {
  #exp_guide.oyakowari {
    font-size: 18px !important;
  }
  #exp_guide.oyakowari,
  #exp_guide.oyakowari .about,
  #exp_guide.oyakowari .about p img {
    max-width: 100%;
    width: 100%;
  }
  #exp_guide.oyakowari h2 {
    max-width: 100%;
  }
  #exp_guide.oyakowari .btn {
    font-size: 16px;
  }
  #exp_guide.oyakowari ul.intro li {
    width: 100%;
    margin-bottom: 15px;
  }
  #exp_guide.oyakowari ul.col03 li {
    width: 48%;
    font-size: 16px;
  }
  #exp_guide.oyakowari .strong,
  #exp_guide.oyakowari .strong img {
    width: 100%;
  }
}
/*------------------------------------------------
 レビューポータル
 ------------------------------------------------*/
#review-portal h2 {
  font-size: 2.8rem;
  color: #BA3533;
  margin: 0 0 40px;
  padding: 1em 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}
#review-portal .kuchikomi_menu {
  padding: 15px;
  margin-top: 20px;
  background-color: #F2F2F2;
}
#review-portal .kuchikomi_menu span {
  margin-right: 0.5em;
}
#review-portal .kuchikomi_menu a {
  color: #0066FF;
  text-decoration: underline;
  font-weight: normal;
  margin-right: 0.5em;
}
#review-portal .kuchikomi_product {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  border: solid #E6E6E6 1px;
  padding: 1.5em 1em;
}
#review-portal .kuchikomi_product .rate-tit {
  display: block;
  font-size: 2.25rem;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate-tit {
    font-size: 1.8rem;
  }
}
#review-portal .kuchikomi_product .rate-stit {
  display: block;
  color: #747474;
  padding: 0 0 0.25em;
}
#review-portal .kuchikomi_product .rate {
  line-height: 1;
  font-size: 4rem;
  vertical-align: middle;
  padding: 0 5em 0 0;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate {
    font-size: 3rem;
  }
}
#review-portal .kuchikomi_product .rate-score {
  line-height: 1;
  font-size: 4rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate-score {
    font-size: 3rem;
  }
}
#review-portal .kuchikomi_product .rate-number {
  line-height: 1;
  font-size: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate-number {
    margin: 0.5em 0 0;
    display: block;
  }
}
#review-portal .kuchikomi_product .rate-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  max-width: 700px;
  margin: 1em auto 0;
}
#review-portal .kuchikomi_product .rate-box .rate-box-column1 {
  width: 48.5%;
  background-color: #BA3533;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate-box .rate-box-column1 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 0.75em;
    padding: 1.5em;
  }
}
#review-portal .kuchikomi_product .rate-box .rate-box-column1 .rate-box-tit {
  width: 25%;
}
#review-portal .kuchikomi_product .rate-box .rate-box-column1 .rate-box-data {
  width: 70%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#review-portal .kuchikomi_product .rate-box .rate-box-column1 .rate-box-data .rate-box-score {
  font-size: 8rem;
  display: block;
  line-height: 1;
  margin-top: -0.1em;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate-box .rate-box-column1 .rate-box-data .rate-box-score {
    font-size: 6.5rem;
  }
}
#review-portal .kuchikomi_product .rate-box .rate-box-column1 .rate-box-data .rate {
  font-size: 120%;
  color: #ff0;
}
#review-portal .kuchikomi_product .rate-box .rate-box-column2 {
  width: 48.5%;
  background-color: #BA3533;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate-box .rate-box-column2 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 1.5em;
  }
}
#review-portal .kuchikomi_product .rate-box .rate-box-column2 .rate-box-tit {
  width: 25%;
}
#review-portal .kuchikomi_product .rate-box .rate-box-column2 .rate-box-data {
  width: 70%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#review-portal .kuchikomi_product .rate-box .rate-box-column2 .rate-box-data .rate-box-score {
  font-size: 6.5rem;
  display: block;
  line-height: 1;
  margin-top: -0.1em;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_product .rate-box .rate-box-column2 .rate-box-data .rate-box-score {
    font-size: 5.5rem;
  }
}
#review-portal .kuchikomi_search {
  padding: 1em 0 1em;
}
#review-portal .kuchikomi_search h3 {
  font-size: 2.3rem;
  margin: 0 0 20px;
}
#review-portal .kuchikomi_search ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#review-portal .kuchikomi_search ul li {
  margin: 0 0.25em 0.5em;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_search ul li {
    width: 48%;
    margin: 0 1% 0.5em;
  }
}
#review-portal .kuchikomi_search ul li a {
  display: block;
  text-decoration: none;
  border-radius: 50px;
  border: solid #BA3533 1px;
  padding: 0.5em 1em;
  color: #BA3533;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_search ul li a {
    padding: 0.35em 0.5em;
    font-size: 1.4rem;
  }
}
#review-portal .kuchikomi_search ul li.current a {
  background-color: #BA3533;
  color: #fff;
}
#review-portal .kuchikomi_search select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1em;
  border: 1px solid #E6E6E6;
  font-size: 1.8rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path transform="rotate(90 12 12)" fill="%23999" d="M8 4l8 8-8 8z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px top 50%;
  background-size: 24px;
  background-color: #fff;
  cursor: pointer;
}
#review-portal #kuchikomi_list {
  clear: both;
}
#review-portal #kuchikomi_list li {
  padding: 20px 0;
  border-top: 1px dotted #ccc;
}
#review-portal .kuchikomi_reviewer {
  position: relative;
  min-height: 75px;
  margin-bottom: 20px;
  padding-left: 85px;
}
#review-portal .kuchikomi_reviewer .icon_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #efefef;
}
#review-portal .kuchikomi_reviewer .icon_box img {
  max-height: 100%;
}
#review-portal .kuchikomi_reviewer .prof,
#review-portal .kuchikomi_reviewer .sub_prof:nth-of-type(-n+2) {
  display: inline-block;
}
#review-portal .kuchikomi_reviewer .prof:first-of-type {
  margin-right: 1em;
}
#review-portal .kuchikomi_reviewer .prof:last-of-type::before {
  content: "年代：";
}
#review-portal .kuchikomi_reviewer .prof a {
  font-weight: bold;
  color: #c91a09;
}
#review-portal .kuchikomi_reviewer .sub_prof:first-of-type {
  margin-right: 1em;
}
#review-portal .kuchikomi_reviewer .sub_prof strong {
  color: #c91a09;
  margin-left: 1em;
}
#review-portal .kuchikomi_title {
  font-weight: bold;
}
#review-portal .kuchikomi_level {
  font-weight: bold;
}
#review-portal .kuchikomi_level::before {
  content: "評価 ";
}
#review-portal .kuchikomi_level span {
  line-height: 1;
  vertical-align: middle;
}
#review-portal .kuchikomi_comment {
  margin-top: 15px;
  word-wrap: break-word;
}
#review-portal .kuchikomi_image a {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#review-portal .kuchikomi_image img {
  max-width: 140px !important;
  max-height: 140px;
  vertical-align: bottom;
}
#review-portal .kuchikomi_sannkou {
  padding-top: 20px;
}
#review-portal .kuchikomi_sannkou span {
  font-weight: bold;
  color: #c91a09;
}
#review-portal .kuchikomi_sannkou_btn_box {
  text-align: right;
  margin: 1em 0;
}
#review-portal .kuchikomi_sannkou_btn_box .kuchikomi_sannkou_btn {
  border-radius: 0;
  background: #0A7A82;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#review-portal .kuchikomi_sannkou_btn_box .kuchikomi_sannkou_btn::after {
  content: "";
}
#review-portal .kuchikomi_sannkou_btn_box .kuchikomi_sannkou_btn.voted {
  background: #EEEEEE;
  color: #666666;
}
#review-portal .kuchikomi_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid #E6E6E6 1px;
  padding: 0.5em 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#review-portal .kuchikomi_item a .kuchikomi_item_img {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_item a .kuchikomi_item_img {
    width: 30%;
  }
}
#review-portal .kuchikomi_item a .kuchikomi_item_txt {
  width: 82.5%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #review-portal .kuchikomi_item a .kuchikomi_item_txt {
    width: 65%;
  }
}
#review-portal .kuchikomi_item a .kuchikomi_item_txt .kuchikomi_item_tit {
  color: #BA3533;
  font-weight: bold;
  padding: 0 0 0.25em;
}
#review-portal .kuchikomi_item a .kuchikomi_item_txt .kuchikomi_item_name {
  font-size: 1.8rem;
  text-decoration: underline;
}

/*------------------------------------------------
 還元キャンペーン
 ------------------------------------------------*/
#exp_guide.kangencp {
  width: 100%;
  margin: 0 auto;
}
#exp_guide.kangencp .about {
  margin-top: 40px;
  margin-bottom: 40px;
}
#exp_guide.kangencp .btn.blue {
  background: #003e9e;
  width: 80%;
  margin: 2em auto 1em;
}
#exp_guide.kangencp .btn.blue:hover {
  background: #0048B5;
}
#exp_guide.kangencp dt {
  font-weight: bold;
  padding: 0.5em 0 0;
}
#exp_guide.kangencp .point_txt {
  font-size: 2rem;
  margin-bottom: 20px;
}
#exp_guide.kangencp .point_txt strong {
  color: #BB000D;
}
#exp_guide.kangencp .search_menu {
  background-color: #F6F6F6;
  padding: 20px;
  text-align: center;
}
#exp_guide.kangencp .search_menu .tit {
  font-size: 4.2rem;
  line-height: 1.2;
  padding: 20px 0 0;
}
#exp_guide.kangencp .search_menu .stit {
  padding: 20px 0 0;
}
#exp_guide.kangencp .search_menu .search_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 40px;
}
#exp_guide.kangencp .search_menu .search_menu_list li {
  width: 32%;
  padding: 0 0 20px;
}
#exp_guide.kangencp .search_menu .search_menu_list li img {
  width: 100%;
}
#exp_guide.kangencp .akaishi_about {
  padding: 40px 0 0;
}
#exp_guide.kangencp .akaishi_about .tit {
  font-size: 3rem;
  text-align: center;
}
#exp_guide.kangencp .akaishi_about .stit {
  text-align: center;
}
#exp_guide.kangencp .akaishi_about .akaishi_about_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exp_guide.kangencp .akaishi_about .akaishi_about_list li {
  width: 30%;
  padding: 0 0 25px;
}

/*------------------------------------------------
 返品について 2010_1029
 クレジット決済エラーについて
 ------------------------------------------------*/
#p_rtn {
  text-align: left;
}

#p_rtn a {
  color: #FF3366;
}

#p_rtn img {
  display: block;
}

#p_rtn p.p_rtn_gotoTop {
  clear: both;
  text-align: right;
  margin: 20px 0 0;
}

#p_rtn p.p_rtn_caution {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

#p_rtn p.p_rtn_caution02 {
  text-indent: -1em;
  margin: 10px 0 0 1em;
  font-weight: bold;
}

#p_rtn p.p_rtn_arrow {
  text-align: center;
  padding: 10px 0 0;
}

#p_rtn .p_rtn_padtop0 {
  padding: 0 0 0 !important;
}

#p_rtn .p_rtn_padtop15 {
  padding: 15px 0 0 !important;
}

#p_rtn .p_rtn_padtop20 {
  padding: 20px 0 0 !important;
}

#p_rtn .p_rtn_padtop30 {
  padding: 30px 0 0 !important;
}

#p_rtn .p_rtn_bold {
  font-weight: bold;
}

#p_rtn p.p_rtn_arrow img {
  display: inline;
}

#p_rtn .p_rtn_660 {
  padding: 0 20px;
}

#p_rtn .p_rtn_h01 {
  padding: 0 0 30px;
}

#p_rtn .p_rtn_box01 div {
  border: 1px solid #DECAB6;
  padding: 15px;
}

#p_rtn ul.p_rtn_ul01 {
  clear: both;
  padding: 0 0 10px;
}

#p_rtn ul.p_rtn_ul01 li {
  width: auto;
  display: inline;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_marker.gif) left center no-repeat;
  padding: 0 10px 0 8px;
  font-weight: bold;
}

#p_rtn ul.p_rtn_ul02 {
  clear: both;
  padding: 0;
}

#p_rtn ul.p_rtn_ul02 li {
  display: inline;
  padding: 0 10px 0 0;
}

#p_rtn p.p_rtn_h02 {
  width: auto;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_cap.gif) left bottom repeat-x;
  color: #524639;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  margin: 30px 0 0;
  font-weight: bold;
}

#p_rtn ul.p_rtn_ul03 {
  margin: 5px 0 0 18px;
}

#p_rtn ul.p_rtn_ul03 li {
  list-style: disc;
  padding: 10px 0 0;
}

#p_rtn ul.p_rtn_ul04 {
  margin: 0 0 0 18px;
}

#p_rtn ul.p_rtn_ul04 li {
  list-style: disc;
  padding: 10px 0 0;
}

#p_rtn ul.p_rtn_ul04 li .p_rtn_ul04_top {
  padding: 0;
}

#p_rtn ul.p_rtn_ul04 li img {
  display: inline;
}

#p_rtn .p_rtn_methodBox {
  padding: 10px 0 0;
  border: 1px solid #DECAB6;
  border-top: none;
}

#p_rtn .p_rtn_methodBox .p_rtn_methodBoxImg {
  padding: 19px;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_line.gif) left bottom repeat-x;
}

#p_rtn .p_rtn_methodBox .p_rtn_methodBoxTxt {
  padding: 20px;
}

#p_rtn .p_rtn_methodBox .p_rtn_methodBoxTxt02 div {
  padding: 0 19px 20px;
}

#p_rtn .p_rtn_procedureBox {
  padding: 10px 0 0;
  border: 1px solid #DECAB6;
  border-top: none;
}

#p_rtn .p_rtn_procedureBox .p_rtn_procedureBoxImg {
  width: 620px;
  padding: 20px;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_line.gif) left bottom repeat-x;
}

#p_rtn .p_rtn_procedureBox .p_rtn_procedureBoxTxt {
  padding: 20px 19px;
}

#p_rtn .p_rtn_procedureBox .p_rtn_procedureBoxTxt .p_rtn_procedureBoxTxt_in {
  padding: 30px 0 0;
}

#p_rtn .p_rtn_procedureBox .p_rtn_procedureBoxTxt .p_rtn_procedureBoxTxt_in strong {
  background-color: #FBF8F4;
  width: 620px;
}

#p_rtn .p_rtn_procedureBox .p_rtn_procedureBoxTxt .p_rtn_procedureBoxTxt_in strong span {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #524639;
  font-weight: bold;
  padding: 7px 0 7px 7px;
}

#p_rtn .p_rtn_procedureBox .p_rtn_procedureBoxTxt .p_rtn_procedureBoxTxt_in p {
  padding: 20px 0 0;
}

#p_rtn .p_rtn_procedureBox .p_rtn_procedureBoxTxt .p_rtn_procedureBoxTxt_in p span {
  display: block;
  color: #920000;
  font-weight: bold;
  padding: 0 0 3px;
}

#p_rtn .p_rtn_procedureBoxTxt_in02 {
  margin: 20px 20px 0;
  padding: 10px;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_boxbg.gif) left top repeat;
}

#p_rtn .p_rtn_procedureBoxTxt_in02 p {
  background-color: #FFF;
  padding: 15px !important;
  font-weight: bold;
  color: #920000;
}

#p_rtn .p_rtn_method_cap01 {
  margin: 20px 0 0;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_img04.gif) left top no-repeat;
  height: 70px;
}

#p_rtn .p_rtn_method_cap01 span {
  padding: 18px 15px 0 70px;
  font-size: 16px;
  color: #524639;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

#p_rtn .p_rtn_method_cap02 {
  margin: 10px 0 0;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_img07.gif) left top no-repeat;
  height: 70px;
}

#p_rtn .p_rtn_method_cap02 span {
  padding: 18px 15px 0 70px;
  font-size: 16px;
  color: #524639;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

#p_rtn .p_rtn_method_cap03 {
  margin: 10px 0 0;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_img10.gif) left top no-repeat;
  height: 70px;
}

#p_rtn .p_rtn_method_cap03 span {
  padding: 18px 15px 0 70px;
  font-size: 16px;
  color: #524639;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

#p_rtn .p_rtn_procedure_cap01 {
  margin: 20px 0 0;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_img12.gif) left top no-repeat;
  height: 70px;
}

#p_rtn .p_rtn_procedure_cap01 span {
  padding: 25px 15px 0 70px;
  font-size: 16px;
  color: #524639;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

#p_rtn .p_rtn_procedure_cap02 {
  margin: 20px 0 0;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_img15.gif) left top no-repeat;
  height: 70px;
}

#p_rtn .p_rtn_procedure_cap02 span {
  padding: 25px 15px 0 70px;
  font-size: 16px;
  color: #524639;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

#p_rtn .p_rtn_procedure_cap03 {
  margin: 20px 0 0;
  background: url(/user_data/packages/default/explanation_img/exp_22/p_return_img16.gif) left top no-repeat;
  height: 70px;
}

#p_rtn .p_rtn_procedure_cap03 span {
  padding: 25px 15px 0 70px;
  font-size: 16px;
  color: #524639;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

/* 商品拡大画像 */
#photoZoomView {
  margin: 0 auto;
  text-align: center;
}

#photoZoomView img {
  width: 100%;
  max-width: 800px;
}

#photoZoomWindow {
  width: 100%;
  background: #000000;
}

#photoZoomWindow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 5px 0.5% 0;
}

#photoZoomWindow ul li {
  width: 24%;
  max-width: 150px;
  margin: 0 0.5% 7px;
  list-style: none;
}

#photoZoomWindow ul li img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* 特集ページ */
.special_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}

.special_box ul li {
  width: 32.3333%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .special_box ul li {
    width: 48.3333%;
  }
}/*# sourceMappingURL=page.css.map */