@charset "UTF-8";

.btn_fixed{
    position: fixed;
    bottom: 1%;
    right: 1%;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #f35120;
    border: 2px solid #f36e46;
    border-radius: 5px;
    transition: 0.5s;
    z-index: 30;
}

.btn_fixed:hover{
    color: #fd7e84;
    background: #fff;
}

.review-wrap {
    box-sizing: border-box;
    background: #fff2cc;
    padding: 20px 10px;
    position: relative;
}

.review-title {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: .05em;
}

.review-title span {
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    padding: 0.25em 1.0em;
    border: 1px solid #000;
    border-radius: 12px;
    position: relative;
}

.review-title span:before,
.review-title span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 66px;
    bottom: 0;
}

.review-title span:before {
    background: url(../img/icon_man.png) no-repeat;
    background-size: contain;
    left: -40px;
}

.review-title span:after {
    background: url(../img/icon_woman.png) no-repeat;
    background-size: contain;
    right: -40px;
}

.review-box {
    margin: 0 0 50px;
}

.review-box:last-child {
    margin: 0;
}

.review-content {
    box-sizing: border-box;
    padding: 5.0em;
    background: #fff;
    margin: 1.0em 0 0;
    font-size: 1.2rem;
    line-height: 1.8;
}

.contributor {
    text-align: right;
    margin: 1.0em 0 0;
    line-height: 1.6;
}

.contributor .icon {
    display: inline-block;
    position: relative;
    padding: 0 0 0 16px;
}

.contributor .icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../img/ion_pen.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
}

.contributor .time {
    display: inline-block;
    margin: 0 0.5em 0 0;
}

/* 通常（PC）ではタイル表示 */
.slide-wrap {
  background-color: #FFFFFF;
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 24%;
}
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin:.5rem auto;
}
@media screen and (max-width: 768px) {
/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 70%;
    margin: auto 1% auto auto;
  }
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #ff00ff;
    background: #ffffe0;
    width: 80%;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.arrow_box{
    margin-left: auto;
    margin-right: auto;
    position:relative;
    width:320px;
    height:30px;
    background:#FF9999;
    text-align:center;
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 153, 153, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    border-top-color:#FF9999;
    top:100%;
    left:50%;
}

#nami_icon {
   margin: 5px;
   width: 25px;
   display: inline-block;
 }


#kyotei_icon {
   margin: 3px;
   width: 40px;
   display: inline-block;
 }

#line_icon {
   width: 33px;
   height: 33px;
   display: inline-block;
 }

#wrap {
    padding: 0 0 70px;
}

.content {
    box-sizing: border-box;
    padding: 20px 10px;
    border: 4px solid #808;
    margin: 0 0 20px;
    text-align: center;
}

.content:last-child {
    margin: 0;
}

.content:first-child .ranking-num .icon:before,
.content:first-child .ranking-num .icon:after,
.content:nth-child(2) .ranking-num .icon:before,
.content:nth-child(2) .ranking-num .icon:after,
.content:nth-child(3) .ranking-num .icon:before,
.content:nth-child(3) .ranking-num .icon:after {
    content: "";
    position: absolute;
    background: url(../img/icon01.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    bottom: 0;
}

.content:first-child .ranking-num .icon:before,
.content:nth-child(2) .ranking-num .icon:before,
.content:nth-child(3) .ranking-num .icon:before {
    left: -34px;
}

.content:first-child .ranking-num .icon:after,
.content:nth-child(2) .ranking-num .icon:after,
.content:nth-child(3) .ranking-num .icon:after {
    right: -32px;
}

.content:first-child .ranking-num .icon:before,
.content:first-child .ranking-num .icon:after {
    background: url(../img/icon01.svg) no-repeat;
    background-size: contain;
}

.content:nth-child(2) .ranking-num .icon:before,
.content:nth-child(2) .ranking-num .icon:after {
    background: url(../img/icon02.svg) no-repeat;
    background-size: contain;
}

.content:nth-child(3) .ranking-num .icon:before,
.content:nth-child(3) .ranking-num .icon:after {
    background: url(../img/icon03.svg) no-repeat;
    background-size: contain;
}

.content .ranking-num {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.0;
    margin: 0 0 10px;
}

.content .ranking-num .num {
    font-size: 4.0rem;
    color: #ff0000;
}

.content .ranking-num .icon {
    box-sizing: border-box;
    position: relative;
}

.content .ranking-num .icon:before,
.content .ranking-num .icon:after {
    content: "";
    position: absolute;
    background: url(../img/icon04.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 16px;
    bottom: 4px;
}

.content .ranking-num .icon:before {
    left: -50px;
}

.content .ranking-num .icon:after {
    right: -48px;
}

h2 {
    font-size: 2.5rem;
}

.thum {
    margin: 20px auto 20px;
    width: 90%;
    max-width: 600px;
}

.features-box {
    box-sizing: border-box;
    width: 90%;
    padding: 10px;
    margin: 0 auto 20px;
    background: #fcfcfc;
    border: 4px solid #f2f2f2;
    border-radius: 4px;
}

.features-lead {
    font-size: 1.8rem;
    padding: 5px 0;
    margin: 0;
    color: #FFFF00;
    background: #188018;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
}

.features-lead:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 20px solid #188018;
}

.features-lead span {
    box-sizing: border-box;
    position: relative;
}

.features-lead span:before,
.features-lead span:after {
    content: "";
    position: absolute;
    background: url(../img/icon_features.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    bottom: 0;
}

.features-lead span:before {
    left: -28px;
}

.features-lead span:after {
    right: -20px;
}

.features-list {
    box-sizing: border-box;
    text-align: left;
    padding: 2.0em 1.0em 1.0em;
}

.features-list li {
    margin: 0 0 1.5em;
    padding: 0 0 0 22px;
    position: relative;
}

.features-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(../img/icon_pen.svg) no-repeat;
    background-size: contain;
}

.features-list li:last-child {
    margin: 0;
}

.atari-list {
    box-sizing: border-box;
    text-align: left;
    padding: 2.0em 1.0em 1.0em;
}

.atari-list li {
    margin: 0 0 1.5em;
    padding: 0 0 0 22px;
    position: relative;
}

.atari-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(../img/icon_atari.png) no-repeat;
    background-size: contain;
}

.atari-list li:last-child {
    margin: 0;
}

.reg-btn {
  box-sizing: border-box;
  padding: 1.0em 0;
  text-decoration: none;
  background: #0099CC;
  color: #fff;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 0 #007eb9;
  font-weight: bold;
  font-size: 1.6rem; }
  .reg-btn:hover {
    background: #007e00;
    box-shadow: none;
    transform: translate3d(0, 2px, 0); }
  .reg-btn .icon {
    position: relative;
    padding: 0 0 0 40px; }
    .reg-btn .icon:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 22px;
      background: url(../img/icon_touch.svg) no-repeat;
      background-size: auto; 
}


.reg-btn {
  box-sizing: border-box;
  padding: 1.0em 0;
  text-decoration: none;
  background: #00B900;
  color: #fff;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 0 #188018;
  font-weight: bold;
  font-size: 1.6rem; }
  .reg-btn:hover {
    background: #188018;
    box-shadow: none;
    transform: translate3d(0, 2px, 0); }
  .reg-btn .icon {
    position: relative;
    padding: 0 0 0 40px; }
    .reg-btn .icon:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 22px;
      background: url(../img/icon_touch.svg) no-repeat;
      background-size: auto; 
}
      
      
.reg-btn2 {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  width:320px;
  box-sizing: border-box;
  padding: 1.0em 0;
  text-decoration: none;
  background: #0099CC;
  color: #fff;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 0 #007eb9;
  font-weight: bold;
  font-size: 1.6rem; }
  .reg-btn2:hover {
    background: #007eb9;
    box-shadow: none;
    transform: translate3d(0, 2px, 0); }
  .reg-btn2 .icon {
    position: relative;
    padding: 0 0 0 40px; }
    .reg-btn2 .icon:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 22px;
      background: url(../img/icon_touch.svg) no-repeat;
      background-size: auto; }.reg-btn2 {
  box-sizing: border-box;
  padding: 1.0em 0;
  text-decoration: none;
  background: #00B900;
  color: #fff;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 0 #188018;
  font-weight: bold;
  font-size: 1.6rem; }
  .reg-btn2:hover {
    background: #188018;
    box-shadow: none;
    transform: translate3d(0, 2px, 0); }
  .reg-btn2 .icon {
    position: relative;
    padding: 0 0 0 40px; }
    .reg-btn2 .icon:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 22px;
      background: url(../img/icon_touch.svg) no-repeat;
      background-size: auto; }




/*media Queries PCサイズ（1000px以上）
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {
    #wrap {
        padding: 0 0 100px;
    }

    .content {
        padding: 30px;
        margin: 0 0 40px;
    }

    .thum {
        width: 100%;
        margin: 20px auto 20px;
    }

    .features-box {
        width: 600px;
        margin: 0 auto 40px;
        padding: 20px;
    }
    
    .review-title {
        font-size: 2.4rem;
        top: -34px;
        line-height: 1.8;
    }

    .review-wrap {
        padding: 30px;
    }

    .review-content {
        padding: 2.0em;
    }
}