@charset "UTF-8";
/* --------------------------------
   top
   -------------------------------- */
/* main */
@-webkit-keyframes mainMove {
  0% {
        background-position:0 bottom, 0 0;
  }

  100% {
        background-position:0 bottom, 1560px 0;
  }
}

@keyframes mainMove {
  0% {
        background-position:0 bottom, 0 0;
  }

  100% {
        background-position:0 bottom, 1560px 0;
  }
}

.top {
  /*歡���*/
  /*contents*/
  /* attention */
  /* lessonSearch */
  /* linkArea */
}

.top #titleBox {
    width:970px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -485px;
}

.top #titleBox div ,
.top #titleBox h2 {
    position:absolute;
    background-position:0 0;
    background-repeat:no-repeat;
}

.top #roll1 {
    width:500px;
    height:500px;
    background-image:url(/kiso/files/img/top/ktc-roll1.png);
    top:10px;
    left:428px;
}

.top #roll1 img {
    position:absolute;
    top:46px;
    left:55px;
}

.top #roll2 {
    width:190px;
    height:190px;
    background-image:url(/kiso/files/img/top/ktc-roll2.png);
    top:-26px;
    left:840px;
}

.top #roll3 {
    width:150px;
    height:150px;
    background-image:url(/kiso/files/img/top/ktc-roll3.png);
    top:134px;
    left:898px;
}

.top #roll4 {
    width:120px;
    height:130px;
    background-image:url(/kiso/files/img/top/ktc-roll4.png);
    top:64px;
    left:998px;
}

.top #mainArea {
    position:relative;
    overflow:hidden;
    min-width:970px;
    min-height:835px;
}

.top #mainArea .mainTop {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:330px;
    background-image:url(/kiso/files/img/common/bg_main_bottom.png), url(/kiso/files/img/top/bg_main.jpg);
    background-repeat:repeat-x;
    background-position:0 bottom, 0 0;
    -webkit-animation:mainMove 40s linear infinite;
    animation:mainMove 40s linear infinite;
}

.top #mainArea .mainBottom {
    position:absolute;
    top:330px;
    left:0;
    width:100%;
    height:605px;
    background:url(/kiso/files/img/top/bg_parts.jpg);
}

.top #mainArea .mainIn {
    position:relative;
    width:970px;
    margin:0 auto;
}

.top #mainArea .mainCara {
    position:absolute;
    top:16px;
    left:30px;
}

.top #mainArea .mainLogo {
    position:absolute;
    top:-27px;
    right:-150px;
}

.top #mainArea .newWrap {
    position:relative;
    padding:508px 0 0 410px;
}

.top #mainArea .newWrap a {
    display:inline-block;
    transition:all 200ms 0s linear;
}

.top #mainArea .newWrap a:hover {
    opacity:0.7;
}

.top #mainArea .newBox {
    position:relative;
    width:560px;
    padding:20px;
    box-sizing:border-box;
    background-color:rgba(0, 0, 0, 0.75);
    border-radius:16px;
}

.top #mainArea .newBox .img {
    float:left;
    width:220px;
    padding-right:18px;
}

.top #mainArea .newBox dl {
    float:left;
    width:280px;
    color:#fff;
}

.top #mainArea .newBox dt {
    margin:10px 0 13px;
    padding-bottom:8px;
    border-bottom:1px solid #999;
    font-size:116%;
    font-weight:bold;
}

.top #mainArea .newBox dt .ttl {
    display:block;
    padding-bottom:5px;
    font-size:130%;
}

.top #mainArea .newBox dd {
    font-size:108%;
    color:#ddd;
}

.top #mainArea .newBox .pop {
    position:absolute;
    top:-30px;
    left:-47px;
}

.top #mainArea .btnLesson {
    display:block;
    width:560px;
    margin:15px 0 17px;
    padding:15px;
    text-align:center;
    box-sizing:border-box;
    background-color:rgba(28, 140, 117, 0.75);
    border:3px solid rgba(255, 255, 255, 0.9);
    border-radius:16px;
}

.top #mainArea .snsSet {
    text-align:right;
}

.top #mainArea .snsSet .fb_iframe_widget {
    margin:0 0 12px;
    vertical-align:middle;
}

.top #attentionArea {
    background-color:#FBE6AE;
    border-top:10px solid #92CEBD;
}

.top #attentionArea .setBox {
    width:970px;
    height:160px;
    box-sizing:border-box;
    margin:0 auto;
    padding:40px 0 0 115px;
    background:url(/kiso/files/img/top/img_attention.png) left bottom no-repeat;
}

.top #attentionArea .setBox li {
    float:left;
}

.top #attentionArea .setBox li:first-child {
    width:435px;
    box-sizing:border-box;
    padding:10px 40px 0 0;
}

.top #attentionArea .setBox li dd {
    padding-top:18px;
    font-size:124%;
    color:#666666;
}

.top #lessonSearch {
    padding-bottom:55px;
    background:url(/kiso/files/img/top/bg_dot.jpg);
    border-top:10px solid #92CEBD;
}

.top #lessonSearch .lessonSearchIn {
    position:relative;
    width:970px;
    margin:0 auto;
}

.top #lessonSearch .ttlBox {
    position:relative;
    width:970px;
    min-height:210px;
}

.top #lessonSearch .ttlBox h2 {
    padding:55px 0 30px 30px;
}

.top #lessonSearch .ttlBox p {
    padding:0 0 0 35px;
    font-size:124%;
    color:#fff;
}

.top #lessonSearch .ttlBox .caraBox {
    position:absolute;
    bottom:0;
    right:58px;
}

.top #lessonSearch .tabBox {
    margin-left:25px;
}

.top #lessonSearch .tabBox li {
    display:table-cell;
    padding-right:20px;
}

.top #lessonSearch .tabBox li p {
    width:450px;
    height:94px;
    box-sizing:border-box;
    background-color:#16B697;
    border:5px solid #70DCC5;
    border-bottom:0;
    border-radius:16px 16px 0 0;
    text-indent:-9999px;
}

.top #lessonSearch .tabBox li p.active {
    border-color:#A4E3D6;
}

.top #lessonSearch .tabBox li:nth-child(1) p {
    background:#16b697 url(/kiso/files/img/top/tab_cate.png) center -89px no-repeat;
}

.top #lessonSearch .tabBox li:nth-child(1) p.active ,
.top #lessonSearch .tabBox li:nth-child(1) p:hover {
    background:#a4e3d6 url(/kiso/files/img/top/tab_cate.png) center 0 no-repeat;
}

.top #lessonSearch .tabBox li:nth-child(2) p {
    background:#09493c url(/kiso/files/img/top/txt_comingsoon.png) center center no-repeat;
    border-color:#2C584E;
}

.top #lessonSearch .tabBox li:nth-child(2) p.active ,
.top #lessonSearch .tabBox li:nth-child(2) p:hover {
    background:#09493c url(/kiso/files/img/top/txt_comingsoon.png) center center no-repeat;
}

.top #lessonSearch .btnWrapper {
    padding:25px 0 15px 25px;
    background-color:#A4E3D6;
}

.top #lessonSearch .btnWrapper li {
    float:left;
    margin:0 20px 10px 0;
}

.top #lessonSearch .btnWrapper li a {
    display:table-cell;
    width:450px;
    height:90px;
    box-sizing:border-box;
    border:2px solid #fff;
    border-radius:9px;
    background-color:#fff;
    color:#333;
    vertical-align:middle;
    transition-property:opacity;
    transition-duration:0.3s;
}

.top #lessonSearch .btnWrapper li a:hover {
    text-decoration:none;
    opacity:0.7;
    transition-property:opacity;
    transition-duration:0.3s;
}

.top #lessonSearch .btnWrapper li a .nam {
    display:inline-block;
    max-width:255px;
    margin-top:8px;
    padding:0 25px;
    font-size:139%;
    font-weight:bold;
    line-height:1.3;
    background:url(/kiso/files/img/common/arrow_blu.png) right center no-repeat;
}

.top #lessonSearch .btnWrapper li a .sub {
    display:block;
    padding:0 25px;
    font-size:13px;
    width: 200px;
}

.top #lessonSearch .btnWrapper li.cs a {
    border:none;
    pointer-events:none;
}

.top #lessonSearch .btnWrapper li.cs .nam {
    display:block;
    height:100%;
    max-width:1000px;
    margin-top:0;
    padding:0;
    text-indent:-9999px;
    border-radius:9px;
    background:url(/kiso/files/img/top/txt_comingsoon.png) center center no-repeat, url(/kiso/files/img/top/bg_cs.png);
}

.top #lessonSearch .btnWrapper .cate li.lesson01 a {
    background:white url(/kiso/files/img/top/bg_lesson_01.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson02 a {
    background:white url(/kiso/files/img/top/bg_lesson_02.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson03 a {
    background:white url(/kiso/files/img/top/bg_lesson_03.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson04 a {
    background:white url(/kiso/files/img/top/bg_lesson_04.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson05 a {
    background:white url(/kiso/files/img/top/bg_lesson_05.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson06 a {
    background:white url(/kiso/files/img/top/bg_lesson_06.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson07 a {
    background:white url(/kiso/files/img/top/bg_lesson_07.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson08 a {
    background:white url(/kiso/files/img/top/bg_lesson_08.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson09 a {
    background:white url(/kiso/files/img/top/bg_lesson_09.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson10 a {
    background:white url(/kiso/files/img/top/bg_lesson_10.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson11 a {
    background:white url(/kiso/files/img/top/bg_lesson_11.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson12 a {
    background:white url(/kiso/files/img/top/bg_lesson_12.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson13 a {
    background:white url(/kiso/files/img/top/bg_lesson_13.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson14 a {
    background:white url(/kiso/files/img/top/bg_lesson_14.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson15 a {
    background:white url(/kiso/files/img/top/bg_lesson_15.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson16 a {
    background:white url(/kiso/files/img/top/bg_lesson_16.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson17 a {
    background:white url(/kiso/files/img/top/bg_lesson_17.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .cate li.lesson18 a {
    background:white url(/kiso/files/img/top/bg_lesson_18.jpg) right center no-repeat;
}

.top #lessonSearch .btnWrapper .parts {
    display:none;
}

.top #lessonSearch .btnWrapper .parts li:nth-child(1) a {
    background:white url(/kiso/files/img/top/bg_lesson_01.jpg) right center no-repeat;
}

.top #linkArea {
    padding-bottom:70px;
    background:url(/kiso/files/img/top/bg_parts.jpg);
}

.top #linkArea .linkAreaIn {
    width:970px;
    margin:0 auto;
    padding:65px 0 0;
}

.top #linkArea .linkAreaIn .lt {
    float:left;
    width:474px;
    margin-right:22px;
}

.top #linkArea .linkAreaIn .lt .fst {
    margin-bottom:20px;
}

.top #linkArea .linkAreaIn .rt {
    float:left;
    width:474px;
    padding:3px;
    box-sizing:border-box;
    border:5px solid #fff;
    border-radius:16px;
}

.top #linkArea .linkAreaIn .twWrap {
    padding:7px;
    background-color:#73DCFF;
    border-radius:10px;
}

.top #linkArea .linkAreaIn .twWrap .ttl {
    padding-bottom:5px;
}

/* --------------------------------
   qa
   -------------------------------- */
.qa #contents {
    padding-bottom:50px;
    background:url(/kiso/files/img/common/bg_parts.jpg);
}

.qa .qaWarp {
    padding:55px 40px 0;
}

.qa .introBox .lt {
    /*float:left;*/
    /*width:580px;*/
    margin-right:30px;
}

.qa .introBox .lt h3 {
    padding-bottom:20px;
}

.qa .introBox .lt p {
    font-size:124%;
    color:#666;
}

.qa .introBox .rt {
    float:left;
    padding-top:50px;
}

.qa .cateTtl {
    margin:50px 0 20px;
    padding:15px 10px 15px 65px;
    font-size:30px;
    font-weight:bold;
    line-height:1.25;
    background:url(/kiso/files/img/qa/ico_ttl_l.png) left center no-repeat;
}

.qa .cateTtlS {
    margin:0 0 20px 30px;
    padding:0 10px 0 35px;
    font-size:26px;
    font-weight:bold;
    line-height:1.25;
    background:url(/kiso/files/img/qa/ico_ttl_s.png) left center no-repeat;
}

.qa .qaBox {
    margin-bottom:20px;
    padding:20px;
    background-color:#fff;
    border-radius:16px;
    color:#666;
}

.qa .qaBox dt {
    position:relative;
    padding:10px 50px 15px 65px;
    font-size:154%;
    font-weight:bold;
    line-height:1.4;
    border-radius:16px;
    background:url(/kiso/files/img/qa/ico_q.png) 13px 8px no-repeat;
}

.qa .qaBox dt .ico {
    display:block;
    position:absolute;
    top:13px;
    right:12px;
    width:24px;
    height:24px;
    text-indent:-9999px;
    background:url(/kiso/files/img/qa/ico_arrow.png) left -24px no-repeat;
}

.qa .qaBox dt.open .ico {
    background:url(/kiso/files/img/qa/ico_arrow.png) left 0px no-repeat;
}

.qa .qaBox dt:hover {
    opacity:0.6;
    cursor:pointer;
}

.qa .qaBox dd {
    display:none;
    position:relative;
    margin-top:10px;
    padding:0 50px 18px 65px;
    border-top:1px solid #ccc;
    background:url(/kiso/files/img/qa/ico_a.png) 13px 20px no-repeat;
}

.qa .qaBox dd h4 {
    padding:25px 0 0 0;
    font-size:154%;
    font-weight:bold;
    line-height:1.4;
}

.qa .qaBox dd .txt {
    font-size:124%;
    line-height:1.67;
}

.qa .qaBox dd a {
    color:#1C8C75;
}

.qa .qaBox .imgWrap {
    padding-right:190px;
    min-height:220px;
}

.qa .qaBox .imgWrap h4 {
    padding:25px 0 25px 0;
}

.qa .qaBox .img {
    position:absolute;
    top:20px;
    right:40px;
}
/* --------------------------------
   intro
   -------------------------------- */

p.intro {
        font-size: 124%;
    color: #666;
    margin-bottom:10px;
}

.aboutWarp .cateTtl{
    margin:0px 0 20px;
    padding:15px 10px 15px 65px;
    font-size:30px;
    font-weight:bold;
    line-height:1.25;
    background:url(/kiso/files/img/qa/ico_ttl_l.png) left center no-repeat;
}

.aboutWarp .cateTtlS{
    margin:0 0 20px 30px;
    padding:0 10px 0 35px;
    font-size:26px;
    font-weight:bold;
    line-height:1.25;
    background:url(/kiso/files/img/qa/ico_ttl_s.png) left center no-repeat;
}

/* --------------------------------
   lesson
   -------------------------------- */
.lesson {
  /* attention */
}

.lesson #contents {
    padding-bottom:50px;
    background:url(/kiso/files/img/common/bg_parts.jpg);
}

.lesson #attentionArea {
    margin:8px 0 10px;
    background-color:#FBE6AE;
    border-top:10px solid #92CEBD;
    border-bottom:10px solid #92CEBD;
}

.lesson #attentionArea .setBox {
    width:970px;
    height:160px;
    box-sizing:border-box;
    margin:0 auto;
    padding:40px 0 0 115px;
    background:url(/kiso/files/img/top/img_attention.png) left bottom no-repeat;
}

.lesson #attentionArea .setBox li {
    float:left;
}

.lesson #attentionArea .setBox li:first-child {
    width:435px;
    box-sizing:border-box;
    padding:10px 40px 0 0;
}

.lesson #attentionArea .setBox li dd {
    padding-top:18px;
    font-size:124%;
    color:#666666;
}

.lesson .lessonWarp {
    padding:55px 40px 0;
}

.lesson .lessonWarp a {
    display: block;
    transition:all 200ms 0s linear;
    width: 100%;
}

.lesson .lessonWarp a:hover {
    opacity:0.7;
}

.lesson .lessonBox {
    margin-bottom:20px;
    padding:20px;
    background-color:#fff;
    border-radius:16px;
    color:#666;
}
.lesson .lessonBox.screwbox {
    background-color:#f9e697!important;
}

.lesson .lessonBox .img {
    float:left;
    width:180px;
    margin-right:30px;
}

.lesson .lessonBox .txt {
    float:left;
    width:630px;
}

.lesson .lessonBox .txt dt {
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}

.lesson .lessonBox .txt dt .ttl {
    display:inline-block;
    padding:5px 25px 5px 0;
    font-size:154%;
    font-weight:bold;
    color:#1C8C75;
    text-decoration:none;
    background:url(/kiso/files/img/common/arrow_blu.png) right center no-repeat;
}

.lesson .lessonBox .txt dt .lead {
    display:block;
    font-size:124%;
    font-weight:bold;
}

.lesson .lessonBox .txt dd {
    padding:10px 0 0;
    font-size:124%;
    line-height:1.67;
}

.lesson .bannerArea {
    padding:25px 0;
    text-align:center;
    background:url(/kiso/files/img/common/bg_dot.jpg);
}

.lesson.driver #mainAreaCont {
    position:relative;
    height:568px;
    background:#E3D8E0;
}

.lesson.driver #mainAreaCont .mainIn {
    position:absolute;
    top:0;
    left:50%;
    width:970px;
    margin:0 0 0 -485px;
}

.lesson.driver #mainAreaCont .mainMv {
    position:relative;
    width:970px;
    margin:0 auto;
}

.lesson.driver #mainAreaCont .mainMv .mv {
    width:970px;
    height:568px;
    overflow:hidden;
}

.lesson.driver #mainAreaCont .mainMv .mv video {
    margin:0 -20px;
}

.lesson.driver #mainAreaCont .logo {
    position:absolute;
    top:0;
    left:-56px;
}

.lesson.driver #mainAreaCont .ttl {
    position:absolute;
    top:0;
    left:0;
    padding:187px 0 0 325px;
}

.lesson.driver #mainAreaCont .cover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:568px;
    background:url(/kiso/files/img/common/bg_main_bottom.png) center bottom repeat-x, url(/kiso/files/img/lesson/bg_main_op.png);
}

/* --------------------------------
   about
   -------------------------------- */
.about {
  /* linkArea */
}

.about #contents {
    padding-bottom:50px;
    background:url(/kiso/files/img/common/bg_parts.jpg);
}

.about .aboutWarp {
    position:relative;
    padding:30px 35px 0;
}

.about .aboutWarp .cara {
    margin-top:-15px;
    text-align:center;
}

.about .aboutWarp .lineup {
    margin-top:65px;
    text-align:center;
}

.about .aboutBox {
    padding:55px;
    background-color:#fff;
    border-radius:16px;
    color:#666;
}

.about .aboutBox .txt a {
    color:#1C8C75;
    text-decoration:underline;
}

.about .aboutBox .txt dt {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}

.about .aboutBox .txt dd {
    font-size:139%;
    line-height:1.67;
}

.about .aboutBox .txt dd .lt {
    float:left;
    width:400px;
    margin-right:55px;
}

.about .aboutBox .txt dd .rt {
    float:left;
}

.about #linkArea {
    padding-bottom:70px;
    background:url(/kiso/files/img/top/bg_parts.jpg);
}

.about #linkArea .linkAreaIn {
    width:970px;
    margin:0 auto;
    padding:45px 0 0;
}

.about #linkArea .linkAreaIn .lt {
    float:left;
    width:474px;
    margin-right:22px;
}

.about #linkArea .linkAreaIn .lt .fst {
    margin-bottom:20px;
}

.about #linkArea .linkAreaIn .rt {
    float:left;
    width:474px;
    padding:3px;
    box-sizing:border-box;
    border:5px solid #fff;
    border-radius:16px;
}

.about #linkArea .linkAreaIn .twWrap {
    padding:7px;
    background-color:#73DCFF;
    border-radius:10px;
}

.about #linkArea .linkAreaIn .twWrap .ttl {
    padding:20px 0 25px 25px;
}
.twWrap_cont {
    padding:20px 35px;
        background-color:#ffffff;
        font-size: 124%;
    color: #666;
}

.twWrap_cont p{ 
margin-top:10px;
}

.about #linkArea .linkAreaIn .badge {
    width:474px;
    min-height:432px;
    padding:40px 35px 0;
    box-sizing:border-box;
    border:5px solid #ED6A89;
    border-radius:16px;
    background-color:#FFF;
}

.about #linkArea .linkAreaIn .badge .ttl {
    padding-bottom:20px;
}

.about #linkArea .linkAreaIn .badge .lead {
    padding-bottom:20px;
    font-size:124%;
    color:#666;
}
/* --------------------------------
   cmn-screw
   -------------------------------- */
.driver .qaBox p.cmn-screw {
 background: url(../img/lesson/cmn-img_ktimg01.png)no-repeat left 40px bottom 20px,url(../img/lesson/cmn-img_ktimg02.png)no-repeat right 95px bottom 30px;
 padding: 70px 0 65px;
 width: 100%;
 margin: 0 0 20px;
}
.cmn-screw {
 background: url(../img/lesson/cmn-img_ktimg01.png)no-repeat left 40px bottom 20px,url(../img/lesson/cmn-img_ktimg02.png)no-repeat right 95px bottom 30px;
 padding: 70px 0 65px;
 width: 100%;
 margin: 0 0 20px;
  text-align:center;
}
.cmn-screw span{

    
}
.cmn-screw a {
 background: url(../img/lesson/arrow01.png)no-repeat right 33px center,#f19149;
 border: 4px solid #fff;
 border-radius: 13px;
 color: #fff;
 display: block;
 width: 450px;
 margin: 0 auto;
 position: relative;
 font-size: 29px;
 padding: 27px  22px 27px 0;
 text-align: center;
}
.cmn-screw a:hover {
   text-decoration: none;
   opacity: .7;
   transition: .5s ease;
}

@media screen and (max-width: 767px) {
  /* --------------------------------
     top
     -------------------------------- */
  /* main */
  @-webkit-keyframes mainMove {
    0% {
            background-position:0 bottom, 0 0;
    }

    100% {
            background-position:0 bottom, 780px 0;
    }
}

  @keyframes mainMove {
    0% {
            background-position:0 bottom, 0 0;
    }

    100% {
            background-position:0 bottom, 780px 0;
    }
}

  .top {
    /* lessonSearch */
    /* linkArea */
  }

  .top #mainArea {
        min-width:320px;
        min-height:544px;
        padding-bottom:10px;
  }

  .top #mainArea .mainTop {
        height:165px;
        background-image:url(/kiso/files/img/common/bg_main_bottom.png), url(/kiso/files/img/top/bg_main.jpg);
        background-repeat:repeat-x;
        background-position:0 bottom, 0 0;
        background-size:25px auto, auto 165px;
  }

  .top #mainArea .mainBottom {
        top:165px;
        height:490px;
        background:url(/kiso/files/img/top/bg_parts.jpg);
        background-size:255 auto;
  }

  .top #mainArea .mainIn {
        width:100%;
        margin:0 auto;
  }

  .top #mainArea .mainCaraIn {
        position:relative;
        width:320px;
        margin:0 auto;
  }

  .top #mainArea .mainCara {
        top:8px;
        left:-15px;
        width:243px;
        height:auto;
  }

  .top #mainArea .mainLogo {
        top:53px;
        right:-137px;
        width:345px;
        height:auto;
  }

  .top #mainArea .newWrap {
        padding:382px 10px 0 10px;
  }

  .top #mainArea .newBox {
        width:100%;
        padding:10px;
        border-radius:8px;
  }

  .top #mainArea .newBox .img {
        width:40%;
        padding-right:10px;
        box-sizing:border-box;
  }

  .top #mainArea .newBox dl {
        width:60%;
  }

  .top #mainArea .newBox dt {
        margin:0 0 8px;
        padding-bottom:8px;
        font-size:93%;
  }

  .top #mainArea .newBox dt .ttl {
        padding-bottom:2px;
        font-size:100%;
letter-spacing: -0.4px;
  }

  .top #mainArea .newBox dd {
        font-size:12px;
  }

  .top #mainArea .newBox .pop {
        top:-15px;
        left:-17px;
        width:49px;
        height:auto;
  }

  .top #mainArea .btnLesson {
        width:100%;
        margin:10px 0 12px;
        padding:12px;
        border:2px solid rgba(255, 255, 255, 0.9);
        border-radius:8px;
  }

  .top #mainArea .snsSet .fb_iframe_widget span {
        vertical-align:middle !important;
        margin:0 0 12px;
  }

  .top #attentionArea {
        background-color:#FBE6AE;
  }

  .top #attentionArea .setBox {
        width:100%;
        height:auto;
        box-sizing:border-box;
        margin:0 auto;
        padding:20px 0 10px 0;
        background:url(/kiso/files/img/top/img_attention.png) 10px 10px no-repeat;
        background-size:auto 77px;
  }

  .top #attentionArea .setBox li {
        float:none;
        padding:10px 20px 0 20px;
  }

  .top #attentionArea .setBox li:first-child {
        width:100%;
        padding:5px 20px 0 70px;
  }

  .top #attentionArea .setBox li dd {
        padding-top:10px;
        font-size:93%;
  }

  .top #lessonSearch {
        padding-bottom:30px;
  }

  .top #lessonSearch .lessonSearchIn {
        width:100%;
        padding:0 10px;
        box-sizing:border-box;
  }

  .top #lessonSearch .ttlBox {
        width:100%;
        min-height:1px;
  }

  .top #lessonSearch .ttlBox h2 {
        padding:25px 0 15px;
        text-align:center;
  }

  .top #lessonSearch .ttlBox h2 img {
        width:200px;
        height:auto;
  }

  .top #lessonSearch .ttlBox p {
        padding:0 0 10px 0;
        font-size:108%;
        text-align:center;
  }

  .top #lessonSearch .ttlBox .caraBox {
        position:static;
        text-align:center;
  }

  .top #lessonSearch .tabBox {
        display:table;
        width:100%;
        margin-left:0;
        padding:0 0 0 10px;
        box-sizing:border-box;
  }

  .top #lessonSearch .tabBox li {
        display:table-cell;
        padding-right:10px;
        width:50%;
  }

  .top #lessonSearch .tabBox li p {
        width:100%;
        height:56px;
        border:3px solid #A8DEE5;
        border-bottom:none;
        border-radius:8px 8px 0 0;
        transition-property:background-color border-color;
        transition-duration:0.2s;
  }

  .top #lessonSearch .tabBox li p.active {
        border-color:#A4E3D6;
  }

  .top #lessonSearch .tabBox li p:hover {
        cursor:pointer;
        transition-property:background-color border-color;
        transition-duration:0.2s;
        border-color:#C7E7EB;
  }

  .top #lessonSearch .tabBox li:nth-child(1) p {
        background:#1a91a0 url(/kiso/files/img/top/tab_cate_sp.png) center -56px no-repeat;
        background-size:92px auto;
  }

  .top #lessonSearch .tabBox li:nth-child(1) p.active ,
  .top #lessonSearch .tabBox li:nth-child(1) p:hover {
        background:#a4e3d6 url(/kiso/files/img/top/tab_cate_sp.png) center 0 no-repeat;
        background-size:92px auto;
  }

  .top #lessonSearch .tabBox li:nth-child(2) p {
        background:#09493c url(/kiso/files/img/top/txt_comingsoon.png) center center no-repeat;
        background-size:auto 14px;
        border-color:#2C584E;
  }

  .top #lessonSearch .tabBox li:nth-child(2) p.active ,
  .top #lessonSearch .tabBox li:nth-child(2) p:hover {
        background:#09493c url(/kiso/files/img/top/txt_comingsoon.png) center center no-repeat;
        background-size:auto 14px;
  }

  .top #lessonSearch .btnWrapper {
        padding:10px 0 0 10px;
  }

  .top #lessonSearch .btnWrapper li {
        display:table;
        float:left;
        width:50%;
        margin:0;
        padding:0 10px 10px 0;
        box-sizing:border-box;
  }

  .top #lessonSearch .btnWrapper li a {
        width:100%;
        height:60px;
        border:1px solid #fff;
        border-radius:6px;
        transition-property:opacity;
        transition-duration:0.3s;
  }

  .top #lessonSearch .btnWrapper li a:hover {
        text-decoration:none;
        opacity:0.7;
        transition-property:opacity;
        transition-duration:0.3s;
  }

  .top #lessonSearch .btnWrapper li a .nam {
        display:inline-block;
        max-width:100%;
        margin-top:0;
        padding:0 25px 0 10px;
        font-size: 100%;
        background:none;
  }

  .top #lessonSearch .btnWrapper li a .sub {
        display:none;
  }

  .top #lessonSearch .btnWrapper li.cs a {
        background:#FFF;
  }

  .top #lessonSearch .btnWrapper li.cs .nam {
        border-radius:6px;
        background:url(/kiso/files/img/top/txt_comingsoon.png) center center no-repeat, url(/kiso/files/img/top/bg_cs.png);
        background-size:auto 14px, 10px 10px;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(1) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(2) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(3) a {
      background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(4) a {
      background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(5) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(6) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(7) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(8) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(9) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(10) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(11) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(12) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(13) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(14) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(15) a {
      background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
        
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(16) a {
       background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(17) a {
        background:white url(/kiso/files/img/top/bg_lesson_17.jpg) right top no-repeat;
        background-size:auto 60px;
  }

  .top #lessonSearch .btnWrapper .cate li:nth-child(18) a {
        background:white url(/kiso/files/img/top/bg_lesson_18.jpg) right top no-repeat;
        background-size:auto 60px;
  }

  .top #lessonSearch .btnWrapper .parts {
        display:none;
  }

  .top #lessonSearch .btnWrapper .parts li:nth-child(1) a {
        background:white url(/kiso/files/img/common/arrow_blu.png) right 10px center no-repeat;
  }
  #fotter .mailmagazine {
    background:url(/kiso/files/img/top/bg_parts.jpg);
  }
  .top #linkArea {
        padding:0 10px 30px;
        box-sizing:border-box;
        background:url(/kiso/files/img/top/bg_parts.jpg);
        background-size:255 auto;
  }

  .top #linkArea .linkAreaIn {
        width:100%;
        padding:30px 0 0;
  }

  .top #linkArea .linkAreaIn .lt {
        float:none;
        width:100%;
        margin-right:0;
        margin-bottom:10px;
        text-align:center;
  }

  .top #linkArea .linkAreaIn .lt .fst {
        margin-bottom:10px;
  }

  .top #linkArea .linkAreaIn .rt {
        float:none;
        width:100%;
        max-width:474px;
        margin:0 auto;
        padding:2px;
        border:3px solid #fff;
        border-radius:8px;
  }

  .top #linkArea .linkAreaIn .twWrap {
        padding:4px;
        border-radius:5px;
  }

  .top #linkArea .linkAreaIn .twWrap .ttl {
        padding-bottom:5px;
        text-align:center;
  }

  /* --------------------------------
     qa
     -------------------------------- */
  .qa #contents {
        padding-bottom:30px;
        background:url(/kiso/files/img/common/bg_parts.jpg);
  }

  .qa .qaWarp {
        padding:15px 0 0;
  }

  .qa .introBox {
        padding:0 10px;
  }

  .qa .introBox .lt {
        float:none;
        width:100%;
        margin-right:0;
  }

  .qa .introBox .lt h3 {
        padding-bottom:20px;
  }

  .qa .introBox .lt p {
        font-size:108;
  }

  .qa .introBox .rt {
        float:none;
        padding:20px 20px 0;
        text-align:center;
  }

  .qa .cateTtl {
        margin:35px 0 15px;
        padding:10px 10px 10px 45px;
        font-size:20px;
        background:url(/kiso/files/img/qa/ico_ttl_l.png) left center no-repeat;
        background-size:40px auto;
  }

  .qa .cateTtlS {
        margin:-10px 0 15px 10px;
        padding:0 10px 0 25px;
        font-size:18px;
        background:url(/kiso/files/img/qa/ico_ttl_s.png) left center no-repeat;
        background-size:16px auto;
  }

  .qa .qaBox {
        margin-bottom:10px;
        padding:10px;
        border-radius:8px;
  }

  .qa .qaBox dt {
        position:relative;
        padding:10px 30px 10px 40px;
        font-size:124%;
        border-radius:8px;
        background:url(/kiso/files/img/qa/ico_q.png) 8px 8px no-repeat;
        background-size:20px auto;
  }

  .qa .qaBox dt .ico {
        top:8px;
        right:5px;
  }

  .qa .qaBox dt:hover {
        opacity:1;
        cursor:pointer;
  }

  .qa .qaBox dd {
        display:none;
        margin-top:10px;
        padding:0 10px 8px 40px;
        background:url(/kiso/files/img/qa/ico_a.png) 8px 20px no-repeat;
        background-size:20px auto;
  }

  .qa .qaBox dd h4 {
        padding:20px 0 0 0;
        font-size:124%;
  }

  .qa .qaBox dd .txt {
        font-size:108%;
  }

  .qa .qaBox .imgWrap {
        padding-right:0;
        min-height:1px;
  }

  .qa .qaBox .imgWrap h4 {
        padding:25px 0 15px 0;
  }

  .qa .qaBox .img {
        position:static;
        margin-top:10px;
        text-align:center;
  }

  /* --------------------------------
     lesson
     -------------------------------- */
  .lesson #contents {
        padding-bottom:30px;
        background:url(/kiso/files/img/common/bg_parts.jpg);
  }

  .lesson #attentionArea {
        margin:5px -10px 0;
        background-color:#FBE6AE;
  }

  .lesson #attentionArea .setBox {
        width:100%;
        height:auto;
        box-sizing:border-box;
        margin:0 auto;
        padding:20px 0 10px 0;
        background:url(/kiso/files/img/top/img_attention.png) 10px 10px no-repeat;
        background-size:auto 77px;
  }

  .lesson #attentionArea .setBox li {
        float:none;
        padding:10px 20px 0 20px;
  }

  .lesson #attentionArea .setBox li:first-child {
        width:100%;
        padding:5px 20px 0 70px;
  }

  .lesson #attentionArea .setBox li dd {
        padding-top:10px;
        font-size:93%;
  }

  .lesson .lessonWarp {
        padding:30px 0 0;
  }

  .lesson .lessonBox {
        margin-bottom:10px;
        padding:10px;
        border-radius:8px;
  }

  .lesson .lessonBox .img {
        float:none;
        width:100%;
        margin-right:0;
        text-align:center;
  }

  .lesson .lessonBox .txt {
        float:none;
        width:100%;
  }

  .lesson .lessonBox .txt dt {
        padding:10px 0;
        border-bottom:1px solid #ccc;
  }

  .lesson .lessonBox .txt dt .ttl {
        padding:5px 25px 5px 0;
        font-size:154%;
  }

  .lesson .lessonBox .txt dt .ttl:hover {
        opacity:1;
  }

  .lesson .lessonBox .txt dt .lead {
        font-size:108%;
  }

  .lesson .lessonBox .txt dd {
        padding:10px 0 0;
        font-size:108%;
        line-height:1.67;
  }

  .lesson .bannerArea {
        padding:25px 20px;
  }

  /* --------------------------------
     about
     -------------------------------- */
  .about {
    /* linkArea */
  }

  .about #contents {
        padding-bottom:30px;
  }

  .about .aboutWarp {
        padding:15px 0 0;
  }

  .about .aboutWarp .cara {
        margin-top:-15px;
        text-align:center;
  }

  .about .aboutWarp .lineup {
        margin-top:25px;
        text-align:center;
  }

  .about .aboutBox {
        padding:20px;
        border-radius:8px;
  }

  .about .aboutBox .txt dt {
        margin-bottom:15px;
        padding-bottom:10px;
  }

  .about .aboutBox .txt dd {
        font-size:108%;
  }

  .about .aboutBox .txt dd .lt {
        float:none;
        width:100%;
        margin-right:0;
  }

  .about .aboutBox .txt dd .rt {
        float:none;
        margin-top:13px;
  }

  .about #linkArea {
        padding-bottom:20px;
  }

  .about #linkArea .linkAreaIn {
        width:100%;
        padding:25px 0 0;
  }

  .about #linkArea .linkAreaIn .lt {
        float:none;
        width:100%;
        margin-right:0;
        margin-bottom:20px;
  }

  .about #linkArea .linkAreaIn .rt {
        float:none;
        width:100%;
        border-radius:8px;
  }

  .about #linkArea .linkAreaIn .twWrap .ttl {
        padding:15px 0 15px 20px;
  }

  .about #linkArea .linkAreaIn .badge {
        width:100%;
        min-height:1px;
        padding:20px;
        border-radius:8px;
  }

  .about #linkArea .linkAreaIn .badge .ttl {
        padding-bottom:15px;
  }

  .about #linkArea .linkAreaIn .badge .lead {
        padding-bottom:15px;
        font-size:108%;
  }

  /*----------------------
   Pager01
  -----------------------*/
  .driver .pager01 {
      clear: both;
      width: 100%;
      padding: 40px 0 50px;
  }
  .driver .pager01 li {
      text-align: center;
  }
  .driver .pager01 a {
      display: block;
      padding: 7px 40px;
      border: #49B19C 2px solid;
      font-size: 14px;
      color: #333;
      font-weight: bold;
      text-decoration: none;
  }
  .driver .pager01 .li01 a {
      background: url("/kiso/files/img/lesson/btn_prev.png") no-repeat 10px center /14px auto;
      position:relative;
      top: 2px;
  }
  .driver .pager01 .li02 a {
      background: url("/kiso/files/img/lesson/btn_next.png") no-repeat right 10px center /14px auto;
  }
  .driver .pager01 a strong {
      display: block;
  }
  .driver .pager01 a span {
      color: #666;
      font-size: 10px;
      display: block;
  }
/* --------------------------------
   cmn-screw
   -------------------------------- */
.driver .qaBox p.cmn-screw {
 background: url(../img/lesson/cmn-img_ktimg01.png)no-repeat left 0 bottom 0 /auto 100%,url(../img/lesson/cmn-img_ktimg02.png)no-repeat right 2% bottom /auto 55%;
 padding: 10vw 0;
 margin: 0 0 15px;
}
.cmn-screw {
 background: url(../img/lesson/cmn-img_ktimg01.png)no-repeat left 0 bottom 0 /auto 100%,url(../img/lesson/cmn-img_ktimg02.png)no-repeat right 2% bottom /auto 55%;
 padding: 10vw 0;
 margin: 0 0 15px;
}
.cmn-screw a {
 border: 2px solid #fff;
 border-radius: 7px;
 width: 43%;
 margin: 0 0 0 31.5%;
 font-size: 4vw;
 padding: 3vw  12px 3vw 0;
 background: url(../img/lesson/arrow01.png)no-repeat right 3% center /10%,#f19149;
}
.cmn-screw a:hover {
    text-decoration: none;
    opacity: .7;
    transition: .5s ease;
}

}
@media screen and (max-width: 320px) {
      .top #mainArea .newBox dl {
            float:none;
            width:100%;
      }
}

@media screen and (min-width: 768px) {
    /*----------------------
     Pager01
    -----------------------*/
    .driver .pager01 {
        clear: both;
        overflow: hidden;
        display: flex;
        width: 900px;
        margin: 80px auto 0;
    }
    .driver .pager01 li {
        width: 50%;
        text-align: center;
    }
    .driver .pager01 a {
        display: block;
        padding: 35px 0;
        border: #49B19C 2px solid;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        transition: opacity .6s ease;
    }
    .driver .pager01 .li01 a {
        background: url("/kiso/files/img/lesson/btn_prev.png") no-repeat 20px center;
        position: relative;
        left: 2px;
    }
    .driver .pager01 .li02 a {
        background: url("/kiso/files/img/lesson/btn_next.png") no-repeat right 20px center;
    }
    .driver .pager01 a:hover {
        opacity: .7;
    }
    .driver .pager01 a span {
        color: #666;
        font-size: 13px;
        display: block;
    }
}