@charset "UTF-8";

.support_top{
	width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.support_top img{
	width: 90%;
	margin: 0 auto 30px auto;
}

.support_main{
	width: 90%;
	margin: 20px auto;
    position: relative;
}


.support_main_st{
    width: 80%;
    padding: 5px 0 0 80px;
    text-align: left;
    font-size: 140%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/support/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #A5C330;
    margin: 20px auto;
    background-color: #F7FFD9;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.large{
    font-size: 18px;
    font-weight: 600;
}
.col_brw{

    color: #826336;

}
.col_blu{

    color: #0087CB;

}
.col_red{

    color: #CB3300;

}
.col_grn{

    color: #649D1E;

}
.col_gry{

    color: #666;

}
.col_org{

    color: #F29A37;

}
.support_cont{
    width: 70%;
    color: #444;
    text-align: left;
    margin: 30px 15% 40px 15%;

}
.support_cont_ttl{
    width: 100%;
}
.support_cont p{
    padding-left: 30px;
}
.support_cont a img{
    margin: 20px;
}

.support_cont_coment{
    width: 60%;
    padding: 30px 5%;
    background-color: #D2EFFA;
    text-align: left;
    color: #000;
    border-radius: 10px;
    margin: 20px 0
}
/*クラス*/
.class_ttl1{
    width: 100%;
    margin: 30px 0;
    font-size: 25px;
    line-height: 90px;
    color: #826336;
     font-weight: 700;
}
.class_ttl2{
    width: 100%;
    margin: 30px 0;
    font-size: 25px;
    line-height: 90px;
    color: #CB3300;
    font-weight: 700;
}
.openclass{
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.openclass_date{
    width: 50%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}
.openclass dl{
    width: 90%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 10px 5%;
}
.openclass dt{
    width: 35%;
    font-weight: 600;
    color: #F29A37;
}
.openclass dd{
    width: 65%;
}

.childclass{
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column
}
.childclass dl{
    width: 90%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 10px 5%;
}
.childclass dt{
    width: 20%;
    font-weight: 600;
}
.childclass dd{
    width: 80%;
}
/*support_tb*/
table{
  border-collapse: collapse;
  width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    margin: 20px 0 40px 0;
}

.support_tb td{
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.support_tb th {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align:center;
  color: #806639;
  font-weight: 500;
}
/*課外*/
.sp_op{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 600px;
    margin: 20px 0;
}
.op1{
    padding: 8px 5%;
    background-color: #FF8101;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op2{
    padding: 8px 5%;
    background-color:#649D1E;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op3{
    padding: 8px 5%;
    background-color: #0187CB;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op4{
    padding: 8px 5%;
    background-color: #ed5f91;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}


@media screen and (max-width: 640px) {
  .support_tb {
    width: 100%;
  }
  table.support_tb th,
  table.support_tb td {
    display: block;
    width: 100%;
  }
  .support_tb tr:last-child{
  }
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.support_top{
	width: 90%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.support_top img{
	width: 100%;
	margin: 0 auto 30px auto;
}

.support_main{
	width: 90%;
	margin: 20px auto;
    position: relative;
}


.support_main_st{
    width: 80%;
    padding: 5px 0 0 80px;
    text-align: left;
    font-size: 140%;
    line-height: 2em;
    font-weight: 500;
    background-image:url("../images/support/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60px;
    color: #A5C330;
    margin: 20px auto;
    background-color: #F7FFD9;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.large{
    font-size: 18px;
    font-weight: 600;
}
.col_brw{

    color: #826336;

}
.col_blu{

    color: #0087CB;

}
.col_red{

    color: #CB3300;

}
.col_grn{

    color: #649D1E;

}
.col_gry{

    color: #666;

}
.col_org{

    color: #F29A37;

}
.support_cont{
    width: 90%;
    color: #444;
    text-align: left;
    margin: 30px 5% 40px 5%;

}
.support_cont_ttl{
    width: 100%;
}
.support_cont p{
    padding-left: 30px;
}
.support_cont a img{
    margin: 20px;
}

.support_cont_coment{
    width: 80%;
    padding: 30px 5%;
    background-color: #D2EFFA;
    text-align: left;
    color: #000;
    border-radius: 10px;
    margin: 20px 0
}
/*クラス*/
.class_ttl1{
    width: 100%;
    margin: 30px 0;
    font-size: 25px;
    line-height: 90px;
    color: #826336;
     font-weight: 700;
}
.class_ttl2{
    width: 100%;
    margin: 30px 0;
    font-size: 25px;
    line-height: 90px;
    color: #CB3300;
    font-weight: 700;
}
.openclass{
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.openclass_date{
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}
.openclass dl{
    width:  100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 10px 0;
}
.openclass dt{
    width: 35%;
    font-weight: 600;
    color: #F29A37;
}
.openclass dd{
    width: 65%;
}

.childclass{
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column
}
.childclass dl{
    width: 90%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 10px 5%;
}
.childclass dt{
    width: 20%;
    font-weight: 600;
}
.childclass dd{
    width: 80%;
}
/*support_tb*/
table{
  border-collapse: collapse;
  width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    margin: 20px 0 40px 0;
}

.support_tb td{
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.support_tb th {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align:center;
  color: #806639;
  font-weight: 500;
}
/*課外*/
.sp_op{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 600px;
    margin: 20px 0;
}
.op1{
    padding: 8px 5%;
    background-color: #FF8101;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op2{
    padding: 8px 5%;
    background-color:#649D1E;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op3{
    padding: 8px 5%;
    background-color: #0187CB;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op4{
    padding: 8px 5%;
    background-color: #ed5f91;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
} 
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.support_top{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.support_top img{
	width: 100%;
	margin: 0 auto;
}

.support_main{
	width: 90%;
	margin: 20px auto;
    position: relative;
}


.support_main_st{
    width: 80%;
    padding: 5px 0 0 50px;
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    background-image:url("../images/support/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 40px;
    color: #A5C330;
    margin: 20px auto;
    background-color: #F7FFD9;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.large{
    font-size: 16px;
    font-weight: 600;
}

.support_cont{
    width: 95%;
    color: #444;
    text-align: left;
    margin: 30px 5% 40px 0;

}
.support_cont_ttl{
    width: 100%;
}
.support_cont p{
    padding-left: 30px;
}
.support_cont a img{
    margin: 20px;
}

.support_cont_coment{
    width: 90%;
    padding: 30px 5%;
    background-color: #D2EFFA;
    text-align: left;
    color: #000;
    border-radius: 10px;
    margin: 20px 0
}
/*クラス*/
.class_ttl1{
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
    line-height: 90px;
    color: #826336;
     font-weight: 700;
}
.class_ttl1 img{
     width: 25%;   
    }
.class_ttl2{
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
    line-height: 90px;
    color: #CB3300;
    font-weight: 700;
}
.class_ttl2 img{
     width: 25%;   
    }
.openclass{
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.openclass_date{
    width:100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}
.openclass dl{
    width:  100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 10px 0;
}
.openclass dt{
    width: 30%;
    font-weight: 600;
    color: #F29A37;
}
.openclass dd{
    width: 65%;
}

.childclass{
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}
.childclass dl{
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 10px 0;
    font-size: 13px;
}
.childclass dt{
    width: 20%;
    font-weight: 600;
}
.childclass dd{
    width: 80%;
}
/*support_tb*/
table{
  border-collapse: collapse;
  width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    margin: 20px 0 40px 0;
}

.support_tb td{
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.support_tb th {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align:center;
  color: #806639;
  font-weight: 500;
}
/*課外*/
.sp_op{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 96%;
    margin: 20px auto;
    font-size: 13px;
}
.op1{
    padding: 8px 5%;
    background-color: #FF8101;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op2{
    padding: 8px 5%;
    background-color:#649D1E;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op3{
    padding: 8px 5%;
    background-color: #0187CB;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.op4{
    padding: 8px 5%;
    background-color: #ed5f91;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}
}

