@charset "utf-8";
/*-------------------------------------------------

ホームティーチャー専用特別クラス

-------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
}
#ht #contents h2{
    background-color: #0E6EB8;
    font-weight: bold;
    text-align: center;
    font-size:2.4rem;
    margin:15px;
    position: relative;
    color:#FFF;
    height:45px;
}
#ht #contents h2::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 0;
    left: -15px;
    border-style: solid;
    border-color: transparent #0E6EB8 transparent transparent;
    border-width: 23px 15px 23px 0;
    z-index: 1;
}
#ht #contents h2::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 0;
    right: -15px;
    border-style: solid;
    border-color: transparent transparent transparent #0E6EB8;
    border-width: 23px 0 23px 15px;
    z-index: 1;
}
#ht #wrap #visual{
    margin: 50px 0;
    background: url("../img/bg.png");
    height: 310px;
}

#ht #contents .inner{
    width: 960px;
    margin:60px auto 0;
}
#ht #feature ul li{
    position: relative;
    padding:5px 0;
}
#ht #feature ul li div{
    background: #F77A0B;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 10px;
}
#ht #feature ul li p{
    margin-left: 50px;
    font-size: 1.8rem;
    font-weight: bold;
}
#ht #level .inner{
    overflow: hidden;
}
#ht #level ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
#ht #level ul li{
    flex: 0 0 100%;
    margin:0 auto;
    margin-left:50px;
    font-size: 2rem;
}
#ht #level ul li:nth-of-type(1){
    flex: 0 0 100%;
}
#ht #level ul li span{
    font-size: 2rem;
    font-weight: bold;
    margin-left: -30px;
}
#ht #level ul li:nth-of-type(3) {
    flex: 0 0 25%;
}
#ht #level ul li:nth-of-type(3) span {
    font-size: 3.6rem;
    font-weight: normal;
    vertical-align: middle;
}

#ht #sche p{
    margin-left: 20px;
}
#ht #sche p span{
    font-size: 2.4rem;
    font-weight: bold;
    color: #ea1414;
}
#ht #entry p {
    margin-left: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0E6EB8;
}
#ht #entry p:nth-of-type(2) {
    font-size: 1.4rem;
    color: #333;
    font-weight: normal;
    margin: -5px 0 10px 175px;
}
#ht #entry p span:nth-of-type(1) {
    color: #333;
}
#ht #entry p span:nth-of-type(2) {
    color: #ea1414;
}
#ht #entry p span:nth-of-type(3) {
    font-size: 1.4rem;
    color: #333;
    font-weight: normal;
}
#ht #entry ul{
    margin: 20px 0 20px 20px;
}
#ht #entry ul li{
    margin-bottom: 10px;
}
#ht #entry ul li div{
    background: #F77A0B;
    color: #fff;
    font-size:1.6rem;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    float: left;
}
#ht #entry ul li div::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 0;
    right: -15px;
    border-style: solid;
    border-color: transparent transparent transparent #F77A0B;
    border-width: 20px 0 20px 15px;
    z-index: 1;
}

#ht #entry ul li p{
    font-size: 2rem;
    color: #333;
    font-weight: normal;
    margin-left: 100px;
}
#ht #entry ul li:nth-of-type(2){
    margin: -10px 0 20px 100px;
}
#ht #entry ul li:nth-of-type(4){
    margin: -10px 0 0 100px;
}
#ht #entry ul li:nth-of-type(4) span{
    border-bottom:2px solid #ea1414;
}

#ht #entry .note{
    font-size: 1.1rem;
    font-weight: normal;
    color: #333;
}
#ht #school{
    width: 960px;
    margin:60px auto 0;
}

#ht #school p{
    margin-left: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

#ht #school p span{
    color: #0E6EB8;
}
#ht #school .note{
  font-size: 1.2rem;
  margin-top: -50px;
  margin-bottom: 60px;
  font-weight: normal;
}
#ht #school .online_lesson{
    margin: -40px 0 0 20px;
    font-size: 1.4rem;
    font-weight: normal;
}
#ht #school .entry_txt{
    font-size: 1.4rem;
    margin: 0 0 5px 20px;
    font-weight: normal;
}

#ht #school table {
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    width: 95%;
    margin: 0 auto 60px;
}

#ht #school table th {
    padding:5px;
    font-weight:bold;
    vertical-align:middle;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    text-align: center;
    background: #EFEFEF;
}
#ht #school table td {
    padding:5px;
    vertical-align:middle;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    text-align: center;
}
#ht .red {
    color: red;
}

#ht .btn_blue {
    height: 30px;
    background: #0E6EB8;
    border-color: #0E6EB8;
    font-size: 1.4rem;
    width: auto;
}

#ht .btn_blue_o{
  height: auto;
  background: #fff;
  border: 2px solid #0E6EB8;
  font-size: 1.4rem;
  width: auto;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
  margin: 5px 0 0;
  color: #0E6EB8;
  font-weight: bold;
}
#ht .btn_blue:hover,
#ht .btn_blue_o:hover {
    background: #fff;
    color: #0E6EB8;
    text-decoration: none;
    opacity: 1;
}
#ht .b_txt{
  width: 920px;
  margin: 0 auto;
}
#ht .b_txt p{
  margin-left: 1em;
  text-indent: -1em;
  font-size:1.2rem;
}