@charset "UTF-8";
#header {
  border-bottom: #F0F0F0 solid 2px;
}

#contents {
  background-color: #f9f9f9;
  padding: 54px 0 30px;
  font-size: 114.3%;
  color: #333;
}
#contents a:link {
  text-decoration: none;
}
#contents a:hover {
  text-decoration: underline;
}

.rakuko-head {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.rakuko-head.rakuko-head-small {
  padding-bottom: 28px;
}
.rakuko-head .back-index a {
  display: inline-block;
}
.rakuko-head .back-index a::before {
  content: "";
  display: inline-block;
  margin: -5px 10px 0 0;
  width: 40px;
  height: 6px;
  background: url(../img/common/arrow_left.svg) left top no-repeat;
  vertical-align: middle;
}
.rakuko-head .rakuko-common-ttl {
  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;
  width: 750px;
  margin: 50px auto 0;
}
.rakuko-head .rakuko-common-ttl .rakuko-ttl {
  width: 398px;
}
.rakuko-head .rakuko-common-ttl .rakuko-ttl img {
  width: 100%;
  height: auto;
}
.rakuko-head .rakuko-common-ttl p {
  width: 334px;
  font-size: 125%;
  font-weight: bold;
  line-height: 2;
}

.rakuko-common-ttl-s {
  width: 750px;
  margin: 50px auto 0;
}
.rakuko-common-ttl-s .rakuko-ttl {
  width: 398px;
}
.rakuko-common-ttl-s .rakuko-ttl img {
  width: 100%;
  height: auto;
}
.rakuko-common-ttl-s .rakuko-ttl-s {
  width: 257px;
  margin: 50px auto 0;
}
.rakuko-common-ttl-s .rakuko-ttl-s img {
  width: 100%;
  height: auto;
}
.rakuko-common-ttl-s p {
  width: 334px;
  font-size: 125%;
  font-weight: bold;
  line-height: 2;
}

.rakuko-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 50px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rakuko-content-head .ctg {
  width: 50%;
  text-align: left;
}
.rakuko-content-head .ctg p {
  display: inline-block;
  padding: 1px 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #777;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.rakuko-content-head .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rakuko-content-head .sns li {
  width: 40px;
  margin-left: 20px;
}
.rakuko-content-head .sns li:first-child {
  margin-left: 0;
}
.rakuko-content-head .sns li img {
  width: 100%;
  height: auto;
}

.rakuko-content {
  width: 750px;
  margin: 15px auto 0;
  font-size: 112.5%;
}
.rakuko-content .page-ttl {
  margin-bottom: 30px;
  font-size: 225%;
  text-align: left;
  font-weight: bold;
}
.rakuko-content p {
  text-align: left;
  line-height: 2.0;
}
.rakuko-content p.pmb {
  margin-bottom: 2em;
}
.rakuko-content p.tacenter {
  text-align: center;
}
.rakuko-content p.notice {
  font-size: 88.9%;
}
.rakuko-content img {
  width: 100%;
  height: auto;
}
.rakuko-content .img-center {
  margin-bottom: 3em;
}
.rakuko-content .column {
  margin-top: 3em;
  font-size: 77.8%;
  color: #666;
}
.rakuko-content .column p {
  line-height: 1.6;
}
.rakuko-content .column ul {
  text-align: left;
}
.rakuko-content .column ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.rakuko-content .support {
  margin-top: 3em;
}
.rakuko-content .support span {
  font-weight: 700;
}
.rakuko-content .support .support-url {
  padding-left: 1em;
}
.rakuko-content .support .support-url a {
  text-decoration: none;
}
.rakuko-content .support .support-url a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.rakuko-foot {
  width: 950px;
  margin: 150px auto 0;
  text-align: left;
}
.rakuko-foot .back-index a {
  display: inline-block;
}
.rakuko-foot .back-index a::before {
  content: "";
  display: inline-block;
  margin: -5px 10px 0 0;
  width: 40px;
  height: 6px;
  background: url(../img/common/arrow_left.svg) left top no-repeat;
  vertical-align: middle;
}

.strong-red {
  font-size: 111%;
  color: #bd0000;
}

.notice-list-ttl {
  font-weight: 700;
}

.circle-list {
  text-align: left;
  line-height: 1.8;
}
.circle-list.mb {
  margin-bottom: 2em;
}
.circle-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.notice-list {
  text-align: left;
  line-height: 1.8;
  font-size: 88.9%;
}
.notice-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.dl-list-vol4 {
  text-align: left;
}
.dl-list-vol4 dt {
  clear: both;
  float: left;
  width: 5em;
  padding-top: 0.5em;
}
.dl-list-vol4 dd {
  padding-top: 0.5em;
  padding-left: 5em;
}

.fz-small {
  font-size: 88.9%;
}

.movie {
  margin-bottom: 1em;
}

.lead-type01, .lead-type02, .lead-type03 {
  margin-bottom: 0.5em;
  padding: 0.4em 1em;
  background: #f9dccc;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

.lead-type02 {
  background: #f9e999;
}

.lead-type03 {
  background: #e1eed9;
}

.check-list, .check-list-type2 {
  position: relative;
  margin: 0 auto;
}
.check-list .check-list-ttl, .check-list-type2 .check-list-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37%;
  height: 40px;
  padding-left: 6%;
  box-sizing: border-box;
  background: #f9e999;
}
.check-list .check-list-ttl img, .check-list-type2 .check-list-ttl img {
  width: 79.6%;
  max-width: 184px;
  vertical-align: middle;
}
.check-list .check-list-ttl::after, .check-list-type2 .check-list-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border: none;
  border-bottom: 40px solid #f9e999;
  border-right: 10px solid transparent;
}
.check-list .check-list-ctn, .check-list-type2 .check-list-ctn {
  padding: 30px;
  background: #f9e999;
}
.check-list .check-list-ctn h4, .check-list-type2 .check-list-ctn h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  font-size: 133%;
  font-weight: normal;
  color: #6a3906;
}
.check-list .check-list-ctn h4::before, .check-list-type2 .check-list-ctn h4::before {
  content: "●";
  display: block;
  width: 1em;
  color: #baa856;
}
.check-list .check-list-ctn .check-list-base, .check-list-type2 .check-list-ctn .check-list-base {
  background: #FFF;
  border-radius: 40px;
  margin-top: 1em;
  padding: 2em;
}
.check-list .check-list-ctn .check-list-base li, .check-list-type2 .check-list-ctn .check-list-base li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2px;
  margin-top: 1em;
  text-align: left;
}
.check-list .check-list-ctn .check-list-base li::before, .check-list-type2 .check-list-ctn .check-list-base li::before {
  content: "□";
  display: inline-block;
  width: 1em;
}
.check-list .check-list-ctn .check-list-base li:first-child, .check-list-type2 .check-list-ctn .check-list-base li:first-child {
  margin-top: 0;
}
.check-list .check-list-ctn .check-list-base .check-list-base-notice, .check-list-type2 .check-list-ctn .check-list-base .check-list-base-notice, .check-list .check-list-ctn .check-list-base .check-list-base-notice2, .check-list-type2 .check-list-ctn .check-list-base .check-list-base-notice2 {
  width: 68%;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 3em;
  font-size: 88.9%;
  line-height: 1.4;
}
.check-list .check-list-ctn .check-list-base .check-list-base-notice2, .check-list-type2 .check-list-ctn .check-list-base .check-list-base-notice2 {
  width: auto;
  margin-top: 1em;
}
.check-list .vol8-illust, .check-list-type2 .vol8-illust {
  position: absolute;
  bottom: 60px;
  right: 10px;
}
.check-list .vol8-illust img, .check-list-type2 .vol8-illust img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
.check-list .vol9-illust1, .check-list-type2 .vol9-illust1 {
  position: absolute;
  top: 54px;
  right: -10px;
  max-width: 74px;
}
.check-list .vol9-illust1 img, .check-list-type2 .vol9-illust1 img {
  width: 100%;
  max-width: 95px;
  height: auto;
}
.check-list .vol9-illust2, .check-list-type2 .vol9-illust2 {
  position: absolute;
  top: 160px;
  right: 20px;
  max-width: 88px;
}
.check-list .vol9-illust2 img, .check-list-type2 .vol9-illust2 img {
  width: 100%;
  max-width: 112px;
  height: auto;
}
.check-list .vol9-illust3, .check-list-type2 .vol9-illust3 {
  position: absolute;
  top: 265px;
  right: -30px;
  max-width: 100px;
}
.check-list .vol9-illust3 img, .check-list-type2 .vol9-illust3 img {
  width: 100%;
  max-width: 127px;
  height: auto;
}
.check-list .vol9-illust4, .check-list-type2 .vol9-illust4 {
  position: absolute;
  bottom: 25px;
  right: -10px;
}
.check-list .vol9-illust4 img, .check-list-type2 .vol9-illust4 img {
  width: 100%;
  max-width: 251px;
  height: auto;
}

.check-list-type2 {
  width: 47.3%;
  margin: 0;
}
.check-list-type2 .check-list-ctn {
  background: none;
  padding: 0;
}
.check-list-type2 .check-list-ctn .check-list-base {
  padding: 2em 1em;
}

.check-list-type2-ctn {
  position: relative;
}
.check-list-type2-ctn .check-list-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37%;
  height: 40px;
  padding-left: 6%;
  box-sizing: border-box;
  background: #e1eed9;
}
.check-list-type2-ctn .check-list-ttl img {
  width: 79.6%;
  max-width: 184px;
  vertical-align: middle;
}
.check-list-type2-ctn .check-list-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border: none;
  border-bottom: 40px solid #e1eed9;
  border-right: 10px solid transparent;
}
.check-list-type2-ctn > div {
  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;
  background: #e1eed9;
  padding: 30px;
}
.check-list-type2-ctn > div .check-list-notice {
  width: 70%;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  font-size: 88.9%;
  line-height: 1.4;
}

.col2-7-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col2-7-3 div {
  width: 68%;
}
.col2-7-3 div:last-child {
  max-width: 183px;
  width: 28%;
}

.rakuko-lead01, .rakuko-lead02, .rakuko-lead03 {
  margin-bottom: 2em;
  padding: 1em 2em;
  background: #f9dccc;
  border-radius: 20px;
}

.rakuko-lead02 {
  background: #f9e999;
}

.rakuko-lead03 {
  background: #e1eed9;
}

.prd-link-list {
  width: 500px;
  margin: 2em auto 0;
}
.prd-link-list li {
  margin-top: 15px;
  text-align: center;
}
.prd-link-list li:first-child {
  margin-top: 0;
}
.prd-link-list li.prd-link-webstore + .prd-link-webstore {
  margin-top: 30px;
}
.prd-link-list li.prd-link-webstore a {
  background-color: #009c76;
  color: #FFF !important;
}
.prd-link-list li.prd-link-webstore a:before {
  width: 29px;
  height: 31px;
  background-image: url(../img/common/icon_webstore.png);
}
.prd-link-list li p {
  font-size: 171.4%;
  margin-bottom: 10px;
}
.prd-link-list li a {
  display: block;
  background-repeat: no-repeat;
  font-size: 142.6%;
  font-weight: bold;
  border-radius: 5px;
  padding: 22px;
  text-decoration: none !important;
  cursor: pointer;
}
.prd-link-list li a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.prd-link-list li a:before {
  content: "";
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 12px;
}
@media only screen and (max-width: 640px){
  #contents{
    /* 20250730変更 */
    padding: 20px 15px 30px;
    margin-top: -60px;
    font-size: 100%;
  }
  .rakuko-head{
    width: auto;
    padding-bottom: 40px;
  }
  .rakuko-head .rakuko-common-ttl{
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .rakuko-head .rakuko-common-ttl .rakuko-ttl{
    width: auto;
    max-width: 398px;
    margin: 0 auto;
  }
  .rakuko-head .rakuko-common-ttl p{
    width: auto;
    margin-top: 1em;
  }
  .rakuko-common-ttl-s{
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .rakuko-common-ttl-s .rakuko-ttl{
    width: auto;
    max-width: 398px;
    margin: 0 auto;
  }
  .rakuko-common-ttl-s .rakuko-ttl-s{
    width: auto;
    max-width: 257px;
    margin: 0 auto;
  }
  .rakuko-common-ttl-s p{
    width: auto;
    margin-top: 1em;
  }
  .rakuko-content-head{
    width: auto;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .rakuko-content-head .ctg{
    width: auto;
    font-size: 100%;
  }
  .rakuko-content-head .ctg p{
    font-size: 85.7%;
  }
  .rakuko-content-head .sns{
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .rakuko-content-head .sns li{
    width: 30px;
    margin-left: 5px;
  }
  .rakuko-content{
    width: auto;
    font-size: 114.3%;
  }
  .rakuko-content .page-ttl{
    width: auto;
    margin-bottom: 20px;
    font-size: 150%;
  }
  .rakuko-content .page-ttl br{
    display: none;
  }
  .rakuko-content .img-center{
    margin-bottom: 2em;
  }
  .rakuko-content .column{
    margin-top: 2em;
  }
  .rakuko-content .support{
    margin-top: 2em;
  }
  .rakuko-foot{
    width: auto;
    margin-top: 50px;
  }
  .dl-list-vol4 dt{
    width: 4em;
  }
  .dl-list-vol4 dd{
    padding-left: 4em;
  }
  .check-list .check-list-ttl, .check-list-type2 .check-list-ttl{
    width: 56.1%;
  }
  .check-list .check-list-ctn, .check-list-type2 .check-list-ctn{
    padding: 15px;
  }
  .check-list .check-list-ctn h4, .check-list-type2 .check-list-ctn h4{
    font-size: 114.2%;
  }
  .check-list .check-list-ctn .check-list-base, .check-list-type2 .check-list-ctn .check-list-base{
    border-radius: 20px;
    padding: 1.5em;
  }
  .check-list .check-list-ctn .check-list-base li, .check-list-type2 .check-list-ctn .check-list-base li{
    margin-right: 30px;
  }
  .check-list .check-list-ctn .check-list-base .check-list-base-notice, .check-list-type2 .check-list-ctn .check-list-base .check-list-base-notice, .check-list .check-list-ctn .check-list-base .check-list-base-notice2, .check-list-type2 .check-list-ctn .check-list-base .check-list-base-notice2{
    width: 60%;
  }
  .check-list .check-list-ctn .check-list-base .check-list-base-notice2, .check-list-type2 .check-list-ctn .check-list-base .check-list-base-notice2{
    width: 80%;
  }
  .check-list .vol8-illust, .check-list-type2 .vol8-illust{
    width: 124px;
    bottom: 20px;
    right: -2%;
  }
  .check-list .vol8-illust img, .check-list-type2 .vol8-illust img{
    max-width: 160px;
  }
  .check-list .vol9-illust1, .check-list-type2 .vol9-illust1{
    right: -2%;
  }
  .check-list .vol9-illust1 img, .check-list-type2 .vol9-illust1 img{
    max-width: 57px;
  }
  .check-list .vol9-illust2, .check-list-type2 .vol9-illust2{
    top: 230px;
    right: -2%;
  }
  .check-list .vol9-illust2 img, .check-list-type2 .vol9-illust2 img{
    max-width: 67px;
  }
  .check-list .vol9-illust3, .check-list-type2 .vol9-illust3{
    top: 350px;
    right: -2%;
  }
  .check-list .vol9-illust3 img, .check-list-type2 .vol9-illust3 img{
    max-width: 67px;
  }
  .check-list .vol9-illust4, .check-list-type2 .vol9-illust4{
    bottom: -20px;
    right: -2%;
  }
  .check-list .vol9-illust4 img, .check-list-type2 .vol9-illust4 img{
    max-width: 151px;
  }
  .check-list-type2{
    width: auto;
  }
  .check-list-type2-ctn .check-list-ttl{
    width: 56.1%;
  }
  .check-list-type2-ctn > div .check-list-notice{
    width: 60%;
    margin-left: 15px;
  }
  .check-list-type2-ctn > div{
    display: block;
    padding: 0 0 15px;
  }
  .rakuko-lead01, .rakuko-lead02, .rakuko-lead03{
    padding: 1em;
  }
  .rakuko-lead01 br, .rakuko-lead02 br, .rakuko-lead03 br{
    display: none;
  }
  .prd-link-list{
    max-width: 320px;
  }
  .prd-link-list li.prd-link-webstore a:before{
    width: 22px;
    height: 24px;
  }
  .prd-link-list li a{
    font-size: 1.8rem;
    padding: 10px;
  }
}
