* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p, ul, ol, li {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body {
  color: #222222;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, YuGothic, "Yu Gothic", "Helvetica Neue", sans-serif;
  overflow-y: auto;
  position: relative;
  height: 100%;
  width: 100%;
}

input[type=text] {
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  padding: 16px;
  color: #222222;
  font-size: 16px;
}

select {
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  padding: 16px;
  color: #222222;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.title {
  color: #966544;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  letter-spacing: 2px;
}
.title::after {
  content: "";
  background: #966544;
  display: block;
  margin-left: 40px;
  height: 3px;
  width: 100%;
}

.content_title {
  color: #966544;
  font-size: 32px;
  letter-spacing: 3px;
  display: inline-block;
}
.content_title .follow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 16px;
}
.content_title .follow_title::after {
  content: "";
  background: #966544;
  display: block;
  margin-left: 8px;
  width: 100%;
  height: 3px;
}

.service_page_title {
  color: #966544;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.service_page_title.saturation {
  color: #DE7025;
}
.service_page_title.white {
  color: #FFFFFF;
}
.service_page_title.large {
  font-size: 36px;
}
.service_page_title.base {
  color: #451C00;
}

.service_page_text {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.service_page_text.white {
  color: #FFFFFF;
}

.sub_title {
  color: #966544;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sub_title.ttl_black {
  color: #000000;
}

.image_box img {
  display: block;
  min-height: 400px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.image_box img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.image_box img.corp {
  -o-object-position: 0 -150px;
     object-position: 0 -150px;
}

.sr_page_title {
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
}
.sr_page_title.primary {
  color: #966544;
}
.sr_page_title.special {
  color: #966544;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sr_page_title.special .special_text {
  position: relative;
  z-index: 3;
  padding: 24px;
}
.sr_page_title.special::before {
  content: url(../img/sr_title_sep.svg);
  max-width: 500px;
}

.sr_sub_title {
  color: #966544;
  font-size: 24px;
  font-weight: bold;
}

.sr_text {
  font-size: 20px;
}
.sr_text .sr_text_attention {
  color: #DD3636;
}
.sr_text .sr_text_primary {
  color: #966544;
}
.sr_text.small {
  font-size: 16px;
}
.sr_text.xsmall {
  font-size: 12px;
}
.sr_text.large {
  font-size: 24px;
}
.sr_text .small {
  font-size: 16px;
}
.sr_text .large {
  font-size: 24px;
  font-weight: bold;
}
.sr_text .xlarge {
  font-size: 40px;
  font-weight: bold;
}
.sr_text.bold {
  font-weight: bold;
}
.sr_text.white {
  color: white;
}
.sr_text.primary {
  color: #966544;
}
.sr_text.secondary {
  color: #51935E;
}

.fontSize_16 {
  font-size: 16px;
}

.fontSize_18 {
  font-size: 18px;
}

.text_bold {
  font-weight: bold;
}

.text_clr_primary {
  color: #966544;
}

.text_align_end {
  text-align: end;
}

@media screen and (max-width: 768px) {
  .service_page_title.large {
    font-size: 32px;
  }
  .sr_page_title.special {
    font-size: 32px;
    padding: 24px 16px;
  }
  .sr_sub_title {
    font-size: 24px;
  }
  .sr_text {
    font-size: 20px;
  }
  .sr_text.small {
    font-size: 16px;
  }
  .sr_text.large {
    font-size: 24px;
  }
  .sr_text .small {
    font-size: 16px;
  }
  .sr_text .large {
    font-size: 24px;
  }
  .sr_text .xlarge {
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  .service_page_title.large {
    font-size: 24px;
  }
  .sr_main_message_wrapper {
    text-align: center;
  }
  .sr_page_title {
    font-size: 24px;
  }
  .sr_page_title.special {
    font-size: 24px;
  }
  .sr_sub_title {
    font-size: 16px;
  }
  .sr_text {
    font-size: 16px;
  }
  .sr_text.small {
    font-size: 12px;
  }
  .sr_text.large {
    font-size: 20px;
  }
  .sr_text .small {
    font-size: 12px;
  }
  .sr_text .large {
    font-size: 20px;
  }
  .sr_text .xlarge {
    font-size: 24px;
  }
  .image_box.sp {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .image_box img {
    min-height: 300px;
  }
  .image_box img.cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image_box img.corp {
    -o-object-position: -125px center;
       object-position: -125px center;
  }
}
.logo {
  display: block;
  height: 30px;
}
.logo.bespo {
  background: url(../img/logo.svg) no-repeat left/contain;
}
.logo.tablerequest {
  background: url(../img/tablerequest_logo.svg) no-repeat left/contain;
}
.logo.smartrequest {
  background: url(../img/smart_request.svg) no-repeat left/contain;
}
.logo.booktbrq {
  background: url(../img/book_tablerequest.svg) no-repeat left/contain;
}

.mt_large {
  margin-top: 24px;
}

.mb_small {
  margin-bottom: 8px;
}

.mb_medium {
  margin-bottom: 16px;
}

.mb_large {
  margin-bottom: 24px;
}

.mb_xlarge {
  margin-bottom: 40px;
}

.pb_xlarge {
  padding-bottom: 50px;
}

.ml_small {
  margin-left: 8px;
}

.ml_medium {
  margin-left: 16px;
}

.ml_large {
  margin-left: 24px;
}

.ml_xlarge {
  margin-left: 40px;
}

.pl_small {
  padding-left: 8px;
}

.pl_large {
  padding-left: 24px;
}

.pl_xlarge {
  padding-left: 40px;
}

.mr_small {
  margin-right: 8px;
}

.mr_medium {
  margin-right: 16px;
}

.mr_large {
  margin-right: 24px;
}

.mr_xlarge {
  margin-right: 40px;
}

.ml_large_pcOnly {
  margin-left: 24px;
}

.mt_xlarge_pcOnly {
  margin-top: 40px;
}

@media screen and (max-width: 450px) {
  .ml_large_pcOnly {
    margin-left: 0;
  }
  .mt_xlarge_pcOnly {
    margin-top: 0;
  }
  .content_title {
    font-size: 24px;
  }
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon.large {
  width: 40px;
  height: 40px;
}
.icon.plus {
  background: url(../img/icon_plus.svg) no-repeat center/contain;
}
.icon.smartrequest_mark {
  background: url(../img/icon_smartrequest_mark.svg) no-repeat center/contain;
}
.icon.agency {
  background: url(../img/icon_agency.svg) no-repeat center/contain;
}
.icon.tel {
  background: url(../img/icon_tel.svg) no-repeat center/contain;
}
.icon.attention_left {
  background: url(../img/icon_attention_left.svg) no-repeat center/contain;
}
.icon.attention_right {
  background: url(../img/icon_attention_right.svg) no-repeat center/contain;
}

.icon-copy-right.flaticon {
  font-size: 12px;
  color: #cccccc;
  text-align: right;
}
.icon-copy-right.flaticon a {
  text-decoration: none;
  color: #cccccc;
}

main {
  width: 100%;
  min-height: calc(100% - 50px);
}
main.sr {
  height: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.item_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.item_stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex.just_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.just_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex .sep_three {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 8px;
}
.flex .sep_three:last-child {
  margin-right: 0;
}
.flex .company_title_area, .flex .company_text_area {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex .company_info_area {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.flex .company_map_area {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.flex .flex_basis60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.flex .flex_basis40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.flex .self_center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.number {
  padding: 8px 8px;
  border-radius: 50%;
  background-color: #51935E;
  color: #fff;
  margin-right: 16px;
}

.underline {
  border-bottom: solid 1px #CAB1A1;
  padding: 16px 0;
}

.underline2px {
  border-bottom: solid 2px #966544;
  padding: 16px 0;
}

.main_visual {
  position: relative;
  height: 100vh;
  width: 100%;
}
.main_visual .main_visual_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main_visual.index {
  position: relative;
}
.main_visual.index::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.main_visual.for_service_page {
  height: 70vh;
  margin-top: 180px;
  background: url("../img/main_visual_foruser.png") no-repeat center/cover;
}
.main_visual.for_service_page.business {
  background: url("../img/main_visual_forbusiness.png") no-repeat center/cover;
}
.main_visual.for_service_page.business .main_message_wrapper {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-bottom: 16px;
}
.main_visual.for_service_page.business .main_message_wrapper .main_text {
  font-size: 24px;
}
.main_visual.for_service_page .main_message_wrapper {
  position: absolute;
  top: 30%;
}
.main_visual.for_service_page .main_message_wrapper .main_text {
  color: #FFFFFF;
  font-size: 32px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 0;
}
.main_visual .main_message_wrapper {
  position: absolute;
  top: 10%;
  width: 100%;
}
.main_visual .main_message_wrapper.index {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_visual .main_message_wrapper .main_visual_logo {
  background: url("../img/logo.svg") no-repeat center/contain;
  height: 70px;
  width: 100%;
}
.main_visual .main_message_wrapper .main_visual_logo.tablerequest {
  height: 100px;
  background: url("../img/tablerequest_logo_w_ds.svg") no-repeat center/contain;
}
.main_visual .main_message_wrapper .main_text {
  color: #966544;
  font-size: 16px;
  font-weight: normal;
  padding-top: 16px;
  text-align: center;
}

.contact_area {
  padding: 24px;
}
.contact_area .contact_text {
  color: #966544;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.contact_area .contact_text .large {
  font-size: 24px;
  font-weight: bold;
}
.contact_area .contact_text .attention {
  color: #DD3636;
}
.contact_area .contact_text a {
  color: #966544;
}

.circle {
  position: relative;
  width: 250px;
  height: 250px;
}
.circle::before, .circle::after {
  content: "";
  border-radius: 999px;
  border: 5px solid #966544;
  position: absolute;
  height: 100%;
  width: 100%;
}
.circle::before {
  background: #FFFFFF;
  top: -5px;
  left: -5px;
  z-index: 2;
}
.circle::after {
  background: #966544;
  top: 0;
  left: -5px;
  z-index: 1;
}
.circle .circle_text {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 3;
}
.circle .circle_text .point {
  color: #966544;
  font-size: 40px;
  margin-top: 8px;
}
.circle .circle_text .point .small {
  font-size: 16px;
}

.circle_between {
  padding: 0 40px 0 45px;
}

/*.logo_image_box {
  min-width: 100px;
  height: 50px;
  img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}*/
.wrapper {
  max-width: 960px;
  margin: auto;
}
.wrapper.full_w {
  max-width: 100%;
}
.wrapper.stripe .content_wrapper:nth-child(odd) {
  background: #CAB1A1;
}
.wrapper.stripe .content_wrapper.bg_light {
  background: #DFD0C6;
}
.wrapper.stripe .content_wrapper.bg_white {
  background: #FFFFFF;
}
.wrapper.sr_page {
  max-width: 100%;
  margin: 0;
}
.wrapper.sr_page .sr_page_wrapper:nth-child(odd) {
  background: #FFF6F0;
}
.wrapper.sr_page .sr_page_wrapper:first-child .sr_page_content_wrapper {
  padding: 50px 24px 100px 24px;
}
.wrapper.sr_page .sr_page_wrapper.primary_light {
  background: #FFF6F0;
}
.wrapper.sr_page .sr_page_wrapper.white {
  background: #FFFFFF;
}
.wrapper.sr_page .sr_page_content_wrapper {
  padding: 100px 16px;
  max-width: 960px;
  margin: auto;
}

.content_wrapper {
  padding: 50px 0 0 0;
}
.content_wrapper:last-child {
  padding: 50px 0;
}
.content_wrapper.top_space {
  padding: 100px 0 0;
}
.content_wrapper.top_space:last-child {
  padding: 100px 0 50px;
}
.content_wrapper.side_space {
  padding: 50px 50px;
}
.content_wrapper.pd_all {
  padding: 50px 24px;
}
.content_wrapper.pd_8024 {
  padding: 80px 24px;
}
.content_wrapper .size_control {
  max-width: 960px;
  margin: auto;
}
.content_wrapper.bg_light {
  background: #DFD0C6;
}

.purpose_position .purpose_title {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 2px;
}

.content_purpose_title {
  color: #966544;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

.content_purpose_sub_title {
  color: #966544;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
}

.content_purpose_text {
  color: #966544;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.company_message_title {
  color: #966544;
  font-size: 32px;
  font-weight: bold;
}
.company_message_title.darken {
  color: #222222;
}

.company_message_text {
  font-size: 16px;
}

.company_map {
  min-height: 300px;
  width: 100%;
  padding-left: 40px;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.sp_visible {
  display: none !important;
}

@media screen and (max-width: 450px) {
  .sp_invisible {
    display: none !important;
  }
}
.faq_box {
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 16px;
}
.faq_box .question {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}
.faq_box .question::after {
  content: "Q.";
  position: absolute;
  top: 2px;
  left: 0;
}
.faq_box .question.jcbpkg_q {
  color: #966544;
}
.faq_box .answer {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.faq_box .answer::after {
  content: "A.";
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
}
.faq_box.sr_faq_box {
  padding: 24px 40px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.faq_box.tr_faq_box {
  width: 100%;
  padding: 24px;
  border: solid 1px #966544;
}
.faq_box.tr_faq_box .question {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .wrapper.sr_page .sr_page_wrapper:first-child .sr_page_content_wrapper {
    padding: 25px 16px 50px 16px;
  }
  .wrapper.sr_page .sr_page_content_wrapper {
    padding: 50px 16px;
    max-width: 960px;
    margin: auto;
  }
  .purpose_position .purpose_title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .purpose_position .purpose_text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .main_visual {
    height: 50vh;
  }
  .main_visual.index {
    height: 50vh;
    margin-top: 78px;
  }
  .main_visual .main_message_wrapper {
    position: absolute;
  }
  .content_wrapper {
    padding: 50px 24px 0 24px;
  }
  .content_wrapper.top_space {
    padding: 100px 24px 0 24px;
  }
  .content_wrapper.top_space:last-child {
    padding: 100px 24px 50px;
  }
  .content_wrapper:last-child {
    padding: 50px 24px;
  }
}
.sep_border {
  border-bottom: 2px solid #966544;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .purpose_position .purpose_title {
    font-size: 24px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .purpose_position .purpose_text {
    font-size: 12px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .sp_none {
    display: none !important;
  }
  .sp_visible {
    display: block !important;
  }
  .flex .company_title_area, .flex .company_text_area {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .flex .company_title_area {
    margin-bottom: 16px;
  }
  .flex .company_info_area, .flex .company_map_area {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .flex .company_info_area {
    margin-bottom: 24px;
  }
  .flex .half.sp {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .flex .flex_basis60 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .flex .flex_basis40 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .main_visual.index {
    height: 30vh;
    margin-top: 78px;
  }
  .main_visual.for_service_page {
    margin-top: 124px;
  }
  .main_visual.for_service_page .main_message_wrapper .main_text {
    font-size: 16px;
  }
  .main_visual.for_service_page.business {
    background: url("../img/main_visual_forbusiness.png") no-repeat center/cover;
  }
  .main_visual.for_service_page.business .main_message_wrapper {
    padding-bottom: 8px;
  }
  .main_visual.for_service_page.business .main_message_wrapper .main_text {
    font-size: 16px;
  }
  .main_visual .main_message_wrapper {
    position: absolute;
  }
  .main_visual .main_message_wrapper.index {
    padding: 8px;
  }
  .main_visual .main_message_wrapper .main_visual_logo {
    height: 32px;
  }
  .main_visual .main_message_wrapper .main_visual_logo.tablerequest {
    height: 50px;
  }
  .main_visual .main_message_wrapper .main_text {
    font-size: 16px;
    padding-top: 8px;
  }
  .company_map {
    min-height: 200px;
    padding-left: 0;
  }
  .circle {
    height: 125px;
    width: 125px;
  }
  .circle .circle_text {
    font-size: 12px;
    line-height: 1;
  }
  .circle .circle_text .point {
    font-size: 20px;
  }
  .circle .circle_text .point .small {
    font-size: 12px;
  }
  .circle_between {
    padding: 0 20px 0 30px;
    text-align: center;
  }
  .faq_box .sr_faq_box {
    padding: 24px;
  }
}
.header {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 24px 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header.smartrequest {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header.smartrequest.follow {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header.smartrequest .logo {
  background: url(../img/smart_request.svg) no-repeat center/contain;
  width: 200px;
}
.header.jcbpkg_header {
  padding: 8px 16px;
}
.header .logo {
  width: 120px;
  height: 32px;
  background: url(../img/logo.svg) no-repeat center/contain;
}
.header .logo.tablerequest {
  width: 200px;
  background: url(../img/tablerequest_logo.svg) no-repeat center/contain;
}
.header .logo.book {
  width: 240px;
  background: url(../img/book_tablerequest.svg) no-repeat left/contain;
}
.header .line_button a {
  height: 100%;
  width: 100%;
  margin: 0 16px 0 16px;
}
.header .login_button {
  display: none;
}
.header .login_button a {
  margin: 0;
}

@media screen and (max-width: 450px) {
  .header .logo {
    height: 30px;
  }
  .header .login_btn {
    padding: 24px;
  }
  .header .login_btn .btn {
    font-size: 16px;
    padding: 16px;
  }
}
footer {
  background: #966544;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
}
footer .footer_link {
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 16px;
}
footer .footer_link:first-child {
  border-left: 1px solid #FFFFFF;
}
footer .copy {
  color: #FFFFFF;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  footer .footer_link {
    padding: 0 12px;
  }
}
.submenu_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px auto 0;
  width: 100%;
  letter-spacing: 8px;
}
.submenu_tab .sub_tab {
  cursor: pointer;
  color: #966544;
  font-size: 16px;
  font-weight: bold;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 16px;
  position: relative;
  text-align: center;
}
.submenu_tab .sub_tab.active {
  background: #966544;
  color: #FFFFFF;
  position: relative;
}
.submenu_tab .sub_tab.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #966544 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}

@media screen and (max-width: 450px) {
  .submenu_tab {
    letter-spacing: 0;
  }
  .submenu_tab .sub_tab {
    padding: 8px;
  }
}
.global_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.global_menu li a {
  color: #966544;
  display: block;
  font-size: 14px;
  margin: 0 12px;
  position: relative;
}
.global_menu li a.active {
  font-weight: bold;
}
.global_menu li a.active::after {
  content: "";
  background: #966544;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.global_menu li:last-child a {
  margin: 0 0 0 12px !important;
}

.sp_menu {
  display: none;
}

.header.smartrequest .global_menu li a {
  margin: 0 4px;
}

@media screen and (max-width: 1024px) {
  .sp_menu_bg {
    position: fixed;
    opacity: 0;
    pointer-events: none;
  }
  .sp_menu_bg.active {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: auto;
    z-index: 98;
  }
  .sp_menu {
    cursor: pointer;
    display: block;
    position: relative;
    height: 36px;
    width: 36px;
    z-index: 101;
  }
  .sp_menu .folk, .sp_menu .knife {
    height: 18px;
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sp_menu .folk {
    background: url("../img/folk.svg") no-repeat center/contain;
  }
  .sp_menu .knife {
    background: url("../img/knife.svg") no-repeat center/contain;
  }
  .sp_menu.active .folk {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: relative;
    top: -9px;
    left: 2px;
  }
  .sp_menu.active .knife {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: 9px;
    left: -2px;
  }
  .global_menu {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: block;
    position: fixed;
    top: 0;
    right: -100vw;
    padding-top: 50px;
    height: 100vh;
    width: 80%;
    z-index: 100;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .global_menu.active {
    right: 0;
  }
  .global_menu li a {
    color: #FFFFFF;
    color: #966544;
    font-size: 24px;
    margin: 0;
    padding: 40px 0;
    text-align: center;
  }
  .global_menu li a.active {
    font-weight: bold;
  }
  .global_menu li a.active::after {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .global_menu li a {
    margin: 0;
    padding: 24px 0;
    text-align: center;
  }
  .global_menu li a.active {
    font-weight: bold;
  }
  .global_menu li a.active::after {
    content: "";
    display: none;
  }
}
.top_service_box {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-right: 24px;
  width: 100%;
}
.top_service_box .top_service_box_img {
  width: 100%;
  background: #DFD0C6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  height: 240px;
  margin-bottom: 8px;
}
.top_service_box .top_service_box_text {
  margin-top: 16px;
}

.service_box {
  color: #222222;
  margin-right: 8px;
  background: #DFD0C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  width: 100%;
}
.service_box.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_box.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service_box .service_box_img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: #DFD0C6;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 24px;
  width: 100%;
}
.service_box .service_box_img.pd_none {
  padding: 0;
}
.service_box .service_box_img.small {
  height: 250px;
}
.service_box .service_box_img.large {
  height: 320px;
}
.service_box .service_box_content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 24px;
}
.service_box .service_box_content_explain_text {
  margin-top: 24px;
  font-size: 16px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
.service_box.half {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.service_box.half .service_box_img {
  height: 300px;
}
.service_box.expand {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
}
.service_box.expand .service_box_bg {
  padding: 24px;
}
.service_box:last-child {
  margin-right: 0;
}
.service_box .logo {
  height: 24px;
  margin-bottom: 16px;
  width: 100%;
}
.service_box .logo.tablerequest {
  background: url("../img/tablerequest_logo.svg") no-repeat left/contain;
}
.service_box .logo.smartrequest {
  background: url("../img/smart_request.svg") no-repeat left/contain;
}
.service_box .logo.booktablerequest {
  background: url("../img/book_tablerequest.svg") no-repeat left/contain;
}
.service_box .service_box_text {
  font-size: 16px;
}

.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list li .news_date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
}
.news_list li .news_date .small {
  font-size: 16px;
}
.news_list li .news_date .large {
  font-size: 32px;
}
.news_list li .news_label {
  border-bottom: 1px solid #666666;
  color: #666666;
  padding: 4px 0 2px;
  margin: 0 8px;
  white-space: nowrap;
}
.news_list li .news_link {
  color: #222222;
  padding: 0 8px;
}
.news_list li .news_link:hover {
  color: #966544;
}

.info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.info_row:last-child {
  margin-bottom: 0;
}
.info_row .info_label {
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
  width: 120px;
}
.info_row .info_label::before {
  content: "";
  background: #966544;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.info_row .info_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.member_image {
  height: 300px;
  width: 300px;
}
.member_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.member_text {
  border-bottom: 2px solid #966544;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  padding: 0 24px 16px;
}

.member_name {
  font-size: 24px;
  font-weight: bold;
  padding-right: 16px;
}

.member_role {
  font-size: 16px;
}

.intro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.intro_wrapper .intro_box {
  border: 2px solid #636464;
  border-radius: 10px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  height: 240px;
  margin-right: 24px;
  padding: 70px 24px 24px;
  position: relative;
}
.intro_wrapper .intro_box::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 120px;
  width: 120px;
}
.intro_wrapper .intro_box:last-child {
  margin-right: 0;
}
.intro_wrapper .intro_box.i_box1::after {
  background-image: url(../img/introbox_icon1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}
.intro_wrapper .intro_box.i_box2::after {
  background-image: url(../img/introbox_icon2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}
.intro_wrapper .intro_box.i_box3::after {
  content: "";
  background-image: url(../img/introbox_icon3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}
.intro_wrapper .intro_box .intro_title {
  border-bottom: 2px solid #636464;
  color: #DE7025;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  text-align: center;
}
.intro_wrapper .intro_box .intro_text {
  color: #222222;
  font-size: 16px;
  padding: 8px;
}

.step_box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-right: 8px;
  padding: 16px;
}
.step_box.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step_box.align .step_title, .step_box.align .step_content, .step_box.align .step_image {
  width: 100%;
}
.step_box.align .step_image {
  margin: 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.step_box.pt_large {
  padding-top: 40px;
}
.step_box .step_title {
  border-bottom: 2px solid #222222;
  font-size: 16px;
  margin: 0 auto 16px;
  padding-bottom: 8px;
  text-align: center;
  width: 50%;
}
.step_box .step_title.white {
  color: #FFFFFF;
  width: 100%;
  border-bottom: 2px solid #FFFFFF;
}
.step_box .step_title .large {
  font-size: 24px;
  font-weight: bold;
}
.step_box .step_content {
  font-size: 16px;
  margin-bottom: 16px;
}
.step_box .step_content.white {
  color: #FFFFFF;
}
.step_box .step_image {
  display: block;
  height: 350px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.step_box .step_image.circle {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.term_list .term_box {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.term_list .term_box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.term_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.term_list ul li {
  line-height: 2;
  padding: 0 16px;
}
.term_list ul li a {
  color: #222222;
}
.term_list ul li a:hover {
  color: #966544;
}

.explain_about {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.explain_about .explain_title {
  font-size: 24px;
  line-height: 1.5;
}
.explain_about .explain_title .large {
  font-size: 32px;
  font-weight: bold;
}

.explain_detail {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.explain_detail .explain_text {
  font-size: 16px;
}
.explain_detail .explain_text.white {
  color: #FFFFFF;
}

.explain_image {
  display: block;
  width: 100%;
  height: 100%;
}
.explain_image.circle {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.explain_image.small {
  width: 70%;
  margin: auto;
}

.connection_box {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-right: 40px;
}
.connection_box.books {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  margin-right: 8px;
}
.connection_box.books .connection_image {
  min-width: 100px;
  width: 100%;
  padding-bottom: 0;
  padding-top: 16px;
}
.connection_box.books .connection_text {
  text-align: center;
  padding-top: 0;
  padding: 16px;
}
.connection_box.connection_box_jcb {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  margin-right: 8px;
}
.connection_box.connection_box_jcb .connection_image {
  min-width: 100px;
  width: 100%;
  padding-bottom: 0;
  padding-top: 16px;
}
.connection_box.connection_box_jcb .connection_text {
  text-align: center;
  padding-top: 0;
  padding: 16px;
}
.connection_box .connection_image {
  margin: auto;
  padding-bottom: 24px;
  height: 80px;
  width: 80px;
}
.connection_box .connection_image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.connection_box:last-child {
  margin-right: 0;
}
.connection_box .connection_text {
  color: #966544;
  font-size: 16px;
  padding: 16px 0;
  line-height: 1.5;
  letter-spacing: 1px;
}

.checkBox_s::before {
  content: url(../img/checkBox_s.svg);
  vertical-align: middle;
  padding-right: 8px;
}

@media screen and (max-width: 1024px) {
  .connection_box.connection_box_jcb {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: 8px;
  }
  .connection_box.books .connection_text {
    font-size: 14px;
    padding: 8px;
  }
  .intro_wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro_wrapper .intro_box {
    height: auto;
  }
  .service_box .intro_text {
    font-size: 14px;
  }
  .service_box .intro_title {
    font-size: 14px;
  }
  .step_box {
    margin-right: 2px;
    padding: 8px;
  }
}
@media screen and (max-width: 820px) {
  .connection_box.books .connection_text {
    font-size: 14px;
    padding: 4px;
  }
  .top_service_box {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin-bottom: 24px;
  }
  .service_box {
    padding: 24px;
  }
  .service_box .service_box_img {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .service_box .service_box_img.small {
    height: 190px;
  }
  .service_box .service_box_content {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media screen and (max-width: 450px) {
  .top_service_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .service_box {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .service_box.half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .service_box:last-child {
    margin-bottom: 0;
  }
  .service_box .service_box_img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .service_box .service_box_content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .service_box .service_box_content_explain_text {
    margin-top: 16px;
    font-size: 12px;
  }
  .step_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .step_box .step_image.step_gif {
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .news_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list li .news_link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .member_image {
    height: 300px;
    width: 100%;
    margin-bottom: 16px;
  }
  .member_text {
    border-bottom: 0;
    margin-bottom: 24px;
  }
  .member_name {
    font-size: 24px;
    font-weight: bold;
    padding-right: 16px;
  }
  .member_role {
    font-size: 16px;
  }
  .intro_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .intro_wrapper .intro_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .intro_wrapper .intro_box:last-child {
    margin-bottom: 0;
  }
  .explain_about {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
  }
  .explain_detail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  /*.connection_box {
    flex-basis: 23%;
    margin-right: 16px;
  }*/
  .connection_box {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-right: 8px;
    margin-bottom: 16px;
  }
  .connection_box.books {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .connection_box.connection_box_jcb {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .connection_box.connection_box_jcb .connection_text {
    padding: 16px 0;
  }
  .connection_box:nth-child(even) {
    margin-right: 0;
  }
}
.c_step_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid #966544;
  background: #FFFFFF;
  padding: 24px;
}
.c_step_wrapper .c_step_box {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  font-size: 16px;
}
.c_step_wrapper .c_step_sep {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  padding: 16px;
}

.c_step_deco {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #DFD0C6;
  margin-bottom: 16px;
}

.c_step_title {
  font-size: 20px;
  text-align: center;
  color: #966544;
  margin-bottom: 16px;
}

.c_step_content {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .c_step_wrapper .c_step_box {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c_step_wrapper .c_step_sep {
    padding: 8px;
  }
}
@media screen and (max-width: 450px) {
  .c_step_wrapper .c_step_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 16px;
    margin-bottom: 8px;
  }
}
.term_wrapper {
  max-width: 960px;
  margin: auto;
}

.term_content_wrapper {
  padding: 150px 16px 50px;
}

.term_main_title {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.term_sub_title {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
}

.term_content {
  font-size: 16px;
  line-height: 1.6;
}

.term_number_list {
  padding-left: 40px;
  margin-bottom: 24px;
}
.term_number_list li {
  padding: 4px 8px;
}

.term_circle_list {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 24px;
}
.term_circle_list li {
  padding: 4px 8px;
}

.term_text_list {
  padding-left: 40px;
  margin-bottom: 24px;
}
.term_text_list li {
  padding: 4px 8px;
}

.term_link {
  color: #DE7025;
}

.emphasis {
  font-weight: bold;
  text-decoration: underline;
}

.btn_area {
  padding: 40px 0 24px;
  text-align: center;
}
.btn_area.pb_none {
  padding-bottom: 0;
}

.main_btn {
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 40px;
  min-width: 400px;
  text-align: center;
}
.main_btn.primary {
  border: 2px solid transparent;
  background: #966544;
  color: #FFFFFF;
}
.main_btn.btn_red {
  border: 2px solid transparent;
  background: #DD841E;
  color: #FFFFFF;
}
.main_btn.primary_border {
  border: 2px solid #966544;
  background: #FFFFFF;
  color: #966544;
}
.main_btn.before_release {
  background: #966544;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 24px;
  padding: 40px;
  width: 100%;
}
.main_btn .main_btn_subtext {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}

.sr_contact_btn {
  background-color: #966544;
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 16px;
  margin: 16px;
  width: 220px;
  text-align: center;
}
.sr_contact_btn.primary_border {
  background-color: #fff;
  border: 2px solid #966544;
  color: #966544;
}

.jcbpkg_btn {
  background-color: #DD841E;
  border-radius: 100px;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 24px 80px;
  text-align: center;
  min-width: 300px;
}
.jcbpkg_btn p {
  font-size: 16px;
}

.to_top {
  cursor: pointer;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  height: 80px;
  width: 80px;
  position: fixed;
  right: 24px;
  bottom: 70px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.to_top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icon_arrow_top.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}
.to_top.visible {
  opacity: 1;
  pointer-events: auto;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 100px;
  min-width: 300px;
  padding: 24px 40px;
  text-align: center;
}
.btn.small {
  min-width: 120px;
  font-size: 16px;
  padding: 10px 12px;
}
.btn.primary {
  background: #966544;
  color: #FFFFFF;
}
.btn.primary_border {
  border: 2px solid #966544;
  background: #FFFFFF;
  color: #966544;
}

.tr_header_btn {
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  text-align: center;
  background-color: #966544;
}

.jcbpkg_header_btn {
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  text-align: center;
  background-color: #DD841E;
  color: #FFFFFF;
  font-size: 10px;
}

@media screen and (max-width: 820px) {
  .main_btn {
    padding: 16px 40px;
    min-width: 300px;
    text-align: center;
  }
  .main_btn.before_release:first-child {
    margin-bottom: 0;
  }
  .main_btn:first-child {
    margin-bottom: 16px;
  }
  .sr_contact_btn {
    width: 90%;
    font-size: 12px;
  }
  .jcbpkg_header_btn {
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 16px;
    text-align: center;
    background-color: #966544;
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .btn_area {
    padding: 24px 0 16px;
  }
  .btn {
    padding: 16px 24px;
    min-width: 200px;
  }
  .main_btn.before_release {
    line-height: 1.2;
  }
  .to_top {
    width: 60px;
    height: 60px;
  }
  .jcbpkg_btn {
    font-size: 22px;
    padding: 16px 40px;
    min-width: 280px;
  }
  .jcbpkg_btn p {
    font-size: 12px;
  }
  .jcbpkg_header_btn {
    display: none;
  }
  .sr_contact_btn {
    width: 220px;
  }
}
.tr_recommend {
  width: 55%;
  margin: 0 auto;
}

.tr_recommend_b {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .tr_recommend {
    width: 90%;
  }
  .tr_recommend img {
    width: 100%;
  }
  .tr_recommend_b {
    width: 90%;
  }
}
.sr_main_visual {
  background: url(../img/smartrequest_main_background.png) no-repeat center/cover;
  width: 100%;
}
.sr_main_visual .sr_main_visual_content {
  color: #966544;
  margin: 0 auto;
  padding-top: 160px;
}
.sr_main_visual .sr_main_visual_content .sr_main_message_title {
  font-size: 40px;
  font-weight: bold;
  padding-top: 40px;
}
.sr_main_visual .sr_main_visual_content .sr_main_message_text {
  font-size: 24px;
}
.sr_main_visual .sr_main_visual_content .sr_main_image {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sr_btn_area {
  text-align: center;
  width: 100%;
  padding: 50px 0 0 0;
}

.sr_btn_sp_only {
  display: none;
}

.sr_underline {
  border-bottom: solid 1px #CAB1A1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.sr_image_box {
  padding: 50px 0;
}
.sr_image_box.for_logo {
  padding: 24px 0;
}
.sr_image_box.for_logo img {
  width: 400px;
}
.sr_image_box .solution1 {
  background: url(../img/smartrequest_solution01.svg) no-repeat center/contain;
  height: 400px;
  width: 100%;
}
.sr_image_box .solution2 {
  background: url(../img/smartrequest_solution02.svg) no-repeat center/contain;
  height: 400px;
  width: 100%;
}
.sr_image_box.case_image {
  padding: 0 0 40px 0;
}
.sr_image_box.case_image img {
  max-width: 680px;
  margin: auto;
}
.sr_image_box img {
  display: block;
  width: 100%;
}

.sr_movie_box {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sr_movie_box .sr_movie_content {
  width: 100%;
  height: 400px;
}

.sr_shadowBox_l {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 40px 24px 24px;
  margin: 24px auto;
  width: 860px;
  background-color: #fff;
}

.sr_shadowBox_m {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin: 24px;
}

.sr_contact_box {
  width: 25%;
  margin: 16px;
  text-align: center;
}
.sr_contact_box .sr_contact_title {
  font-size: 18px;
  font-weight: bold;
  color: #51935E;
}
.sr_contact_box .sr_contact_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  vertical-align: middle;
}
.sr_contact_box .sr_contact_icon.mail {
  background-image: url(../img/sr_contact_mail.svg);
}
.sr_contact_box .sr_contact_icon.message {
  background-image: url(../img/sr_contact_message.svg);
}
.sr_contact_box .sr_contact_icon.tel {
  background-image: url(../img/sr_contact_tel.svg);
}

.sr_reason_text_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sr_reason_text_title img {
  width: 200px;
  margin-left: 24px;
}

.sr_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto;
  width: auto;
}

.sr_features_content {
  width: 55%;
}

.sr_features_img {
  width: 40%;
}
.sr_features_img img {
  width: 100%;
}

.sr_features_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sr_features_item .sr_features_text {
  margin-left: 16px;
  padding: 24px 0;
  width: 80%;
  border-bottom: 1px solid #51935E;
}
.sr_features_item .sr_features_text a {
  font-weight: bold;
  color: #51935E;
  padding-top: 8px;
}

.sr_reason_text_box {
  width: 480px;
  padding-left: 24px;
}

.sr_step_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.sr_step_wrapper.register .step {
  font-size: 12px;
  width: 180px;
}
.sr_step_wrapper.register .step_top {
  background: #51935E;
  width: auto;
  max-width: 250px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 8px 0px;
  text-align: center;
  margin: 0 auto;
}
.sr_step_wrapper.register .step_bottom {
  border-bottom: 3px solid #51935E;
  width: auto;
  max-width: 250px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 8px auto 24px auto;
}
.sr_step_wrapper.register .sr_step_box {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: block;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.sr_step_wrapper.register .sr_step_box_image {
  height: 160px;
  margin: 0 auto 24px;
}
.sr_step_wrapper.register .sr_step_box_text {
  text-align: left;
}
.sr_step_wrapper .step {
  background: #966544;
  border-radius: 2px;
  color: #FFFFFF;
  margin-bottom: 8px;
  padding: 8px;
  text-align: center;
  width: 100px;
}
.sr_step_wrapper .sr_step_box {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sr_step_wrapper .sr_step_box:first-child {
  margin-left: 0;
}
.sr_step_wrapper .sr_step_box .sr_step_box_text {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.sr_step_wrapper .sr_step_box .sr_step_box_text .attention {
  color: #DD3636;
}
.sr_step_wrapper .sr_step_box_image {
  width: 100%;
  height: 375px;
  margin-top: auto;
}

.sr_compare_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sr_compare_wrapper .sr_compare_box {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 16px;
}
.sr_compare_wrapper .sr_compare_box.pd_large .sr_image_box {
  padding: 24px 40px;
}
.sr_compare_wrapper .sr_compare_box .sr_image_box {
  padding: 24px 0;
}
.sr_compare_wrapper .sr_compare_text_box {
  background: #FFF6F0;
  border: 1px solid #966544;
  color: #966544;
  margin-top: 16px;
  padding: 16px;
  text-align: left;
}
.sr_compare_wrapper .sr_compare_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.sr_compare_wrapper .sr_compare_text {
  font-size: 16px;
  line-height: 1.5;
}

.sr_voice_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sr_voice_wrapper .sr_voice_box {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
  color: #222222;
}
.sr_voice_wrapper .sr_voice_box::before {
  content: "";
  background: #966544;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sr_voice_wrapper .sr_voice_box::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sr_voice_wrapper .sr_voice_box img {
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.sr_voice_wrapper .sr_voice_box img.adjust {
  -o-object-position: 0 -15px;
     object-position: 0 -15px;
}
.sr_voice_wrapper .sr_voice_box .sr_voice_text_area {
  padding: 24px;
  position: relative;
  z-index: 3;
  font-weight: bold;
}
.sr_voice_wrapper .sr_voice_box .sr_voice_text_area .sr_voice_title {
  font-size: 16px;
}
.sr_voice_wrapper .sr_voice_box .sr_voice_text_area .sr_voice_text {
  padding-top: 16px;
  font-size: 14px;
  color: #51935E;
}

.sr_type_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sr_type_wrapper .sr_type_box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 871px) {
  .sr_campain_area {
    float: none;
  }
}
@media screen and (max-width: 820px) {
  .sr_main_visual {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sr_shadowBox_l {
    width: auto;
  }
  .sr_shadowBox_m {
    padding: 12px;
    margin: 12px;
  }
  .sr_reason_text_title {
    display: block;
    width: 100%;
    text-align: center;
  }
  .sr_reason_text_title img {
    margin-left: 0;
    margin-top: 16px;
  }
  .sr_reason_text_box {
    width: auto;
    padding-left: 0;
  }
  .sr_step_wrapper .step {
    width: 200px;
    margin: 0 auto 8px;
  }
  .sr_step_wrapper .sr_step_box {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .sr_step_wrapper .sr_step_box .sr_step_box_text {
    text-align: center;
  }
  .sr_type_wrapper .sr_type_box img {
    width: 100%;
    padding: 16px;
  }
  .sr_campain_area {
    float: none;
  }
}
@media screen and (max-width: 450px) {
  .sr_btn_sp_only {
    display: block;
    position: fixed;
    left: 50%;
    top: 95%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    height: 100px;
    background-color: #fff;
  }
  .sr_btn_sp_only a {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sr_main_visual {
    background: url(../img/smartrequest_main_background_vertical.svg) no-repeat center/cover;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sr_image_box {
    padding: 24px 0;
  }
  .sr_image_box.for_logo {
    padding: 16px 0;
  }
  .sr_image_box.for_logo img {
    width: 100%;
    height: 32px;
    display: block;
    margin-bottom: 16px;
  }
  .sr_image_box .solution1 {
    background: url(../img/smartrequest_solution01_sp.svg) no-repeat center/contain;
    height: 100vh;
    width: 100%;
  }
  .sr_image_box .solution2 {
    background: url(../img/smartrequest_solution02_sp.svg) no-repeat center/contain;
    height: 100vh;
    width: 100%;
  }
  .sr_movie_box .sr_movie_content {
    height: 200px;
  }
  .sr_shadowBox_l {
    width: auto;
  }
  .sr_shadowBox_m {
    padding: 16px;
    margin: 16px;
  }
  .sr_contact_box {
    width: 80%;
  }
  .sr_reason_text_box {
    width: auto;
    padding-left: 0;
  }
  .sr_step_wrapper.register .sr_step_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .sr_step_wrapper .step {
    width: 200px;
    margin: 0 auto 8px;
  }
  .sr_step_wrapper .sr_step_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .sr_step_wrapper .sr_step_box .sr_step_box_text {
    text-align: center;
  }
  .sr_features.flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sr_features_item img {
    width: 64px;
  }
  .sr_features_content {
    width: 100%;
  }
  .sr_features_img {
    width: 80%;
    margin: 0 auto;
  }
  .sr_compare_wrapper .sr_compare_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .sr_voice_wrapper .sr_voice_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
  }
  .sr_type_wrapper .sr_type_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .sr_type_wrapper .sr_type_box img {
    width: 100%;
    padding: 16px;
  }
  .sr_campain_area {
    float: none;
  }
}
/*@media screen and (max-width: 1024px) {
  .smartrequest_main_visual {
    background: url(../img/smartrequest_main_background.png) no-repeat center/cover;
  }
  .main_visual {
    &.index {
      height: 70vh;
      margin-top: 78px;
    }
    .main_visual_image {
      object-position: center;
    }
  }
}*/
.jcbpkg .btn_area {
  padding: 50px 0;
}
.jcbpkg .btn_area.in_contents {
  background: #F0E6D9;
}

.jcbpkg_logo {
  display: block;
  height: 40px;
  width: 240px;
  background: url(../img/jcbpkg_logo.svg) no-repeat left/contain;
}

.jcbpkg_subttl {
  color: #966544;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.jcbpkg_text {
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.jcbpkg_text.bold {
  font-weight: bold;
}
.jcbpkg_text.note {
  font-size: 12px;
}

.global_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-end;
  -ms-flex-preferred-size: calc(100% - 240px);
      flex-basis: calc(100% - 240px);
}
.global_menu li a {
  padding: 8px 16px;
  color: #222222;
}
.global_menu li .jcbpkg_header_btn {
  background: #DD841E;
  color: #FFFFFF;
  font-size: 12px;
  padding: 12px 16px;
}

.jcbpkg_cv_attention {
  position: relative;
  margin-bottom: 8px;
}
.jcbpkg_cv_attention::after {
  content: "";
  background: #EBAD66;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-15deg);
          transform: translateX(-50%) skew(-15deg);
  height: 16px;
  width: 120px;
  z-index: 1;
}
.jcbpkg_cv_attention .jcbpkg_cv_attention_inside_text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.jcbpkg_cv_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.jcbpkg_cv_text_attention {
  color: #DD3636;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.jcbpkg_noteBg {
  padding: 24px;
  background-color: #F0E6D9;
}

.jcbpkg_bg {
  background-color: #F0E6D9;
  padding: 50px 0;
}

.jcbpkg_bg_slove {
  background-color: #F0E6D9;
  background-image: url(../img/answer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 50px 0;
  width: 100%;
}

.main_visual_for_jcbpkg {
  position: relative;
  height: calc(100vh - 60px);
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_visual_for_jcbpkg .main_image_wrapper {
  width: 60%;
  height: 100%;
  background: url("../img/jcbpkg_fv_bg.svg") no-repeat 30%/cover;
}
.main_visual_for_jcbpkg .main_message_wrapper {
  width: 40%;
}
.main_visual_for_jcbpkg .main_message_wrapper .main_message_box {
  padding: 48px 64px 48px 24px;
  text-align: center;
}
.main_visual_for_jcbpkg .main_message_wrapper .main_message_box .main_message_title {
  border: 2px solid #DD841E;
  border-radius: 2px;
  color: #DD841E;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  margin-bottom: 24px;
  text-align: center;
}
.main_visual_for_jcbpkg .main_message_wrapper .main_message_box img {
  width: 50px;
}
.main_visual_for_jcbpkg .main_message_wrapper .main_message_box .main_message_text {
  color: #DD841E;
  font-weight: bold;
}
.main_visual_for_jcbpkg .main_message_wrapper .main_message_box .main_message_text .strong {
  font-size: 32px;
  padding: 8px;
}
.main_visual_for_jcbpkg .btn_area {
  padding: 8px 0 0 0;
}
.main_visual_for_jcbpkg .btn_area .jcbpkg_cv_text {
  font-size: 20px;
}
.main_visual_for_jcbpkg .btn_area .jcbpkg_cv_text_attention {
  font-size: 24px;
}

.jcbpkg_trial {
  width: 30%;
}

.jcbpkg_frame_worry, .jcbpkg_frame_answer {
  font-size: 24px;
  text-align: left;
  padding: 40px 80px;
  width: 100%;
}

.jcbpkg_frame_answer {
  color: #FFFFFF;
  font-weight: bold;
}

.jcbpkg_frame_worry {
  color: #451C00;
  background-color: #FFFFFF;
  border: dashed 2px #222222;
  border-radius: 10px;
}

.jcbpkg_funcbox {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-right: 40px;
  margin-bottom: 40px;
}
.jcbpkg_funcbox:nth-child(even) {
  margin-right: 0;
}
.jcbpkg_funcbox img {
  border: 2px solid #966544;
  width: 100%;
}

.jcbpkg_funcbox_explain {
  color: #966544;
  font-size: 12px;
  text-align: center;
}

.jcbpkg_price_box {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  border-radius: 16px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  margin: 16px;
  position: relative;
}
.jcbpkg_price_box .badge {
  background: #DD841E;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  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;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.jcbpkg_price_top {
  background-color: #966544;
  border-radius: 16px 16px 0 0;
  padding: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.jcbpkg_price_top p {
  font-size: 14px;
  font-weight: normal;
}

.jcbpkg_price_content {
  padding: 16px;
  font-size: 20px;
  color: #DD841E;
  text-align: center;
}

.jcbpkg_price_font {
  color: #DD841E;
  font-size: 80px;
  font-family: Futura;
  font-weight: bold;
}

.jcbpkg_price_explain {
  color: #DD841E;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.jcbpkg_price_attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jcbpkg_list {
  list-style: none;
}
.jcbpkg_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.jcbpkg_date {
  width: 100%;
  padding: 60px 0;
  background-image: url(../img/jcbpkg_bg_date.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.jcbpkg_contact {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  border: 2px solid #966544;
  background-color: #fff;
  margin-right: 40px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: bottom;
  background-repeat: no-repeat;
}
.jcbpkg_contact:last-child {
  margin-right: 0;
}
.jcbpkg_contact.jcbpkg_contactbg1 {
  background-image: url(../img/jcbpkg_contactbg1.svg);
}
.jcbpkg_contact.jcbpkg_contactbg2 {
  background-image: url(../img/jcbpkg_contactbg2.svg);
}
.jcbpkg_contact.jcbpkg_contactbg3 {
  background-image: url(../img/jcbpkg_contactbg3.svg);
}

.book_stepbox {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  position: relative;
  text-align: center;
}
.book_stepbox.book_stepbox_jcb {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.book_stepbox img {
  width: 90%;
}
.book_stepbox .book_stepbox_text {
  color: #966544;
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}

.book_stepbox_explain {
  font-size: 12px;
  text-align: center;
  color: #966544;
}

.book_stepbox_label {
  background: #DD841E;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: 32px;
  padding: 4px 8px;
}

.pt_jcbpkg_adjust {
  padding-top: 50px;
}

@media screen and (max-width: 820px) {
  .content_wrapper {
    padding: 50px 0;
  }
  .content_wrapper .size_control {
    max-width: 736px;
  }
  .global_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .global_menu li {
    padding: 16px 0;
  }
  .global_menu li a {
    font-size: 20px;
    padding: 8px 16px;
    color: #966544;
  }
  .global_menu li .jcbpkg_header_btn {
    color: #FFFFFF;
    font-size: 16px;
    padding: 24px 40px;
  }
  .main_visual_for_jcbpkg {
    height: 60vh;
  }
  .main_visual_for_jcbpkg .main_image_wrapper {
    width: 50%;
  }
  .main_visual_for_jcbpkg .main_message_wrapper {
    width: 50%;
  }
  .main_visual_for_jcbpkg .main_message_wrapper .main_message_box {
    padding: 40px;
  }
  .main_visual_for_jcbpkg .main_message_wrapper .main_message_box .jcbpkg_btn {
    font-size: 24px;
    padding: 24px;
  }
  .main_visual_for_jcbpkg .btn_area .jcbpkg_cv_text {
    font-size: 16px;
  }
  .main_visual_for_jcbpkg .btn_area .jcbpkg_cv_text_attention {
    font-size: 20px;
  }
  .jcbpkg_bg_slove {
    background-position: center;
    background-color: #F0E6D9;
  }
  .jcbpkg_trial {
    width: 50%;
  }
  .jcbpkg_frame_answer {
    font-size: 20px;
  }
  .jcbpkg_frame_worry {
    font-size: 16px;
    padding: 24px 50px;
  }
  .step_box .book_stepbox_text {
    font-size: 16px;
    margin-top: 16px;
  }
  .jcbpkg_price_top {
    padding: 24px 0;
  }
  .jcbpkg_contact {
    height: 220px;
    width: 220px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 450px) {
  .main_visual_for_jcbpkg {
    background: url("../img/jcbpkg_fv_bg_sp.svg") 0 -10px no-repeat;
    margin-bottom: 30vh;
  }
  .main_visual_for_jcbpkg .main_image_wrapper {
    width: 100%;
  }
  .main_visual_for_jcbpkg .main_message_wrapper {
    width: 100%;
  }
  .main_visual_for_jcbpkg .main_message_wrapper .main_message_box {
    padding: 16px;
  }
  .main_visual_for_jcbpkg .main_message_wrapper .main_message_box .main_message_title {
    font-size: 16px;
    padding: 8px;
    margin-bottom: 16px;
  }
  .main_visual_for_jcbpkg .main_message_wrapper .main_message_box .main_message_text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .main_visual_for_jcbpkg .main_message_wrapper .main_message_box .jcbpkg_btn {
    font-size: 16px;
    padding: 16px;
  }
  .jcbpkg_subttl {
    font-size: 20px;
  }
  .content_wrapper {
    padding: 40px 24px;
  }
  .content_wrapper.pd_adjust {
    padding: 40px 0;
  }
  .size_control.pd_adjust {
    padding: 0 16px;
  }
  .jcbpkg_cv_text {
    font-size: 20px;
  }
  .jcbpkg_cv_text_attention {
    font-size: 24px;
  }
  .jcbpkg_frame_answer {
    font-size: 16px;
    padding: 16px;
  }
  .jcbpkg_frame_answer img {
    width: 24px;
    height: 24px;
  }
  .jcbpkg_frame_worry {
    font-size: 16px;
    line-height: 1.3;
    padding: 16px;
  }
  .jcbpkg_frame_worry img {
    width: 24px;
    height: 24px;
  }
  .jcbpkg_text.note {
    font-size: 14px;
  }
  .jcbpkg_trial {
    width: 90%;
  }
  .book_stepbox {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .book_stepbox .book_stepbox_text {
    color: #966544;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    text-align: center;
  }
  .book_stepbox_plus {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
    margin: 24px 0;
  }
  .jcbpkg_funcbox {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .jcbpkg_priceBox {
    margin: 0 0 16px 0;
  }
  .jcbpkg_price_top {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 20px;
  }
  .jcbpkg_price_top img {
    padding-top: 24px;
  }
  .jcbpkg_price_bottom {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: auto;
  }
  .jcbpkg_price_font {
    font-size: 60px;
  }
  .jcbpkg_price_tag {
    font-size: 16px;
  }
  .jcbpkg_noteBg {
    padding: 16px;
  }
  .jcbpkg_noteBg .icon.attention_left, .jcbpkg_noteBg .icon.attention_right {
    width: 32px;
    height: 32px;
  }
  .jcbpkg_noteBg .jcbpkg_cv_text {
    font-size: 16px;
  }
  .jcbpkg_noteBg .jcbpkg_cv_text_attention {
    font-size: 20px;
  }
  .jcbpkg_price_explain {
    font-size: 16px;
  }
  .jcbpkg_contact {
    height: 300px;
    width: 300px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.top_space {
  padding: 100px 0 0;
}

.content_wrapper_subsidy {
  padding: 80px 0 0 0;
}

.subsidy_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: solid 4px #966544;
  -webkit-box-shadow: 0px 4px #E5D7CD;
          box-shadow: 0px 4px #E5D7CD;
  font-weight: bold;
  font-size: 18px;
}
.subsidy_title::before {
  content: "";
  width: 24px;
  min-height: 24px;
  background-image: url(../img/subsidy_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.subsidy_text {
  font-size: 16px;
  line-height: 1.6em;
}
.subsidy_text a, .subsidy_text a:link, .subsidy_text a:visited a:hover {
  color: #988785;
}

.subsidy_text_note {
  font-size: 14px;
  color: #636464;
}

.subsidy_schedule_ttl {
  padding-left: 24px;
  padding-bottom: 24px;
}

.schedule_icon {
  font-weight: bold;
  margin-bottom: 16px;
}
.schedule_icon::before {
  content: url(../img/subsidy_calendar.svg);
  width: 24px;
  padding-right: 8px;
}

.c_primary {
  color: #966544;
}

.c_green {
  color: #0F5F00;
}

.subsidy_price {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.subsidy_price_block {
  padding: 40px 24px;
  background-color: #FFF6F0;
  border-radius: 24px;
}

.subsidy_underline {
  background-image: url(../img/subsidy_underline.svg);
  background-repeat: no-repeat;
  padding: 0 8px;
  background-size: cover;
}

.subsidy_label {
  padding: 8px;
  background-color: #966544;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
}

.subsidy_price_number {
  padding: 0 8px;
  font-size: 20px;
  font-weight: bold;
}

.subsidy_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.subsidy_flow.flow_owner {
  border-bottom: solid 1px #0F5F00;
}
.subsidy_flow.flow_bespo {
  border-bottom: solid 1px #966544;
}
.subsidy_flow.flow_both {
  border-bottom: solid 1px #000;
}

.subsidy_flow_ttl {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow_num {
  width: 40px;
  font-weight: bold;
  font-size: 16px;
}

.flow_icon_owner {
  font-weight: bold;
  font-size: 16px;
  color: #0F5F00;
}
.flow_icon_owner::before {
  content: "";
  display: inline-block;
  background: url(../img/subsidy_flow_owner.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
}

.flow_icon_bespo {
  font-weight: bold;
  font-size: 16px;
  color: #966544;
}
.flow_icon_bespo::before {
  content: "";
  display: inline-block;
  background: url(../img/subsidy_flow_bespo.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
}

.flow_icon_both {
  font-weight: bold;
  font-size: 16px;
}
.flow_icon_both::before {
  content: "";
  display: inline-block;
  background: url(../img/subsidy_flow_both.svg);
  background-size: cover;
  width: 48px;
  height: 24px;
  position: absolute;
}

.flow_text {
  width: 65%;
  padding-left: 24px;
}

.subsidy_list {
  padding-left: 40px;
  list-style: disc;
}

.subsidy_qa_list {
  font-size: 14px;
  padding-bottom: 16px;
  padding-left: 16px;
  list-style: disc;
}

.subsidy_contact_box {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin: 16px;
}

@media screen and (max-width: 820px) {
  .top_space {
    padding: 50px 0 0;
  }
  .content_wrapper_subsidy {
    padding: 50px 24px 0 24px;
  }
  .subsidy_contact_box {
    min-width: 280px;
    margin: 16px;
  }
}
@media screen and (max-width: 450px) {
  .subsidy_price {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 40px;
  }
  .subsidy_contact_box {
    min-width: 280px;
    margin: 16px;
  }
  .subsidy_flow_ttl {
    width: 100%;
  }
  .flow_text {
    width: 100%;
    padding-left: 0px;
    padding-top: 24px;
  }
}
.article .article_title {
  font-size: 32px;
  line-height: 1.5;
  color: #966544;
}
.article .article_sub_title {
  border-bottom: 2px solid #966544;
  color: #222222;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.article p {
  font-size: 16px;
  line-height: 1.3;
  word-break: break-all;
}
.article .list_table_wrapper {
  margin-bottom: 24px;
}
.article .list_table_wrapper .list_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 16px;
}
.article .list_table_wrapper .list_table .list_table_left {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-left: 8px;
  position: relative;
}
.article .list_table_wrapper .list_table .list_table_left::before {
  content: "";
  border-left: 2px solid #966544;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 2px;
}
.article .list_table_wrapper .list_table .list_table_right {
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article img {
  display: block;
  margin-top: 8px;
  max-width: 100%;
}

@media screen and (max-width: 450px) {
  .article .article_title {
    font-size: 24px;
    line-height: 1.5;
    color: #966544;
  }
  .article .article_sub_title {
    font-size: 16px;
  }
  .article p {
    font-size: 14px;
    line-height: 1.5;
  }
  .article .list_table_wrapper .list_table {
    padding: 8px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article .list_table_wrapper .list_table .list_table_left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 8px;
  }
  .article .list_table_wrapper .list_table .list_table_right {
    color: #222222;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .article .list_table_wrapper img {
    display: block;
    margin-top: 8px;
  }
}