@charset "utf-8";
/* CSS Document */
/*main css
/*reset css
---------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
	height: 100%;
	font-size: 18px;
	-webkit-text-size-adjust: 18px;
	-ms-text-size-adjust: 18px;
}
@media screen and (max-width: 640px) {
html {
	width:100%;

  }

html.disable-navigation {
  /*左右スワイプによる履歴ナビゲーションを無効化する*/
  overscroll-behavior-x: none;
}

}
body{
	font-family:  "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFFFFF;
	color: #000000;
  font-weight: 400;
	font-size: 110%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
}



@media screen and (max-width: 640px) {
body {
	font-size: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "";
	}
}
section {
	padding-top: 0px;
	padding-bottom: 0px;
}
u {
   text-decoration: none;
   border-bottom: 1px solid;
}
/*テキスト関連*/
p { margin-top: 0; margin-bottom: 0 ;  padding-bottom:0px;
}

.space {
  margin-top: 30px
}

a {
	color: #fff59c;
}
a:hover {
	color:#ED6152;
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}

h1{
padding: 10px 10px 10px 30px;
text-align: left;
font-size: 80%;
}

h2 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
h1 {
   font-size: 100%;
}
}


/*コンテンツエリアの設定
---------------------------------------------------------------------------*/
/*コンテンツの切り替え*/
.pc-contents { display: block;}
.sp-contents { display: none;}
@media only screen and (max-width: 768px) {
.pc-contents { display: none;}
.sp-contents { display: block;}
}
/*　keyvisual
---------------------------------------------------------------------------*/

.keyvisual{
background-size: cover;
background-position: center;
height:61vw;
background-image:url(../img/kv_front.png);
}

.bg-head{
  background-image:url(../img/b01.jpg);
  text-align: left;
  padding: 0px 0px 50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

@media screen and (max-width: 768px) {



  .bg-head{
    padding: 0px 0px 30px 0px;
    background-image:url(../img/b01-sp.jpg);
    background-size:contain;
  }

.main-visual {
height: auto;
padding-bottom: 40px;
}

.main-visual02 {
height: auto;
padding-bottom: 40px;
}

	}

/*wrapper 背景設定など
---------------------------------------------------------------------------*/

.wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
}

.wrapper2 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	background-color:#FFFFFF;
}

.wrapper900 {
	height: auto;
	margin: 0px auto;
	max-width: 900px;
	line-height:180%;
}

.wrapper960 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	background-size: contain;
  text-align: center;
}
.wrapper1000 {
	height: auto;
	margin: 0px auto;
	max-width: 1000px;
	line-height:180%;
	background-size: contain;
  }

.wrapper1200 {
	height: auto;
	margin: 0px auto;
	max-width: 1200px;
	line-height:180%;
	background-size: contain;
}


.header-wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;
}

@media screen and (max-width: 768px) {
.header-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 768px;
}
	}
/*本文ボディ
---------------------------------------------------------------------------*/
.inner00 {
	padding:0px 0px;
	text-align:right;
}

.inner {
	padding:0px 0px;
	text-align:left;
}

.inner01 {
	padding:20px 30px;
	text-align:left;
}
.inner02 {
	padding:20px 40px;
	text-align:left;
}

.inner03 {
	padding:20px 30px;
	text-align:right;
}

.inner860 {
	padding:20px 50px;
	text-align:left;
}
.inner820 {
	padding:20px 70px;
	text-align:left;
}
.inner800 {
	padding:20px 80px;
	text-align:left;
}

/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.inner, .inner02, .inner03, .inner860, .inner820 , .inner800 , .inner780 , .inner760  {
	padding:10px 15px;
	text-align:left;
}
}

/*br
---------------------------------------------------------------------------*/
.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}


/*画像の設定
---------------------------------------------------------------------------*/
/*空白消し*/
img{
	margin: 0;
	padding: 0;
	display: block;
}
/*画像切り替え*/
.pc-img { display: block;}
.sp-img { display: none;}
@media only screen and (max-width: 768px) {
.pc-img { display: none;}
.sp-img { display: block; padding: 20px 0px 20px 10px;}
}
/*イメージカット用スケーリング*/
.rs-img {
    max-width:100%;
	height:auto;
}
@media only screen and (max-width: 768px) {
.rs-img {
    width:38%;
	height:auto;
}
}
/*スケーリング*/
.scaling{
	max-width:100%;
	height:auto;
}
.scaling2{
	max-width:100%;
	height:auto;
	padding:0px 20px;
}
.scaling3{
	max-width:100%;
	height:auto;
	padding:0px 20px 20px 20px;
}
/*左寄せ右マージン1em*/
.img-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*右寄せ左マージン1em*/
.img-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}

/*フッター
---------------------------------------------------------------------------*/
div#footer{
	background-color: #603813;
	text-align: center;
	font-size: 80%;
}

.message{
  text-align: center;
	line-height: 140%;
	padding-top: 50px;
  font-size: 100%;
	color: rgb(255, 255, 255);
}

.copyright{
	line-height: 140%;
	padding-bottom: 50px;
	color: rgb(255, 255, 255);
	font-size: 100%;
}

/*特定商法
---------------------------------------------------------------------------*/

.tokusyo-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	background-color: #FFF;
	background-size: contain;
  color: #000;
}
.tokusyo{
	max-height: 560px;
	overflow-y:scroll;
	font-size: 80%;
}
table.tokusyo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.tokusyo th,
table.tokusyo td {
  padding: 5px 10px;
  border: 1px solid #A2A2A2;
  text-align:left;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 140%;
}
table.tokusyo th {
  background-color: #D5D5D5;
  text-align: left;
  width: 25%;
}

@media screen and (max-width: 768px) {
.tokusyo{
	max-height: 380px;
}
  table.tokusyo {
    border-top: 1px solid #999;
  }
  table.tokusyo td {
    display: block;
    text-align: left;
  }
  table.tokusyo th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}

/*CSS
/*headbutton
---------------------------------------------------------------------------*/
.bg-headbutton{
	text-align: center;

  
}

.bg-button img
{
display: block;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 768px) {

  .bg-headbutton
  {
    padding: 0px 0px 0px 0px;
  }

  }

/*button-anime01
---------------------------------------------------------------------------*/
.btn-slip01{
  display: inline-block;
  padding: 50px 120px;
  font-size: 1.6em;
  font-weight: bold;
  border-radius: 100px;
  background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(156, 0, 0, 1));
  border-bottom: solid 10px #7b191c;
  text-decoration: none;
  color: #fff;
  margin-bottom: 30px;
}

.btn-slip01:active{
  box-shadow: none;
  position:relative;
  border-bottom:none;
  top:7px;
}

@media screen and (max-width: 768px) {
  .btn-slip01 {
    font-size: 0.9em;
    padding: 1em 4.5em;
    margin: 0px px 21px 0px;
    border-bottom: solid 10px #7b191c;
    }

    .btn-slip01:active {
      
    }

}


/*button-anime02
---------------------------------------------------------------------------*/
  .btn-slip{
    display: inline-block;
    padding: 50px 120px;
    font-size: 1.6em;
    font-weight: bold;
    border-radius: 100px;
    background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(156, 0, 0, 1));
    border-bottom: solid 10px #7b191c;
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
  }
  
  .btn-slip:active{
    box-shadow: none;
    position:relative;
    border-bottom:none;
    top:7px;
  }
  
  @media screen and (max-width: 768px) {
    .btn-slip {
      font-size: 0.9em;
      padding: 2em 5em;
      margin: 0px 0px 21px 0px;
      border-bottom: solid 10px #7b191c;
      }
  
      .btn-slip:active {
        
      }
  
  }



 /*返金保証
---------------------------------------------------------------------------*/

.bg-hosyou{
  background-image:url(../img/b11.jpg);
  text-align: left;
  padding: 0px 0px 70px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-hosyou {
      height: auto;
      margin: auto;
       max-width: 860px;
      line-height:180%;
      color: #000000;
      letter-spacing: 2px;
    }

    .wrapper-hosyou img
    {
    margin-left: auto;
    margin-right: auto;
    }

    .inner-hosyou {
      padding:50px 50px;
      text-align:left;
    }
  
    .hosyoubox    {
      font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN";
      background-image:url(../img/henkin_02.png);
      background-repeat: repeat-y;
      padding: 0px 90px 0px 90px;
      font-size: 0.9em;
      line-height: 180%;
      color: #603813;
      text-align: left;
      background-size: contain;
    }



    @media screen and (max-width: 768px) {

      .bg-hosyou{
        padding: 0px 0px 30px 0px;
        background-image:url(../img/b11-sp.jpg);
        width: 100%;
          }


      .hosyouinbox    {
             padding: 0px 50px 0px 50px;
        }

      .wrapper-hosyou {
        margin: 0px 10px; 
      }

      .inner-hosyou {
        padding:30px 30px;
        
      }
        .hosyoubox    {
          padding: 0px 30px 0px 30px;
    
    }
    }
 
/*3OK
---------------------------------------------------------------------------*/

.bg-3OK{
  background-color: #ffffff;
  text-align: left;
  padding:20px 0px 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-3OK{
      height: auto;
      margin: auto;
      font-size: 1em;
      max-width: 860px;
      line-height:200%;
      color: #ffffff;
        }

        .wrapper-3OK img
        {
        margin-top: 50px;  
        margin-left: auto;
        margin-right: auto;
        }


       
      @media screen and (max-width: 768px) {
        .wrapper-3OK img
        {
        margin-top: 20px;  
        margin-left: auto;
        margin-right: auto;
        }

        .bg-3OK    {
          margin: 0px 0px;
          padding: 20px 0px 0px 0px;
          }

          .wrapper-3OK{
            margin: 0px 10px;
                 }
  
    }
          

 /*あなたのモノに
---------------------------------------------------------------------------*/

    .triangle {
      position: relative;
    }
    
    .triangle:after {
      content: "";
      position: absolute;
      top: 100%;
      box-sizing: border-box;
      border-right: 50vw solid transparent;
      border-left: 50vw solid transparent;
      border-top: 120px solid #fff;
    }
    
    .sec {
      height: auto;
      margin: auto;
      line-height:100%;
      padding: 0px 0px;
    }

    .sec02 {
      padding-top: 150px;
     
    }
    
    .tri {
      max-width: 900px;
      margin: 0 auto;
    }

    @media screen and (max-width: 768px) {

      .triangle:after {
        border-top: 50px solid #fff;
      }

    }
 /*抜群
---------------------------------------------------------------------------*/

.bg-gun{
  background-image:url(../img/b03.jpg);
  text-align: left;
  padding:80px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-gun {
      height: auto;
      margin: auto;
       max-width: 1200px;
      line-height:180%;
      color: #ffffff;
      letter-spacing: 2px;
      padding: 0px 20px;
    }

    .bg-gun img
    {
    margin-left: auto;
    margin-right: auto;
    }

    @media screen and (max-width: 768px) {
      .wrapper-gun    {
             padding: 0px 20px;
        }

        .bg-gun{
          padding:20px 0px;
            }
    }



/*プロフィール
---------------------------------------------------------------------------*/

.bg-pro{
  background-image:url(../img/b05.jpg);
  text-align: left;
  padding:60px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-pro {
      height: auto;
      margin: auto;     
      max-width: 900px;      
      letter-spacing: 1px;
       }

       .probox    {
        background-image:url(../img/prof_02.jpg);
        padding: 0px 70px;
        font-size: 0.9em;
        line-height:180%;
        color:#000;
        text-align: left;
        background-size: contain;
        }

      .shadow_pro {
        filter: drop-shadow(5px 5px 20px rgb(0, 0, 0, 0.2));
        padding: 15px 0px;
      }
    
      .probox img
      {
      display: block;
      margin-left: auto;
      margin-right: auto;
      }
      @media screen and (max-width: 768px) {

        .bg-pro{
          padding:20px 0px;
            }

        .wrapper-pro {
          padding: 0px 15px 0px 10px;
           }
        .probox    {
             padding: 0px 30px 0px 30px;
             font-size: 0.8em;

      }
    }

    
/*実績
---------------------------------------------------------------------------*/
.bg-zisseki{
  background-image:url(../img/b02.jpg);
  text-align: left;
  padding: 150px 0px 120px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }
  
  .bg-zisseki img
  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

  .zisseki_box {
    height: auto;
    margin: 0px auto;   
    max-width: 960px;
    line-height:150%;
    background-size: contain;
    
    }

    .shadow_zisseki {
      filter: drop-shadow(0px 5px 15px rgb(0, 0, 0, 0.1));
}
    @media screen and (max-width: 768px) {

      .bg-zisseki{
        background-image:url(../img/b02.jpg);
        padding: 70px 0px 10px 0px;
    }

      .container01 {
    padding: 0px 0px;
    margin: 0px 10px;
        }
    
    }
  





  /*本文
---------------------------------------------------------------------------*/

.bg-body{
  background-image:url(../img/b12.jpg);
  text-align: left;
  padding:0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-body {
      height: auto;
      margin: auto;
      max-width: 900px;
      line-height:200%;
      color: #000000;
      letter-spacing: 1px;
      font-size: 1em;
    }

    .inner-body {
      padding:40px 100px 20px 100px;
      text-align:left;
    }

  
    @media screen and (max-width: 768px) {

      .wrapper-body {
        margin: 0px 10px; 
        font-size: 0.8em;
      }

      .inner-body {
        padding:20px 10px;
        
    
    }
    }
 



/*理由
---------------------------------------------------------------------------*/

.bg-riyu{
  background-image:url(../img/b06.jpg);
  text-align: left;
  padding:0px 0px 60px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-riyu {
      height: auto;
      margin: auto;     
      max-width: 900px;      
      letter-spacing: 1px;
       }

       .riyubox    {
        background-image:url(../img/riyu_02.png);
        padding: 0px 70px 30px 70px;
        font-size: 1em;
        line-height:180%;
        color:#ffffff;
        text-align: left;
        background-size: contain;
        }

 
      .riyubox img
      {
      display: block;
      margin-left: auto;
      margin-right: auto;
      }

      @media screen and (max-width: 768px) {


        .bg-riyu{
          padding:0px 0px 30px 0px;
            }
        .wrapper-riyu {
          margin: 0px 10px;
           }
           .riyubox    {
            padding: 10px 30px 0px 30px;
            font-size: 0.9em;
            }
      

     }

 /*3step
---------------------------------------------------------------------------*/
.bg-3st{
  background-color: #FBF6D7;
  padding: 50px 0px 30px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  font-weight: bold;
    }


    .wrapper-3st {
      height: auto;
      margin: auto;
      max-width: 1000px;
      color: #000;
      letter-spacing: 1px;
            
    }


    .inner-3st {
      padding:30px 0px 30px 0px;
      text-align:center;
      font-size: 1.2em;
      font-weight: bold;
      color: #000;
      line-height:180%;
    }

    
    .wrapper-3st img
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    @media screen and (max-width: 768px) {

      .wrapper-3st {
        padding:10px 15px 10px 15px;
      }
      .inner-3st {
        font-size: 1em;
      }
    }




/*コンテンツ
---------------------------------------------------------------------------*/

.bg-conten{
  background-image:url(../img/b08.jpg);
  padding:0px 0px 20px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .bg-conten img
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .wrapper01-conten {
      height: auto;
      margin: 0px auto 50px auto;
      padding-top: 30px;
      font-size: 1.1em;
      max-width: 860px;
      line-height:220%;
      color: #ffffff;
      text-align: center;
      letter-spacing: 2px;
         }
  
        
        .contenbox    {
        max-width: 800px;
        margin: auto;
        background-color: #FFFFFF;
        border-radius: 10px;
        padding: 30px 35px;
        margin-top: 30px;
      }

      .conten-inner    {
        font-size: 0.9em;
        line-height: 180%;
        color:#000000;
        
      }
    
      .contenbox img
      {
      display: block;
      margin-left: auto;
      margin-right: auto;
      }


      @media screen and (max-width: 768px) {
        .bg-conten{
          padding:0px 0px 40px 0px;
              }

        .wrapper01-conten{
          margin: 0px 5px;
          font-size: 0.9em;
          line-height: 180%;
            }


        .contenbox    {
          padding: 10px 30px 20px 30px;
          margin: 20px 10px 0px 10px;
        }

        .contenbox img
        {
        display: block;
        margin-left: auto;
        margin-right: auto;
            }
      }

/*コンテンツ2
---------------------------------------------------------------------------*/
.contents-text01{
	color: #ED1C24;
	font-size:100%;
	line-height: 120%;
  background-color: #FFFF00;
  letter-spacing: 2px;
  font-weight: bold;
}

.bg-conten2{
  background-image:url(../img/b09.jpg);
  padding:40px 0px 20px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .bg-conten2 img
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .wrapper01-conten2 {

      height: auto;
      margin: 0px auto 40px auto;
      padding-top: 0px;
      font-size: 1em;
      max-width:860px;
      color: #000000;
       }
         
       .contenbox2    {
          background-image:url(../img/contents_02.png);
          background-repeat: repeat-y;
          padding: 0px 65px 0px 65px;
          font-size: 1em;
          line-height: 220%;
          color: #000000;
          font-weight: bold;
          background-size: contain;
      }
 
      .contenbox3    {
      margin: auto;
        line-height:190%;
      font-weight: bold;
      font-size: 1.2em;
      text-align: center;
    }

    .contenbox3 p{
      font-weight: bold;

    }

    @media screen and (max-width: 768px) {
      .wrapper01-conten2 {
      margin: 0px 10px;   

         }
       
         .contenbox2    {
          padding: 0px 30px 0px 30px;
          font-size: 0.8em;
           }
 
           .contenbox3    {
            font-size: 0.9em;
          }


    }



 /*モニターの声　体験談
---------------------------------------------------------------------------*/

.bg-taiken{
  background-image:url(../img/b13.jpg);
  text-align: center;
  padding:50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-taiken {
      height: auto;
      margin: auto;
      max-width: 860px;
      color: #000;
      letter-spacing: 1px;
            
    }

    .wrapper-taiken img
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
       }

    .inner-taiken {

      background-repeat: repeat-y;
      padding: 0px 0px;
      font-size: 1em;
      line-height: 200%;
      text-align: center;
      background-size: contain;
    }




/* 破線 */
.taiken-dashed {
  background-image : linear-gradient(to right, #FFF, #FFF 2px, transparent 2px, transparent 8px);  /* 幅の線を作る */
  background-size: 5px 1px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
  margin: 30px 0px;
}

@media screen and (max-width: 768px) {
  .wrapper-taiken  {
         padding: 0px 20px;
    }
   
}


 /*ちょっと待った
---------------------------------------------------------------------------*/

.p.txt01 {font-weight:800; }

.textk120-m01 {
	background: #FFFF45;
  color: #000;
	font-size:120%;
}



.bg-choto{
  background-image:url(../img/b07.jpg);
  padding: 130px 0px 110px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  font-weight: bold;
    }

    .bg-choto img
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
       }

    .wrapper-choto01 {
      height: auto;
      margin: auto;
      max-width: 860px;
      color: #000;
      letter-spacing: 1px;
            
    }

    .wrapper-choto {
      height: auto;
      margin: auto;
       max-width: 860px;
      line-height:150%;
      color: #fff;
      letter-spacing: 2px;
      
    }


    .inner-choto {
      padding:0px 50px 50px 50px;
      text-align:center;
      font-size: 1.1em;
      line-height:160%;
    }

    

    .chotobox    {
      background-image:url(../img/cho_02.png);
      background-repeat: repeat-y;
      padding: 10px 0px 0px 0px;
      font-size: 1em;
      line-height: 200%;
      color: #FFF;
      text-align: center;
      background-size: contain;
    }
  
    @media screen and (max-width: 768px) {
      .bg-choto{
        width: 100%;/* 横幅いっぱい */
        background-image:url(../img/b07-sp.jpg);
          }
      

      .wrapper-choto {

        padding: 20px 10px;
        
      }

      .inner-choto {
        padding:30px 0px 30px 0px;
        font-size: 1em;
        
            }

    .chotobox    {
      background-color: #A5102B;
      padding: 0px 40px;
      font-size: 0.9em;
      line-height:180%;
        }

        .bg-choto{
          padding: 40px 0px 40px 0px;
            }

            .wrapper-choto01 {
              margin: 0px 10px;
                                    }
        
    }



/*お申込み
---------------------------------------------------------------------------*/

.bg-omo{
  background-image:url(../img/b01.jpg);  
  padding: 0px 0px 50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }
  
    .bg-omo img
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .inner-omo {
      height: auto;
      margin: auto;
      text-align: center;
      max-width: 960px;
      line-height:180%;
    }



    .wrapper-omo {
      height: auto;
      margin: auto;
      padding: 20px 20px;
      max-width: 960px;
      line-height:180%;
    }



.omo-text01
{
font-size: 0.7em;
line-height:150%;
}



@media screen and (max-width: 768px) {

  .bg-omo{
    background-image:url(../img/b01-sp.jpg);
    background-size:contain;
}

.wrapper-omo {
 margin: 0px 0px; 
 padding: 0px 0px;
 font-size: 0.8em;

}
 .inner-omo {

  padding: 0px 50px;

}
}
  /*返金
---------------------------------------------------------------------------*/

.bg-henkin{
  text-align: left;
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-henkin {
      height: auto;
      margin: auto;
       max-width: 960px;
      line-height:180%;
      color: #ffffff;
      letter-spacing: 2px;
    }

    .inner-henkin {
      padding:50px 50px;
      text-align:left;
    }
  
    .henkinbox    {
      background-color: #fff;
      border-radius: 25px;
      color: #000000;
      padding: 30px 40px;
      font-size: 0.8em;
      line-height: 150%;
      text-align: left;
      background-size: contain;
    }

    @media screen and (max-width: 768px) {
      .henkinbox    {
             padding: 30px 30px;
        }

      .wrapper-henkin {
        font-size: 0.8em;
        margin: 0px 20px;
        line-height:150%;
      }

      .inner-henkin {
        padding:30px 30px;
        
    
    }
    }

  /*特典
---------------------------------------------------------------------------*/

.bg-tokuten{
  background-image:url(../img/b10.jpg);
  text-align: left;
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-tokuten {
      height: auto;
      margin: auto;
       max-width: 860px;
      line-height:160%;
      letter-spacing: 2px;
        }

    .toku02{
      background-image:url(../img/toku_02.png);
      background-repeat: repeat-y;
      padding: 0px 70px;
      color: #ffffff;
      font-size: 1em;
      line-height: 160%;
      text-align: left;
      background-size: contain;
    }
    
    @media screen and (max-width: 768px) {

      .bg-tokuten{
         padding: 20px 0px;
          }

      .toku02 {
        padding: 0px 30px;
              line-height: 160%;
              font-size: 0.9em;
      }
    
      .wrapper-tokuten {
        margin: 0px 10px; 
      }

      .inner-tokuten {
        padding:30px 30px;
        
    
    }
    }


/*,飾り枠
---------------------------------------------------------------------------*/

.frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2em 2em;
  background-color: #fff;
}


.frame::before {
  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background:
    radial-gradient(circle at top left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left top / 23px 23px no-repeat,
    radial-gradient(circle at top right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right top / 23px 23px no-repeat,
    radial-gradient(circle at bottom left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left bottom / 23px 23px no-repeat,
    radial-gradient(circle at bottom right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right bottom / 23px 23px no-repeat,
    linear-gradient(90deg, transparent 20px, #ca4 23px) left top / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 23px) right top / 51% 3px no-repeat,
    linear-gradient(90deg, transparent 20px, #ca4 23px) left bottom / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 23px) right bottom / 51% 3px no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 23px) left top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 23px) left bottom / 3px 51% no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 23px) right top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 23px) right bottom / 3px 51% no-repeat;
}
.frame::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  box-shadow: 0 0 0 1px #ca4;
  
}
.frame h2 {
  text-align: center;
  color: #ca4;
}

@media screen and (max-width: 768px) {

  .frame {
   margin-top: 30px;
  }
  
}



/*Q&Aベース
---------------------------------------------------------------------------*/

.bg-qa{ 
  text-align: left;
  padding: 0px 0px 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }
  
    .wrapper-qa {
      height: auto;
      margin: auto;
      padding: 30px 30px;
      max-width: 960px;
      line-height:150%;
      background:rgba(255,255,255,0.8); 
    }

  
  @media screen and (max-width: 768px) {

    .wrapper-qa {
      margin: 0px 20px; 
      padding: 20px 10px 0px 0px;
    }
  }


  
/*Q&A 展開
---------------------------------------------------------------------------*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1em 0;
  font-size: 0.9em;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
  font-size: 0.9em;
	padding: 0 0 0.9em 2em;
	border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 15%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1em;
}
.cp_qa dt::before {
	padding: 0.18em 0.35em;
	content: 'Q';
	background: #000;
}
.cp_qa dd::before {
	padding: 0.18em 0.35em;
	content: 'A';
	background: #CB0000;
}



  /*最後に
---------------------------------------------------------------------------*/

.bg-saigo{
  background-image:url(../img/b10.jpg);
  text-align: left;
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
    }

    .wrapper-saigo {
      height: auto;
      margin: auto;
       max-width: 960px;
      line-height:180%;
      background:rgba(0, 0, 0, 0.8); 
      color: #FFFFFF;
      letter-spacing: 2px;
    }

    .inner-saigo {
      padding:50px 50px;
      text-align:left;
    }
  
    @media screen and (max-width: 768px) {

      .wrapper-saigo {
        margin: 0px 20px; 
      }

      .inner-saigo {
        padding:30px 30px;
        
    
    }
    }


 
/*タイマー
---------------------------------------------------------------------------*/
.timerspace{
  padding:100px 0px 0px 0px;
  
  }
  
  .site-header{
      background: #603813;
      padding: 0px 0px 10px 0px;
      width: 100%;
     z-index: 9999;
  }
  
  .timewrapper {
    height: auto;
    margin: 0px auto;
    line-height:210%;
    font-weight: 900;
  
  }
  
  #nokori{
    text-align:center;
    font-size:25px;
    margin-bottom:0px;
    padding: 0px 0px 0px 0px;
    color: #FFF;
    line-height: 170%;
  }
  
  #nokori span{
    color: #FFF;
    }
  
  .nokori02{
      text-align:center;
      font-size:40px;
      margin-bottom:0px;
      padding: 10px 0px 0px 0px;
      color: #FFF;
  font-weight: bold;
     }
  
     #timer02 span{
      color: #ffed26;
      font-size:2em;
      }
    

  
  @media screen and (max-width: 768px) {
  
    .timerspace{
    padding:60px 0px 0px 0px;
  
    }
    .site-header{
      background: #603813;
        padding: 0px 0px 0px 0px;
        width: 100%;
       z-index: 9999;
    }
  
  #nokori{
    text-align:center;
    font-size:20px;
    padding:10px 0px 0px 0px;
  }
  
  #nokori span{
    color: #FFF;
  }
  
  .nokori02{
      text-align:center;
      font-size:25px;
      margin-bottom:0px;
      padding: 0px 0px 0px 0px;
      color: #FFF;
  font-weight: bold;
     }

     #timer02 span{
      color: #ffed26;
      font-size:1.7em;
      }
    
  }
  
 