@charset "Shift_JIS";/*資格取得用ファイル*/
/*中タイトルの表示設定*/
h1{
  min-width:402; min-height:36;
  font-size : 20;
  text-align : left;
  padding:0;
  margin:0;
}
p{
    margin: 20px ;
}
img{
  margin:0 5;
}

/*二重線囲みタイトル付※タイトルは下のcontentに記述*/
.box-title{
    background: none;
    border: 1px solid #11B1F7;
    margin: 20px ;
    padding: 10 20 10 10px;
    position: relative;
}
.box-title::before{
    background-color: #fff;
    content: '７月：グループワークに適した、おしゃれな教室を整備しました。';
    padding: 2px 2px;
    position: absolute;
    top: -10px;
    left: 10px;
    text-align: center;
}
.box-title::after{
    background: none;
    border: 1px solid #94dcfb;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.box-title2{
     background: none;
    border: 1px solid #11B1F7;
    margin: 20px ;
    padding: 10 20 10 10px;
    position: relative;
}
.box-title2::before{
    background-color: #fff;
    content: '授業では次のように活用しています。';
    padding: 2px 2px;
    position: absolute;
    top: -10px;
    left: 10px;
    text-align: center;
}
.box-title2::after{
    background: none;
    border: 1px solid #94dcfb;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
}