@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
}
html{
  font-family: 'Noto Sans Japanese', sans-serif, "メイリオ", sans-serif;
}
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 */
input, select {
  vertical-align:middle;
}

ul, li{
  list-style: none;
}

img{
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.bold{
  font-weight: bold;
}

.align_center{
  text-align: center !important;
}

.align_left{
  text-align: left !important;
}

.align_right{
  text-align: right !important;
}

.gothic{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.red{
  color: #e16277;
}

/*---------------------------------------------------*/

@media screen and (max-width: 750px) {
  html{
    line-height: 1.6;
    font-size: 13px;
  }

  body{
    width: 100%;
    min-width: 320px;
  }

  body.in{
    position: relative;
  }

  body.in::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;
  }

  .forPC{
    display: none;
  }

  .btn{
    margin: 0 20px;
    text-align: left;
  }

  .btn a{
    border-radius: 10px;
    background: #e16277;
    overflow: hidden;
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 10px 10px 45px;
    margin: 0 auto;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
  }

  .btn a::before{
    content: "";
    background: #fef3eb;
    width: 35px;
    height: -ms-calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    border-radius: 10px 0 0 10px;
  }

  .btn a::after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #e16277;
    border-bottom: 1px solid #e16277;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg)
  }

  header{
    height: 100%;
    background: url(../images/bg.jpg) repeat center top;
    display: flex;
    justify-content: center;
    width: 260px;
    position: fixed;
    top: 0;
    right: -320px;
    transition: all .2s;
    z-index: 9999;
  }

  header.in{
    right: 0;
  }

  header .inner{
    padding: 20px;
  }

  header h1{
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../images/line_bg.jpg) repeat-x center bottom;
  }

  header h1 img{
    width: 150px;
  }

  header h1 + p{
    font-size: 14px;
    color: #7e7e7e;
    line-height: 2;
  }

  header .tel{
    margin: 50px 0 20px;
    color: #000;
  }

  header .tel img{
    margin-top: 5px;
  }

  header .bnr{
    margin-bottom: 10px;
    background: #fef3eb;
  }

  header .bnr a{
    text-decoration: none;
    display: block;
  }

  header .bnr img{
    vertical-align: bottom;
  }

  header .bnr-conatct{
    border: 1px solid #e16277;
  }

  header .bnr-lesson{
    border: 1px solid #8eb476;
  }

  header .bnrTitle{
    position: relative;
    text-align: center;
    color: #fff;
  }

  header .bnr-conatct .bnrTitle{
    background: #e16277;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
  }

  header .bnr-conatct .bnrTitle:after{
    content: "";
    border: 6px solid #fef3eb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }

  header .bnr-lesson .bnrTitle{
    background: #92c7b1;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
  }

  header .bnr-lesson .bnrTitle:after{
    content: "";
    border: 6px solid #e16277;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }

  header .bnr-lesson .bnrTitle span{
    font-size: 10px;
  }

  header .bnr-conatct p, header .bnr-lesson p{
    padding: 10px;
  }

  header .home_link{
    margin-bottom: 15px;
  }

  header .home_link a{
    display: block;
    border: 1px solid #e16277;
    position: relative;
    padding: 5px 25px;
    text-decoration: none;
    background: #fff;
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
    color: #000;
  }

  header .home_link a:after{
    content: "";
    border-right: 1px solid #e16277;
    border-bottom: 1px solid #e16277;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(-45deg);
  }

  header .sns{
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  header .sns li{
    width: 35px;
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
    margin: 0 5px;
  }

  header .closeBt{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
  }

  #wrapper{
    padding: 0 15px;
  }

  main{
    width: 100%;
    padding: 0 0 30px;
  }

  .spHeader{
    padding: 15px 10px;
    position: relative;
    width: -ms-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .spHeader .spLogo{
    width: 200px;
  }

  .spHeader .menuBt{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
  }

  section{
    margin: 0 0 20px;
  }

  section > section{
    padding: 0;
  }

  section < *:last-child{
    margin-bottom: 0;
  }

  section .commonH2{
    background: #e16277;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: -ms-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 0 20px -15px;
  }

  section .commonH2:after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: url(../images/line_bg.jpg) repeat-x center bottom;
  }

  section h2 span{
    font-weight: normal;
    font-size: 13px;
  }

  section h3{
    border-bottom: 2px solid #9dc8b6;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
  }

  section h3 span{
    color: #71a790;
  }

  section h4{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  section h4:before{
    content: "";
    border: 6px solid #e16277;
    border-right-color: #f296a5;
    border-bottom-color: #f296a5;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 0;
  }

  section > p{
    margin-bottom: 20px;
  }

  .mainImg{
    width: -ms-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .mainImg h2{
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }

  .mainImg p{
    padding: 0 15px;
  }

  .course_point{
    background: url(../images/text_more.png) no-repeat center bottom;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .course_point li{
    margin-bottom: 20px;
  }

  .course_point li .thumb{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }

  .course_point li span{
    position: absolute;
    background: #9dc8b6;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 3px 15px;
    display: inline-block;
    left: 0;
    bottom: 0;
    color: #fff;
  }

  .course_point li span:after{
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    border: 35px solid transparent;
    border-left-color: #9dc8b6;
    border-left-width: 15px;
  }

  .course_point li p{
    text-align: center;
  }

  .ad_box{
    border: 1px dashed #e16277;
    margin-bottom: 30px;
    position: relative;
  }

  .ad_box:before{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -1px;
    left: -1px;
  }

  .ad_box:after{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    transform: rotate(-90deg);
  }

  .ad_box .inner{
    padding: 15px;
    position: relative;
  }

  .ad_box .inner:before{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -1px;
    right: -1px;
    transform: rotate(90deg);
  }

  .ad_box .inner:after{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transform: rotate(180deg);
  }

  .ad_box dl{
    margin-bottom: 20px;
  }

  .ad_box dl:last-child{
    margin-bottom: 0;
  }

  .ad_box dt{
    font-size: 16px;
    border-bottom: 1px solid #e16277;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .ad_box dt span{
    color: #e16277;
    display: block;
    font-weight: normal;
  }

  .floatBox{
    margin-bottom: 20px;
    overflow: hidden;
  }

  .floatBox .leftBox{
  }

  .floatBox .right_img{
  }

  .floatBox .left_img{
  }

  .floatBox .rightBox{
  }

  .floatBox p{
    margin-bottom: 25px;
  }

  .floatBox .price{
    font-size: 16px;
  }

  .floatBox .price span{
    font-size: 14px;
  }

  .profile_list{
  }

  .profile_list li{
    margin-bottom: 15px;
    display: table;
  }

  .profile_list li .thumb{
    width: 105px;
    display: table-cell;
    vertical-align: top;
  }

  .profile_list li .profileDetail{
    padding: 5px 0 5px 15px;
    display: table-cell;
  }

  .profile_list li .profileDetail p > span{
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }

  .profile_list li .profileDetail .bold{
    font-size: 16px;
  }

  .profile_list li .profileDetail .carrer{
    font-size: 12px;
  }

  .dl_table{
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border-top: 1px solid #f399a8;
    border-bottom: 1px solid #f399a8;
  }

  .dl_table dt{
    padding: 10px;
    background: #fef3eb;
    border-left: 1px solid #f399a8;
    border-right: 1px solid #f399a8;
  }

  .dl_table dd{
    background: #fff;
    padding: 10px;
    border: 1px solid #f399a8;
    width: 100%;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
  }

  .privilege{
    background: #ffe7eb;
    padding: 10px 0 15px;
  }

  .privilege .privilegeTitle{
    display: inline-block;
    background: url(../images/ico_crown.png) no-repeat 8px 9px #e16277;
    -webkit-background-size: 18px;
    background-size: 18px;
    padding: 10px 20px 10px 35px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    position: relative;
  }

  .privilege .privilegeTitle::after{
    content: "";
    border: 15px solid transparent;
    border-left: 10px solid #e16277;
    border-bottom: 21px solid #e16277;
    position: absolute;
    top: 0;
    right: -25px;
  }

  .privilege ul{
    padding: 15px 25px 0;
  }

  .privilege li{
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 10px;
  }

  .senior_list{
    margin-bottom: 20px;
  }

  .senior_list li{
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    display: table;
    width: 100%;
  }

  .senior_list li:first-child{
    border-top: none;
  }

  .senior_list .thumb{
    width: 80px;
    display: table-cell;
  }

  .senior_list .profile{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }

  .senior_list .profile .name{
    font-size: 14px;
    font-weight: bold;
    display: block;
  }

  .senior_list .profile .introduction{
    margin-bottom: 15px;
  }

  .senior_list .profile .introduction:last-of-type{
    margin-bottom: 0;
  }

  footer{
    background: #e16277;
    padding: 20px 15px;
    position: relative;
  }

  footer address{
    color: #fff;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 10px;
  }

  footer address span{
    font-weight: bold;
  }

  footer ul{
    letter-spacing: -0.4em;
    margin-bottom: 10px;
  }

  footer li{
    display: inline-block;
    letter-spacing: normal;
    font-size: 12px;
  }

  footer li::before{
    content: "|";
    padding: 0 10px;
    color: #fff;
  }

  footer li:first-child::before{
    content: none;
    padding-left: 0;
  }

  footer li a{
    color: #fff;
  }

  footer small{
    color: #fff;
    font-size: 11px;
  }

  #pageTop{
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #pageTop a{
    display: block;
    height: 40px;
    position: relative;
    border: 1px solid #fff;
  }

  #pageTop a::after{
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    transform: rotate(-45deg);
  }

  .fixedBnr{
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e16277;
    border-bottom: 1px solid #e16277;
    background: url(../images/bg.jpg) repeat;
    display: table;
    width: 100%;
  }

  .fixedBnr p{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
  }

  .fixedBnr p:last-child{
    background: #e16277;

  }

  .fixedBnr p a{
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
  }

  .fixedBnr p:last-child a{
    position: relative;
    padding-left: 20px;
    word-break: keep-all;
  }

  .fixedBnr p:last-child a:after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    top: 50%;
    left: 5px;
    margin-top: -4px;
    position: absolute;
  }
}
@media print, screen and (min-width: 751px) {
  html{
    line-height: 1.8;
    font-size: 14px;
  }

  body{
    min-width: 1280px;
    width: 100%;
    position: relative;
  }

  body::after{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg.jpg) repeat center top;
    z-index: -1;
    background-attachment: fixed;
  }

  .forSP{
    display: none;
  }

  .btn{
    margin: 0 20px;
  }

  .btn a{
    border-radius: 10px;
    background: #e16277;
    overflow: hidden;
    color: #fff;
    position: relative;
    display: block;
    max-width: 425px;
    padding: 10px 0 10px 35px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
  }

  .btn a:hover{
    background: rgba(225, 98, 119, .9);
  }

  .btn a::before{
    content: "";
    background: #fef3eb;
    width: 35px;
    height: -ms-calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    border-radius: 10px 0 0 10px;
  }

  .btn a::after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #e16277;
    border-bottom: 1px solid #e16277;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg)
  }

  .alpha{
    -ms-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .alpha:hover{
    opacity: .9;
  }

  header{
    /*position: fixed;*/
    height: 100%;
    width: 280px;
    /*top: 0;
    left: 0;
    background: url(../images/bg.jpg) repeat center top;*/
    padding: 95px 10px 10px;
    display: flex;
    justify-content: center;
    /*float: left;*/
    position: relative;
  }

  header .inner{
    position: absolute;
    left: 30px;
  }

  header .inner{
    width: 195px;
  }

  header h1{
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../images/line_bg.jpg) repeat-x center bottom;
  }

  header h1 + p{
    font-size: 12px;
    color: #7e7e7e;
    line-height: 2.2;
  }

  header .tel{
    margin: 70px 0 20px;
    color: #000;
    font-size: 13px;
  }

  header .tel img{
    margin-top: 5px;
  }

  header .bnr{
    margin-bottom: 10px;
    background: #fef3eb;
  }

  header .bnr a{
    text-decoration: none;
    display: block;
  }

  header .bnr img{
    vertical-align: bottom;
  }

  header .bnr a:hover{
    opacity: .9;
  }

  header .bnr-conatct{
    border: 1px solid #e16277;
  }

  header .bnr-lesson{
    border: 1px solid #8eb476;
  }

  header .bnrTitle{
    position: relative;
    text-align: center;
    color: #fff;
  }

  header .bnr-conatct .bnrTitle{
    background: #e16277;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
  }

  header .bnr-conatct .bnrTitle:after{
    content: "";
    border: 6px solid #fef3eb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }

  header .bnr-conatct p img{
    width: 169px;
    height: 34px;
  }

  header .bnr-lesson .bnrTitle{
    background: #92c7b1;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
  }

  header .bnr-lesson .bnrTitle:after{
    content: "";
    border: 6px solid #e16277;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }

  header .bnr-lesson .bnrTitle span{
    font-size: 10px;
  }

  header .bnr-conatct p, header .bnr-lesson p{
    padding: 10px;
  }

  header .home_link{
    margin-bottom: 15px;
  }

  header .home_link a{
    display: block;
    border: 1px solid #e16277;
    position: relative;
    padding: 5px 25px;
    text-decoration: none;
    background: #fff;
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
    color: #000;
  }

  header .home_link a:after{
    content: "";
    border-right: 1px solid #e16277;
    border-bottom: 1px solid #e16277;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(-45deg);
  }

  header .home_link a:hover{
    background: #e16277;
    color: #fff;
  }

  header .home_link a:hover:after{
    border-color: #fff;
  }

  header .sns{
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  header .sns li{
    width: 35px;
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
    margin: 0 5px;
  }

  header .sns li:hover{
    transform: scale(1.2);
  }

  #wrapper{
    width: 1280px;
    margin: 0 auto;
    /*position: absolute;
    left: 280px;
    width: -ms-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);*/
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  main{
    width: 100%;
    max-width: 1000px;
    /*margin: 0 auto;*/
    padding: 30px 0 50px 20px;
    /*float: right;*/
    background: #fff;
  }

  .spHeader{
    display: none;
  }

  section{
    margin-bottom: 30px;
  }

  section > section{
    padding: 0;
  }

  section < *:last-child{
    margin-bottom: 0;
  }

  section .commonH2{
    background: #e16277;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
  }

  section .commonH2:after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: url(../images/line_bg.jpg) repeat-x center bottom;
  }

  section h2 span{
    font-weight: normal;
    font-size: 13px;
  }

  section h3{
    border-bottom: 2px solid #9dc8b6;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
  }

  section h3 span{
    color: #71a790;
  }

  section h4{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  section h4:before{
    content: "";
    border: 6px solid #e16277;
    border-right-color: #f296a5;
    border-bottom-color: #f296a5;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 0;
  }

  section > p{
    margin-bottom: 20px;
  }

  .mainImg h2{
    margin: 25px 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
  }

  .mainImg p{
    font-size: 13px;
  }

  .course_point{
    display: flex;
    justify-content: space-between;
    background: url(../images/text_more.png) no-repeat center bottom;
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
    padding-bottom: 80px;
    margin-bottom: 20px;
  }

  .course_point li{
    flex-basis: 32%;
    width: 32%;
  }

  .course_point li .thumb{
    border: 1px dotted #9dc8b6;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
  }

  .course_point li span{
    position: absolute;
    background: #9dc8b6;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 3px 15px;
    display: inline-block;
    left: 0;
    bottom: 0;
    color: #fff;
  }

  .course_point li span:after{
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    border: 35px solid transparent;
    border-left-color: #9dc8b6;
    border-left-width: 15px;
  }

  .course_point li p{
    text-align: center;
  }

  .ad_box{
    border: 1px dashed #e16277;
    margin-bottom: 30px;
    position: relative;
  }

  .ad_box:before{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -1px;
    left: -1px;
  }

  .ad_box:after{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    transform: rotate(-90deg);
  }

  .ad_box .inner{
    padding: 20px 40px;
    position: relative;
  }

  .ad_box .inner:before{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -1px;
    right: -1px;
    transform: rotate(90deg);
  }

  .ad_box .inner:after{
    content: "";
    background: url(../images/frame.png) no-repeat #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transform: rotate(180deg);
  }

  .ad_box dl{
    margin-bottom: 20px;
  }

  .ad_box dl:last-child{
    margin-bottom: 0;
  }

  .ad_box dt{
    font-size: 16px;
    border-bottom: 1px solid #e16277;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .ad_box dt span{
    color: #e16277;
    display: inline-block;
    padding-right: 20px;
  }

  .floatBox{
    margin-bottom: 20px;
    overflow: hidden;
  }

  .floatBox .leftBox{
    width: 655px;
    float: left;
  }

  .floatBox .right_img{
    width: 305px;
    padding-left: 20px;
  }

  .floatBox .left_img{
    width: 305px;
    padding-right: 20px;
  }

  .floatBox .rightBox{
    float: right;
  }

  .floatBox p{
    margin-bottom: 25px;
  }

  .floatBox .price{
    font-size: 16px;
  }

  .floatBox .price span{
    font-size: 12px;
  }

  .profile_list{
  }

  .profile_list li{
    margin-bottom: 20px;
    display: table;
  }

  .profile_list li .thumb{
    width: 105px;
    display: table-cell;
    vertical-align: top;
  }

  .profile_list li .profileDetail{
    padding: 5px 0 5px 15px;
    display: table-cell;
  }

  .profile_list li .profileDetail p > span{
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    color: #4c4c4c;
  }

  .profile_list li .profileDetail .bold{
    font-size: 16px;
  }

  .profile_list li .profileDetail .carrer{
    font-size: 12px;
  }

  .dl_table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 20px;
  }

  .dl_table dl{
    display: table-row;
    border-collapse: collapse;
  }

  .dl_table dt{
    display: table-cell;
    padding: 10px 20px;
    min-width: 185px;
    background: #fef3eb;
    border: 1px solid #f399a8;
  }

  .dl_table dd{
    display: table-cell;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #f399a8;
    width: 100%;
  }

  .privilege{
    background: #ffe7eb;
    padding: 10px 0 15px;
  }

  .privilege .privilegeTitle{
    display: inline-block;
    background: url(../images/ico_crown.png) no-repeat 8px 9px #e16277;
    -webkit-background-size: 18px;
    background-size: 18px;
    padding: 10px 20px 10px 35px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    position: relative;
  }

  .privilege .privilegeTitle::after{
    content: "";
    border: 15px solid transparent;
    border-left: 10px solid #e16277;
    border-bottom: 21px solid #e16277;
    position: absolute;
    top: 0;
    right: -25px;
  }

  .privilege ul{
    padding: 15px 25px 0;
  }

  .privilege li{
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 10px;
  }

  .senior_list{
    margin-bottom: 20px;
  }

  .senior_list li{
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    display: table;
    width: 100%;
  }

  .senior_list li:first-child{
    border-top: none;
  }

  .senior_list .thumb{
    width: 80px;
    display: table-cell;
  }

  .senior_list .profile{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }

  .senior_list .profile .name{
    font-size: 14px;
    font-weight: bold;
    display: block;
  }

  .senior_list .profile .introduction{
    margin-bottom: 15px;
  }

  .senior_list .profile .introduction:last-of-type{
    margin-bottom: 0;
  }

  footer{
    background: #e16277;
    padding: 20px 50px;
    position: relative;
  }

  footer address{
    color: #fff;
    font-style: normal;
  }

  footer address span{
    font-weight: bold;
  }

  footer ul{
    letter-spacing: -0.4em;
    display: inline;
  }

  footer li{
    display: inline-block;
    letter-spacing: normal;
    font-size: 12px;
  }

  footer li::before{
    content: "|";
    padding: 0 10px;
    color: #fff;
  }

  footer li:first-child::before{
    content: none;
    padding-left: 0;
  }

  footer li a{
    color: #fff;
  }

  footer li a:hover{
    text-decoration: none;
  }

  footer small{
    padding-left: 30px;
    color: #fff;
    font-size: 12px;
  }

  #pageTop{
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 40px;
  }

  #pageTop a{
    display: block;
    height: 40px;
    position: relative;
    border: 1px solid #fff;
  }

  #pageTop a::after{
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    transform: rotate(-45deg);
  }

  .fixedBnr{
    display: none !important;
  }
}
