@charset "UTF-8";

body {
  color: #000;
  background-color: #fff;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* word-break: break-all; */
}

#container {
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

header,
#globalnav,
#crumb,
#main,
#totop,
footer,
#footer-nav,
#footer-copyright {
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*header  -------------------------------------------- */
.h-main {
  height: 100px;
  border-bottom: 1px solid #a79e7f;
}

.h-inner {
  height: 100px;
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-sideWrp--both {
  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;
}

.l-linkBlock {
  display: block;
  margin-top: 8px
}

.h-logoBox_logo {
  width: 166px;
}

.h-btnBox {
  position: relative;
  width: 190px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  background-color: #5a3c00;
}

.h-btnBox:hover {
  opacity: .7;
}

.h-btnBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 10px;
  margin: auto 0;
  content: '';
  background-image: url(../../img/icon_triangle.svg);
}

.h-btnBox::before:hover {
  opacity: .7
}

.h-btnBox_btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
  display: block;
  padding-left: 20px;
  letter-spacing: .06em;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .l-inner {
    width: 93%;
  }
}

@media screen and (max-width: 380px) {
  .h-logoBox_logo {
    width: 105px;
  }
}


/*footer  -------------------------------------------- */
.f-main {
  height: 50px;
  color: #5a3c00;
  border-top: 1px solid;
}

.f-inner {
  height: 50px;
}

.f-copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 3.6;
  text-align: center;
  letter-spacing: .04em;
  color: #000;
}


/* common  ----------------------------- */
* {
  box-sizing: border-box;
}

article {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}

p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

h1 {
  margin: 0px 0px 0px 0px;
  /*padding: 20px 0px 0px 0px;*/
}

h1 a img:hover {
  opacity: 1;
}

h2 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
}

img {
  max-width: 100%;
}

a img:hover {
  opacity: 0.8;
}

.text-center {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

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

.sp-only {
  display: none;
}

@media screen and (max-width: 575px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


/* main  -------------------------------------------- */

#main {
  font-size: 17px;
}

.inner {
  width: 960px;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.docodemo-title {
  margin-top: 20px;
}

#content {
  background-color: #ebe2d5;
}

.tokucho-title {
  width: 366px;
  margin: 0 auto 40px auto;
}

.card {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 5px 10px 10px rgba(56, 26, 8, 0.5);
  padding: 60px 30px;
  margin-bottom: 60px;
}

.tokucho-text {
  margin-bottom: 30px;
}

.yellow {
  background-color: #f7f2c1;
  padding: 2px 4px;
}

.tokucho-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tokucho-img img {
  height: 339px;
}

.tokucho-img img:first-of-type {
  margin-right: 30px
}

#howto {
  background-color: #fffdf0;
  padding-bottom: 40px;
}

#howto .inner {
  width: 780px;
}

.howto-title {
  width: 444px;
  margin: auto;
  padding-bottom: 40px;
}

.howto-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.howto-item img {
  width: auto;
  height: 339px;
  margin-bottom: 40px;
}

#install {
  background-color: #ebe2d5;
}

#install .inner {
  width: 780px;
}

.install-title {
  width: 291px;
  margin: auto;
  padding-bottom: 40px;
}

#install .card {
  padding-left: 100px;
  padding-right: 100px;
}

.install-qr {
  display: flex;
  justify-content: center;
}

.qr-item {
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}

.qr-item:hover {
  opacity: .8;
}

.qr-item:first-of-type {
  margin-right: 60px;
}

.qr-item img {
  width: 122px
}

.install-btn {
  background-color: #b2957d;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1.25;
}

.caution {
  margin-top: 20px;
  font-size: 12px;
}

.caution-red {
  color: #d10000;
}

.caution-list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  text-indent: -1em;
  margin-left: 1em;
}

.caution-list li:before {
  content: "※";
  color: #d10000;
}

.linkbn {
  text-align: center;
}

#totop-inner {
  width: 1040px;
  margin: 0px auto;
  padding: 0px 20px 20px 20px;
  text-align: right;
}


@media screen and (max-width: 991px) {
  #main {
    font-size: 14px;
  }

  .inner {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main > .inner {
    padding-top: 0;
    text-align: center;
  }

  .tokucho-title {
    width: 296px;
    margin-bottom: 12px;
  }

  .tokucho-text {
    margin-bottom: 12px;
  }

  .tokucho-img {
    display: block;
  }

  .tokucho-img img {
    display: block;
    margin: 20px auto !important;
    height: auto;
    max-height: 339px;
  }

  .card {
    padding: 24px 16px;
    margin-bottom: 30px;
  }

  #howto {
    padding-bottom: 0;
  }

  .howto-title {
    width: 316px;
    padding-bottom: 0;
  }

  .howto-flex {
    flex-direction: column;
  }

  .howto-item {
    width: 100%;
    height: auto;
    max-width: 337px;
    margin: auto;
  }

  .howto-item img {
    height: auto;
    max-height: 325px;
  }

  #install .inner {
    padding-bottom: 0;
  }

  #install .card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .install-title {
    width: 290px;
    padding-bottom: 12px;
  }

  .install-btn {
    font-size: 14px;
  }

  .caution {
    margin-top: 12px;
  }

  #totop-inner {
    width: 100%;
    padding-top: 20px;
  }
}


@media screen and (max-width: 575px) {

  .qr-item:first-of-type {
    margin-right: 0;
  }

  .install-qr {
    justify-content: space-between;
  }
}


/*アプリ公開前一時対応*/

.install-btn.disable {
  background-color: #bdbdbd;
}

.qr-item.disable {
  pointer-events: none;
}


/*header修正*/
.button,
.button--green {
  font-size: 0.9rem;
}