@charset "UTF-8";
html {
  height: 100%;
}

.footerWrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.shopEntHeader {
  margin-bottom: 0 !important;
  background: #f7f7f7;
  border-bottom: none !important;
}
.shopEntHeader .headerInner {
  border-bottom: 1px solid #dddddd;
  padding: 0 !important;
}

.headerEntContent {
  margin: 0 auto;
  width: 960px;
  min-height: 63px;
  height: auto !important;
}

.headerEntArea {
  float: right;
  position: relative;
  top: 10px;
}

.headerEntBtn {
  display: inline-block;
  line-height: 1;
  background: #e65800;
  border-radius: 20px;
}
.headerEntBtn span {
  color: #ffffff;
  display: inline-block;
  padding: 15px 20px 15px 28px;
  letter-spacing: 0.04em;
}
.headerEntBtn:hover {
  background: #ff6200;
}

.headerEntMenu {
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(191, 178, 157, 0.49);
  -moz-box-shadow: 0px 1px 2px 0px rgba(191, 178, 157, 0.49);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(191, 178, 157, 0.49);
  z-index: 100;
  position: relative;
}

.tableEntMenu {
  display: table;
  margin: 0 auto;
  height: 54px;
  width: 960px;
}
.tableEntMenu a {
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  width: 100%;
  min-height: 100%;
  display: inline-block;
  padding: 20px 0 16px;
  box-sizing: border-box;
}
.tableEntMenu li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  backface-visibility: hidden;
}
.tableEntMenu li:hover a {
  color: #e56700;
  text-decoration: none;
  width: 100%;
  min-height: 100%;
  display: inline-block;
  padding: 20px 0 16px;
}
.tableEntMenu li:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.tableEntMenu li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ed984e;
  transition: all .3s ease;
}
.tableEntMenu li:first-child + * a {
  padding: 10px 0;
}
.tableEntMenu .menuCurrent {
  border-bottom: solid 3px #ed984e;
}
.tableEntMenu .menuCurrent a {
  color: #e56700;
  text-decoration: none;
}
.tableEntMenu .menuCurrent:after {
  content: none;
}

.floatMenuBox {
  width: 960px;
  margin: 0 auto;
}
.floatMenuBox .tableEntMenu a {
  font-weight: normal;
  padding: 20px 0 16px !important;
}
.floatMenuBox .tableEntMenu li {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}
.floatMenuBox .tableEntMenu li:last-child {
  text-align: right;
  width: 190px;
  padding-left: 0;
  padding-right: 0;
}
.floatMenuBox .tableEntMenu li:last-child:hover {
  width: 190px;
  background-color: #fff;
  border-bottom: none;
  padding-top: 0;
}
.floatMenuBox .tableEntMenu li:last-child:after {
  content: none;
}
.floatMenuBox .tableEntMenu li:last-child a {
  min-height: auto;
  padding: 0 !important;
}
.floatMenuBox .tableEntMenu li:last-child a:hover {
  padding: 0 !important;
}
.floatMenuBox .tableEntMenu li:first-child {
  text-align: left;
  width: 150px;
  padding-left: 0;
  padding-right: 0;
}
.floatMenuBox .tableEntMenu li:first-child:hover {
  width: 150px;
  background-color: #fff;
  border-bottom: none;
  padding-top: 0;
}
.floatMenuBox .tableEntMenu li:first-child:after {
  content: none;
}

@-moz-document url-prefix() {
  .floatMenuBox a {
    box-sizing: border-box;
  }
  .floatMenuBox a:hover {
    padding: 0;
  }
}
.shopEntTopWrapper {
  height: 465px;
  border-bottom: solid 1px #dbd8d5;
  text-align: center;
  background: url(../images/shopentry/shopEntryTopBk.png) center center no-repeat #f7f1d0;
  position: relative;
  overflow: hidden;
}
.shopEntTopWrapper + .shopEntConArea {
  padding-top: 35px;
}

@keyframes expand {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes moveY {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.shopEntTopInner {
  background: url(../images/shopentry/img_TopBk_02.png) center center no-repeat;
  position: relative;
  height: 528px;
  background-size: 1521px 528px;
  z-index: 0;
}
.shopEntTopInner:after {
  content: "";
  position: absolute;
  width: 632px;
  height: 632px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -316px;
  margin-top: -316px;
  z-index: -100;
}

h1.shopEntTitle {
  text-align: center;
  padding-top: 45px;
  animation-name: moveY;
  -webkit-animation-name: moveY;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}

.shopEntBtn {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin-top: 19px;
  width: 465px;
  height: 83px;
}
.shopEntBtn img:hover {
  margin-top: -82px;
}

.shopEntMeritBox {
  width: 715px;
  margin: 0 auto;
  margin-top: 20px;
}

.shopEntMerit {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%;
}
.shopEntMerit li {
  display: table-cell;
}

.shopEntConArea {
  background: #f2f2f2;
  min-width: 960px;
  font-size: 123.1%;
  line-height: 1.7;
  padding: 0px 35px 70px;
}

.shopEntCon {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #d9d9d9;
}
.shopEntCon .section {
  padding: 0 35px 0;
}
.shopEntCon .section + .section {
  border-top: solid 1px #e5e5e5;
}

.shopEntLayout01 {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 35px 0 35px;
}

.layoutCol01 {
  display: table-cell;
  width: 530px;
}

.layoutCol02 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.commonLink01 {
  display: block;
  margin-top: 30px;
}
.commonLink01 a {
  position: relative;
  font-size: 84.6%;
  padding-left: 15px;
}
.commonLink01 a:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #b3b3b3;
  top: 6px;
  left: 1px;
}

.ttlArea {
  padding: 40px 0 35px;
  width: 960px;
  margin: 0 auto;
}

.shopInqCon {
  width: 960px;
  padding: 30px 35px;
  margin: 0 auto;
}
.shopInqCon .submit {
  text-align: center;
}

#layoutCustomer .shopEntTableWrpper .table01 tbody td .typeTextarea.contact textarea {
  width: auto !important;
}

.ttlAreaInq .inner {
  width: 960px;
  padding-top: 44px;
  padding-bottom: 35px;
  margin: 0 auto;
}
.ttlAreaInq .inner .pageTtl {
  margin-bottom: 20px;
}
.ttlAreaInq .inner .pageTtl img {
  width: 178px;
}

.ttlAreaPrice {
  background: url(../images/shopentry/bg_price_ttl_01.png) no-repeat center;
  background-size: 1159px 179px;
}

.ttlAreaFunction {
  background: url(../images/shopentry/bg_function_ttl_01.png) no-repeat center;
}

.jsScrollNavi {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

.jsPageTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 0;
  padding-bottom: 8px;
}
.jsPageTop a {
  cursor: pointer;
  position: relative;
  width: 74px;
  height: 74px;
  background-color: #262521;
  border-radius: 50%;
  display: block;
  background-color: rgba(160, 160, 160, 0.5);
}
.jsPageTop a:hover {
  background-color: rgba(186, 186, 186, 0.5);
}
.jsPageTop a:after {
  content: "";
  position: absolute;
  background: url(../images/shopentry/icon_pagetop_01.png) center center no-repeat;
  width: 32px;
  height: 18px;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -16px;
  z-index: 100;
}

.shopEntQaList dt span, .shopEntQaList dd span {
  padding-left: 36px;
  display: block;
}
.shopEntQaList dt {
  cursor: pointer;
  position: relative;
  padding: 20px 60px 20px 35px;
}
.shopEntQaList dt:after {
  content: "";
  position: absolute;
  background: url(../images/shopentry/icon_arrow_01.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  background-size: contain;
}
.shopEntQaList dd {
  background: #fafafa;
  padding: 20px 35px;
}
.shopEntQaList + .shopEntQaList {
  border-top: solid 1px #cccccc;
}
.shopEntQaList .qTxt {
  position: relative;
}
.shopEntQaList .qTxt:before {
  content: "";
  position: absolute;
  background: url(../images/shopentry/icon_qa_01.png) center center no-repeat;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
}
.shopEntQaList .aTxt {
  position: relative;
}
.shopEntQaList .aTxt:before {
  content: "";
  position: absolute;
  background: url(../images/shopentry/icon_qa_02.png) center center no-repeat;
  width: 16px;
  height: 17px;
  top: 2px;
  left: 0;
}

.shopEntTtl {
  margin-bottom: 35px;
}

.shopEntFlowList {
  margin: 30px 35px;
  background: url(../images/shopentry/bg_flow_border.png) 45px top repeat-y;
  background-size: 5px 10px;
}
.shopEntFlowList h4 {
  font-size: 20px;
  color: #e56700;
  height: 30px;
  margin-bottom: 20px;
}
.shopEntFlowList li .stepIcon {
  display: inline-block;
  background-color: #e56700;
  color: #fff;
  text-align: center;
  vertical-align: top;
  border-radius: 15px;
  width: 93px;
  height: 26px;
  margin-right: 10px;
  font-size: 16px;
  padding: 2px 0 2px;
}
.shopEntFlowList li .flowStepArea {
  margin-bottom: 35px;
}
.shopEntFlowList li .flowStepBox {
  margin-left: 104px;
}
.shopEntFlowList li .flowStepBox + .flowStepBox {
  margin-top: 15px;
}
.shopEntFlowList li:nth-child(2n) .stepIcon {
  background-color: #c4c4c4;
  padding: 3px 0 1px;
}
.shopEntFlowList li:nth-child(2n) h4 {
  color: #666666;
}

.flowStepContainer {
  border-radius: 4px;
  padding: 15px;
  border: solid 1px #d9d9d9;
}
.flowStepContainer .ttl {
  font-weight: bold;
  display: block;
  background: #cccccc;
  font-size: 16px;
  margin: -15px -15px 0;
  padding: 10px 15px;
}
.flowStepContainer .con {
  margin-top: 15px;
}
.flowStepContainer dd {
  padding-left: 15px;
}

.ttlAreaFlow {
  background: url(../images/shopentry/bg_flow_ttl_01.png) no-repeat center;
  background-size: 1159px 179px;
  margin: 0 -35px 0;
}
.ttlAreaFlow .inner {
  width: 960px;
  padding-top: 43px;
  padding-bottom: 34px;
  margin: 0 auto;
}
.ttlAreaFlow .inner .pageTtl {
  margin-bottom: 20px;
}
.ttlAreaFlow .inner .pageTtl img {
  width: 153px;
}

.entryFlow {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding: 30px 35px;
}

.ttlAreaQa {
  background: url(../images/shopentry/bg_qa_ttl_01.png) no-repeat center;
  background-size: 1159px 179px;
  margin: 0 -35px 0;
}
.ttlAreaQa .inner {
  width: 960px;
  padding-top: 43px;
  padding-bottom: 34px;
  margin: 0 auto;
}

.ttlAreaQa .inner p {
  font-size: 92.3%;
}
.ttlAreaQa .inner .pageTtl {
  margin-bottom: 20px;
}
.ttlAreaQa .inner .pageTtl img {
  width: 210px;
}

.ttlAreaPrice {
  background: url(../images/shopentry/bg_price_ttl_01.png) no-repeat center;
  background-size: 1159px 179px;
  margin: 0 -35px 0;
}
.ttlAreaPrice .inner {
  width: 960px;
  padding-top: 43px;
  /* shopentry-addPayPay 241111 sm63  */
  padding-bottom: 10px;
  /* shopentry-addPayPay 241111 sm63 END */
  margin: 0 auto;
}
.ttlAreaPrice .inner .pageTtl {
  margin-bottom: 20px;
}
.ttlAreaPrice .inner .pageTtl img {
  width: 210px;
}
.ttlAreaPrice .inner p {
  font-size: 92.3%;
}

.ttlAreaFunction {
  background: url(../images/shopentry/bg_function_ttl_01.png) no-repeat center;
  background-size: 1159px 179px;
  margin: 0 -35px 0;
}
.ttlAreaFunction .inner {
  width: 960px;
  padding-top: 43px;
  padding-bottom: 34px;
  margin: 0 auto;
}
.ttlAreaFunction .inner .pageTtl {
  margin-bottom: 20px;
}
.ttlAreaFunction .inner .pageTtl img {
  width: 210px;
}
.ttlAreaFunction .inner p {
  font-size: 92.3%;
}

.ttlAreaMerit {
  background: url(../images/shopentry/bg_merit_ttl_01.png) no-repeat center;
  background-size: 1159px 179px;
  margin: 0 -35px 0;
}
.ttlAreaMerit .inner {
  width: 960px;
  padding-top: 43px;
  padding-bottom: 34px;
  margin: 0 auto;
}
.ttlAreaMerit .inner .pageTtl {
  margin-bottom: 20px;
}
.ttlAreaMerit .inner .pageTtl img {
  width: 473px;
}
.ttlAreaMerit .inner p {
  font-size: 92.3%;
}

.ttlAreaScreen {
  background: url(../images/shopentry/bg_instance_ttl_01.png) no-repeat center;
  background-size: 1159px 179px;
  margin: 0 -35px 0;
}
.ttlAreaScreen .inner {
  width: 960px;
  padding-top: 43px;
  padding-bottom: 34px;
  margin: 0 auto;
}
.ttlAreaScreen .inner .pageTtl {
  margin-bottom: 20px;
}
.ttlAreaScreen .inner .pageTtl img {
  width: 473px;
}
.ttlAreaScreen .inner p {
  font-size: 92.3%;
}

.defInnerWrap {
  padding: 30px 35px;
}

.funcUnitBlk1 {
  border: 1px solid #40a69f;
}
.funcUnitBlk1 dt {
  background: #40a69f;
}
.funcUnitBlk1 dd {
  padding: 15px 0px;
}

.funcUnitBlk2 {
  border: 1px solid #999999;
}
.funcUnitBlk2 dt {
  background: #999999;
}
.funcUnitBlk2 dd {
  padding: 15px 0px;
}

.colTbl1 {
  display: table;
}
.colTbl1 > li {
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #cccccc;
  width: 25%;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
.colTbl1 > li:last-child {
  border-right: none;
}
.colTbl1 li .ttlBlk1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  height: 40px;
  padding-top: 10px;
}
.colTbl1 li .imgBlk {
  display: block;
  text-align: center;
  height: 90px;
  margin-bottom: 10px;
}
.colTbl1 li .imgBlk img {
  width: 153px;
}
.colTbl1 li .ttlBlk2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  height: 50px;
}
.colTbl1 li .readBlk {
  font-size: 14px;
}

.colTbl2 {
  display: table;
  width: 100%;
}
.colTbl2 > li {
  display: table-cell;
  vertical-align: top;
  width: 33.3%;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}
.colTbl2 > li .dotList {
  font-size: 14px;
}
.colTbl2 li .dotList li span:before {
  content: "・";
}

.funcUnitBlk1 dt span,
.funcUnitBlk2 dt span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  padding: 8px 10px;
  font-weight: bold;
}

.funcUnitBlk1 + .funcUnitBlk1,
.funcUnitBlk1 + .funcUnitBlk2 {
  margin-top: 30px;
}

.ttlPtn1 {
  background: url(../images/shopentry/bg_ques_ttl.png) center center;
  background-size: 16px 16px;
}

.ttlPtn1 > span {
  display: inline-block;
  padding: 18px 30px;
  color: #ffffff;
  font-size: 123.1%;
}

.ttlPtn2 {
  border-bottom: 1px solid #cccccc;
}
.ttlPtn2 > span {
  display: inline-block;
  padding: 18px 30px 14px;
  font-size: 26px;
  position: relative;
  color: #4c4c4c;
  /* shopentry-addPayPay 241111 sm63*/
  /* shopentry-addPayPay 241111 sm63  END*/
}
.ttlPtn2 > span > img {
  vertical-align: middle;
}
.ttlPtn2 > span .chkTxt {
  display: inline-block;
  font-size: 20px;
  color: #e56700;
  padding-right: 10px;
  padding-left: 23px;
}
.ttlPtn2 > span .chkTxt:before {
  content: "";
  width: 20px;
  height: 23px;
  background: url(../images/shopentry/ttl_chk.png) no-repeat left top;
  background-size: 20px 23px;
  left: 30px;
  position: absolute;
}

.s-toggle-mod:last-child dd {
  border-bottom: 0px;
}

.s-toggle-mod dd {
  display: none;
}

.s-toggle-mod dd.s-open-con {
  display: block;
}

.s-toggle-mod dd.s-open-con {
  display: block;
}

.shopEntQaList dt.s-open-btn:after {
  content: "";
  position: absolute;
  background: url(../images/shopentry/icon_arrow_02.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  background-size: contain;
}

.shopEntCon + .shopEntCon {
  margin-top: 32px;
}

.priceTableWrap {
  padding: 35px;
}

.priceTableWrap table.priceTable {
  width: 100%;
  border-collapse: separate;
}

.priceTableWrap table.priceTable thead th {
  color: #666666;
  padding: 10px;
}

/* shopentry-addPayPay 241111 sm63  */
.p-price_kakakupay .priceTable {
  margin-top: 20px;
}

.p-price_text {
  font-size: 16px;
}

.p-price_smalltext {
  font-size: 12px;
}

.priceTableWrap .numList + .lastLinkWrap3 {
  padding-left: 28px;
}

.p-price_btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.p-price_btn-wrap .p-price_btn-caption {
  margin-top: 40px;
  margin-bottom: 12px;
}

.p-price_btn {
  width: 400px;
  height: 64px;
  background: #e65800;
  vertical-align: middle;
  display: inline-block;
  color: white;
  font-size: 18px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 64px;
  cursor: pointer;
  box-shadow: 0 5px #cf4500;
}
.p-price_btn:hover {
  background: #ff6200;
  transform: translateY(2px);
  box-shadow: 0 3px #cf4500;
  text-decoration: none;
}

.priceTableWrap table.priceTable tbody tr th {
  border-right: 2px solid #dddddd;
  border-left: 2px solid #dddddd;
  padding: 10px;
  vertical-align: middle;
}
.priceTableWrap table.priceTable tbody tr th.p-price_table-bottomCell {
  border-bottom: 2px solid #dddddd;
  border-radius: 0 0 0 8px;
}
.priceTableWrap table.priceTable tbody tr td {
  border-right: 1px dotted #dddddd;
  border-top: 1px solid #dddddd;
  padding: 20px 10px;
  font-size: 92.3%;
  vertical-align: middle;
  text-align: center;
}
.priceTableWrap table.priceTable tbody tr td.p-price_table-bottomCell {
  border-bottom: 2px solid #dddddd;
  border-radius: 0 0 8px 0;
}
.priceTableWrap table.priceTable tbody tr td.fontSize3 {
  font-size: 123.1%;
  border-right: 2px solid #dddddd;
}
.priceTableWrap table.priceTable tbody tr td.fontSize3.p-price_table-priceDtail {
  font-size: 92.3%;
}
.priceTableWrap table.priceTable tbody tr:first-child th {
  width: 200px;
  border-top: 2px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-radius: 8px 0 0 0;
}
.priceTableWrap table.priceTable tbody tr:first-child td {
  border-top: 2px solid #dddddd;
}
.priceTableWrap table.priceTable tbody tr:first-child td:last-child {
  width: 200px;
  border-radius: 0 8px 0 0;
}
.priceTableWrap table.priceTable tbody tr:last-child td {
  border-bottom: 2px solid #dddddd;
}

.p-price_table-Imglist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 14px 16px;
  justify-content: center;
  width: auto;
  max-width: 340px;
  margin: 0 auto;
  padding-bottom: 0;
}

span + .p-price_table-Imglist {
  margin-top: 10px;
}

/* shopentry-addPayPay 241111 sm63  END*/
.priceTableWrap table.priceTable tbody tr td .t-def-txt {
  font-size: 84.6%;
}

.priceTableWrap table.priceTable tbody tr td .t-note-txt {
  font-size: 76.9%;
}

.priceTableWrap table.priceTable tbody tr td .dotList {
  font-size: 84.6%;
}

.priceTableWrap table.priceTable tbody tr td .dotList li span:before {
  content: "・";
}

.priceTableWrap table.priceTable thead th:nth-child(1) {
  width: 140px;
}

.priceTableWrap table.priceTable thead th:nth-child(3) {
  width: 100px;
}

.priceTableWrap table.priceTable thead th:nth-child(4) {
  width: 300px;
}

.priceTableWrap table.priceTable .txtAlignL {
  text-align: left;
}

.priceTableWrap table.priceTable .bgType1 {
  background: #fff7e5;
}

.priceTableWrap table.priceTable .bgType2 {
  background: #ffeac4;
}

.priceTableWrap table.priceTable .fontSize1 {
  font-size: 107.7%;
}

.priceTableWrap table.priceTable .fontSize2 {
  font-size: 115.4%;
}

.priceTableWrap table.priceTable .fontSize3 {
  font-size: 123.1%;
}

.priceTableWrap table.priceTable .fontSize4 {
  font-size: 33px;
}

.priceTableWrap table.priceTable .fontWgt1 {
  font-weight: normal;
}

.priceTableWrap table.priceTable .fontWgt2 {
  font-weight: bold;
}

/* shopentry-addPayPay 241111 sm63 */
.priceTableWrap table.priceTable .note {
  color: #666666;
  font-weight: normal;
  font-size: 12px;
  display: block;
  line-height: 1.1em;
}

/* shopentry-addPayPay 241111 sm63  END*/
.priceTableWrap table.priceTable tbody th .note {
  padding-right: 23px;
}

.priceTableWrap .numList {
  font-size: 12px;
  color: #666666;
  /* shopentry-addPayPay 241111 sm63 */
  margin-top: 30px;
  /* shopentry-addPayPay 241111 sm63  END*/
}

.priceTableWrap .numList li {
  padding-left: 24px;
  text-indent: -24px;
  margin-bottom: 5px;
  /* shopentry-addPayPay 241111 sm63  */
}
.priceTableWrap .numList li .p-price_btn-wrap {
  text-indent: 0;
  margin-bottom: 20px;
}
.priceTableWrap .numList li .numList_break {
  margin-top: 12px;
  display: inline-block;
  text-indent: 0;
}

.p-price_caution {
  margin-top: 20px;
}
.p-price_caution_title {
  display: inline-block;
  font-size: 20px;
  color: #4c4c4c;
  padding: 10px 0 10px;
}
.p-price_caution .numList {
  margin-top: 0;
}
.p-price_caution .numList li {
  padding-left: 16px;
  text-indent: -16px;
}

.p-price_marginNone {
  margin-top: 0;
}

.c-list {
  padding-left: 20px;
}
.c-list li {
  list-style: disc;
}

/* shopentry-addPayPay 241111 sm63  END*/
.priceTableWrap .numList li:last-child {
  margin-bottom: 0px;
}

.pageTopArw {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  cursor: pointer;
}

.pageTopArw:hover img {
  opacity: 0.7;
}

.lastLinkWrap {
  text-align: right;
  margin-top: 20px;
}

.lastLinkWrap2 {
  text-align: right;
  margin-top: 40px;
}

/* shopentry-addPayPay 241007 sm63  */
.lastLinkWrap3 {
  text-align: left;
  margin-top: 0;
}

/* shopentry-addPayPay 241007 sm63  END*/
.defArw {
  background: url(../images/shopentry/def_arw.png) left center no-repeat;
  background-size: 6px 6px;
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
}

.defTxt {
  font-size: 16px;
}

.objWrap1 {
  overflow: hidden;
  margin-top: 20px;
}

.objWrap1 .numListWrap {
  float: left;
  width: 540px;
}

.objWrap1 .numListWrap .numList > li {
  margin-bottom: 20px;
}

.objWrap1 .numListWrap .numList > li:last-child {
  margin-bottom: 0px;
}

.objWrap1 .numListWrap .numList > li dl dt {
  margin-bottom: 5px;
  min-height: 29px;
  padding-left: 40px;
}

.objWrap1 .numListWrap .numList > li dl dt span {
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c;
}

.objWrap1 .numListWrap .numList > li:first-child dl dt {
  background: url(../images/shopentry/function_num1.png) left center no-repeat;
  background-size: 30px 29px;
}

.objWrap1 .numListWrap .numList > li:nth-child(2) dl dt {
  background: url(../images/shopentry/function_num2.png) left center no-repeat;
  background-size: 30px 29px;
}

.objWrap1 .numListWrap .numList > li:nth-child(3) dl dt {
  background: url(../images/shopentry/function_num3.png) left center no-repeat;
  background-size: 30px 29px;
}

.objWrap1 .numListWrap .numList > li:nth-child(3) dl dd p {
  font-size: 16px;
}

.objWrap1 .numListWrap .numList > li:nth-child(3) dl dd .dotList {
  font-size: 16px;
}

.objWrap1 .numListWrap .numList > li:nth-child(3) dl dd .dotList li span:before {
  content: "・";
}

.objWrap1 .numListWrap .numList dl dd p.noteTxt {
  color: #787878;
  margin-top: 30px;
}

.objWrap1 .numImg {
  float: right;
  width: 300px;
  text-align: right;
}

.objWrap1-type2 {
  display: flex;
  align-items: center;
}

.objWrap1-type2 .numListWrap {
  margin-right: 40px;
  width: auto;
}

.objWrap1-type2 .numImg {
  text-align: center;
  width: auto;
}

.objWrap2 {
  background: #fff7e5;
  border-radius: 6px;
  padding: 30px 35px;
  margin-top: 35px;
  overflow: hidden;
}

.objWrap2 .lftBlk {
  width: 280px;
  float: left;
}

.objWrap2 .rgtBlk {
  width: 500px;
  float: right;
  overflow: hidden;
}

.objWrap2 .rgtBlk span.imgWrap {
  display: block;
}

.objWrap2 .rgtBlk span.imgWrap:first-child {
  float: left;
}

.objWrap2 .rgtBlk span.imgWrap:last-child {
  float: right;
}

.ttlPtn3 {
  margin-bottom: 5px;
}

.ttlPtn3 > span {
  font-size: 20px;
  color: #40a69f;
}

.objWrap2 .lftBlk .innerTxt {
  font-size: 14px;
}

.objWrap2 .lftBlk > dl {
  border: 1px solid #999999;
  margin-top: 20px;
  border-radius: 6px;
}

.objWrap2 .lftBlk > dl dt {
  background: #999999;
  border-radius: 5px 5px 0 0;
}

.objWrap2 .lftBlk > dl dt span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 10px;
}

.objWrap2 .lftBlk > dl dd {
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
}

.objWrap2 .lftBlk > dl dd .dotList li span {
  font-size: 14px;
}

.objWrap2 .lftBlk > dl dd .dotList li span:before {
  content: "・";
}

.objWrap2 .viewList {
  overflow: hidden;
  margin-top: 20px;
}

.objWrap2 .viewList > li {
  width: 398px;
  height: 348px;
}

.objWrap2 .viewList > li:nth-child(odd) {
  float: left;
}

.objWrap2 .viewList > li:nth-child(even) {
  float: right;
}

.objWrap2 .viewList > li:nth-child(1) {
  margin-bottom: 20px;
}

.objWrap2 .viewList > li:nth-child(2) {
  margin-bottom: 20px;
}

.objWrap2 .viewList > li .imgTtl {
  font-size: 16px;
  color: #40a69f;
  font-weight: bold;
  margin-bottom: 10px;
}

.meritBlk {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.meritBlk + .meritBlk {
  margin-top: 30px;
}

.ttlPtn4-1 {
  border-bottom: 1px solid #dddddd;
}
.ttlPtn4-1 > span {
  font-size: 26px;
  display: inline-block;
  padding: 20px 20px 16px 170px;
  color: #4c4c4c;
}
.ttlPtn4-1 > span:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/shopentry/media_merit1.png) left top no-repeat;
  background-size: 155px 70px;
  top: 10px;
  left: -10px;
  width: 155px;
  height: 70px;
  z-index: 100;
}

.ttlPtn4-2 {
  border-bottom: 1px solid #dddddd;
}
.ttlPtn4-2 > span {
  font-size: 26px;
  display: inline-block;
  padding: 20px 20px 16px 170px;
  color: #4c4c4c;
}
.ttlPtn4-2 > span:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/shopentry/media_merit2.png) left top no-repeat;
  background-size: 155px 70px;
  top: 10px;
  left: -10px;
  width: 155px;
  height: 70px;
  z-index: 100;
}

.ttlPtn4-3 {
  border-bottom: 1px solid #dddddd;
}
.ttlPtn4-3 > span {
  font-size: 26px;
  display: inline-block;
  padding: 20px 20px 16px 170px;
  color: #4c4c4c;
}
.ttlPtn4-3 > span:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/shopentry/media_merit3.png) left top no-repeat;
  background-size: 155px 70px;
  top: 10px;
  left: -10px;
  width: 155px;
  height: 70px;
  z-index: 100;
}

.ttlPtn4-4 {
  border-bottom: 1px solid #dddddd;
}
.ttlPtn4-4 > span {
  font-size: 26px;
  display: inline-block;
  padding: 20px 20px 16px 170px;
  color: #4c4c4c;
}
.ttlPtn4-4 > span:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/shopentry/media_merit4.png) left top no-repeat;
  background-size: 155px 70px;
  top: 10px;
  left: -10px;
  width: 155px;
  height: 70px;
  z-index: 100;
}

.ttlPtn4Sub {
  font-size: 24px;
}

.numCellWrap > li {
  padding: 30px 35px;
  border-bottom: 1px solid #dddddd;
}
.numCellWrap > li dl > dt {
  margin-bottom: 10px;
  min-height: 29px;
  padding-left: 40px;
}
.numCellWrap > li dl > dt > span {
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c;
}
.numCellWrap > li dl dd .numTxt {
  font-size: 16px;
}
.numCellWrap > li dl dd .noteTxt {
  color: #787878;
}

.numCellWrap > li:nth-child(1) dl > dt {
  background: url(../images/shopentry/function_num1.png) left center no-repeat;
  background-size: 30px 29px;
}

.numCellWrap > li:nth-child(2) dl > dt {
  background: url(../images/shopentry/function_num2.png) left center no-repeat;
  background-size: 30px 29px;
}

.numCellWrap > li:nth-child(3) dl > dt {
  background: url(../images/shopentry/function_num3.png) left center no-repeat;
  background-size: 30px 29px;
}

.numCellWrap > li > dl dd .innerBlk {
  width: 794px;
  margin: 20px auto 0;
  background: #fff7e5;
  border-radius: 6px;
  padding: 30px 10px;
  box-sizing: border-box;
}

.numCellWrap > li > dl dd .innerBlk span {
  display: block;
  text-align: center;
}

.numCellWrap > li > dl dd .innerBlk span.imgBlk1 {
  margin-bottom: 24px;
}

.numCellWrap > li .numCellWrapFlt {
  overflow: hidden;
}

.numCellWrap > li .numCellWrapFlt > dl {
  width: 500px;
  float: left;
}

.numCellWrap > li .numCellWrapFlt > .innerBlk {
  width: 360px;
  float: right;
}

.numCellWrap > li .numCellWrapFlt.wid2 > dl {
  width: 560px;
  float: left;
}

.numCellWrap > li .numCellWrapFlt.wid2 > .innerBlk {
  width: 300px;
  float: right;
}

.numCellWrap > li .numCellWrapFlt > .innerBlk .imgBlk3 {
  display: block;
  text-align: center;
  padding-top: 35px;
}

.numCellWrap > li .numCellWrapFlt > .innerBlk .imgBlk4 {
  display: block;
  text-align: center;
  padding-top: 35px;
}

.numCellWrap > li > .innerBlkMon {
  width: 794px;
  margin: 20px auto 0;
  background: #fff7e5;
  border-radius: 6px;
  padding: 30px 10px;
  box-sizing: border-box;
}

.numCellWrap > li > .innerBlkMon span {
  display: block;
  text-align: center;
}

.meritBlk .wid3 {
  width: 480px;
}

.relStl {
  position: relative;
  overflow: visible;
}

.astStl {
  position: absolute;
}

.shopEntCon.relStl > img.astStl {
  top: -29px;
  left: -27px;
}

.ttlWrap {
  border-bottom: 1px solid #dddddd;
  padding: 25px 35px 15px 94px;
}

.ttlWrap dl {
  display: table;
  border: 1px solid #f6e39d;
  background: #fff7e5;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ttlWrap dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
}

.ttlWrap dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #e56700;
  font-weight: bold;
  padding: 0 10px;
}

.caseList > li {
  border-bottom: 1px solid #dddddd;
  padding: 30px 35px;
}

.caseList > li > .astStl {
  top: -5px;
}

.ttlPtn5 {
  margin-bottom: 5px;
}

.ttlPtn5 > span {
  display: inline-block;
  font-size: 26px;
  color: #4c4c4c;
}

.ttlPtn6 {
  padding-left: 60px;
  margin-bottom: 10px;
  margin-top: -13px;
}
.ttlPtn6 > span {
  display: inline-block;
  font-size: 20px;
  color: #4c4c4c;
}

.caseList .readTxt {
  font-size: 16px;
}

.caseList .linkBlk {
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  margin-top: 20px;
}

.caseList .linkBlk dt {
  background: #d9d9d9;
  border-radius: 5px 5px 0 0;
}

.caseList .linkBlk dt span {
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding: 8px 10px;
  color: #4c4c4c;
  text-align: center;
}

.caseList .linkBlk dd {
  padding: 15px;
}

.caseList .linkBlk dd ul.col4 {
  overflow: hidden;
  width: 100%;
}

.caseList .linkBlk dd ul.col4 li {
  display: inline-block;
  margin-right: 20px;
}

.caseList .fltBlk {
  display: table;
}
.caseList .fltBlk .lftBlk {
  display: table-cell;
  width: 660px;
}
.caseList .fltBlk .rgtBlk {
  display: table-cell;
  width: 210px;
  text-align: center;
  vertical-align: middle;
}

.relStl + .shopEntCon {
  margin-top: 60px;
}

.shopEntCon .fontClr01 {
  color: #e56700 !important;
}

.shopEntNote01 {
  display: inline-block;
  color: #787878;
  font-size: 14px;
}

/* p-section-customerVoice 220531 sm60 */
.p-shopEntCon-customerVoice {
  margin-top: 40px;
}

.p-layoutCol01-voice {
  margin-bottom: 15px;
}

.p-layoutCol01-voiceList {
  position: relative;
  padding: 0 0 5px 25px;
}
.p-layoutCol01-voiceList::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/shopentry/img_top_check.png) left top no-repeat;
  background-size: 16px 18px;
  top: 3px;
  left: 0;
  width: 16px;
  height: 18px;
}

.p-layoutCol01-voiceList02 {
  position: relative;
  padding: 0 0 5px 25px;
}
.p-layoutCol01-voiceList02::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/shopentry/img_top_check02.png) left top no-repeat;
  background-size: 16px 16px;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}

/* p-section-customerVoice 220531 sm60 END */
/* shopentry-tax 240215 sm51 */
.p-txt_tax {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-top: -5px;
}

/* shopentry-tax 240215 sm51 END */

/*# sourceMappingURL=shopentry02.css.map */
