@charset "UTF-8";
h2.ttl {
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
}

span.maker {
  background: -webkit-linear-gradient(transparent 55%, #FFEB99 55%);
  background: linear-gradient(transparent 55%, #FFEB99 55%);
}

span.small {
  font-size: 24px;
}

@media screen and (max-width: 770px) {
  h2.ttl {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
  }
  span.maker {
    background: -webkit-linear-gradient(transparent 55%, #FFEB99 55%);
    background: linear-gradient(transparent 55%, #FFEB99 55%);
  }
  span.small {
    font-size: 14px;
  }
}

/* -----------------------------------------
	download-btn
----------------------------------------- */
.block-download-btn {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 600px;
  background: #fff;
}

.block-download-btn.gray-box {
  background: #F7F7F7;
}

.block-download-btn.gray-box .text-loud:before {
  position: absolute;
  top: 0;
  width: 3px;
  content: "";
  background-color: #FFEB99;
  height: 24px;
  left: -14px;
  -webkit-transform: rotate(-17deg);
      -ms-transform: rotate(-17deg);
          transform: rotate(-17deg);
}

.block-download-btn.gray-box .text-loud:after {
  position: absolute;
  top: 0;
  width: 3px;
  content: "";
  background-color: #FFEB99;
  height: 24px;
  right: -14px;
  -webkit-transform: rotate(17deg);
      -ms-transform: rotate(17deg);
          transform: rotate(17deg);
}

.block-download-btn .text-loud {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: top;
}

.block-download-btn .text-loud:before {
  position: absolute;
  top: 0;
  width: 3px;
  content: "";
  background-color: #FFEB99;
  height: 24px;
  left: -14px;
  -webkit-transform: rotate(-17deg);
      -ms-transform: rotate(-17deg);
          transform: rotate(-17deg);
}

.block-download-btn .text-loud:after {
  position: absolute;
  top: 0;
  width: 3px;
  content: "";
  background-color: #FFEB99;
  height: 24px;
  right: -14px;
  -webkit-transform: rotate(17deg);
      -ms-transform: rotate(17deg);
          transform: rotate(17deg);
}

.block-download-btn .text-note {
  text-align: center;
  font-size: 12px;
  color: #808080;
}

.block-download-btn-pc {
  box-sizing: border-box;
}

.block-download-btn-pc .btn {
  display: inline-block;
  text-align: center;
}

.block-download-btn-pc .btn img {
  height: 60px;
}

.block-download-btn-sp {
  display: none;
}

@media screen and (max-width: 770px) {
  .block-download-btn {
    padding-bottom: 16px;
    margin: auto;
    border: none;
    width: 90%;
  }
  .block-download-btn .text-loud {
    position: relative;
    display: inline-block;
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: top;
  }
  .block-download-btn .text-loud:before {
    position: absolute;
    top: 0;
    width: 3px;
    content: "";
    background-color: #FFEB99;
    height: 36px;
    left: -16px;
    -webkit-transform: rotate(-17deg);
        -ms-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
  .block-download-btn .text-loud:after {
    position: absolute;
    top: 0;
    width: 3px;
    content: "";
    background-color: #FFEB99;
    height: 36px;
    right: -16px;
    -webkit-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .block-download-btn.gray-box .text-loud:before {
    position: absolute;
    top: 0;
    width: 3px;
    content: "";
    background-color: #FFEB99;
    height: 36px;
    left: -16px;
    -webkit-transform: rotate(-17deg);
        -ms-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
  .block-download-btn.gray-box .text-loud:after {
    position: absolute;
    top: 0;
    width: 3px;
    content: "";
    background-color: #FFEB99;
    height: 36px;
    right: -16px;
    -webkit-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .block-download-btn span {
    display: inline-block;
  }
  .block-download-btn .block-download-btn-sp {
    display: block;
    padding: 0;
  }
  .block-download-btn .block-download-btn-sp .btn img {
    height: 60px;
  }
  .block-download-btn .block-download-btn-pc {
    display: none;
  }
}

body {
  font-family: Helvetica, Arial, Verdana, "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

body div#logo {
  margin: 16px 0 8px 16px;
}

@media screen and (max-width: 770px) {
  body div#logo {
    margin: 8px 0 4px 12px;
  }
}

a {
  text-decoration: none;
}

a:hover img {
  opacity: .8;
}

@media screen and (max-width: 770px) {
  a:hover img {
    opacity: 1;
  }
}

.header {
  position: relative;
  text-align: center;
  background: #F7F7F7;
  padding-bottom: 32px;
}

.header .header-inner {
  background: url("/doc/app/download/img/bg-main.png");
  background-size: 1950px;
  background-position: top center;
  background-repeat: no-repeat;
  height: 330px;
}

.header .note {
  font-size: 12px;
  color: #828282;
  margin: 12px 0 22px;
}

.header .bnr-notification {
  margin-bottom: 16px;
}

@media screen and (max-width: 770px) {
  .header {
    min-width: 100%;
    padding-bottom: 16px;
  }
  .header .header-inner {
    background: url("/doc/app/download/img/bg-main-sp.png");
    background-size: 834px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 236px;
  }
  .header .note {
    font-size: 10px;
    margin: 12px 0;
    padding: 0 6px;
  }
}

.feature-contents {
  padding: 40px 0 56px;
}

.feature-contents .feature-list {
  width: 700px;
  margin: 52px auto 0;
  position: relative;
}

.feature-contents .feature-list:nth-of-type(2) {
  margin-top: 84px;
}

.feature-contents .feature-list .feature-list-item {
  line-height: 1.3;
  width: 700px;
  position: relative;
  margin-bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-contents .feature-list .feature-list-item:last-child {
  margin-bottom: 48px;
}

.feature-contents .feature-list .feature-list-item .feature-image {
  background: -webkit-linear-gradient(top, #FFF9EE 0%, #FFF0D9 100%);
  background: linear-gradient(180deg, #FFF9EE 0%, #FFF0D9 100%);
  width: 320px;
  height: 210px;
  text-align: center;
}

.feature-contents .feature-list .feature-list-item .feature-image .feature-image-item {
  width: 320px;
  margin: 0 auto;
  position: relative;
}

.feature-contents .feature-list .feature-list-item .feature-image .feature-image-item .feature-topic {
  width: 86px;
  height: 86px;
  background: #F59600;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 12px;
}

.feature-contents .feature-list .feature-list-item .feature-image .feature-image-item .feature-topic .feature-topic-text {
  display: inline-block;
  padding-top: 26px;
}

.feature-contents .feature-list .feature-list-item .feature-sentence {
  font-size: 12px;
  width: 356px;
  text-align: left;
  margin-left: 24px;
}

.feature-contents .feature-list .feature-list-item .feature-sentence .feature-sentence-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature-contents .feature-list .feature-list-item .feature-sentence .feature-sentence-inner .subttl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}

@media screen and (max-width: 770px) {
  .feature-contents {
    padding: 40px 0 24px;
  }
  .feature-contents .feature-list {
    width: 100%;
    margin: 48px auto 0;
    padding: 0;
  }
  .feature-contents .feature-list:nth-of-type(2) {
    margin-top: 60px;
  }
  .feature-contents .feature-list .feature-list-item {
    width: 100%;
    margin-bottom: 32px;
    display: block;
  }
  .feature-contents .feature-list .feature-list-item:last-child {
    margin-bottom: 32px;
  }
  .feature-contents .feature-list .feature-list-item .feature-image {
    background: -webkit-linear-gradient(top, #FFF9EE 0%, #FFF0D9 100%);
    background: linear-gradient(180deg, #FFF9EE 0%, #FFF0D9 100%);
    width: 100%;
    height: 210px;
    text-align: center;
  }
  .feature-contents .feature-list .feature-list-item .feature-image .feature-image-item {
    width: 320px;
    margin: 0 auto;
    position: relative;
  }
  .feature-contents .feature-list .feature-list-item .feature-image .feature-image-item .feature-topic {
    width: 86px;
    height: 86px;
    background: #F59600;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 12px;
  }
  .feature-contents .feature-list .feature-list-item .feature-image .feature-image-item .feature-topic .feature-topic-text {
    display: inline-block;
    padding-top: 26px;
  }
  .feature-contents .feature-list .feature-list-item .feature-sentence {
    font-size: 12px;
    width: 296px;
    text-align: left;
    margin: 12px auto 32px;
  }
  .feature-contents .feature-list .feature-list-item .feature-sentence .feature-sentence-inner {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .feature-contents .feature-list .feature-list-item .feature-sentence .feature-sentence-inner .subttl {
    text-align: center;
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.camp {
  padding: 8px 0 24px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
}

.camp-detail {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0px 1px 1px 0px rgba(142, 142, 142, 0.5);
}

.camp-detail .camp-detail-toggle,
.camp-detail .camp-detail-subtoggle {
  position: relative;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 3.2;
  padding: 0 16px;
  background-color: #ebebeb;
}

.camp-detail .camp-detail-toggle:after,
.camp-detail .camp-detail-subtoggle:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

.camp-detail .camp-detail-toggle.is-close:after,
.camp-detail .camp-detail-subtoggle.is-close:after {
  margin-top: -7px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.camp-detail .camp-detail-subtoggle {
  margin-top: 24px;
}

.camp-detail .camp-detail-content {
  padding: 16px 24px;
  display: block;
  background-color: #F8F8F8;
}

.camp-detail .camp-detail-content.is-close {
  display: none;
}

.camp-detail .camp-detail-content .camp-detail-ttl {
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}

.camp-detail .camp-detail-content .camp-detail-ttl:before {
  content: '■';
  font-size: 24px;
  margin-right: 2px;
}

.camp-detail .camp-detail-content .camp-detail-text {
  margin-bottom: 8px;
}

.camp-detail .camp-detail-content .camp-detail-caution {
  background-color: #ebebeb;
  padding: 16px 24px;
}

.camp-detail .camp-detail-content .camp-detail-caution.is-close {
  display: none;
}

.camp-detail .camp-detail-content ul.camp-detail-caution-text {
  margin-left: 1.4em;
}

.camp-detail .camp-detail-content ul.camp-detail-caution-text li {
  list-style: disc;
  margin-bottom: 8px;
}

.camp-detail .camp-detail-content ul.camp-detail-caution-text li:last-child {
  margin-bottom: 0;
}

.camp-detail .camp-detail-content ol.camp-detail-caution-text {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 1.4em;
}

.camp-detail .camp-detail-content ol.camp-detail-caution-text li {
  list-style: decimal;
  margin-bottom: 8px;
}

.camp-detail .camp-detail-content ol.camp-detail-caution-text li:last-child {
  margin-bottom: 0;
}

#copyright {
  padding: 24px 0;
  text-align: center;
}

.visibleIos,
.visibleAndroid,
.visibleOther {
  display: none;
}

.deviceIos .hiddenIos {
  display: none;
}

.deviceIos .visibleIos {
  display: inline-block;
}

.deviceAndroid .hiddenAndroid {
  display: none;
}

.deviceAndroid .visibleAndroid {
  display: inline-block;
}

.deviceOther .hiddenOther {
  display: none;
}

.deviceOther .visibleOther {
  display: inline-block;
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 770px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  img.only-sp {
    display: inline-block !important;
  }
}
