@charset "utf-8";


/* apps */

.contentsTitle {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}
.featuresTitle {
  font-size: 30px;
  text-align: left;
  margin: 0 auto;
}
.pageLead {
  font-size: 20px;
  text-align: center;
}
.features {
  width: 800px;
  margin: 0 auto;
  flex-direction:row;
}
.features .featureImg, .features .featureImgM, .features .featureImgL {
  margin: 30px auto;
}
.features .featureImg {
  width: 33%;
}
.features .featureImgM {
  width: 48%;
}
.features .featureImgL {
  width: 80%;
}
.features .featureImg img, .features .featureImg img, .features .featureImgL img {
  border-radius: 12px;
}
.features .screenShot {
    display: flex;
    background: #ccc url(../png/bg_grain_transparent.png) repeat;
    background-size: 200px;
    border-radius: 12px;
    mix-blend-mode: multiply;
    justify-content: center;
    align-items: center;
}
.features .screenShot img {
    width: 72%;
    margin: 5% auto;
    display: block;
}
.features .feature, .features .featureM, .features .featgureL {
  margin: 30px 4% 30px 0;
}
.features .feature {
  width: 63%;
}
.features .featureM {
  width: 48%;
}
.features .featureL {
  width: 100%;
}
.features .title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-weight: 550;
}
.features .text {
  margin-bottom: 16px;
}
.features .text a {
  text-decoration: underline;
}
.features .text ul {
  list-style-type:
}
.features .title img {
  width: 32px;
  vertical-align: middle;
  margin: 0 4px;
}
.features .text img {
  width: 18px;
  vertical-align: middle;
  margin: 0 4px;
}
.features .text p.asterisk{
  padding-left: 1em;
  text-indent: -1em;
}
.features .link {
  font-size: 20px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 16px;
}
.features .link a {
  font-weight: 600;
}
.features .link img {
  width: 20px;
  vertical-align: middle;
  margin: -4px 4px 0 4px;
}
.services {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 800px;
  margin: 0 auto;
}
.services .serviceIcon {
  width: 20%;
  height: auto;
  max-width: 120px;
  text-align: center;
  margin-bottom: 30px;
}
.service {
  width: 70%;
  padding-left: 30px;
}
.service .name {
  font-size: 22px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.service .text {
  margin-bottom: 16px;
}
.features .details {
  width: 100%;
  margin: 30px auto;
}
.features .details table {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #ccc;
}
.features .details table th {
  width: 150px;
  max-width: 400px;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 16px;
  text-align: left;
  vertical-align: baseline;
}
.features .details table td {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 16px;
  text-align: left;
}
.features .details table td p {
  margin: 0 auto 8px;
}
.features .details table td img {
  width: 22px;
  vertical-align: middle;
  margin: 0 4px;
}
.features .details table td ul li {
	list-style-type: disc;
	margin-left: 16px;
}
.features .details table td ol li {
	list-style-type: decimal;
	margin-left: 16px;
}

@media only screen and (min-width:641px) and (max-width:999px) {
  .contents {
    margin: 0;
  }
  .contentsTitle {
    width: 80%;
    margin: 0 auto;
  }
  .features {
    width: 80%;
    margin: 0 auto;
  }
  .features .feature, .features .featureM {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .linkBtn1, .linkBtn2, .linkBtn4 { margin: 0px auto ; }
  .features .featureImg, .features .featureImgM {
    width: 60%;
    text-align: center;
    margin: 0 auto 56px;
  }
  .features .featureImg img {width: 80%;}
  .features .featureImgM img {width: 80%;}
  .features .screenShot { width: 80%; }
  .features .screenShot img { width: 72%; }
  .services {
    width: 80%;
    margin: 0 auto;
  }
  .services .service {
    margin: 0 0 56px 0;
  }
  .features .details table { width: 100%; }
}

@media only screen and (max-width: 640px) {
  .contentsTitle {
    width: 80%;
  }
  .pageLead {
    text-align: left;
  }
  .features { width: 80%; }
  .features {
    width: 80vw;
    padding: 4vw 0;
  }
  .features .feature, .features .featureM {
    width: 80vw;
    margin: 0;
  }
  .features .featureImg, .features .featureImgM, .features .featureImgL  {
    width: 80vw;
    text-align: center;
    margin: 0 0 15vw 0;
  }
  .features .featureImg img { width: 80vw; }
  .features .featureImgM img { width: 80vw; }
  .features .featureImgL img { width: 80vw; }
  .features .screenShot { width: 80vw; }
  .features .screenShot img { width: 60vw; }
  .feature .title { font-size: 5.5vw; }
  .services .service {
    width: 80vw;
    margin: 0;
  }
  .services .serviceIcon {
    text-align: center;
    width: 40%;
    margin: 0 auto;
  }
  .services .service .name {
    text-align: center;
    margin-top: 8px;
  }
  .features .details {
    position: relative;
    width: 100%;
  }
  .features .details table {
    width: 100%;
    table-layout: fixed;
  }
  .features .details table tbody {
    display: block;
  }
  .features .details table tr {
    display: block;
  }
  .features .details table th {
    max-width: initial;
    display: block;
    width: auto;
    padding: 3vw;
    background: #ededed;
  }
  .features .details table td {
    display: block;
    padding: 3vw;
  }
  .features .details table td img {
    width: 6vw;
    vertical-align: middle;
    margin: 0 1vw;
  }
  .features .details table td ol li {margin-left: 4vw;}
}
