.alertmsg {
  font-size: 1.6rem;
  text-align: center;
  color: red;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .alertmsg {
    font-size: 1rem;
  }
}

.res-pc {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .res-pc {
    display: none !important;
  }
}

.res-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .res-sp {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px) {
  .tel_link {
    pointer-events: none;
  }
}

main {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  main {
    min-width: 1110px;
  }
}

.btn-box {
  margin-top: 1.8rem;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.0rem auto 0;
    padding: 0;
    max-width: 55.05rem;
  }
}

.btn-box > a, .btn-box > input[type="submit"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-box > a:nth-child(n+2), .btn-box > input[type="submit"]:nth-child(n+2) {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .btn-box > a:nth-child(n+2), .btn-box > input[type="submit"]:nth-child(n+2) {
    margin: 0 0 0 2.0rem;
  }
}

.btn-red {
  display: block;
  border: 1px solid #e40010 !important;
  background: #e40010;
  color: #ffffff;
  text-align: center;
  padding: 2vw 0;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  .btn-red {
    padding: 15px 0;
    font-size: 17px;
    position: relative;
  }
}

.btn-red:hover {
  background: #ffffff;
  color: #e40010;
  text-decoration: none;
}

.btn-line {
  display: block;
  border: 1px solid #e40010 !important;
  background: #e40010;
  color: #ffffff;
  text-align: center;
  padding: 2vw 0;
  font-size: 4vw;
  background-color: transparent;
  color: #444;
  border-color: #444 !important;
}

@media only screen and (min-width: 768px) {
  .btn-line {
    padding: 15px 0;
    font-size: 17px;
    position: relative;
  }
}

.btn-line:hover {
  background: #ffffff;
  color: #e40010;
  text-decoration: none;
}

.btn-line:hover {
  background-color: #444;
  color: #fff;
}

/*----------input----------*/
input,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input,
select,
textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #808080;
  font-size: 16px;
  padding: 0.5em;
  line-height: 1.2;
  width: 100%;
  outline: none;
}

@media only screen and (min-width: 768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem;
    padding: 0.6em;
  }
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
  min-height: 150px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  margin-right: 1.5em;
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}

input[type="radio"] + label:before, input[type="radio"] + label:after,
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #808080;
}

@media only screen and (min-width: 768px) {
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
}

input[type="radio"] + label:after,
input[type="checkbox"] + label:after {
  left: 0.4em;
  width: 0.75em;
  height: 0.75em;
}

@media only screen and (min-width: 768px) {
  input[type="radio"] + label:after,
  input[type="checkbox"] + label:after {
    left: 5px;
    width: 10px;
    height: 10px;
  }
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  font-weight: normal;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  background: #e10010;
}

#shop_content .form-box-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #808080;
  text-align: left;
  margin-bottom: 1.0em;
  margin-top: 2.0rem;
}

@media only screen and (min-width: 768px) {
  #shop_content .form-box-title {
    font-size: 1.7rem;
    margin-top: 40px;
  }
}

#shop_content .form-title {
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  #shop_content .form-title {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}

#shop_content p {
  font-size: 1.0rem;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) {
  #shop_content p {
    font-size: 1.6rem;
  }
}

.form-box-title + .form-box {
  margin-top: 0 !important;
}

.form-box {
  border: 1px solid #444444;
  margin-top: 2.0rem;
}

@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .form-box > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.form-box > dl:nth-of-type(n+2) {
  border-top: 1px solid #444444;
}

.form-box > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  padding: 1em;
  font-size: 1.0rem;
}

@media only screen and (min-width: 768px) {
  .form-box > dl > dt {
    width: 420px;
    font-size: 1.8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.form-box > dl > dt span {
  word-wrap: break-word;
  min-width: 100px;
}

.form-box > dl > dt sup {
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .form-box > dl > dt sup {
    font-size: 1.2rem;
  }
}

.form-box > dl > dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1em;
  font-size: 1.2rem;
  text-align: center;
  word-wrap: break-word;
  min-width: 100px;
}

@media only screen and (min-width: 768px) {
  .form-box > dl > dd {
    padding: 2.5rem 2em;
    font-size: 1.6rem;
    text-align: left;
  }
}

.form-box > dl > dd b {
  font-size: 1.1875em;
}

@media only screen and (max-width: 767px) {
  .form-box > dl > dd.ta-left-sp {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .form-box .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.form-box .input-box:nth-of-type(n+2) {
  margin-top: 1em;
}

.form-box .input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-box .input-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .form-box .input-item input {
    width: 210px;
  }
}

.form-box .input-item:nth-of-type(n+2) {
  margin-left: 1em;
}

@media only screen and (min-width: 768px) {
  .form-box .input-item:nth-of-type(n+2) {
    margin-top: 0;
    margin-left: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .form-box .input-item-s {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .form-box .input-item-m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
}

.form-box .input-item-block {
  display: block;
}

.form-box .input-item-block .input-note {
  margin-top: 0.2em;
}

.form-box .input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -1em;
}

@media only screen and (max-width: 767px) {
  .form-box .input-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-box .input-radio label:nth-of-type(n+2) {
    margin-left: 0;
  }
}

.form-box .input-select {
  position: relative;
}

.form-box .input-select:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(/shopinfo/assets/img/fom-arrow-down.svg) no-repeat center center/contain;
  width: 0.55rem;
  height: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .form-box .input-select:before {
    width: 8px;
    height: 4.5px;
  }
}

.form-box .input-select.input-select-item {
  width: 62.51852%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .form-box .input-select.input-select-item {
    width: 42.1875%;
    margin: 0;
  }
}

.form-box .unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.5em;
}

.form-box .unit.unit-right {
  margin-right: 0;
  margin-left: 0.5em;
}

.form-box .unit-after {
  margin: 0 0 0 0.5em;
}

.form-box .input-note {
  margin-top: 0.5em;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9em;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .form-box .input-note {
    font-size: 13px;
  }
}

.form-box #input-address .unit {
  min-width: 7em;
}

.error-box {
  display: none;
}

.error-mes {
  color: #f00;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .error-mes {
    font-size: 1.6rem;
  }
}

.error-required {
  display: none;
  color: #f00;
}

.error .error-box {
  display: block;
}

.form-note {
  margin-top: 1.0rem;
}

@media only screen and (min-width: 768px) {
  .form-note {
    margin-top: 1.5rem;
  }
}

.form-note li {
  font-size: 0.9rem;
  color: #808080;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (min-width: 768px) {
  .form-note li {
    font-size: 1.5rem;
  }
}

#time-box {
  margin-top: 2.0rem;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #time-box {
    margin-top: 50px;
    font-size: 2.1rem;
  }
}

#time-box .color-red {
  color: #e10010;
  font-size: 1.7rem;
  margin: 0 0.2em;
}

@media only screen and (min-width: 768px) {
  #time-box .color-red {
    font-size: 3.0rem;
  }
}

#time-box .color-red big {
  font-size: 2.65rem;
  font-family: "century", "helvetica", "arial", sans-serif;
}

@media only screen and (min-width: 768px) {
  #time-box .color-red big {
    font-size: 4.7rem;
  }
}

#form-table-note {
  margin-top: 1em;
}

#form-table-note p {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.65455;
}

@media only screen and (min-width: 768px) {
  #form-table-note p {
    font-size: 1.6rem;
  }
}

#form-table-note p span {
  display: inline-block;
  width: 3rem;
  height: 1rem;
  background: #ffb2b2;
  vertical-align: middle;
  margin: 0 5px;
}

@media only screen and (min-width: 768px) {
  #form-table-note p span {
    width: 50px;
    height: 20px;
  }
}

#form-table-note p.note {
  color: #808080;
}

.form-table {
  position: relative;
  margin-top: 3.0rem;
}

.form-table-header {
  position: relative;
}

.form-table-header-btnbox {
  width: 100%;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .form-table-header-btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .form-table-header-btnbox {
    height: 45px;
  }
}

.form-table-header-btn {
  width: 75px;
  height: 25px;
  line-height: 25px;
  font-size: 8px;
  border: 1px solid black;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms 0s ease;
  -o-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  pointer-events: auto;
}

@media only screen and (min-width: 768px) {
  .form-table-header-btn {
    position: absolute;
    top: 0;
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.form-table-header-btn:hover {
  color: white;
  background-color: #333;
}

.form-table-header-btn.unable {
  pointer-events: none;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) {
  .form-table-header-prev {
    left: 140px;
  }
  .form-table-header-prev-month {
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .form-table-header-next {
    right: 140px;
  }
  .form-table-header-next-month {
    right: 0;
  }
}

.form-table-header .form-table-header-date {
  font-size: 34px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
}

.form-table-header .form-table-header-date span {
  font-size: 48px;
}

@media only screen and (min-width: 768px) {
  .form-table {
    margin-top: 50px;
  }
}

.form-table-date {
  margin-top: 0px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .form-table-date {
    margin-top: 20px;
  }
}

.form-table-cv {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  background-color: #FEFEFE;
}

@media only screen and (min-width: 768px) {
  .form-table-cv {
    height: 1200px;
  }
}

.form-table-cv canvas {
  position: absolute;
}

.form-table-scroll-date {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: fixed;
  margin: 0 !important;
  z-index: 90;
}

.form-table-scroll-date .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
}

@media only screen and (min-width: 768px) {
  .form-table-scroll-date .flex {
    display: none;
  }
}

.form-table-scroll-date .flex p {
  width: 50%;
}

.form-table-scroll-date .flex p a {
  display: block;
  width: 100%;
  font-size: 10px;
  background: #e40010;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.form-table-scroll-date .flex p a:first-child {
  border-right: 1px solid #fff;
}

.form-table-scroll-date.on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-table-scroll-date.on .form-table-date {
  margin: 0 !important;
}

.form-table-scroll-date.skip {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: fixed;
  margin: 0 !important;
  z-index: 90;
  top: auto !important;
  bottom: 0;
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .form-table-scroll-date.skip {
    display: none;
  }
}

.form-table-scroll-date.skip.on_sp {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.form-table-scroll-date.skip.on_sp p {
  width: 48%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  background: #e40010;
}

.form-table-scroll-date.skip.on_sp p a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  font-size: 1rem;
  text-align: center;
}

#form-table-time-box {
  position: relative;
  margin: 2.5rem 0 4.5rem;
}

@media only screen and (min-width: 768px) {
  #form-table-time-box {
    margin: 60px 0 50px;
    padding: 60px 10px;
    background-color: #f2f2f2;
  }
}

#form-table-time-box > p {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 1.3rem;
}

@media only screen and (min-width: 768px) {
  #form-table-time-box > p {
    font-size: 2.1rem;
    text-align: center;
  }
}

#form-table-time-box > p .form-table-time {
  display: block;
  font-size: 2.6rem;
  color: #e10010;
  font-family: "century", "helvetica", "arial", sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  #form-table-time-box > p .form-table-time {
    display: inline;
    font-size: 3.2rem;
    margin: 0 0.3em;
  }
}

#form-table-time-box > p .form-table-time + span {
  display: block;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  #form-table-time-box > p .form-table-time + span {
    display: inline;
  }
}

#form-lower {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #form-lower .form-box {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  #form-question dl {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #form-question dl dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

#form-question dl dd {
  text-align: left;
}

#form-question dl dd p + p {
  margin-top: 1em;
}

#form-notice {
  background-color: #efefef;
  border: none;
  padding: 0.1em 1em 1em 1em;
}

@media only screen and (min-width: 768px) {
  #form-notice {
    padding: 0.1em 2em 2em 2em;
  }
}

.form-scrollbox {
  padding: 1em;
  height: 20.0rem;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .form-scrollbox {
    padding: 3em 2em 2em 2em;
    height: 40.0rem;
  }
}

.form-scrollbox .form-scrollbox-contents {
  font-size: 1.0rem;
  line-height: 2.1125;
}

@media only screen and (min-width: 768px) {
  .form-scrollbox .form-scrollbox-contents {
    font-size: 1.6rem;
  }
}

form {
  margin-bottom: 7.0rem;
}

form .error-box:first-of-type {
  display: block;
  text-align: center;
}

#form-policy-agree {
  text-align: center;
  margin-top: 3.0rem;
}

@media only screen and (min-width: 768px) {
  #form-policy-agree {
    margin-top: 6.0rem;
  }
}

.submit-box {
  margin: 7.0rem auto 0;
}

@media only screen and (min-width: 768px) {
  .submit-box > a, .submit-box input[type="submit"] {
    width: 29.0rem;
  }
}

.submit-box input[type="submit"].locked {
  pointer-events: none;
  background-color: #ccc;
  border-color: #ccc !important;
}

.submit-box + .error-box {
  display: block;
  margin-top: 2.0rem;
  text-align: center;
}

.form-lead {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.65455;
  color: #808080;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .form-lead {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #form-confirm-box dl dd {
    font-size: 1.0rem;
  }
}

#shop_content .comp-box {
  position: relative;
  border: 1px solid #e10010;
  padding: 2.0rem;
  padding-bottom: 3.5rem;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  #shop_content .comp-box {
    width: 80.18868%;
    margin: 0 auto;
    padding: 6.60377% 7.54717%;
  }
}

#shop_content .comp-box .comp-txt-box .comp-title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #e10010;
  text-align: left;
  margin-bottom: 1.0em;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  #shop_content .comp-box .comp-txt-box .comp-title {
    font-size: 2.6rem;
    padding-right: 30.58824%;
  }
}

#shop_content .comp-box .comp-txt-box ul.comp-list li {
  font-size: 1.25rem;
  font-family: "century", "helvetica", "arial", sans-serif;
  padding-left: 3.5em;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) {
  #shop_content .comp-box .comp-txt-box ul.comp-list li {
    font-size: 1.6rem;
  }
}

#shop_content .comp-box .comp-txt-box ul.comp-list li span {
  float: left;
  display: block;
  margin-left: -3.5em;
}

#shop_content .comp-box .comp-txt-box ul.comp-list li:nth-child(n+2) {
  margin-top: 0.2em;
}

#shop_content .comp-box .comp-note-box {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  #shop_content .comp-box .comp-note-box {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #shop_content .comp-box .comp-note-box p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

#shop_content .comp-box .comp-note-box p + p {
  margin-top: 1.5em;
}

#shop_content .comp-box .comp-note-box a {
  font-size: 1.15rem;
}

@media only screen and (min-width: 768px) {
  #shop_content .comp-box .comp-note-box a {
    font-size: 1.7rem;
  }
}

#shop_content .comp-box .btn-box {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 768px) {
  #shop_content .comp-box .btn-box {
    position: absolute;
    top: 0;
    margin-top: 8.23529%;
    right: 9.41176%;
    width: 24.23529%;
  }
}
