@charset "UTF-8";
/* CSS Document */


.main {
  background-color: #fff;
}

body {
  margin: 0;
  padding: 0;
}

/****説明文****/
hr {
  border-width: 2px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #bfeaff;   /* 線色 */
  margin:auto 30px;
}

@media(min-width:1024px){
  .setsumei{
    margin: 40px 300px;
    font-size:1.8rem;
    color:#333;
  }
  .setsumei-midashi{
    font-size:4.0rem;
    font-weight: 700;
    line-height:4.8rem;
    margin:40px auto 40px;
  }
  }


.setsumei{
  display:block;
}

.setsumei-p {
  
  margin:80px 20px 20px;
  padding: 0;
  text-align: left;
}

.setsumei-midashi{
  position: relative;
  font-size:2.8rem;
  font-weight: 700;
  line-height:36px;
  color: #249EFF;
  margin:40px auto 40px;
  padding: 0;
}


.setsumei-midashi:after {
  position: absolute;
  top:70px;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.setsumei-midashi2{
  padding: 1rem 1rem;
  border-left: 4px dotted #000;
  position: relative;
  font-size:2.8rem;
  font-weight: 700;
  line-height:3.2rem;
  color: #249EFF;
  margin:40px auto 30px;
}


.setsumei-midashi3{
color: #f72d2d;
  background: #f6f8f9;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #fff;
  font-size:2.6rem;
  font-weight: 700;
  line-height:3.2rem;
  padding: 2rem 1rem;
  margin-bottom: 30px;
}

.setsumei-midashi4 {
  padding: 1rem 2rem;
  border: 3px dotted #444;
  font-size:2.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #007032;
}
.setsumei-midashi5{
  padding: 1rem 1rem;
  border-top: 3px dotted rgb(13, 6, 84);
  border-bottom: 3px dotted rgb(13, 6, 84);
  color: #249EFF;
  font-size:2.6rem;
  font-weight: 600;
  line-height: 3.0rem;
  margin-bottom: 60px;
}

/*見出しPC*/
@media(min-width:769px){
  .setsumei-midashi2{
    font-size:3.6rem;
    line-height:4.2rem;
    }
    .setsumei-midashi5{
      font-size:3.6rem;
      line-height:4.2rem;
      }
  }



.point1-contener{
  background-color: #f6f8f9;
  padding:20px;
  margin:20px auto;
}
.point-span{
  color:#f72d2d;
  font-weight: 600;

}


h4{
  font-size:1.8rem;
  border-bottom: 3px double #333;
}


h3{
  font-size:2.0rem;
  font-weight: 600;
  color:#249EFF;
  margin:50px auto 30px;
  border-bottom: 3px dotted #249EFF;
}

h6{
    font-size:2.2rem;
    line-height:3.0rem;
    border-bottom: 3px solid #ccc100;
    color:#ccc100;
    margin-bottom: 40px;
}




.fukidashi{
  background-color: #f6f8f9;
  padding:10px;
  font-weight: 600;
}

.video{
  width: 100%;
 margin:20px auto;
}
.video-contener{
  background-color: #fff100;

}


.font-backcolor{
  background-color: #fff100;
  display:inline-block;
  padding:2px;
  margin:2px;
  font-weight: 600;
}
.small-p{
  font-size: 10px;
}


.wakugumi-box {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #6091d3;/*文字色*/
  background: #FFF;
  border: solid 3px #6091d3;/*線*/
  border-radius: 10px;/*角の丸み*/
}
.wakugumi-box p {
  margin: 0; 
  padding: 0;
  color:#444;
  font-weight: 500;
}

.wakugumi-box2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #444;/*文字色*/
  background: #e1eeff;
  border-radius: 1px;/*角の丸み*/
}
.wakugumi-box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #444;/*文字色*/
  background: #fae7b9;
  border-radius: 1px;/*角の丸み*/
}


/* ----- 吹き出し ----- */

.talk {
  margin-bottom: 40px;
  }
  
  .talk figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #9ce191;
  border-radius: 50%;
  margin: 0;
  }
  
  /* 画像の下のテキスト */
  .talk-imgname {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  }
  
  p.talk-text {
  margin: 0 0 8px;
  }
  
  p.talk-text:last-child {
  margin-bottom: 0px;
  }
  
  /* 回り込み解除 */
  .talk:after,.talk:before {
  clear: both;
  content: "";
  display: block;
  }
  
  /* ----- 左の場合 ----- */
  
  /* 左画像 */
  .talk-Limg {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 60px;
  height: 60px;
  }
  
  /* 左からの吹き出しテキスト */
  .talk-Ltxt {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #9ce191;
  background-color: #fff;
  border-radius: 5px;
  }
  
  /* 左の三角形を作る */
  .talk-Ltxt:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #9ce191;
  top: 15px;
  left: -20px;
  }
  
  .talk-Ltxt:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
  }

/*説明画像スマホ*/
  .setsumei-img-sp{
    display:block;
    width:100%;
    margin:0 auto;
  }
  .setsumei-img-sp img{
    display:block;
    width:100%;
    margin: 0 auto;
  }
  .setsumei-img-pc{
    display:none;
  }
  .setsumei-img-ipad{
    display:none;
  }
  
  /*説明画像PC*/
  @media(min-width:769px){
.setsumei-img-pc{
    display:block;
    width:100%;
    margin:0 auto;
  }
  .setsumei-img-pc img{
    display:block;
    width:50vw;     /**PC画像サイズ変更はここ**/
    margin: 0 auto;
  }
  .setsumei-img-ipad{
    display:none;
  }
  .setsumei-img-sp{
    display:none;
  }
}
  /*ipad*/
  @media(min-width:481px-max-width:768px){
  .setsumei-img-ipad{
    display:block;
    width:100%;
    margin:0 auto;
  }
  .setsumei-img-ipad img{
    display:block;
    width:100vw;
  }
  .setsumei-img-pc{
    display:none;
  }
  .setsumei-img-sp{
    display:none;
  }
  }












/****以下、img-pc,img-spは画像セクション用のクラス名****/
.img-pc{
  display:block;
  width:100%;
  margin:0 auto;
}
.img-pc img{
  display:block;
  width:50vw;     /**PC画像サイズ変更はここ**/
  margin: 0 auto;
}
.img-ipad{
  display:none;
}
.img-sp{
  display:none;
}

/*ipad*/
@media(max-width:768px){
.img-ipad{
  display:block;
  width:100%;
  margin:0 auto;
}
.img-ipad img{
  display:block;
  width:100vw;
}
.img-pc{
  display:none;
}
.img-sp{
  display:none;
}
}
/*スマホ*/
@media(max-width:480px){
.img-sp{
  display:block;
  width:100%;
  margin:0 auto;
}
.img-sp img{
  display:block;
  width:100vw;
}
.img-pc{
  display:none;
}
.img-ipad{
  display:none;
}
}


/*--------------------------------------
コンバージョンボタン トップセールス
--------------------------------------*/
.button_text{
  display:block;
  color:#333;
  text-align: left;
  margin:0 2.4rem;
  padding-top:10px;
  padding-bottom:30px;
  font-size:1.0rem;
  line-height: 1.5;
}
.hover{
  position: relative;
  figure{
    position: relative;
    overflow: hidden;
    &::before{
      display: block;
      content: '';
      position: absolute;
      left: -30%;
      top:-260%;
      width: 230%;
      height: 200%;
      transform :rotate(40deg);
      background: rgba(255,255,255,.2);
      transition: .3s;
      z-index: 1;
    }
    &::after{
      display: block;
      content: '';
      position: absolute;
      left: -30%;
      top:-260%;
      width: 230%;
      height: 200%;
      transform :rotate(40deg);
      background: linear-gradient(to bottom right ,rgba(34, 169, 202,.3), rgba(83, 26, 175,.3));
      transition: .3s;
      z-index: 2;
    }
    img{
      display: block;
      width: 100%;
      transition: .3s;
    }
    figcaption{
      opacity: 0;
      transition: .3s;
      position: absolute;
      left: 0;
      top:0;
      width: 100%;
      height: 100%;
      color: #fff;
      z-index: 3;
      .txt_box{
        position: relative;
        width: 100%;
        height: 100%;
        >p{
          width: 100%;
          text-align: center;
          position: absolute;
          left: 50%;
          top:50%;
          transform: translate(-50%,-50%);
        }
      }
    }
  }
  &:hover{
    figure{
      &::before{
        top:0;
      }
      &::after{
        top:0;
        transition-delay:.2s;
      }
      figcaption{
        opacity: 1;
      }
    }
  }
}
/*tablet*/
@media(min-width:768px){
  .button_text{
    display:block;
    color:#333;
    text-align: left;
    margin:0 5rem;
    font-size:1.2rem;
    line-height: 1.5;
  }
}
/*pc*/
@media(min-width:1025px){
  .button_text{
    display:block;
    color:#333;
    text-align: left;
    margin:0 10rem;
    font-size:1.6rem;
    line-height: 1.5;
  }
}