@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* center , flex-end , flex-start , space-around ,*/

/* background-ex */

/* responsive bgimg */


/***** チェックを入れるとクリック可能になるボタン *****/
.div-ha-buy-button{
margin:0 auto;
text-align:center;
margin-bottom:30px;
margin-top:16px;
}

.ha-buy-button {
    display: block;
    font-size: 1.8em;
	width: 480px;
    height: 70px;
    padding: 4px 30px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #fff;
    background: #FE2860;
	border: none;
    border-radius: 35px;
    cursor: pointer;
}

.ha-buy-button:hover {
    background: #FF4A8A;
}

.ha-buy-button:disabled {
    color: #fff;
    background: #ccc;
    border: none;
    pointer-events:none;
}

.ha-checkol {
    display: flex;
    justify-content: center;
    text-align: left;
}

.ha-check-button{
display:block;
text-align:center;
margin-top: 10px;
}

.ha-checkol p {
	display: block;
	width: 50%;
	margin-top: 10px;
	background-color: #ededed;
	padding: 10px;
	font-size: 85%;
}

p.ha-mini-text{
	margin-top: 5px;
	font-size:0.8em;
}

input#ha-buy-check {
    transform: scale(1.8);
    margin-right: 1.2em;
	margin-bottom: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 22%;
  background: #ededed;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

@media screen and (min-width: 769px), print {
  html {
     font-size: 62.5%;
  }
  body {
    background-color: #fff;
    color: #333333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    min-width: 1240px;

  }

  a {
    color: #0099FF;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;

  }

    a:hover {
      text-decoration: underline;
    }
  .pc {
    display: block !important;
  }

  .sp {
      display: none !important;
  }

  .pc-hide {
    display: none !important;
  }

  .mainContents{
		font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		font-weight:normal;
		font-size:15px;
		line-height:1.4;
		color:#262626;
	}

    .mainContents ._inner {
      width: 1200px;
      margin: 0 auto;
    }


    header {
    	border-bottom: 1px solid #dfdfdf;
    }

    header .header {
    	width: 100%;
    	max-width: 1200px;
    	min-width: 960px;
    	margin: 10px auto;
    }

    header #af_hd_logo,header #af_hd_txt {
    	display: inline-block;
    }

    header #af_hd_logo {
    	width: 60%;
    }

    header #af_hd_txt {
    	font-size: 11px;
    	color: #6f6f6f;
    	width: 39%;
    }

  .kv {
    margin: 20px 0;
  }
    .kv img {
      width: 100%;
      height: auto;
    }
  .page_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
      .page_nav ul ul {
        display: none;
      }
      .page_nav ul a {
        display: block;
        border: 1px solid #0099FF;
        background-color: #fff;
        width: 590px;
        height: 70px;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        padding-top: 20px;
      }


        .page_nav ul a .icon {
          background: url('/cp/af/af1/images/ic_link_blue@2x.png') center center no-repeat;
          background-size: 17px 17px;
          width: 17px;
          height: 17px;
          text-indent: -9999px;
          display: inline-block;
          margin-right: 5px;
          margin-bottom: 2px;
          vertical-align: middle;
        }

        .page_nav ul a:hover {
          background-color: #F0F9FF;
          text-decoration: none;
        }

  .ct_btn {
    margin-top: 50px;
    position: relative;
  }

      .ct_btn_btn a {
        display: inline-block;
        background-color: #FE2860;
        color: #fff;
        font-weight: bold;
        font-size: 2.4rem;
        width: 480px;
        height: 70px;
        border-radius: 35px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
	  .ct_btn_btn a span {
        display: block;
        background-color: #FE2860;
        color: #fff;
        font-size: 1.6rem;
        display: inline;
      }
	
      .ct_btn_btn_gry a {
        display: inline-block;
        background-color: #cccccc;
        color: #fff;
        font-weight: bold;
        font-size: 2.4rem;
        width: 480px;
        height: 70px;
        border-radius: 35px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
	  .ct_btn_btn_gry a span {
        display: block;
        background-color: #cccccc;
        color: #fff;
        font-size: 1.6rem;
        display: inline;
      }

        .ct_btn_btn a:before {
          content: '';
          width: 8px;
          height: 8px;
          border: 0px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right:20px;
          margin-top: -4px;
        }

        .ct_btn_btn a:hover,.ct_btn_btn a:hover span {
          text-decoration:none;
          background-color: #FF4A8A;

        }

    .ct_btn_totop {
      position: absolute;
      bottom:0;
      right: 0;
    }
      .ct_btn_totop a {
        font-weight: bold;
        background: url('/cp/af/af1/images/arw_totop@2x.png') right center no-repeat;
        background-size: 16px;
        padding-right: 20px;
        min-height: 16px;
        display: inline-block;
      }

  .cont01 {
    margin-top: 70px;
    background-color: #F0F9FF;
  }

    .cont01 ._inner {
      width: 1120px;
      padding: 0 20px 70px;
      margin:  0 auto;
    }

    .cont01 > h2 {
      background-color: #0099FF;
      color: #fff;
      font-size: 3rem;
      font-weight: bold;
      text-align: center;
      padding: 22px 0;
    }

    .cont01 .contbox {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
              box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
      margin-top: 60px;
      padding: 50px 40px 40px;
    }

      .cont01 .contbox h3 {
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
      }

        .cont01 .contbox h3 +p {
          text-align: center;
          margin-top: 20px;
          font-size: 2rem;
        }
      .cont01-01_imgbox {
        margin-top: 50px;
        width: 713px;
        margin: 50px auto 0;
        position: relative;
      }

        .cont01-01_imgbox img {
          width: 100%;
        }

        .cont01-01_imgbox_btn  a {
          background: url('/cp/af/af1/images/price_table_btn_off@2x.png') center center no-repeat;
          background-size: 169px 151px;
          width: 169px;
          height: 151px;
          text-indent: -9999px;
          display: block;


          position: absolute;
          top: 40px;
          right: -160px;


        }

          .cont01-01_imgbox_btn  a:hover {
            background: url('/cp/af/af1/images/price_table_btn@2x.png') center center no-repeat;
            background-size: 169px 152px;
            width: 169px;
            height: 152px;
            text-indent: -9999px;
            display: block;
          }

        .cont01-01_imgbox .noticeul {
          margin-top: 20px;
        }

       .cont01-01-aside {
         margin-top: 60px;
         background: url('/cp/af/af1/images/bsskeper_bg01@2x.png') left top repeat;
         background-size: 1080px 205px;
         padding: 30px 20px 20px;
         position: relative;
       }

         .cont01-01-aside_title {
           display: -webkit-box;
           display: -ms-flexbox;
           display: flex;
           -webkit-box-pack: start;
               -ms-flex-pack: start;
                   justify-content: flex-start;
           -ms-flex-wrap: nowrap;
               flex-wrap: nowrap;
           -webkit-box-align: center;
               -ms-flex-align: center;
                   align-items: center;
         }
             .cont01-01-aside_title h3 img {
               width: 300px;
               height: auto;
             }

             .cont01-01-aside_title h3 + p {
              font-size: 2rem;
              font-weight: bold;
              color: #FFEF70;
              letter-spacing: 0;
              text-align: center;
              margin-left: 20px;
             }

         .cont01-01-aside_body {
           margin-top: 25px;
           background-color: #fff;
           padding: 15px 25px;
           line-height: 1.8;
         }

           .cont01-01-aside_body .red {
             color:#E40011;
           }

         .cont01-01-aside_cara {
           background: url('/cp/af/af1/images/bsskper_img01@2x.png') center center no-repeat;
           background-size: 103px 159px;
           width: 103px;
           height: 159px;
           text-indent: -9999px;
           display: block;
           position: absolute;
           top: 18px;
           right: 40px;
         }

      .cont01-02_img {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
      }
        .cont01-02_img img {
          height: 240px;
          width: auto;
        }

      .cont01-03_cover {
        margin: 50px auto;
        width: 755px;


      }
      .cont01-03_flow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
      }

        .cont01-03_flow img {
          height: 165px;
          width: auto;
        }
        .cont01-03_flows {
          line-height: 1.6;
          position: relative;


        }

          .cont01-03_flows:before {
            content:'';
            background: url('/cp/af/af1/images/arw_rarw01@2x.png') center center no-repeat;
            background-size: 18px 30px;
            width: 18px;
            height: 30px;
            text-indent: -9999px;
            display: block;
            position: absolute;
            left: -60px;
            top: 70px;
          }
            .cont01-03_flows:first-child:before {
              display: none;
            }
          .cont01-03_flows strong {
            font-weight: normal;
            color: #E40011;
          }
          .cont01-03_flows img {
            margin-bottom: 15px;
          }

        .cont01-03_flows-01,.cont01-03_flows-02 {
          -ms-flex-preferred-size: 165px;
              flex-basis: 165px;
          max-width: 165px;
        }
        .cont01-03_flows-03 {
          -ms-flex-preferred-size: 200px;
              flex-basis: 200px;
          max-width: 200px;
        }

      .cont01-03 .noticeul {
        width: 760px;
        margin: 0 auto;
      }
      .cont01-04 h4 {
        color: #fff;
        background-color: #0099FF;
        font-size: 2rem;
        font-weight: bold;
        padding: 7px 10px;
        margin-top: 45px;
      }

      .cont01-04_img01 {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
      }

        .cont01-04_img01 img {
          width: 484px;
          height: auto;
        }

      .cont01-04_img03 {
        margin-top: 40px;
      }

        .cont01-04_img03 img {
          width: 100%;
          height: auto;
        }

      .cont01-04_flow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-top: 40px;
      }

        .cont01-04_flow img {
          height: 165px;
          width: auto;
        }
        .cont01-04_flows {
          line-height: 1.6;
          position: relative;


        }

          .cont01-04_flows:before {
            content:'';
            background: url('/cp/af/af1/images/arw_rarw01@2x.png') center center no-repeat;
            background-size: 18px 30px;
            width: 18px;
            height: 30px;
            text-indent: -9999px;
            display: block;
            position: absolute;
            left: -50px;
            top: 70px;
          }
            .cont01-04_flows:first-child:before {
              display: none;
            }
          .cont01-04_flows strong {
            font-weight: normal;
            color: #E40011;
          }
          .cont01-04_flows img {
            margin-bottom: 15px;
          }

          .cont01-04_flows small {
            font-size: 1.3rem;
            color: #666666;
          }

        .cont01-04_flows-01,.cont01-04_flows-02,.cont01-04_flows-03 {
          -ms-flex-preferred-size: 165px;
              flex-basis: 165px;
          max-width: 165px;
        }
        .cont01-04_flows-04 {
          -ms-flex-preferred-size: 258px;
              flex-basis: 258px;
          max-width: 258px;
        }
      .cont01-05_cover {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

        .cont01-05_cover-01,.cont01-05_cover-03 {
          width: 445px;
          background-color: #F2F2F2;
        }

          .cont01-05_cover-01 h4, .cont01-05_cover-03 h4 {
            text-align: center;
            background-color: #0099FF;
            color: #fff;
            font-size: 2rem;
            font-weight: bold;
            padding: 12px;
          }
          .cont01-05_cover-01 p {
            text-align: center;
            padding: 24px 0 18px;
            height: 130px;
          }
            .cont01-05_cover-01 p img {
              height: 88px;
              width: auto;
            }
        .cont01-05_cover-02 {
          font-size: 2rem;
          font-weight: bold;
        }
          .cont01-05_cover-03 p {
            text-align: center;
            line-height: 2;
            height: 130px;
            padding: 15px 30px;

          }
  .cont02 {
    background-color: #F0F9FF;
  }

    .cont02 ._inner {
      width: 1120px;
      padding: 0 20px 70px;
      margin:  0 auto;
    }

    .cont02 > h2 {
      background-color: #0099FF;
      color: #fff;
      font-size: 3rem;
      font-weight: bold;
      text-align: center;
      padding: 22px 0;
    }

    .cont02 .contbox {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
              box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
      margin-top: 60px;
      padding: 50px 40px 40px;
    }

      .cont02 .contbox h3 {
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
      }

        .cont02 .contbox h3 +p {
          text-align: center;
          margin-top: 20px;
          font-size: 2rem;
        }

      .cont02-01_img {
        margin-top: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
      }

        .cont02-01_img01 {
          -ms-flex-preferred-size: 245px;
              flex-basis: 245px;
          max-width: 245px;
        }
          .cont02-01_img01 img {
            width: 100%;
            height: auto;
          }

        .cont02-01_img ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-preferred-size: 760px;
              flex-basis: 760px;
          max-width: 760px;
        }

          .cont02-01_img ul li {
            -ms-flex-preferred-size: 230px;
                flex-basis: 230px;
            max-width: 230px;
            margin-left:20px;
            margin-bottom: 20px;
          }

            .cont02-01_img ul li img {
              width: 100%;
              height: auto;
            }
      .cont02-02_img {
        margin-top: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
      }

        .cont02-02_img li {
          -ms-flex-preferred-size: 320px;
              flex-basis: 320px;
          max-width: 320px;
        }

          .cont02-02_img li img {
            width: 100%;
            height: auto;
          }

      .cont02-02 .noticeul {
        margin-top: 15px;
      }

      .cont02-03_img {
        margin-top: 45px;
        background: url('/cp/af/af1/images/necessary_img01@2x.png') left top no-repeat;
        background-size: 1000px 250px;
        width: 1000px;
        height: 250px;
        position: relative;
      }

        .cont02-03_img_text01 {
          width: 130px;
          color: #E40011;
          line-height: 1.6;
          position: absolute;
          top:106px;
          left: 510px;
        }
          .cont02-03_img_text01 a {
            color: #E40011;
            text-decoration: underline;
          }

        .cont02-03_img_text02 {
          width: 240px;
          line-height: 1.6;
          position: absolute;
          top:106px;
          left: 740px;
        }
          .cont02-03_img_text02 a {
            text-decoration: underline;
          }
          .cont02-03_img_text02 .title {
            font-weight: bold;
            text-align: center;
            margin-bottom: 5px;
          }

      .cont02-04_text01 {
        margin-top: 40px;
        font-weight: bold;
        color:#0099FF;
      }
      .cont02-04_img01 {
        margin-top: 20px;
      }
        .cont02-04_img01 img {
          width: 100%;
          height: auto;
        }

  .cont03 {
    margin-top: 70px;
  }

    .cont03 h3 {
      font-size: 3rem;
      font-weight: bold;
      text-align: center;

    }
    .cont03 ._inner {
      width: 1120px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .cont03 h4 {
      background-color: #0099FF;
      color: #fff;
      font-weight: bold;
      font-size: 2rem;
      padding: 8px 10px;
      margin-top: 50px;
    }

    .cont03 .channelCatBlock {
      margin-top: 30px;
      background-color: #F2F2F2;
      padding: 20px;
    }

      .cont03 .channelCatBlock h5 {
        font-size: 2rem;
        font-weight: bold;
        padding-left: 16px;
        margin-bottom: 20px;
        position: relative;
      }

        .cont03 .channelCatBlock h5:before {
          content: '';
          width: 7px;
          height: 22px;
          background-color: #C11920;
          border-radius: 2px;
          position: absolute;
          top: 4px;
          left: 0;

        }
          .cont03 .channelCatBlock h5.sports:before {
            background-color: #005BAC;
          }
          .cont03 .channelCatBlock h5.enta:before {
            background-color: #C04C98;
          }
          .cont03 .channelCatBlock h5.music:before {
            background-color: #00783B;
          }
          .cont03 .channelCatBlock h5.drama:before {
            background-color: #9DC813;
          }
          .cont03 .channelCatBlock h5.stage:before {
            background-color: #EC6102;
          }
          .cont03 .channelCatBlock h5.anime:before {
            background-color: #EE859A;
          }
          .cont03 .channelCatBlock h5.document:before {
            background-color: #9A85BD;
          }
          .cont03 .channelCatBlock h5.news:before {
            background-color: #4AACE2;
          }
          .cont03 .channelCatBlock h5.hobby:before {
            background-color: #D45215;
          }
          .cont03 .channelCatBlock h5.edu:before {
            background-color: #727070;
          }
          .cont03 .channelCatBlock h5.gamb:before {
            background-color: #476D1D;
          }
          .cont03 .channelCatBlock h5.shopping:before {
            background-color: #F39818;
          }

      .cont03 .channelCatBlock .channels {
        background-color: #fff;
        margin: 4px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
      }

        .cont03 .channelCatBlock .channels .logo {
          padding: 5px;
          -ms-flex-preferred-size: 70px;
              flex-basis: 70px;
          max-width: 70px;
        }
          .cont03 .channelCatBlock .channels .logo img {
            width: 60px;
            height: 60px;
          }
        .cont03 .channelCatBlock .channels .title {
          -ms-flex-preferred-size: 350px;
              flex-basis: 350px;
          max-width: 350px;
          padding: 15px 10px;
          font-weight: bold;
        }
          .cont03 .channelCatBlock .channels .title small {
            font-size: 1.3rem;
            font-weight: normal;
          }
        .cont03 .channelCatBlock .channels .price {
          -ms-flex-preferred-size: 150px;
              flex-basis: 150px;
          max-width: 170px;
          border-left: 1px solid #F2F2F2;
          padding: 15px 0px 15px 3px;
          color: #D0021B;

        }
          .cont03 .channelCatBlock .channels .price small {
            font-size: 1.3rem;
            color: #333333;
          }
        .cont03 .channelCatBlock .channels .setpac {
          -ms-flex-preferred-size: 120px;
              flex-basis: 120px;
          max-width: 120px;
          border-left: 1px solid #F2F2F2;
          padding: 20px 10px;

        }
          .cont03 .channelCatBlock .channels .setpac img {
            width: 100%;
            height: auto;
          }
        .cont03 .channelCatBlock .channels .text {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-left: 1px solid #F2F2F2;
          padding: 15px;
        }
  .contnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 40px 0 0;
  }
    .contnav li {
      margin: 0 10px;
    }
      .contnav li a {
        color: #0099FF;
        font-weight: bold;
        display: inline-block;
        padding-left: 22px;
        background: url('/cp/af/af1/images/ic_link_white@2x.png') left center no-repeat;
        background-size: 17px;
      }
        .contnav-bgw li a {
          background: url('/cp/af/af1/images/ic_link_blue@2x.png') left center no-repeat;
          background-size: 17px;
        }
  .linkarw {
    text-decoration: underline;
    padding-left: 15px;
    position: relative;
  }
    .linkarw:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 0px;
      border-top: solid 2px #0099FF;
      border-right: solid 2px #0099FF;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -4px;
    }
  .noticeul {
    color:#555555;
    font-size: 1.3rem;
  }
    .noticeul li {
      text-indent: -1em;
      padding-left: 1em;
    }
  .channelplantext {
    margin-top: 25px;
  }
    .channelplantext img {
      vertical-align: middle;
    }

  .pagetop_v4 {
    height: 24px !important;
  }

.attention {
  padding: 0 0 20px 0;
  width: 100%;
  min-width: 960px;
}

.attention-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 0px auto;
  width: 960px;
  border: 2px solid #ededed;
}

.attention-box-head {
  padding: 12px 0 3px 0;
  background: #ffffff;
  text-align: center;
}

.attention-box-head h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FFF;
}

.attention-box-body h3{	
font-size: 26px;	
color: crimson;	
text-align: center;
margin-top: 20px!important;
}

.attention-box-body {
  padding: 20px 0;
}
.attention-sub {
  margin: 20px auto 0 auto;
  width: 800px;
}

.attention-sub-head {
  text-align: center;
}

.attention-sub-head a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 7px 0;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: #FFF;
  min-height: 40px;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.attention-sub-head a:hover {
  opacity: 0.85;
}

.attention-sub-head-off {
  background: url(../img/atten_sub_plus.png) 97% 50% no-repeat, #b9b9b9;
}

.attention-sub-head-on {
  background: url("../img/atten_sub_minus.png") 97% 50% no-repeat, #b9b9b9;
}

.attention-sub-body {
  padding: 30px 0 0 0;
}

.attention-text {
  margin: 0 auto;
  width: 800px;
}

.attention-text .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.attention-text .sep {
  padding-top: 20px;
}

.attention-text .bold {
  padding-bottom: 2px;
  font-weight: bold;
}

.attention-text a {
  display: inline;
  padding-left: 0;
  text-indent: 0;
}
}
@media screen and (max-width: 768px) {
  html {
     font-size: 62.5%;
  }
  body {
    background-color: #fff;
    color: #333333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;

  }

  a {
    color: #0099FF;
    text-decoration: none;

  }
  .pc {
   display: none !important;
  }

  .sp {
     display: block !important;
  }

  .sp-hide {
    display: none !important;
  }

  .mt1em {
    margin-top: 1em;
  }
  .mt2em {
    margin-top: 2em;
  }
  .mt3em {
    margin-top: 3em;
  }
  .red {
    color: #FD0000;
  }
  .ac {
    text-align: center;
  }
  .spal {
    text-align: left;
  }
  .fwb {
    font-weight: bold;
  }
  .fsbig {
    font-size: 1.8rem;
  }
  .mainContents{
   font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
   font-weight:normal;
   font-size:15px;
   line-height:1.4;
   color:#262626;
  }

  header {
  	border-bottom: 1px solid #dfdfdf;
  }

  header .header {
  	width: 100%;
  	margin: 10px auto;
  }

  header #af_hd_logo h1 img {
  	margin: 0 auto;
  }

  header #af_hd_txt {
  	font-size: 10px;
  	color: #6f6f6f;
  	margin-top: 10px;
  }


  #footer_v4 {
      margin-top: 50px;
      background-color: #FFF;
      text-align: left;
  }

  #footer_v4 .naviAreaBg .naviArea {
      position: relative;
      width: 100%!important;
      margin: 0 auto;
      padding-top: 20px;
  }

  #footer_v4 .naviAreaBtm p.logo {
      display: block!important;
      vertical-align: middle!important;
      text-align: center!important;
  }

  #footer_v4 .naviAreaBtm {
      width: 100%!important;
      margin: 0 auto;
      padding-top: 20px!important;
  }

  #footer_v4 .naviAreaBtm ul.linkList {
      display: block!important;
      vertical-align: middle;
      margin-left: 0!important;
  }

  #footer_v4 .naviAreaBtm ul.linkList li:first-child {
  		border-top: 1px solid #d6d6d6;
  		margin-top: 20px;
  }

  #footer_v4 .naviAreaBtm ul.linkList li {
      display: block!important;
      margin-left: 0!important;
      padding-left: 0!important;
      font-size: 14px!important;
  		text-align: center;
  		border-bottom: 1px solid #d6d6d6;
  		padding: 0!important;
  }
  #footer_v4 .naviAreaBtm ul.linkList li a {
  	display: block;
  	padding: 20px 0!important;
  }

  #footer_v4 .copyright {
      width: 100%!important;
      margin: 0 auto 100px!important;
      padding: 20px 0!important;
  }

  #footer_v4 .copyright p {
      text-align: center!important;
  }

  .kv {
    margin: 0;
  }
    .kv img {
      width: 100%;
      height: auto;
    }
  .page_nav {
    padding: 20px 20px 0;
  }

    .page_navpc {
      display: none;
    }


    .page_nav > ul {
      border: 1px solid #0099FF;
      margin-bottom: 10px;
    }
        .page_nav > ul > li > a {
          padding: 0 15px;
          background: url('/cp/af/af1/images/icon_plus-blue@2x.png') 95% center no-repeat;
          background-size: 17px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          line-height: 1.4;
        }

          .page_nav > ul > li > a.open {
            background-image: url('/cp/af/af1/images/icon_minus-blue@2x.png');
          }

        .page_nav > ul > li ul {
          border:none;
          border-top: 1px solid #0099FF;
          margin-bottom: 0;
          padding: 20px 0;


        }
            .page_nav > ul > li ul li a {
              padding: 10px 15px 10px 45px;
              background: url('/cp/af/af1/images/ic_link_blue@2x.png') 20px center no-repeat;
              background-size: 17px;

            }

      .page_nav > ul a {
        display: block;

        background-color: #fff;
        width: 100%;

        font-weight: bold;


      }

  .ct_btn {
    margin-top: 40px;
    padding: 0 20px;
  }

    .ct_btn_btn a {
      display: block;
      background-color: #FE2860;
      color: #fff;
      font-weight: bold;
      font-size: 2rem;
      width: 100%;
      height: 60px;
      border-radius: 30px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
      .ct_btn_btn a span {
      background-color: #FE2860;
      color: #fff;
      font-size: 1.4rem;
    }
	
	    .ct_btn_btn_gry a {
      display: block;
      background-color: #cccccc;
      color: #fff;
      font-weight: bold;
      font-size: 2rem;
      width: 100%;
      height: 60px;
      border-radius: 30px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
      .ct_btn_btn_gry a span {
      background-color: #cccccc;
      color: #fff;
      font-size: 1.4rem;
    }

        .ct_btn_btn a:before {
          content: '';
          width: 8px;
          height: 8px;
          border: 0px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right:20px;
          margin-top: -4px;
        }

    .ct_btn_totop {
      margin-top: 40px;
      text-align: center;
    }

      .ct_btn_totop a {
        font-weight: bold;
        background: url('/cp/af/af1/images/arw_totop@2x.png') right center no-repeat;
        background-size: 16px;
        padding-right: 20px;
        min-height: 16px;
        display: inline-block;
      }

  .cont01 {
    margin-top: 50px;
    background-color: #F0F9FF;
  }

    .cont01 .contnav {
      display: none;
    }

    .cont01 ._inner {
      padding: 0 10px 70px;
      margin:  0 auto;
    }

    .cont01 > h2 {
      background-color: #0099FF;
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;
      padding: 8px 0;
      position: relative;
    }

      .cont01 > h2:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 50px 0 50px;
        border-color: #0099FF transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -50px;
      }

    .cont01 .contbox {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
              box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
      margin-top: 40px;
      padding: 30px 20px 30px;
    }

      .cont01 .contbox h3 {
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
      }

        .cont01 .contbox h3 +p {
          margin-top: 20px;
          font-size: 1.8rem;
        }
      .cont01-01_imgbox {
        margin-top: 20px;
        margin: 20px auto 0;
        position: relative;
      }

        .cont01-01_imgbox img {
          width: 100%;
          margin-bottom: 100px;
        }

        .cont01-01_imgbox_btn  a {
          background: url('/cp/af/af1/images/price_table_btn-sp@2x.png') center center no-repeat;
          background-size: 255px 99px;
          width: 255px;
          height: 99px;
          text-indent: -9999px;
          display: block;

          position: absolute;
          bottom: 70px;
          left: 50%;
          margin-left: -130px;



        }

        .cont01-01_imgbox .noticeul {
          margin-top: 20px;
        }

       .cont01-01-aside {
         margin-top: 40px;
         background: url('/cp/af/af1/images/bsskeper_bg01@2x.png') left top repeat;
         background-size: 1080px 205px;
         padding: 20px 20px 20px;
         position: relative;
       }
             .cont01-01-aside_title h3 img {
               width: 200px;
               height: auto;
             }

             .cont01-01-aside_title h3 + p {
              font-size: 1.8rem;
              font-weight: bold;
              color: #FFEF70;
              letter-spacing: 0;
              margin-top: 14px;
              width: 200px;
             }

         .cont01-01-aside_body {
           margin-top: 15px;
           background-color: #fff;
           padding: 15px;
           line-height: 1.5;
         }

           .cont01-01-aside_body .red {
             color:#E40011;
           }

         .cont01-01-aside_cara {
           background: url('/cp/af/af1/images/bsskper_img01@2x.png') center center no-repeat;
           background-size: 82.4px 127.2px;
           width: 82.4px;
           height: 127.2px;
           text-indent: -9999px;
           display: block;
           position: absolute;
           top: 18px;
           right: 30px;
         }

      .cont01-02_img {
        margin-top: 20px;
      }
        .cont01-02_img img {
          height: auto;
          width: 100%;
          margin-top: 30px;
        }

      .cont01-03_cover {
        margin: 40px 0;


      }

        .cont01-03_flow img {
          height: auto;
          width: 140px;
          margin-right: 20px;
        }
        .cont01-03_flows {
          line-height: 1.6;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;


        }

          .cont01-03_flows .img {
            -ms-flex-preferred-size: 160px;
                flex-basis: 160px;
            max-width: 160px;

          }
          .cont01-03_flows .text {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            word-break: break-all;
          }

          .cont01-03_flows:before {
            content:'';
            background: url('/cp/af/af1/images/arw_rarw01@2x.png') center center no-repeat;
            background-size: 18px 30px;
            width: 18px;
            height: 30px;
            text-indent: -9999px;
            display: block;
            position: absolute;
            left: -60px;
            top: 70px;
          }
            .cont01-03_flows:first-child:before {
              display: none;
            }
          .cont01-03_flows strong {
            font-weight: normal;
            color: #E40011;
          }
          .cont01-03_flows img {
            margin-bottom: 15px;
          }

        .cont01-03_flows-01,.cont01-03_flows-02 {
          padding-bottom: 20px;
          margin-bottom: 20px;
          background: url('/cp/af/af1/images/arw_darw@2x.png') 50px bottom no-repeat;
          background-size: 30px 17px;

        }
        .cont01-03_flows-03 {
        }

      .cont01-03 .noticeul {
        margin: 0 auto;
      }
      .cont01-04 h4 {
        color: #fff;
        background-color: #0099FF;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 7px 10px;
        margin-top: 30px;
      }

      .cont01-04_img01 {
        margin-top: 30px;
      }

        .cont01-04_img01 img {
          width: 100%;
          height: auto;
        }

      .cont01-04_img03 {
        margin-top: 30px;
      }

        .cont01-04_img03 img {
          width: 100%;
          height: auto;
        }

      .cont01-04_flow {
        margin-top: 40px;
      }

        .cont01-04_flow img {
          height: auto;
          width: 160px;
          margin-right: 20px;
        }
        .cont01-04_flows {


          line-height: 1.6;
          position: relative;


        }

          .cont01-04_flows > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
          }

            .cont01-04_flows > div .img {
              -ms-flex-preferred-size: 170px;
                  flex-basis: 170px;
              max-width: 170px;
            }

          .cont01-04_flows:before {
            content:'';
            background: url('/cp/af/af1/images/arw_rarw01@2x.png') center center no-repeat;
            background-size: 18px 30px;
            width: 18px;
            height: 30px;
            text-indent: -9999px;
            display: block;
            position: absolute;
            left: -50px;
            top: 70px;
          }
            .cont01-04_flows:first-child:before {
              display: none;
            }
          .cont01-04_flows strong {
            font-weight: normal;
            color: #E40011;
          }
          .cont01-04_flows img {
            margin-bottom: 15px;
          }

          .cont01-04_flows small {
            font-size: 1.3rem;
            color: #666666;
          }

        .cont01-04_flows-01,.cont01-04_flows-02,.cont01-04_flows-03 {
          padding-bottom: 20px;
          margin-bottom: 20px;
          background: url('/cp/af/af1/images/arw_darw@2x.png') 70px bottom no-repeat;
          background-size: 30px 17px;
        }
          .cont01-04_flows-04 img {
            width: 100%;
          }
          .cont01-04_flows-04 > div {
              display: block;
          }
      .cont01-05_cover {
        margin-top: 30px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

        .cont01-05_cover-01,.cont01-05_cover-03 {
          background-color: #F2F2F2;
        }

          .cont01-05_cover-01 h4, .cont01-05_cover-03 h4 {
            text-align: center;
            background-color: #0099FF;
            color: #fff;
            font-size: 2rem;
            font-weight: bold;
            padding: 10px;
          }
          .cont01-05_cover-01 p {
            text-align: center;
            padding: 20px 25px;
          }
            .cont01-05_cover-01 p img {
              height: auto;
              width: 100%;
            }
        .cont01-05_cover-02 {
          font-size: 2rem;
          font-weight: bold;
          text-align: center;
          padding: 20px;
        }
          .cont01-05_cover-03 p {
            text-align: center;
            line-height: 1.8;
            height: 130px;
            padding: 15px 20px;

          }
  .cont02 {
    background-color: #F0F9FF;
  }

    .cont02 .contnav {
      display: none;
    }

    .cont02 ._inner {
      padding: 0 10px 70px;
    }

    .cont02 > h2 {
      background-color: #0099FF;
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;
      padding: 8px 0;
      position: relative;
    }

      .cont02 > h2:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 50px 0 50px;
        border-color: #0099FF transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -50px;
      }

    .cont02 .contbox {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
              box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
      margin-top: 40px;
      padding: 30px 20px 30px;
    }

      .cont02 .contbox h3 {
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
      }

        .cont02 .contbox h3 +p {
          margin-top: 20px;
          font-size: 1.8rem;
        }

      .cont02-01_img {
        margin-top: 40px;
      }


          .cont02-01_img01 img {
            width: 90%;
            height: auto;
            margin: 0 auto;
          }

        .cont02-01_img ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 10px;
        }

          .cont02-01_img ul li {
            -ms-flex-preferred-size: 49%;
                flex-basis: 49%;
            max-width: 49%;
            margin-bottom: 7px;
          }

            .cont02-01_img ul li:nth-child(2n+1){
              margin-right: 2%;
            }

            .cont02-01_img ul li img {
              width: 100%;
              height: auto;
            }
      .cont02-02_img {
        margin-top: 25px;
      }

        .cont02-02_img li {
          margin-top: 20px;
        }

          .cont02-02_img li img {
            width: 100%;
            height: auto;
          }

      .cont02-02 .noticeul {
        margin-top: 15px;
      }

      .cont02-03_img {
        margin-top: 25px;
        background: url('/cp/af/af1/images/necessary_img01-sp@2x.png') left top no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 0;
        position: relative;
        padding-top: 233.6507937%;
      }

        .cont02-03_img_text01 {
          width: 45%;
          color: #E40011;
          line-height: 1.6;
          position: absolute;
          top: 46%;
          left: 50%;
        }
          .cont02-03_img_text01 a {
            color: #E40011;
            text-decoration: underline;
          }

        .cont02-03_img_text02 {
          width: 90%;
          line-height: 1.6;
          position: absolute;
          top: 80%;
          left: 6%;
        }
          .cont02-03_img_text02 a {
            text-decoration: underline;
          }
          .cont02-03_img_text02 .title {
            font-weight: bold;
            text-align: center;
            margin-bottom: 5px;
          }
      .cont02-04 h3 + p {
        text-align: center;
        line-height: 1.5 !important;
      }

      .cont02-04_text01 {
        margin-top: 40px;
        font-weight: bold;
        color:#0099FF;
      }
      .cont02-04_img01 {
        overflow: hidden;
        margin-top: 20px;
      }
        .cont02-04_img01 img {
          width: 1000px;
          height: auto;
        }

  .cont03 {
    margin-top: 30px;
  }

    .cont03 h3 {
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;

    }
    .cont03 ._inner {
      padding: 0 20px;
    }

    .cont03 h4 {
      background-color: #0099FF;
      color: #fff;
      font-weight: bold;
      font-size: 2rem;
      padding: 8px 10px;
      margin-top: 50px;
    }

    .cont03 .channelCatBlock {
      margin-top: 20px;
      background-color: #F2F2F2;
      padding: 10px;
    }

      .cont03 .channelCatBlock h5 {
        font-size: 2rem;
        font-weight: bold;
        padding-left: 16px;
        position: relative;
        background: url('/cp/af/af1/images/icon_plus@2x.png') right center no-repeat;
        background-size: 15px;
      }

        .cont03 .channelCatBlock h5.open {
          background-image: url('/cp/af/af1/images/icon_minus@2x.png');
        }
        .cont03 .channelCatBlock h5 + div {
          display: none;
          margin-top: 20px;
        }

        .cont03 .channelCatBlock h5:before {
          content: '';
          width: 7px;
          height: 22px;
          background-color: #C11920;
          border-radius: 2px;
          position: absolute;
          top: 4px;
          left: 0;

        }
          .cont03 .channelCatBlock h5.sports:before {
            background-color: #005BAC;
          }
          .cont03 .channelCatBlock h5.enta:before {
            background-color: #C04C98;
          }
          .cont03 .channelCatBlock h5.music:before {
            background-color: #00783B;
          }
          .cont03 .channelCatBlock h5.drama:before {
            background-color: #9DC813;
          }
          .cont03 .channelCatBlock h5.stage:before {
            background-color: #EC6102;
          }
          .cont03 .channelCatBlock h5.anime:before {
            background-color: #EE859A;
          }
          .cont03 .channelCatBlock h5.document:before {
            background-color: #9A85BD;
          }
          .cont03 .channelCatBlock h5.news:before {
            background-color: #4AACE2;
          }
          .cont03 .channelCatBlock h5.hobby:before {
            background-color: #D45215;
          }
          .cont03 .channelCatBlock h5.edu:before {
            background-color: #727070;
          }
          .cont03 .channelCatBlock h5.gamb:before {
            background-color: #476D1D;
          }
          .cont03 .channelCatBlock h5.shopping:before {
            background-color: #F39818;
          }

      .cont03 .channelCatBlock .channels {
        background-color: #fff;
        margin:  0 0 4px;
        padding: 0 0 0 80px;
        position: relative;
      }

        .cont03 .channelCatBlock .channels .logo {
          padding: 5px;
          position: absolute;
          top: 0px;
          left: 0px;
        }
          .cont03 .channelCatBlock .channels .logo img {
            width: 60px;
            height: 60px;
          }
        .cont03 .channelCatBlock .channels .title {
          padding: 10px 10px;
          font-weight: bold;
        }
          .cont03 .channelCatBlock .channels .title small {
            font-size: 1.3rem;
            font-weight: normal;
          }
        .cont03 .channelCatBlock .channels .price {
          border-top: 1px solid #F2F2F2;
          padding: 10px 10px;
          color: #D0021B;

        }
          .cont03 .channelCatBlock .channels .price small {
            font-size: 1.3rem;
            color: #333333;
          }
        .cont03 .channelCatBlock .channels .setpac {
          position: relative;

        }
          .cont03 .channelCatBlock .channels .setpac img {
            width: 40%;
            height: auto;
            position: absolute;
            top: -40px;
            right: 10px;

          }
        .cont03 .channelCatBlock .channels .text {
          border-top: 1px solid #F2F2F2;
          padding: 10px;
        }
  .contnav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    margin: 20px 0 0;
  }
    .contnav li {
      margin: 0 5px;
      margin-top: 20px;
    }
      .contnav li a {
        color: #0099FF;
        font-weight: bold;
        display: inline-block;
        padding-left: 22px;
        background: url('/cp/af/af1/images/ic_link_white@2x.png') left center no-repeat;
        background-size: 17px;
      }
        .contnav-bgw li a {
          background: url('/cp/af/af1/images/ic_link_blue@2x.png') left center no-repeat;
          background-size: 17px;
        }
  .linkarw {
    text-decoration: underline;
    padding-left: 15px;
    position: relative;
  }
    .linkarw:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 0px;
      border-top: solid 2px #0099FF;
      border-right: solid 2px #0099FF;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -4px;
    }
  .noticeul {
    color:#555555;
    font-size: 1.3rem;
  }
    .noticeul li {
      text-indent: -1em;
      padding-left: 1em;
    }
  .channelplantext {
    margin-top: 25px;
  }
    .channelplantext img {
      vertical-align: middle;
    }

  .respoimg {
    width: 100%;
    height: auto;
  }

  .pagetop_v4 {
    height: 24px !important;
  }
	
   .attention {
    padding: 0 0 0 0;
    width: 100%;
    min-width: auto;
  }
  .attention-box {
    margin: 7% auto 0 auto;
    width: 90%;
    border: 2px solid #ededed;
  }
  .attention-box-head {
    padding: 0;
  }
  .attention-box-head h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: 3.6vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    color: #FFF;
  }
  .attention-box-body h3{
	font-size: 18px;
	color: crimson;
	text-align: center;
	margin-top: 10px;
	}
  .attention-box-body {
    padding: 5% 0 7% 0;
  }
  .attention-sub {
    margin: 6% auto 0 auto;
    width: 100%;
  }
  .attention-sub-head {
    margin: 0 auto;
    width: 92%;
    text-align: center;
  }
  .attention-sub-head a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 2% 2%;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    color: #FFF;
    min-height: auto;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .attention-sub-head-off {
    background: url(../img/atten_sub_plus.png) 96% 50% no-repeat, #b9b9b9;
  }
  .attention-sub-head-on {
    background: url(../img/atten_sub_minus.png) 96% 50% no-repeat, #b9b9b9;
  }
  .attention-sub-body {
    padding: 5% 0 0 0;
  }
  .attention-text {
    margin: 0 auto;
    width: 92%;
  }
  .attention-text p {
    font-size: 2.8vw;
    line-height: 1.4;
    word-break: break-all;
  }
  .attention-text .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .attention-text .sep {
    padding-top: 4%;
  }
  .attention-text .bold {
    padding-bottom: 1%;
    font-weight: bold;
  }
  .attention-text a {
    display: inline;
    padding-left: 0;
    text-indent: 0;
  }
	#footer_v4 .naviAreaBtm ul.linkList li{
	border-left:none!important;
}
	
/***** チェックを入れるとクリック可能になるボタン *****/
.div-ha-buy-button{
margin:0 auto;
text-align:center;
margin-bottom:30px;
margin-top:16px;
}

.ha-buy-button {
    display: block;
    font-size: 1.4em;
	width: 100%;
    height: 60px;
    padding: 4px 30px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #fff;
    background: #FE2860;
	border: none;
    border-radius: 35px;
    cursor: pointer;
}

.ha-buy-button:hover {
    background: #FF4A8A;
}

.ha-buy-button:disabled {
    color: #fff;
    background: #ccc;
    border: none;
    pointer-events:none;
}

.ha-checkol {
    display: flex;
    justify-content: center;
    text-align: left;
}

.ha-check-button{
display:block;
text-align:center;
margin-top: 10px;
}

.ha-checkol p {
	font-size: 0.8em;
	display: block;
	width: 85%;
	margin-top: 10px;
	background-color: #ededed;
	padding: 10px;
}

p.ha-mini-text{
font-size:0.8em;
}

input#ha-buy-check {
    transform: scale(1.8);
    margin-right: 1.2em;
	margin-bottom: 0.5em;
}

table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }

}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
