@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/* CSS Document */
h1, h2, h3, h4, h5, h6, p, div, ul, ol, dl, li, dt, dd {
  box-sizing: border-box;
}

body {
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  color: #222;
}

.wrapper {
  background: aliceblue;
}

header {
  background: lightseagreen;
}
header .inner {
  max-width: 80rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}
header .shopname {
  width: 100%;
}
header .shopname h1 {
  max-width: 70rem;
  margin: auto;
  color: #fff;
  font-size: 16px;
  padding: 0.6em 0;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 810px) {
  header .shopname h1 {
    font-size: 12px;
  }
}
header .headinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
  width: 100%;
}
header .headinfo .info01 {
  width: 65%;
  margin-right: 3em;
  font-size: 15px;
  color: #fff;
  display: flex;
}
header .headinfo .info01 .date-number p {
  margin-top: 0.3em;
}
header .headinfo .info01 .date-number span {
  display: inline-block;
  background: #fff;
  color: lightseagreen;
  padding: 0.1em 0.4em;
  font-size: 13px;
  border-radius: 0.2em;
  margin-right: 0.5em;
  width: 6em;
  text-align: center;
}
header .headinfo .info02 {
  width: 35%;
  background: #fff;
  border-radius: 0.3em;
  padding: 0.7em;
}
header .headinfo .info02 .head-expirationdate {
  margin-bottom: 0.3em;
}
header .headinfo .info02 .head-expirationdate p {
  color: rgb(240, 52, 52);
}
header .headinfo .info02 .head-expirationdate span {
  background: rgb(240, 52, 52);
  color: #fff;
  padding: 0.2em 0.4em;
  font-size: 13px;
  border-radius: 0.2em;
  margin-right: 0.5em;
  width: 6em;
  text-align: center;
}
header .headinfo .info02 .cartinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: darkslateblue;
  font-size: 0.9em;
}
header .headinfo .info02 .cartinfo .itemnum {
  margin-left: 1em;
}
header .headinfo .info02 .cartinfo .itemnum span {
  font-size: 1.8em;
}
header .headinfo .info02 .cartinfo .itemnum em {
  font-style: normal;
}

main {
  padding: 0;
}
@media screen and (max-width: 810px) {
  main {
    padding: 0em;
  }
}
@media screen and (max-width: 479px) {
  main {
    padding: 0;
  }
}

.orderwrapper {
  padding: 0;
}

.-login .shoplogo {
  text-align: center;
  margin: 1.5em 0;
}
.-login .shoplogo a {
  display: inline-block;
}
.-login .shoplogo img {
  max-width: 300px;
}
@media screen and (max-width: 479px) {
  .-login .shoplogo img {
    max-width: 250px;
  }
}
.-login .loginsection {
  background: #fff;
  width: 500px;
  margin: auto;
  margin-bottom: 3em;
  border-radius: 0.5em;
  padding: 2em;
  box-shadow: 1px 1px 15px rgba(27, 53, 167, 0.1);
}
@media screen and (max-width: 479px) {
  .-login .loginsection {
    width: 100%;
    padding: 1em;
  }
}
.-login .loginsection h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
@media screen and (max-width: 479px) {
  .-login .loginsection h2 {
    font-size: 16px;
  }
}
.-login .loginsection p {
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .-login .loginsection p {
    font-size: 13px;
  }
}
.-login .loginsection ul {
  margin: 1.5em 0;
  padding: 0 2em;
}
@media screen and (max-width: 479px) {
  .-login .loginsection ul {
    padding: 0;
  }
}
.-login .loginsection ul li {
  margin-bottom: 1.5em;
}
.-login .loginsection ul label {
  display: block;
  font-weight: bold;
  color: darkslateblue;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 479px) {
  .-login .loginsection ul label {
    font-size: 12px;
  }
}
.-login .loginsection ul input {
  width: 100%;
  border-radius: 0.3em;
  font-size: 20px;
  line-height: 1.8;
  border: solid 2px #ccc;
  box-shadow: 1px 1px 3px rgba(27, 53, 167, 0.1);
}
@media screen and (max-width: 479px) {
  .-login .loginsection ul input {
    font-size: 16px;
    line-height: 1.6;
  }
}
.-login .loginsection .submitbtnarea .btn_pp {
  color: crimson;
  text-decoration: underline;
  cursor: pointer;
}
.-login .loginsection .submitbtnarea button {
  width: 100%;
  display: block;
  box-shadow: 1px 1px 5px rgba(148, 8, 8, 0.377);
}
.-login .loginsection .loginnote {
  background-color: lavenderblush;
  padding: 1.5em;
  border-radius: 0.2em;
}
@media screen and (max-width: 479px) {
  .-login .loginsection .loginnote {
    padding: 1em;
  }
}
.-login .loginsection .loginnote h3 {
  text-align: center;
  margin-bottom: 0.8em;
  font-size: 0.9em;
}
.-login .loginsection .loginnote p {
  font-size: 0.8em;
}

.baseinfo {
  background: #fff;
}
.baseinfo .innerwrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.cartsummary {
  display: flex;
  justify-content: space-between;
  width: 40%;
  max-width: 500px;
  background: #fff;
  padding: 0;
  margin-bottom: 0;
  border-left: solid 1px #eee;
  cursor: pointer;
}
.cartsummary.fixed {
  position: fixed;
  border: none;
  top: 0;
  right: 0;
  z-index: 1;
}
.cartsummary.fixed.none {
  z-index: -1;
}
@media screen and (max-width: 810px) {
  .cartsummary {
    width: 100%;
    border: none;
  }
}
.cartsummary .head-expirationdate {
  width: 50%;
  background: rgb(240, 52, 52);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartsummary .head-expirationdate .inner {
  padding: 0.5em;
}
.cartsummary .head-expirationdate p {
  color: #fff;
  font-size: 15px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .cartsummary .head-expirationdate p {
    font-size: 11px;
  }
}
.cartsummary .head-expirationdate span {
  display: block;
  background: #fff;
  color: rgb(240, 52, 52);
  padding: 0.2em 0.6em;
  font-size: 15px;
  border-radius: 0.2em;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .cartsummary .head-expirationdate span {
    margin-top: 0.3em;
    font-size: 12px;
  }
}
.cartsummary .cartinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background: lavender;
}
.cartsummary .cartinfo .inner {
  color: darkslateblue;
  font-size: 0.9em;
  background-image: url(../img/icon_darkslateblue.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0 50%;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 479px) {
  .cartsummary .cartinfo .inner {
    background-size: 20px;
    padding: 0 0 0 35px;
  }
}
.cartsummary .cartinfo p {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .cartsummary .cartinfo p {
    font-size: 11px;
    padding-top: 0.4em;
  }
}
.cartsummary .cartinfo .itemnum span {
  font-size: 1.8em;
}
@media screen and (max-width: 479px) {
  .cartsummary .cartinfo .itemnum span {
    font-size: 1.5em;
  }
}
.cartsummary .cartinfo .itemnum em {
  font-style: normal;
}
@media screen and (max-width: 479px) {
  .cartsummary .cartinfo .itemnum em {
    font-size: 11px;
  }
}

.ordersummary {
  width: 60%;
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  .ordersummary {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.ordersummary .client-body {
  padding: 1em;
}
@media screen and (max-width: 479px) {
  .ordersummary .client-body {
    padding: 0.7em;
  }
}
.ordersummary .client-body .inner {
  width: 100%;
  display: flex;
  justify-content: left;
  background: url(../img/icon_client.png) no-repeat;
  background-size: 50px;
  background-position: 0 50%;
  padding: 0 0 0 65px;
}
@media screen and (max-width: 479px) {
  .ordersummary .client-body .inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
.ordersummary .client-body .inner .clientname {
  display: flex;
  align-items: center;
  margin-right: 2em;
}
@media screen and (max-width: 479px) {
  .ordersummary .client-body .inner .clientname {
    width: 100%;
  }
}
.ordersummary .client-body .inner .name {
  font-weight: bold;
  color: #444;
}
@media screen and (max-width: 810px) {
  .ordersummary .client-body .inner .name {
    font-size: 12px;
  }
}
.ordersummary .client-body .inner .date-number p {
  margin-top: 0.3em;
  color: darkcyan;
}
@media screen and (max-width: 810px) {
  .ordersummary .client-body .inner .date-number p {
    font-size: 12px;
  }
}
.ordersummary .client-body .inner .date-number span {
  display: inline-block;
  background: lightseagreen;
  color: #fff;
  padding: 0.1em 0.4em;
  font-size: 13px;
  border-radius: 0.2em;
  margin-right: 0.5em;
  width: 6em;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .ordersummary .client-body .inner .date-number span {
    font-size: 12px;
  }
}

.section-main {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 3em;
}
@media screen and (max-width: 810px) {
  .section-main {
    padding: 0 1em;
  }
}
@media screen and (max-width: 479px) {
  .section-main {
    padding: 0 10px;
  }
}

.otodokesaki-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.otodokesaki-ul .otodokesaki-li {
  width: 100%;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 0.5em;
  box-shadow: 1px 1px 12px rgba(27, 53, 167, 0.1);
  overflow: hidden;
  margin-top: 3em;
  margin-bottom: 0em;
}
.otodokesaki-ul .otodokesaki-li .hwrap {
  background: #eff0f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.otodokesaki-ul .otodokesaki-li .hwrap h2 {
  padding: 0.8em 0;
  font-size: 0.9em;
  color: darkslateblue;
}
.otodokesaki-ul .otodokesaki-li .hwrap h2 b {
  font-size: 1.5em;
  margin-left: 0.3em;
}
.otodokesaki-ul .otodokesaki-li .saki-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otodokesaki-ul .otodokesaki-li .saki-info {
  width: 30%;
  padding: 1em 1.5em;
  color: darkslateblue;
}
@media screen and (max-width: 810px) {
  .otodokesaki-ul .otodokesaki-li .saki-info {
    width: 100%;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-info .saki-name {
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .otodokesaki-ul .otodokesaki-li .saki-info .saki-name {
    font-size: 0.9em;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-info .saki-address {
  font-size: 0.9em;
}
@media screen and (max-width: 810px) {
  .otodokesaki-ul .otodokesaki-li .saki-info .saki-address {
    font-size: 0.8em;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-info .totalitem, .otodokesaki-ul .otodokesaki-li .saki-info .st-btn-list {
  border-top: dotted 1px rgb(152, 146, 196);
  padding-top: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 810px) {
  .otodokesaki-ul .otodokesaki-li .saki-info .totalitem, .otodokesaki-ul .otodokesaki-li .saki-info .st-btn-list {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 810px) {
  .otodokesaki-ul .otodokesaki-li .saki-info .totalitem p, .otodokesaki-ul .otodokesaki-li .saki-info .st-btn-list p {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 0.9em;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-info .totalitem .st-btn, .otodokesaki-ul .otodokesaki-li .saki-info .st-btn-list .st-btn {
  display: inline-block;
  background-color: cornflowerblue;
  color: #fff;
  border-radius: 0.3em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  font-size: 12px;
}
.otodokesaki-ul .otodokesaki-li .saki-item-wrap {
  width: 70%;
  padding: 1em;
}
@media screen and (max-width: 810px) {
  .otodokesaki-ul .otodokesaki-li .saki-item-wrap {
    width: 100%;
    padding: 0.5em;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-item {
  background: #fff;
  padding: 0.5em;
  border-radius: 0.7em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: solid 5px #eee;
  color: darkslateblue;
  font-size: 13px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 810px) {
  .otodokesaki-ul .otodokesaki-li .saki-item {
    font-size: 12px;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary {
  width: 55%;
  border: solid 1px #eff0f8;
}
@media screen and (max-width: 479px) {
  .otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary {
    width: 100%;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary .itemname {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary .itemname p.title {
  background: #eff0f8;
  color: darkslateblue;
  text-align: center;
  padding: 0.5em;
  width: 100%;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary .itemname h4 {
  width: calc(100% - 5em);
  padding: 1em;
  font-size: 1.1em;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary .itemname .saki-item-num {
  width: 5em;
  border-left: solid 1px #eee;
  padding: 1em;
  text-align: center;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary .itemname .saki-item-num .quantity {
  font-size: 1.8em;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-summary .itemname .saki-item-detail {
  width: 100%;
  border-top: solid 1px #eee;
  padding: 1em;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption {
  width: 45%;
  border: solid 1px #eff0f8;
}
@media screen and (max-width: 479px) {
  .otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption {
    width: 100%;
  }
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption .title {
  background: #eff0f8;
  color: darkslateblue;
  text-align: center;
  padding: 0.5em;
  width: 100%;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption .inner {
  padding: 1em;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption dt {
  width: 10em;
  color: #fff;
  background-color: darkkhaki;
  border-radius: 0.3em;
  text-align: center;
  margin-bottom: 0.3em;
  padding: 0 0.5em;
  font-size: 0.9em;
  line-height: 1.5em;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption dd {
  width: calc(100% - 9em);
  padding: 0 0.5em;
  margin-bottom: 0.3em;
  color: #444;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption .changebtn_gift {
  display: inline-block;
  background-color: cornflowerblue;
  color: #fff;
  border-radius: 0.3em;
  margin-top: 0.5em;
  padding: 0.6em 1.2em;
  font-size: 12px;
}
.otodokesaki-ul .otodokesaki-li .saki-item .saki-item-giftoption .changebtn_gift.-noset {
  width: 100%;
  text-align: center;
}

.otodokesaki-add {
  width: 100%;
  border: dashed 2px cornflowerblue;
  border-radius: 0.3em;
  padding: 2em;
  margin-top: 3em;
}
.otodokesaki-add .btn-add-address {
  text-align: center;
}
.otodokesaki-add .btn-add-address button {
  min-width: 30%;
  background: cornflowerblue;
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 1em 4em;
  font-size: 18px;
  border-bottom: solid 2px #447fe9;
  cursor: pointer;
}
.otodokesaki-add .btn-add-address button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 810px) {
  .otodokesaki-add .btn-add-address button {
    min-width: 100%;
    font-size: 16px;
    padding: 1em;
  }
}
.otodokesaki-add .btn-add-address button span {
  background: url(../img/plus_circle.png) no-repeat 0 50%;
  background-size: contain;
  padding: 0 0 0 2.2em;
}

.sp_menu-back {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: rgb(0, 0, 0);
  transition: 0.5s;
}

.panel-allitemlist {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.panel-allitemlist .inner {
  width: calc(100% - 30px);
  max-width: 600px;
  max-height: 80%;
  background: #fff;
  padding: 30px;
  overflow: auto;
}
@media screen and (max-width: 810px) {
  .panel-allitemlist .inner {
    padding: 10px;
  }
}
.panel-allitemlist h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0.5em;
}
.panel-allitemlist table th, .panel-allitemlist table td {
  font-size: 12px;
  padding: 0.5em;
  line-height: 1.3;
  border: solid 1px #aaa;
}
.panel-allitemlist table th {
  background: #ccc;
}
.panel-allitemlist table th:nth-child(1) {
  width: 55%;
}
.panel-allitemlist table th:nth-child(2) {
  width: 20%;
}
.panel-allitemlist table th:nth-child(3) {
  width: 25%;
}
.panel-allitemlist table td:nth-child(2) {
  text-align: center;
  font-size: 18px;
}
.panel-allitemlist table td:nth-child(3) {
  text-align: center;
  font-size: 18px;
}
.panel-allitemlist table td:nth-child(3) .-mi {
  color: red;
}

.panel-pp {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.panel-pp .inner {
  width: calc(100% - 30px);
  max-width: 600px;
  max-height: 80%;
  background: #fff;
  padding: 30px;
  overflow: auto;
}
@media screen and (max-width: 810px) {
  .panel-pp .inner {
    padding: 10px;
  }
}
.panel-pp .inner h3 {
  margin-bottom: 1em;
}
.panel-pp .inner p {
  font-size: 13px;
  margin-bottom: 1em;
}
@media screen and (max-width: 479px) {
  .panel-pp .inner p {
    font-size: 12px;
  }
}

.clientinfo {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 810px) {
  .clientinfo {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.clientinfo .hwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: lightseagreen;
}
.clientinfo .hwrap h2 {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.9em;
  color: #fff;
}
.clientinfo .hwrap .btnwrap {
  padding-right: 1rem;
}
.clientinfo .hwrap .btnwrap button {
  background-image: url(../img/icon_cog.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 15% 50%;
  border: solid 1px #fff;
  border-radius: 0.3em;
  padding: 0.4em 0.8em 0.5em 2.3em;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}
.clientinfo .client-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em;
}
.clientinfo .client-body .inner {
  width: 49%;
}
@media screen and (max-width: 479px) {
  .clientinfo .client-body .inner {
    width: 100%;
  }
}
.clientinfo .client-body .inner .name {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 810px) {
  .clientinfo .client-body .inner .name {
    font-size: 12px;
  }
}
.clientinfo .client-body .inner .address {
  font-size: 16px;
}
@media screen and (max-width: 810px) {
  .clientinfo .client-body .inner .address {
    font-size: 12px;
  }
}
.clientinfo .client-body .inner .tel {
  font-size: 16px;
}
@media screen and (max-width: 810px) {
  .clientinfo .client-body .inner .tel {
    font-size: 12px;
  }
}
.clientinfo .client-body .inner .date-number {
  margin: 1em 0;
  border-top: dotted 1px #aaa;
  border-bottom: dotted 1px #aaa;
  padding: 1em 0;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .clientinfo .client-body .inner .date-number {
    font-size: 12px;
  }
}
.clientinfo .client-body .inner .date-number span {
  margin-right: 1em;
}
.clientinfo .client-body .inner .note {
  background: floralwhite;
  border-radius: 0.3em;
  padding: 1.5em;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .clientinfo .client-body .inner .note {
    font-size: 12px;
  }
}
.clientinfo .client-body .inner .btnwrap {
  margin: 1em 0;
}
.clientinfo .client-body .inner .btnwrap button {
  background-color: cornflowerblue;
  background-image: url(../img/icon_cog.png);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 10% 50%;
  border-radius: 0.3em;
  padding: 0.4em 1.5em 0.5em 2.7em;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.clientinfo .client-body .inner02 {
  width: 45%;
}
@media screen and (max-width: 479px) {
  .clientinfo .client-body .inner02 {
    width: 100%;
  }
}
.clientinfo .client-body .inner02 .okurijosample .img {
  background: #fff;
  padding: 0.5em;
  border: solid 1px #eee;
  border-radius: 0.3em;
}
.clientinfo .client-body .inner02 .okurijosample .img img {
  width: 100%;
}

.bottombtnarea {
  background: lavenderblush;
  padding: 2em;
  border-radius: 0.5em;
  border: solid 3px lightcoral;
}
@media screen and (max-width: 810px) {
  .bottombtnarea {
    padding: 1em;
  }
}
.bottombtnarea .inner {
  background: #fff;
  padding: 2em;
  border-radius: 0.5em;
}
@media screen and (max-width: 810px) {
  .bottombtnarea .inner {
    padding: 1em;
  }
}
.bottombtnarea p {
  font-size: 16px;
}
@media screen and (max-width: 810px) {
  .bottombtnarea p {
    font-size: 14px;
  }
}
.bottombtnarea p em {
  font-size: 14px;
  font-style: normal;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 810px) {
  .bottombtnarea p em {
    font-size: 12px;
  }
}
.bottombtnarea p label {
  font-weight: bold;
  display: block;
  text-align: center;
  margin: auto;
}
.bottombtnarea p label span {
  line-height: 1.3;
}
.bottombtnarea p label input[type=checkbox] {
  margin-right: 0.5em;
}
.bottombtnarea .btn_submit {
  display: block;
  width: 100%;
  max-width: 500px;
  background: crimson;
  color: #fff;
  margin: 1em auto 0 auto;
  padding: 0.5em 2em;
  font-size: 20px;
  border-radius: 0.3em;
  cursor: pointer;
}
.bottombtnarea .btn_submit:hover {
  opacity: 0.9;
}

.heading {
  font-size: 26px;
  font-weight: bold;
  color: darkslateblue;
  margin: 0.8em 0;
}
@media screen and (max-width: 810px) {
  .heading {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .heading {
    font-size: 16px;
    text-align: center;
  }
}

.section {
  background: #fff;
  margin-bottom: 4em;
  border-radius: 0.3em;
  box-shadow: 1px 1px 12px rgba(27, 53, 167, 0.1);
}
.section h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  padding: 0.9em 1.4em;
  color: darkslateblue;
}
@media screen and (max-width: 810px) {
  .section h2 {
    font-size: 18px;
  }
}
.section .secbody {
  padding: 2em;
}
@media screen and (max-width: 810px) {
  .section .secbody {
    padding: 1em;
  }
}
@media screen and (max-width: 479px) {
  .section .secbody {
    padding: 0.8em;
  }
}
.section .note {
  border-left: solid 5px lightcoral;
  padding: 0.7em 1em;
  font-size: 0.9em;
  margin-bottom: 1em;
  background-color: lavenderblush;
}
@media screen and (max-width: 810px) {
  .section .note {
    font-size: 0.7em;
  }
}
.section ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  background: aliceblue;
  padding: 1.5em 1em 0 1em;
  border-radius: 0.3em;
}
@media screen and (max-width: 810px) {
  .section ul {
    padding: 0.5em 0.5em 0 0.5em;
  }
}
@media screen and (max-width: 479px) {
  .section ul {
    padding: 0.5em 0.4em 0 0.4em;
  }
}
.section ul::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 810px) {
  .section ul::after {
    width: 49%;
  }
}
.section ul li {
  display: flex;
  width: 23%;
  margin: 0 1% 1.4em 1%;
}
@media screen and (max-width: 810px) {
  .section ul li {
    width: 48%;
    margin: 0 1% 0.9em 1%;
  }
}
@media screen and (max-width: 479px) {
  .section ul li {
    margin: 0 1% 0.5em 1%;
  }
}
.section ul li .basebox {
  background: #fff;
  display: block;
  width: 100%;
  padding: 1em;
  border: solid 2px #eee;
  border-radius: 0.3em;
}
@media screen and (max-width: 479px) {
  .section ul li .basebox {
    padding: 0.6em;
  }
}
.section ul li .basebox .boxinner .boxtitle {
  font-size: 18px;
  font-weight: bold;
  color: darkslateblue;
  line-height: 1.2;
}
@media screen and (max-width: 810px) {
  .section ul li .basebox .boxinner .boxtitle {
    font-size: 14px;
  }
}
.section ul li .basebox .boxinner .boxtext {
  font-size: 12px;
  padding: 0.5em 0.1em;
  margin-top: 0.5em;
  border-top: dotted 1px #999;
  color: darkslateblue;
  line-height: 1.3;
}
@media screen and (max-width: 810px) {
  .section ul li .basebox .boxinner .boxtext {
    font-size: 11px;
  }
}
@media screen and (max-width: 479px) {
  .section ul li .basebox .boxinner .boxtext {
    font-size: 10px;
  }
}
.section ul li .basebox .boxinner .img {
  max-width: 100%;
  margin-bottom: 0.5em;
}
.section ul li .basebox .boxinner .img img {
  border-radius: 0.2em;
}
.section ul li .peer:checked + .basebox {
  border: solid 2px royalblue;
  background: royalblue;
  box-shadow: 1px 1px 6px rgba(24, 24, 145, 0.3);
}
.section ul li .peer:checked + .basebox .boxtitle {
  color: #fff;
}
.section ul li .peer:checked + .basebox .boxtext {
  border-top: dotted 1px #fff;
  color: #fff;
}
.section dl {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  border-top: solid 1px #eee;
}
.section dl:first-child {
  border: none;
}
.section dl dt {
  width: 13em;
  margin-bottom: 0.3em;
  color: darkslateblue;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .section dl dt {
    width: 100%;
  }
}
.section dl dd {
  width: calc(100% - 13em);
}
@media screen and (max-width: 810px) {
  .section dl dd {
    width: 100%;
  }
}
.section dl dd div {
  margin-bottom: 0.8em;
}
.section dl dd label {
  display: block;
}
.section dl dd input[type=text][maxlength="50"] {
  width: 15em;
}
.section dl dd input.address {
  width: 100%;
}
.section dl.itemselect table {
  border-collapse: collapse;
  width: 100%;
}
.section dl.itemselect table th, .section dl.itemselect table td {
  padding: 0.7em 1em;
  text-align: left;
  border: solid 1px #ddd;
}
@media screen and (max-width: 810px) {
  .section dl.itemselect table th, .section dl.itemselect table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .section dl.itemselect table th, .section dl.itemselect table td {
    font-size: 12px;
  }
}
.section dl.itemselect table tr:nth-child(even) th, .section dl.itemselect table tr:nth-child(even) td {
  background-color: #f6f6f6;
}
.section dl.itemselect table thead th, .section dl.itemselect table thead td {
  background-color: beige;
  text-align: center;
  border-bottom: double 5px #eee;
  font-weight: normal;
  font-size: 0.9em;
}
@media screen and (max-width: 810px) {
  .section dl.itemselect table thead th, .section dl.itemselect table thead td {
    font-size: 12px;
  }
}
.section dl.itemselect table select {
  width: 4.5em;
}
.section dl.itemselect table .zansu {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.5em;
  color: tomato;
}
@media screen and (max-width: 479px) {
  .section dl.itemselect table .zansu {
    font-size: 12px;
  }
}
.section .hissu {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: crimson;
  color: #fff;
  font-size: 0.8em;
  border-radius: 0.3em;
  margin-left: 0.5em;
}
.section .innersection {
  padding: 4em 0 0 0;
}
.section .innersection h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  padding: 0.5em;
  margin-bottom: 1em;
  color: darkslateblue;
}
@media screen and (max-width: 810px) {
  .section .innersection h3 {
    font-size: 16px;
  }
}
.section input[type=text], .section input[type=tel], .section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 0.3em;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: 1px 1px 3px rgba(27, 53, 167, 0.1);
}
.section input[type=text]:focus, .section input[type=tel]:focus, .section select:focus {
  border-color: slateblue;
  box-shadow: 0px 0px 0px 1px rgba(27, 53, 167, 0.5);
}
.section select {
  min-width: 3em;
}
.section .freetextbox {
  width: 100%;
  background: aliceblue;
  padding: 2em;
  border-radius: 0.3em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media screen and (max-width: 810px) {
  .section .freetextbox {
    padding: 1em;
  }
}
@media screen and (max-width: 810px) {
  .section .freetextbox label {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
.section .freetextbox p {
  margin-right: 1em;
  color: darkslateblue;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .section .freetextbox p {
    font-size: 0.9em;
  }
}
.section .freetextbox input[type=text] {
  width: 100%;
  max-width: 400px;
}
.section .nosiinputsection .nosisita_inputblock {
  margin-bottom: 0.5em;
}
.section .nosiinputsection label {
  display: block;
}
.section .nosiinputsection .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 810px) {
  .section .nosiinputsection .inner {
    display: block;
  }
}
.section .nosiinputsection .inner div {
  padding: 0 0.5em 0 0;
  width: auto;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 479px) {
  .section .nosiinputsection .inner div {
    width: 100%;
    padding: 0 0.4em 0 0;
  }
}
.section .nosiinputsection .inputtitle {
  display: inline-block;
  background-color: cornflowerblue;
  color: #fff;
  padding: 0.3em;
  font-size: 12px;
  width: 9em;
  text-align: center;
  border-radius: 0.3em;
}
@media screen and (max-width: 479px) {
  .section .nosiinputsection .inputtitle {
    background-color: #fff;
    display: inline;
    color: cornflowerblue;
    font-weight: bold;
  }
}
.section .nosiinputsection input[type=text][maxlength="50"] {
  width: 15em;
}
.section .nosiinputsection input[type=text][maxlength="100"] {
  width: 37.5em;
}
@media screen and (max-width: 479px) {
  .section .nosiinputsection input[type=text] {
    width: 100% !important;
  }
}
.section .nosiinputsection input[type=text]::-moz-placeholder {
  color: #bbb;
}
.section .nosiinputsection input[type=text]::placeholder {
  color: #bbb;
}
.section .mcmaker {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.3em;
  overflow: hidden;
}
@media screen and (max-width: 810px) {
  .section .mcmaker {
    font-size: 0.9em;
  }
}
.section .mcmaker dt {
  width: 5em;
  background: cornflowerblue;
  color: #fff;
  padding: 1em 0;
  text-align: center;
  border-bottom: solid 1px #fff;
}
.section .mcmaker dd {
  width: calc(100% - 5em);
  padding: 1em;
  background-color: aliceblue;
  border-bottom: solid 1px #fff;
}
.section .mcmaker .btn_mcopen {
  display: inline-block;
  padding: 0.7em 4em 0.7em 3em;
  background-color: lightseagreen;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  margin-top: 0.5em;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 90% 50%;
}

@media screen and (max-width: 810px) {
  .fancybox-slide {
    padding: 44px 15px !important;
  }
}

.submitbtnarea {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.submitbtnarea p {
  width: 100%;
  margin-bottom: 1em;
  padding: 0 1em;
}
@media screen and (max-width: 810px) {
  .submitbtnarea p {
    font-size: 0.9em;
  }
}
.submitbtnarea .submitbtn {
  margin-left: 1em;
}
.submitbtnarea .submitbtn button {
  padding: 0.6em 6em;
  background-color: crimson;
  color: #fff;
  border-radius: 0.3em;
  border: solid 2px crimson;
}
@media screen and (max-width: 810px) {
  .submitbtnarea .submitbtn button {
    padding: 0.6em 4em;
  }
}
.submitbtnarea .backbtn button {
  padding: 0.6em 2em;
  background-color: #fff;
  color: #666;
  border-radius: 0.3em;
  border: solid 2px #999;
}

footer {
  padding: 2em;
  border-top: solid 1px #ccc;
  margin: 0 auto;
  font-size: 12px;
}
footer li {
  list-style: square;
  line-height: 1.3;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=giftsystem.css.map */