@charset "UTF-8";
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .main_visual {
    background: url(../images/instructor_course/main_visual.jpg) center/cover no-repeat;
  }
  .main_visual .title h2 {
    background: url(../images/instructor_course/mv_title.png) left/100% no-repeat;
    width: 325px;
    height: 180px;
    position: absolute;
    top: 100px;
    left: 125px;
  }

  .sec01 {
    margin: 160px 0 100px 0;
  }
  .sec01 h2 {
    font-size: 4.2rem;
    font-weight: bold;
    color: #e88b2e;
    position: relative;
    width: 610px;
    margin: 0 auto 65px auto;
  }
  .sec01 h2:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/sub_title.png) no-repeat;
    width: 552px;
    height: 74px;
    position: absolute;
    left: -65px;
    top: -90px;
  }
  .sec01 .box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .sec01 .box:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/sec01_i_01.png) no-repeat;
    width: 224px;
    height: 203px;
    position: absolute;
    left: 0px;
    top: -120px;
  }
  .sec01 .box:after {
    content: "";
    display: block;
    background: url(../images/instructor_course/sec01_i_02.png) no-repeat;
    width: 220px;
    height: 220px;
    position: absolute;
    right: 0px;
    top: -170px;
  }
  .sec01 .box h3 {
    background: #e88b2e;
    border-radius: 50px;
    height: 45px;
    width: 370px;
    margin: 0 auto;
    font-size: 1.9rem;
    color: #fff;
    text-align: center;
    line-height: 45px;
  }
  .sec01 .box h3:after {
    content: "";
    display: block;
    background: url(../images/instructor_course/sec01_arrow.png) no-repeat;
    width: 20px;
    height: 9px;
    margin: 0 auto;
  }
  .sec01 .box ul {
    width: 470px;
    margin: 40px auto 0 auto;
  }
  .sec01 .box ul li {
    background: url(../images/instructor_course/icon_arrow.png) left 5px no-repeat;
    background-size: 22px 18px;
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: #f8dcc0 solid 6px;
    padding-bottom: 5px;
    margin-top: 20px;
    padding-left: 30px;
  }

  .sec02 {
    position: relative;
  }
  .sec02 .inner {
    background: #e88b2e;
    width: 100%;
    padding: 65px 0 30px 0;
    height: 320px;
    position: relative;
  }
  .sec02 .inner:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/support_arrow.png) no-repeat;
    width: 203px;
    height: 33px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  .sec02 .inner:after {
    content: "";
    display: block;
    background: url(../images/instructor_course/support_img.png) right/cover no-repeat;
    width: 50%;
    height: 320px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .sec02 .text_box {
    width: 970px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
  }
  .sec02 .text_box h3 {
    font-size: 3.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
  }
  .sec02 .text_box h3:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/illust.png) left no-repeat;
    width: 235px;
    height: 190px;
    position: absolute;
    left: -80px;
    top: 48%;
  }
  .sec02 .text_box h4 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: url(../images/beginner/icon_beginner.png) left 4px no-repeat;
    border-bottom: #fff solid 3px;
    padding-left: 25px;
    width: 220px;
    margin: 0 auto 75px auto;
    line-height: 2;
  }
  .sec02 .text_box .btn_more_g {
    position: relative;
  }
  .sec02 .text_box .btn_more_g a {
    width: 340px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .sec03 {
    background: #f9f8f7;
    padding: 110px 0 100px 0;
  }
  .sec03 h2 {
    font-size: 4rem;
    font-weight: bold;
    color: #e88b2e;
    width: 630px;
    margin: 0 auto 50px auto;
    position: relative;
    line-height: 1.4;
    text-align: center;
  }
  .sec03 h2:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -70px;
    left: 0;
    background: url(../images/beginner/en_point.png) no-repeat;
    width: 112px;
    height: 74px;
  }
  .sec03 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto 50px auto;
  }
  .sec03 dl dt {
    width: 550px;
  }
  .sec03 dl dd {
    width: 490px;
  }
  .sec03 dl dd h3 {
    font-size: 2.3rem;
    font-weight: bold;
  }
  .sec03 dl dd h3:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/point01.png) left/100% no-repeat;
    width: 35px;
    height: 52px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec03 dl dd h3:nth-of-type(2):before {
    background: url(../images/instructor_course/point02.png) left 0 no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(3):before {
    background: url(../images/instructor_course/point03.png) left 0 no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(4):before {
    background: url(../images/instructor_course/point04.png) left 0 no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(5):before {
    background: url(../images/instructor_course/point05.png) left 0 no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(6):before {
    background: url(../images/instructor_course/point06.png) left 0 no-repeat;
  }
  .sec03 dl dd p {
    font-size: 1.4rem;
    line-height: 1.9;
    border-bottom: #e88b2e solid 1px;
    padding: 0  0 15px 45px;
    margin: -5px 0 15px 0;
  }
  .sec03 .bnt_area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 835px;
    margin: 0 auto;
  }
  .sec03 .bnt_area ul li.sc, .sec03 .bnt_area ul li.cu {
    background: #fff;
  }
  .sec03 .bnt_area ul li.sc a, .sec03 .bnt_area ul li.cu a {
    width: 270px;
    height: 60px;
    padding-top: 13px;
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px #e88b2e solid;
  }
  .sec03 .bnt_area ul li.sc a:before, .sec03 .bnt_area ul li.cu a:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/icon_sc.png) no-repeat;
    width: 25px;
    height: 27px;
    margin-right: 10px;
    vertical-align: sub;
  }
  .sec03 .bnt_area ul li.sc a:hover:before, .sec03 .bnt_area ul li.cu a:hover:before {
    background: url(../images/instructor_course/icon_sc02.png) no-repeat;
  }
  .sec03 .bnt_area ul li.cu a:before {
    background: url(../images/instructor_course/icon_cu.png) no-repeat;
  }
  .sec03 .bnt_area ul li.cu a:hover:before {
    background: url(../images/instructor_course/icon_cu02.png) no-repeat;
  }
  .sec03 .bnt_area ul li.btn_booking a {
    width: 270px;
    height: 60px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .sec03 .bnt_area ul li.btn_booking a:hover {
    border: 2px #e88b2e solid;
  }

  .sec04 {
    margin: 70px auto 120px auto;
    width: 1100px;
    background: #e88b2e;
    padding-top: 50px;
    position: relative;
    height: 280px;
  }
  .sec04:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/icon_ryt.png) no-repeat;
    width: 169px;
    height: 169px;
    position: absolute;
    top: 40px;
    left: 50px;
  }
  .sec04:after {
    content: "";
    display: block;
    background: url(../images/instructor_course/ryt.jpg) no-repeat;
    width: 260px;
    height: 280px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec04 .text {
    width: 560px;
    margin-left: 250px;
  }
  .sec04 .text h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
  }
  .sec04 .text p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #fff;
  }
  .sec04 .text p a {
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 15px;
  }
  .sec04 .text p a:hover {
    text-decoration: none;
  }

  .sec05 {
    margin-bottom: 90px;
  }
  .sec05 h2 {
    color: #89c514;
    margin-bottom: 40px;
    font-size: 5.2rem;
  }
  .sec05 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
  }
  .sec05 .inner .box01, .sec05 .inner .box02 {
    width: 530px;
    padding: 50px 60px;
    border: #b8dc72 solid 3px;
    border-radius: 6px;
  }
  .sec05 .inner .box01 h3, .sec05 .inner .box02 h3 {
    font-size: 2.7rem;
    font-weight: bold;
    border-bottom: #c4e289 solid 6px;
    margin: 0 auto 30px auto;
    width: 210px;
    text-align: center;
    padding-bottom: 10px;
  }
  .sec05 .inner .box01 ul li, .sec05 .inner .box02 ul li {
    background: url(../images/instructor_course/flow_bg01.png) no-repeat;
    width: 400px;
    height: 55px;
    margin-bottom: 40px;
    position: relative;
    font-size: 1.65rem;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    line-height: 1.5;
  }
  .sec05 .inner .box01 ul li:after, .sec05 .inner .box02 ul li:after {
    content: "";
    display: block;
    background: url(../images/instructor_course/arrow01.png) no-repeat;
    width: 59px;
    height: 14px;
    position: absolute;
    margin: 0 auto;
    bottom: -27px;
    left: 0;
    right: 0;
  }
  .sec05 .inner .box01 ul li a, .sec05 .inner .box02 ul li a {
    text-decoration: underline;
  }
  .sec05 .inner .box01 ul li a:hover, .sec05 .inner .box02 ul li a:hover {
    text-decoration: none;
  }
  .sec05 .inner .box01 ul li p, .sec05 .inner .box02 ul li p {
    margin-top: 30px;
    text-align: left;
    line-height: 1.7;
  }
  .sec05 .inner .box01 .tx, .sec05 .inner .box02 .tx {
    line-height: 1.7;
  }
  .sec05 .inner .box01 .tx a, .sec05 .inner .box02 .tx a {
    display: block;
    color: #e88b2e;
    margin-top: 10px;
    text-decoration: underline;
  }
  .sec05 .inner .box01 .tx a:hover, .sec05 .inner .box02 .tx a:hover {
    text-decoration: none;
  }
  .sec05 .inner .box01 .tx a:after, .sec05 .inner .box02 .tx a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_window2.png) right/50% no-repeat;
    width: 28px;
    height: 24px;
    vertical-align: middle;
  }
  .sec05 .inner .box01 {
    position: relative;
  }
  .sec05 .inner .box01:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor/illust03.png) no-repeat;
    width: 74px;
    height: 39px;
    position: absolute;
    left: 25px;
    bottom: 250px;
    z-index: 2;
  }
  .sec05 .inner .box01 ul li:nth-of-type(2) {
    margin-bottom: 145px;
  }
  .sec05 .inner .box01 ul li:nth-of-type(2):after {
    bottom: -135px;
  }
  .sec05 .inner .box01 ul li:last-child {
    background: url(../images/instructor_course/flow_bg04.png) no-repeat;
    height: auto;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .sec05 .inner .box01 ul li:last-child:after {
    display: none;
  }
  .sec05 .inner .box02 {
    border: #f1b982 solid 3px;
    position: relative;
  }
  .sec05 .inner .box02:after {
    content: "";
    display: inline-block;
    background: url(../images/instructor/illust02.png) no-repeat;
    width: 115px;
    height: 93px;
    position: absolute;
    right: -15px;
    top: 150px;
  }
  .sec05 .inner .box02 h3 {
    border-bottom: #f1b982 solid 5px;
    width: 230px;
  }
  .sec05 .inner .box02 h4 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    color: #e88b2e;
    margin: 40px 0;
  }
  .sec05 .inner .box02 ul li {
    margin-bottom: 44px;
    background: url(../images/instructor_course/flow_bg02.png) no-repeat;
  }
  .sec05 .inner .box02 ul li:after {
    background: url(../images/instructor_course/arrow02.png) no-repeat;
  }
  .sec05 .inner .box02 ul li:nth-of-type(1) {
    background: url(../images/instructor_course/flow_bg03.png) no-repeat;
    height: 90px;
    padding-top: 23px;
  }
  .sec05 .inner .box02 ul li:last-child {
    background: url(../images/instructor_course/flow_bg05.png) no-repeat;
    height: 80px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .sec05 .inner .box02 ul li:last-child:after {
    display: none;
  }
  .sec05 .qa {
    text-align: center;
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .sec05 .qa a {
    text-decoration: underline;
  }
  .sec05 .qa a:hover {
    text-decoration: none;
  }
  .sec05 .panel .box01 ul li, .sec05 .panel .box02 ul li {
    font-size: 14px;
}
.sec05 .panel .box01 ul li p, .sec05 .panel .box02 ul li p {
    margin: 10px 0;
}

.sec05 .inner .box01 ul li::before, .sec05 .inner .box02 ul li::before {
    content: "";
    position: absolute;
    background: #f8fcf2;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: -1;
}
.sec05 .inner .box01 ul li:nth-of-type(2):after {
    bottom: -27px;
  }
.sec05 .inner .box02 ul li::before {
		content: "";
    position: absolute;
    background: #fdf3ea;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: -1;
}
.sec05 .inner .box01 ul li:last-child:before, .sec05 .inner .box02 ul li:last-child:before {
	content: "";
	background-color: #99c83f !important;
    display: block;
}
.sec05 .inner .box02 ul li:last-child:before {
	background-color: #e88b2e !important;
}
.sec05 .inner .box01 ul li:last-child,.sec05 .inner .box02 ul li:last-child {
	height: auto;
    background-size: 100% 100%; 
}
.sec05 .inner .box01 ul li, .sec05 .inner .box02 ul li {
    margin-bottom: 44px !important;
    height: auto;
		background-size: 100% 100%; 
        z-index: 1;
        padding: 10px;
}

  .sec06 {
    width: 100%;
    background: #f9f8f7;
    padding: 80px 0;
    margin-bottom: 120px;
    /* tab */
  }
  .sec06 .tab-wrap_sc {
    width: 950px;
    margin: 50px auto 0 auto;
  }
  .sec06 .tab-wrap_sc .tab-group_sc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 550px;
    margin: 0 auto;
  }
  .sec06 .tab-wrap_sc .tab-group_sc .tab_sc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #e88b2e;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    width: 440px;
    height: 43px;
    padding-top: 12px;
    margin: 0 2px;
  }
  .sec06 .tab-wrap_sc .tab-group_sc .tab_sc:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .sec06 .tab-wrap_sc .tab-group_sc .is-active_sc {
    background: #fff;
    color: #e88b2e;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 1.414px 0px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .sec06 .panel-group_sc {
    border-top: none;
    background: #f9f8f7;
  }
  .sec06 .panel_sc {
    display: none;
  }
  .sec06 .panel_sc.is-show_sc {
    display: block;
    background: #fff;
    border-radius: 4px;
    padding: 50px;
    width: 940px;
    margin: 0 auto;
    box-shadow: 1.414px 1.414px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .sec06 h3 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #e88b2e;
    margin-bottom: 30px;
  }
  .sec06 h3 span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #555;
  }
  .sec06 dl {
    width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec06 dl dt {
    width: 495px;
  }
  .sec06 dl dt .table {
    border: #ccc 1px solid;
  }
  .sec06 dl dt .table td {
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 25px;
    padding: 13px 10px;
  }
  .sec06 dl dt .table td span {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .sec06 dl dt .table td:nth-child(odd) {
    width: 95px;
    background: #fae8d5;
  }
  .sec06 dl dt .table td.point {
    background: #e88b2e;
    color: #fff;
  }
  .sec06 dl dd {
    width: 275px;
  }
  .sec06 .btn_area {
    margin: 40px auto 0px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 615px;
  }
  .sec06 .btn_area a {
    width: 300px;
    height: 60px;
    padding-top: 18px;
    font-size: 2rem;
    font-weight: bold;
  }
  .sec06 .btn_area .btn_more_g a {
    padding-top: 15px;
  }
  .sec06 .btn_area .btn_more_g a:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/icon_pdf.png) no-repeat;
    width: 27px;
    height: 33px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec06 .btn_area .btn_more_g a:hover:before {
    background: url(../images/instructor_course/icon_hover_pdf.png) no-repeat;
  }

  .sec07 {
    margin-bottom: 80px;
  }
  .sec07 h2 {
    margin-bottom: 50px;
  }
  .sec07 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
  }
  .sec07 dl dt {
    width: 500px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec07 dl dt h3 {
    color: #e88b2e;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .sec07 dl dt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .sec07 dl dt .table {
    border: #f1b982 1px solid;
    margin: 30px 0 15px 0;
  }
  .sec07 dl dt .table tr:nth-child(even) {
    background: #f9f8f7;
  }
  .sec07 dl dt .table tr:last-child {
    background: #fae8d5;
  }
  .sec07 dl dt .table td {
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 25px;
    padding: 10px 0 10px 20px;
    border-right: #f1b982 dashed 1px;
    border-bottom: none;
  }
  .sec07 dl dt .table td span {
    font-size: 1.2rem;
  }
  .sec07 dl dt .table td:nth-child(odd) {
    width: 255px;
  }
  .sec07 dl dt .att p {
    font-size: 1.2rem;
  }
  .sec07 dl dt .btn_area {
    margin-top: 40px;
  }
  .sec07 dl dt .btn_area a {
    height: 50px;
    padding-top: 11px;
    font-size: 2rem;
    font-weight: bold;
  }
  .sec07 dl dt .btn_area .btn_more_g a {
    width: 400px;
    margin: 0 auto;
  }
  .sec07 dl dt .btn_area .btn_more_g a:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/icon_pdf.png) left 0/100% no-repeat;
    width: 22.5px;
    height: 27.5px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .sec07 dl dt .btn_area .btn_more_g a:hover:before {
    background: url(../images/instructor_course/icon_hover_pdf.png) left 0/100% no-repeat;
  }
  .sec07 dl dd {
    width: 540px;
  }

  .sec08 {
    width: 1100px;
    background: #f9f8f7;
    padding: 60px 0 75px 0;
    margin: 0 auto 100px auto;
    /* tab */
  }
  .sec08 .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 650px;
    margin: 0 auto;
  }
  .sec08 .ttl h2 {
    font-size: 3.3rem;
    font-weight: bold;
    color: #e88b2e;
    width: 180px;
    position: relative;
  }
  .sec08 .ttl h2:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/en_course.png) no-repeat;
    width: 112px;
    height: 73px;
    position: absolute;
    top: -80px;
    left: -30px;
  }
  .sec08 .ttl h2:after {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/co_tt_line.png) no-repeat;
    width: 25px;
    height: 69px;
    vertical-align: middle;
    margin-left: 20px;
  }
  .sec08 .ttl p {
    width: 470px;
    font-size: 2rem;
    margin-top: 5px;
    line-height: 1.5;
    padding-left: 20px;
  }
  .sec08 .tab-wrap_co {
    width: 950px;
    margin: 50px auto 0 auto;
  }
  .sec08 .tab-wrap_co .tab-group_co {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 630px;
    margin: 0 auto;
  }
  .sec08 .tab-wrap_co .tab-group_co .tab_co {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border-bottom: #f4d7ba solid 3px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    width: 190px;
    height: 45px;
    margin: 0 10px 30px 10px;
  }
  .sec08 .tab-wrap_co .tab-group_co .tab_co:hover {
    border-bottom: #e88b2e solid 3px;
  }
  .sec08 .tab-wrap_co .tab-group_co .is-active_co {
    border-bottom: #e88b2e solid 3px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sec08 .panel-group_co {
    border-top: none;
    background: #f9f8f7;
  }
  .sec08 .panel_co {
    display: none;
  }
  .sec08 .panel_co.is-show_co {
    display: block;
  }
  .sec08 dl {
    width: 930px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 1.414px 1.414px 0px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec08 dl dt {
    width: 555px;
    position: relative;
  }
  .sec08 dl dt .inner {
    width: 450px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .sec08 dl dt p {
    width: 445px;
    line-height: 1.7;
    font-size: 1.35rem;
    margin-top: 15px;
  }
  .sec08 dl dt h3 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .sec08 dl dt h3 span {
    font-size: 1.4rem;
    vertical-align: middle;
    padding-left: 5px;
  }
  .sec08 dl dd {
    width: 375px;
    background: #fdf3ea;
    padding: 35px 40px 10px 40px;
  }
  .sec08 dl dd h4 {
    color: #e88b2e;
    background: #fff;
    border-radius: 50px;
    width: 130px;
    margin: 0 auto 20px auto;
    height: 27px;
    padding-top: 7px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .sec08 dl dd ul li {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    border-bottom: #f5c99f solid 1px;
    padding-bottom: 10px;
  }
  .sec08 dl dd ul li:last-child {
    border-bottom: none;
  }

  .btn_box {
    width: 820px;
    margin: 0 auto;
    border: #e88b2e solid 2px;
    position: relative;
    padding: 50px;
  }
  .btn_box h3 {
    font-size: 3.5rem;
    font-weight: bold;
    width: 500px;
    background: #fff;
    text-align: center;
    color: #e88b2e;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .btn_box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 725px;
    margin: 0 auto;
  }
  .btn_box ul li a {
    width: 350px;
    height: 80px;
    font-size: 2rem;
    padding-top: 30px;
    font-weight: bold;
    box-shadow: 0px 5px 0px 0px #72a411;
  }
  .btn_box ul li.btn_booking a {
    position: relative;
    font-size: 2.3rem;
    padding-left: 95px;
    box-shadow: 0px 5px 0px 0px #c97828;
  }
  .btn_box ul li.btn_booking a:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/btn_img.png) no-repeat;
    width: 124px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_box ul li.btn_booking a:hover:before {
    background: url(../images/instructor_course/btn_img.png) 100%/no-repeat;
    height: 78px;
  }
  .btn_box ul li.btn_more_g a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_window.png) right/60% no-repeat;
    width: 28px;
    height: 24px;
    vertical-align: sub;
  }
  .btn_box ul li.btn_more_g a:hover:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_window3.png) right/60% no-repeat;
    width: 28px;
    height: 24px;
    vertical-align: sub;
  }

  /* voice */
  .voice {
    overflow: hidden;
    margin-top: 130px;
  }
  .voice .voice_title {
    background: url(../images/instructor_course/voice_img.jpg) center/cover no-repeat;
    min-width: 1100px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice .voice_title h2 {
    font-family: "Courier New", serif;
    font-size: 4.4rem;
    color: #fff;
  }
  .voice .voice_title h2 span {
    display: block;
    font-family: "游ゴシック体";
    font-size: 1.4rem;
    margin-top: 5px;
    text-align: center;
  }
  .voice .common_inner {
    width: 800px;
    margin: 0 auto;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .main_visual {
    background: url(../images/instructor_course/sp/main_visual.jpg) center/cover no-repeat;
  }
  .main_visual .title h2 {
    background: url(../images/instructor_course/sp/mv_title.png) left/100% no-repeat;
    width: 209px;
    height: 109.5px;
    position: absolute;
    top: 90px;
    left: 10px;
  }

  .sec01 {
    margin: 30px 0 35px 0;
  }
  .sec01 h2 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/instructor_course/sp/sub_title.png) center/100% no-repeat;
    padding-top: 32.9%;
    height: 0;
    margin-bottom: 30px;
  }
  .sec01 .box h3 {
    background: #e88b2e;
    border-radius: 50px;
    padding: 10px 0 10px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 85%;
    position: relative;
  }
  .sec01 .box h3:after {
    content: "";
    display: block;
    background: url(../images/instructor_course/sec01_arrow.png) center/100% no-repeat;
    width: 10px;
    height: 4.5px;
    margin: 0 auto;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
  }
  .sec01 .box ul {
    padding: 0 30px;
    margin: 20px auto 0 auto;
  }
  .sec01 .box ul li {
    background: url(../images/instructor_course/icon_arrow.png) 3px 7px no-repeat;
    background-size: 11.5px 9px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: #f8dcc0 solid 5px;
    padding-bottom: 6px;
    margin-top: 10px;
    padding-left: 20px;
  }

  .sec03 {
    background: #f9f8f7;
    padding: 70px 0 30px 0;
  }
  .sec03 h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #e88b2e;
    margin: 0 auto 20px auto;
    position: relative;
    line-height: 1.4;
    text-align: center;
  }
  .sec03 h2:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 20px;
    background: url(../images/beginner/sp/en_point.png) left/100% no-repeat;
    width: 67px;
    height: 44px;
  }
  .sec03 dl {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0 auto 30px auto;
  }
  .sec03 dl dt {
    margin-bottom: 15px;
  }
  .sec03 dl dd h3 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .sec03 dl dd h3:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/point01.png) left/100% no-repeat;
    width: 17.5px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .sec03 dl dd h3:nth-of-type(2):before {
    background: url(../images/instructor_course/point02.png) left/100% no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(3):before {
    background: url(../images/instructor_course/point03.png) left/100% no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(4):before {
    background: url(../images/instructor_course/point04.png) left/100% no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(5):before {
    background: url(../images/instructor_course/point05.png) left/100% no-repeat;
  }
  .sec03 dl dd h3:nth-of-type(6):before {
    background: url(../images/instructor_course/point06.png) left/100% no-repeat;
  }
  .sec03 dl dd p {
    font-size: 1.4rem;
    line-height: 1.9;
    border-bottom: #e88b2e solid 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sec03 .bnt_area {
    padding: 0 30px;
  }
  .sec03 .bnt_area ul {
    margin: 0 auto;
  }
  .sec03 .bnt_area ul li {
    margin-bottom: 10px;
  }
  .sec03 .bnt_area ul li.sc, .sec03 .bnt_area ul li.cu, .sec03 .bnt_area ul li.btn_booking {
    background: #fff;
  }
  .sec03 .bnt_area ul li.sc a, .sec03 .bnt_area ul li.cu a, .sec03 .bnt_area ul li.btn_booking a {
    width: 100%;
    height: 60px;
    padding-top: 13px;
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px #e88b2e solid;
  }
  .sec03 .bnt_area ul li.sc a:before, .sec03 .bnt_area ul li.cu a:before, .sec03 .bnt_area ul li.btn_booking a:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/icon_sc.png) no-repeat;
    width: 25px;
    height: 27px;
    margin-right: 10px;
    vertical-align: sub;
  }
  .sec03 .bnt_area ul li.sc a:hover:before, .sec03 .bnt_area ul li.cu a:hover:before, .sec03 .bnt_area ul li.btn_booking a:hover:before {
    background: url(../images/instructor_course/icon_sc02.png) no-repeat;
  }
  .sec03 .bnt_area ul li.cu a:before {
    background: url(../images/instructor_course/icon_cu.png) no-repeat;
  }
  .sec03 .bnt_area ul li.cu a:hover:before {
    background: url(../images/instructor_course/icon_cu02.png) no-repeat;
  }
  .sec03 .bnt_area ul li.btn_booking a {
    padding-top: 20px;
  }
  .sec03 .bnt_area ul li.btn_booking a:before {
    display: none;
  }

  .sec04 {
    margin: 50px auto 0 auto;
    background: #e88b2e;
    padding: 35px 0 15px 0;
    position: relative;
  }
  .sec04:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/icon_ryt.png) left/80% no-repeat;
    width: 84.5px;
    height: 84.5px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .sec04 .text {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0 auto 15px auto;
  }
  .sec04 .text h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 80px;
  }
  .sec04 .text p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #fff;
  }
  .sec04 .text p a {
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 15px;
  }
  .sec04 .text p a:hover {
    text-decoration: none;
  }
  .sec04 .image {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0 auto;
  }

  .sec05 {
    margin-bottom: 50px;
    padding-top: 70px;
    /* tab */
  }
  .sec05 h2 {
    color: #89c514;
    margin-bottom: 40px;
    font-size: 5.2rem;
  }
  .sec05 .tab-wrap .tab-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    border-bottom: #89c514 solid 2px;
  }
  .sec05 .tab-wrap .tab-group .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    width: 47%;
    height: 45px;
    padding-top: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0 2px;
    background: #e88b2e;
    color: #fff;
  }
  .sec05 .tab-wrap .tab-group .is-active {
    background: #89c514;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sec05 .tab-wrap .tab-group .n02.is-active {
    background: #e88b2e;
  }
  .sec05 .tab-wrap .tab-group .n01 {
    background: #89c514;
  }
  .sec05 .tab-wrap .tab-group .n01.is-active {
    background: #89c514;
  }
  .sec05 .panel-group {
    border-top: none;
  }
  .sec05 .panel {
    display: none;
  }
  .sec05 .panel.is-show {
    display: block;
  }
  .sec05 .panel .box01, .sec05 .panel .box02 {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0 auto;
    padding: 50px 5px 30px 5px;
  }
  .sec05 .panel .box01 h3, .sec05 .panel .box02 h3 {
    font-size: 2.7rem;
    font-weight: bold;
    border-bottom: #c4e289 solid 6px;
    margin: 0 auto 30px auto;
    width: 210px;
    text-align: center;
    padding-bottom: 10px;
  }
  .sec05 .panel .box01 ul li, .sec05 .panel .box02 ul li {
    position: relative;
    margin-bottom: 40px;
  }
  .sec05 .panel .box01 ul li p, .sec05 .panel .box02 ul li p {
    border: #c4e289 dashed 1px;
    border: none !important;
    background: #f9fcf3;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    line-height: 1.5;
  }
  .sec05 .panel .box01 ul li:after, .sec05 .panel .box02 ul li:after {
    content: "";
    display: block;
    background: url(../images/instructor_course/sp/arrow01.png) center/100% no-repeat;
    width: 47px;
    height: 11px;
    position: absolute;
    margin: 0 auto;
    bottom: -27px;
    left: 0;
    right: 0;
  }
  .sec05 .panel .box01 ul li a, .sec05 .panel .box02 ul li a {
    text-decoration: underline;
  }
  .sec05 .panel .box01 ul li a:hover, .sec05 .panel .box02 ul li a:hover {
    text-decoration: none;
  }
  .sec05 .panel .box01 ul li span, .sec05 .panel .box02 ul li span {
    display: block;
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 1.8;
  }
  .sec05 .panel .box01 ul li:last-child, .sec05 .panel .box02 ul li:last-child {
    margin-bottom: 20px;
    background: #99c83f;
    color: #ffffff;	
  }
  .sec05 .panel .box01 .tx, .sec05 .panel .box02 .tx {
    line-height: 1.7;
  }
  .sec05 .panel .box01 .tx a, .sec05 .panel .box02 .tx a {
    display: block;
    color: #e88b2e;
    margin-top: 10px;
    text-decoration: underline;
  }
  .sec05 .panel .box01 .tx a:hover, .sec05 .panel .box02 .tx a:hover {
    text-decoration: none;
  }
  .sec05 .panel .box01 .tx a:after, .sec05 .panel .box02 .tx a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_window2.png) right/50% no-repeat;
    width: 28px;
    height: 24px;
    vertical-align: middle;
  }
  .sec05 .panel .box01 {
    position: relative;
  }
  .sec05 .panel .box01 ul li:last-child:after {
    display: none;
  }
  .sec05 .panel .box02 h3 {
    border-bottom: #f1b982 solid 5px;
    width: 230px;
  }
  .sec05 .panel .box02 h4 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #e88b2e;
    margin: 20px 0;
  }
  .sec05 .panel .box02 ul li {
    margin-bottom: 44px;
  }
  .sec05 .panel .box02 ul li p {
    border: #f1d2b4 dashed 1px;
    background: #fdf3ea;
  }
  .sec05 .panel .box02 ul li:after {
    background: url(../images/instructor_course/sp/arrow02.png) center/100% no-repeat;
    width: 47px;
    height: 11px;
  }
  .sec05 .panel .box02 ul li:last-child {
    margin-bottom: 0;
    background:	#e88b2e;
    color: #ffffff;
  }
  .sec05 .panel .box02 ul li:last-child p {
    background: #e88b2e;
    color: #fff;
  }
  .sec05 .panel .box02 ul li:last-child:after {
    display: none;
  }
  .sec05 .qa {
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.7;
    border: #f1d2b4 solid 2px;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
  }
  .sec05 .qa a {
    display: block;
    padding: 20px 0;
    text-decoration: underline;
  }
  .sec05 .qa a:hover {
    text-decoration: none;
  }
  
.sec05 .panel .box01 ul li, .sec05 .panel .box02 ul li {
	background-color: #f8fcf2;
	border: #c4e289 dashed 1px;
    font-size: 14px;
    height: auto;
    background-size: 100% 100%;
    z-index: 1;
    padding: 10px;
    position: relative;
}
.sec05 .inner .box01 ul li:last-child {
	background: #99c83f;
}
  .sec05 .inner .box02 ul li:last-child {
    border: #c4e289 dashed 1px;
    height: auto;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.8rem;
    background:	#e88b2e;
}
.sec05 .panel .box02 ul li {
	border: #e88b2e dashed 1px;
}


.sec05 .panel .box01 ul li p, .sec05 .panel .box02 ul li p {
    margin: 10px 0;
}

.sec05 .inner .box01 ul li::before, .sec05 .inner .box02 ul li::before {
    content: "";
    position: absolute;
    background: #f8fcf2;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: -1;
}
.sec05 .inner .box02 ul li::before {
		content: "";
    position: absolute;
    background: #fdf3ea;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: -1;
}
.sec05 .inner .box01 ul li:last-child, .sec05 .inner .box02 ul li:last-child {
	background: #99c83f;
}
.sec05 .inner .box02 ul li:last-child {
	background:	#e88b2e;
}
.sec05 .inner .box01 ul li, .sec05 .inner .box02 ul li {
    margin-bottom: 44px;
    height: auto;
		background-size: 100% 100%; 
        background-color: #f8fcf2;
}
.sec05 .inner .box02 ul li {
	background-color: #fdf3ea;
}

  .sec06 {
    width: 100%;
    background: #f9f8f7;
    padding: 40px 0;
    /* tab */
  }
  .sec06 h2 {
    font-size: 4.3rem;
  }
  .sec06 .tab-wrap_sc {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 50px auto 0 auto;
  }
  .sec06 .tab-wrap_sc .tab-group_sc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .sec06 .tab-wrap_sc .tab-group_sc .tab_sc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #e88b2e;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    width: 33.3%;
    height: 45px;
    padding-top: 15px;
    margin: 0 2px;
  }
  .sec06 .tab-wrap_sc .tab-group_sc .tab_sc:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .sec06 .tab-wrap_sc .tab-group_sc .is-active_sc {
    background: #fff;
    color: #e88b2e;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 1.414px 0px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .sec06 .panel-group_sc {
    border-top: none;
    background: #f9f8f7;
  }
  .sec06 .panel_sc {
    display: none;
  }
  .sec06 .panel_sc.is-show_sc {
    display: block;
    background: #fff;
    border-radius: 4px;
    padding: 20px 0;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0 auto;
    box-shadow: 1.414px 1.414px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .sec06 .panel_sc.is-show_sc h3 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/instructor_course/sp/ttl_sc.png) center/100% no-repeat;
    width: 291px;
    height: 82.5px;
    margin: 15px auto 20px auto;
  }
  .sec06 dl {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec06 dl dt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }
  .sec06 dl dt .table {
    border: none;
  }
  .sec06 dl dt .table td {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 5px 10px;
    display: block;
    border: none;
  }
  .sec06 dl dt .table td span {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .sec06 dl dt .table td:nth-child(odd) {
    background: #fae8d5;
  }
  .sec06 dl dt .table td.point {
    background: #e88b2e;
    color: #fff;
  }
  .sec06 .btn_area {
    margin-top: 30px;
  }
  .sec06 .btn_area a {
    width: 85%;
    height: 60px;
    padding-top: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 15px auto;
  }
  .sec06 .btn_area .btn_more_g a {
    padding-top: 15px;
  }
  .sec06 .btn_area .btn_more_g a:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/icon_pdf.png) no-repeat;
    width: 27px;
    height: 33px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec06 .btn_area .btn_more_g a:hover:before {
    background: url(../images/instructor_course/icon_hover_pdf.png) no-repeat;
  }

  .sec07 {
    margin: 0 auto 50px auto;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    padding-top: 50px;
  }
  .sec07 h2 {
    margin-bottom: 30px;
    font-size: 4.3rem;
  }
  .sec07 dl dt h3 {
    color: #e88b2e;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .sec07 dl dt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .sec07 dl dt .table {
    border: #f1b982 1px solid;
    margin: 20px 0 15px 0;
  }
  .sec07 dl dt .table tr:nth-child(even) {
    background: #f9f8f7;
  }
  .sec07 dl dt .table tr:last-child {
    background: #fae8d5;
  }
  .sec07 dl dt .table td {
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 25px;
    padding: 10px 0 10px 15px;
    border-right: #f1b982 dashed 1px;
    border-bottom: none;
  }
  .sec07 dl dt .table td span {
    font-size: 1.2rem;
  }
  .sec07 dl dt .table td:nth-child(odd) {
    width: 65%;
  }
  .sec07 dl dt .att {
    margin-bottom: 20px;
  }
  .sec07 dl dt .att p {
    font-size: 1.4rem;
  }
  .sec07 dl dt .btn_area {
    margin-bottom: 30px;
  }
  .sec07 dl dt .btn_area a {
    width: 85%;
    padding: 10px;
    font-size: 1.55rem;
    font-weight: bold;
    margin: 0 auto;
  }
  .sec07 dl dt .btn_area .btn_more_g a:before {
    content: "";
    display: inline-block;
    background: url(../images/instructor_course/icon_pdf.png) no-repeat;
    width: 27px;
    height: 33px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec07 dl dt .btn_area .btn_more_g a:hover:before {
    background: url(../images/instructor_course/icon_hover_pdf.png) no-repeat;
  }

  .sec08 {
    width: 100%;
    background: #f9f8f7;
    padding: 30px 0 45px 0;
    margin: 0 auto 50px auto;
    /* tab */
  }
  .sec08 .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
  }
  .sec08 .ttl h2 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/instructor_course/sp/ttl_skill.png) center/100% no-repeat;
    height: 151.5px;
    width: 292.5px;
    margin: 0 auto 35px auto;
  }
  .sec08 .ttl p {
    display: none;
  }
  .sec08 .tab-wrap_co .tab-group_co {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
  }
  .sec08 .tab-wrap_co .tab-group_co .tab_co {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border-bottom: #f4d7ba solid 3px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    width: 33.3%;
    height: 45px;
    margin: 0 10px 25px 10px;
  }
  .sec08 .tab-wrap_co .tab-group_co .tab_co:hover {
    border-bottom: #e88b2e solid 3px;
  }
  .sec08 .tab-wrap_co .tab-group_co .is-active_co {
    border-bottom: #e88b2e solid 3px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sec08 .panel-group_co {
    border-top: none;
    background: #f9f8f7;
  }
  .sec08 .panel_co {
    display: none;
  }
  .sec08 .panel_co.is-show_co {
    display: block;
  }
  .sec08 dl {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 1.414px 1.414px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .sec08 dl dt {
    position: relative;
  }
  .sec08 dl dt p {
    line-height: 1.7;
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .sec08 dl dt h3 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .sec08 dl dt h3 span {
    font-size: 1.4rem;
    vertical-align: middle;
    padding-left: 5px;
  }
  .sec08 dl dd {
    margin-top: 20px;
    background: #fdf3ea;
    padding: 20px 15px 10px 15px;
  }
  .sec08 dl dd h4 {
    color: #e88b2e;
    background: #fff;
    border-radius: 50px;
    width: 130px;
    margin: 0 auto 20px auto;
    height: 27px;
    padding-top: 7px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .sec08 dl dd ul li {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    border-bottom: #f5c99f solid 1px;
    padding-bottom: 10px;
    background: url(../images/instructor_course/sp/icon_circle.png) left 5px no-repeat;
    background-size: 4px;
    padding-left: 13px;
  }
  .sec08 dl dd ul li:last-child {
    border-bottom: none;
  }

  .btn_box {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0 auto 70px auto;
    border: #e88b2e solid 2px;
    padding: 28px 20px 15px 20px;
  }
  .btn_box h3 {
    font-size: 2.2rem;
    font-weight: bold;
    background: #fff;
    text-align: center;
    color: #e88b2e;
  }
  .btn_box ul {
    margin-top: 15px;
  }
  .btn_box ul li {
    margin-bottom: 15px;
  }
  .btn_box ul li a {
    width: 100%;
    height: 60px;
    font-size: 1.8rem;
    padding-top: 20px;
    font-weight: bold;
    box-shadow: 0px 5px 0px 0px #72a411;
  }
  .btn_box ul li.btn_booking a {
    position: relative;
    font-size: 2rem;
    padding-left: 75px;
    box-shadow: 0px 5px 0px 0px #c97828;
  }
  .btn_box ul li.btn_booking a:before {
    content: "";
    display: block;
    background: url(../images/instructor_course/sp/btn_img.png) left/100% no-repeat;
    width: 84px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_box ul li.btn_booking a:hover:before {
    background: url(../images/instructor_course/btn_img.png) 100%/no-repeat;
    height: 78px;
  }
  .btn_box ul li.btn_more_g a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_window.png) right/60% no-repeat;
    width: 28px;
    height: 24px;
    vertical-align: sub;
  }
  .btn_box ul li.btn_more_g a:hover:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_window3.png) right/60% no-repeat;
    width: 28px;
    height: 24px;
    vertical-align: sub;
  }

  /* voice */
  .voice {
    overflow: hidden;
  }
  .voice .voice_title {
    background: url(../images/instructor_course/sp/voice_img.jpg) center/cover no-repeat;
    height: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice .voice_title h2 {
    font-family: "Courier New", serif;
    font-size: 3.5rem;
    color: #fff;
  }
  .voice .voice_title h2 span {
    display: block;
    font-family: "游ゴシック体";
    font-size: 1.4rem;
    margin-top: 5px;
    text-align: center;
  }
  .voice #comments {
    margin-top: 30px;
  }
  .voice #comments h4 {
    font-size: 1.6rem;
  }
  .voice #commentform textarea {
    width: 100%;
  }
  .voice #commentsAdd #respond h4 {
    font-size: 1.6rem;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 360px) {
  .btn_box {
    padding-bottom: 10px;
  }
  .btn_box h3 {
    font-size: 1.85rem;
  }
  .btn_box ul li a {
    font-size: 1.5rem;
    padding-top: 15px;
  }
  .btn_box ul li.btn_booking a {
    font-size: 1.6rem;
    padding-top: 23px;
  }
}