@charset "utf-8";

.dw-Link {
  position: relative;
}
.dw-Link:before {
  color: #fff;
  display: block;
  content: "\e906";
  box-sizing: content-box;
  font-family: SwIcons;
  font-size: 25px;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0.75em;
  z-index: 1;
  font-weight: normal;
}
.ex-Link {
  position: relative;
  display: inline-block;
}
.ex-Link::after {
  font-family: SwIcons;
  content: "\e90c";
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  padding-top: 2px;
  vertical-align: top;
}

.csr-main {
  padding-top: 60px;
  margin-bottom: 80px;
}
.csr-main img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.csr-main p:not(:last-child) {
  margin-bottom: 20px;
}
.csr-hero {
  background: url("../img/mv.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 31.25%;
}
.csr-header {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.csr-header h2 {
  margin-top: 0;
}
.csr-header p {
  font-size: 1.2em;
  text-align: center;
}
p.csr-lead {
  text-align: center !important;
  margin-bottom: 40px !important;
}
.csr-section {
  margin-bottom: 80px;
}
.csr-section p {
  text-align: left;
}
.csr-section[id*='a'] {
  padding-top: 40px;
  margin-bottom: 40px;
}
.csr-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.csr-cols .app_thumb {
  max-width: 80%;
  text-align: center;
  margin: 0 auto 20px auto;
}
.csr-cols + * {
  margin-top: 40px;
}
.csr-cols p {
  text-align: left;
}
.csr-cols.one {
  display: block;
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.csr-cols:not(.one) > div {
  width: calc(50% - 40px);
  margin: 40px 20px 0 20px;
}
.csr-cols.col3 > div {
  width: calc(33.3% - 40px);
}
.csr-cols .thumb {
  text-align: center;
}
.csr-cols .txt {
  margin-top: 20px;
  text-align: center;
}
.csr-ttl_sub {
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
}
* + .csr-ttl_sub {
  margin-top: 50px;
}
.csr-ttl_sub + * {
  margin-top: 20px;
}
.csr-img_center {
  text-align: center;
  margin-bottom: 20px;
}
.csr-img_center img {
  max-width: 800px;
}
.csr-img_center + .csr-ttl_sub {
  margin-top: 80px;
}
.csr-comment {
  margin-bottom: 30px;
  display: flex;
}
.csr-comment.rv {
  flex-direction: row-reverse;
}
.csr-comment .icon {
  flex: 0 1 72px;
}
.csr-comment .member {
  flex: 0 1 102px;
}
.csr-comment .member + .txt {
  margin-right: 132px;
}
.csr-comment .txt {
  background-color: #f5f5f5;
  flex: 1;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin-left: 30px;
  margin-right: 102px;
}
.csr-comment .name {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
.csr-comment.rv .txt {
  margin-right: 30px;
  margin-left: 102px;
}
.csr-comment.rv .member + .txt {
  margin-left: 132px;
}
.csr-comment .txt::before {
  content: '';
  position: absolute;
  margin-top: -10px;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.csr-comment.rv .txt::before {
  left: auto;
  right: -20px;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f5f5f5;
}
.csr-movie_wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.csr-movie {
  position: relative;
  padding-top: 56.25%;
}
.csr-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.min-w240 {
  min-width: 240px;
}
.txt-c {
  text-align: center !important;
}
.is-sp {
  display: none;
}

@media (max-width: 768px) {
  .dw-Link:before {
    font-size: .875rem;
  }
  .csr-main {
    padding-top: 40px;
  }
  .csr-hero {
  }
  .csr-header {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .csr-section {
    margin-bottom: 40px;
  }
  .csr-section[id*='a'] {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .csr-cols:not(.col3) {
    display: block;
    margin: 0;
  }
  .csr-cols:not(.one):not(.col3) > div {
    width: auto;
    margin: 0 0 30px 0;
  }
  .csr-cols.col3 {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .csr-cols.col3 > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .csr-ttl_sub {
    font-size: 1.1rem;
  }
  .csr-img_center img {
    max-width: 100%;
  }
  .csr-comment .txt {
    margin-right: 0;
  }
  .csr-comment.rv .txt {
    margin-left: 0;
  }
  .csr-comment:not(.rv) .member + .txt {
    margin-right: 0;
  }
  .csr-comment.rv .member + .txt {
    margin-left: 0;
  }
  .csr-comment .icon,
  .csr-comment .member {
    flex: 0 1 40px;
  }
  .csr-comment .name {
    font-size: 10px;
  }
  .csr-comment .txt {
    padding: 10px;
    font-size: .9rem;
  }
  .csr-comment .txt::before {
    margin-top: 0;
    top: 15px;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .sp-left {
    text-align: left !important;
  }
}
