/*------------------------
  lead
------------------------*/
.lead .cmn-image img {
  height: auto !important;
}
.lead .cmn-flex {
  margin-bottom: 0;
}
.lead .cmn-flex .cmn-image picture {
  height: 285px;
}
.lead .cmn-flex ul {
  margin-bottom: 40px;
}
.lead .cmn-flex ul li {
  padding: 3px 0 3px 35px;
  background: url(/common/service/image/mosca/number/icon_check.svg) left 0px top 3px no-repeat;
  background-size: 25px auto;
}
.lead .cmn-flex .app-store a + a {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .lead .cmn-flex .cmn-image picture {
    height: auto;
  }
  .lead .cmn-flex .app-store {
    text-align: center;
  }
  .lead .cmn-flex .app-store a + a {
    margin-left: 0;
  }
  .lead .cmn-flex .app-store a:first-child img {
    display: inline-block;
    max-width: 38.85vw;
  }
  .lead .cmn-flex .app-store a:nth-child(2) img {
    display: inline-block;
    max-width: 47.18vw;
  }
}

/*------------------------
  how_to_register
------------------------*/
.how_to_register .cmn-h3 {
  text-align: center;
}
.how_to_register .cmn-link.inline .anchor {
  width: 380px;
  background-color: #F5F5F5;
  padding: 20px 40px;
}
.how_to_register .cmn-link.inline .anchor + .anchor {
  margin-left: 30px;
}
.how_to_register .cmn-link .anchor>a::before {
  border-top: 7px solid #1A6D41;
}
@media screen and (max-width: 768px) {
  .how_to_register .cmn-link.inline {
    display: block;
  }
  .how_to_register .cmn-link.inline .anchor {
    width: 100%;
    padding: 15px 20px;
  }
  .how_to_register .cmn-link.inline .anchor + .anchor {
    margin-left: 0;
  }
}

/*------------------------
  contents-box
------------------------*/
.contents-box {
  max-width: 1080px;
  margin: 0 auto;
}
.contents-box .content-2col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.contents-box .content-2col .col1, .col2 {
  width: 430px;
}
.contents-box .content-2col .col1 picture,
.contents-box .content-2col .col2 picture {
  text-align: center;
  margin-bottom: 30px;
  height: 384px;
}
.contents-box .content-2col .col1 p,
.contents-box .content-2col .col2 p {
  margin-bottom: 0;
}
.contents-box .content-2col .col1 .cmn-note-s,
.contents-box .content-2col .col2 .cmn-note-s {
  margin-top: 15px;
}
.contents-box .content-2col .col1 .cmn-note-s a,
.contents-box .content-2col .col2 .cmn-note-s a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contents-box .content-2col {
    display: block;
    margin-bottom: 40px;
  }
  .contents-box .content-2col div {
    width: 100% !important;
  }
  .contents-box .content-2col div picture {
    max-width: 217px;
    margin: 0 auto 20px;
  }
  .contents-box .content-2col .col1 picture,
  .contents-box .content-2col .col2 picture {
    height: auto;
  }
  .contents-box .content-2col .col1 {
    margin-bottom: 40px;
  }
}

/*------------------------
  other
------------------------*/
.other .content-2col .col2 .img-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  height: 384px;
}
.other .content-2col .col2 picture {
  margin-bottom: 0;
  height: auto;
}
.other .content-2col .col2 .img-box li {
  list-style: none;
}
.other .content-2col .col2 .img-box li:nth-child(1),
.other .content-2col .col2 .img-box li:nth-child(3) {
  max-width: 190px;
}
.other .content-2col .col2 .img-box li:nth-child(2) {
  max-width: 34px;
  margin: 70px 15px 0;
}
.other .content-2col .col2 .img-box li img {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .other .content-2col .col2 .img-box {
    display: block;
    height: auto;
  }
  .other .content-2col .col2 .img-box li:nth-child(1),
  .other .content-2col .col2 .img-box li:nth-child(2),
  .other .content-2col .col2 .img-box li:nth-child(3) {
    max-width: 100%;
  }
  .other .content-2col .col2 .img-box li:nth-child(2) {
    margin: 0 0 15px;
  }
}