#bg{
   background-color: #ffe0ff;
}
.border{
      border-bottom:1px solid green;
    }
.to-top{
 display: inline-block;
  position: relative;
  text-decoration: none;
  color: #f9a9ae;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #ffaaaa 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.to-top:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
p{
  font-size: 18px;
}
p2{
     font-size: 24px;
}
p3{
  font-size: 24px;
  color: #4169e1;
 }
.simple{
  border: solid 2px #67c5ff;
  padding: 0.2em 0.5em;
  margin: 1.0em 0.5em 0.5em 0.5em;
}
.border{
    /* R  */border-top: 3px solid #333;
    /* R  */border-bottom: 3px solid #333;
    padding: 10px;
    background: #f2f2f2;
}
 
.btn-flat-border {
  display: inline-block;
  padding: 0.1em 0.1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 1px;
  transition: .4s;
  font-size: 18px;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
  


.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background-color: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
} 
.faq{
    padding:  0;                /* ulタグのデフォルトCSSを打ち消し */
    margin:  0;                 /* ulタグのデフォルトCSSを打ち消し */
    list-style: none;           /* ulタグのデフォルトCSSを打ち消し */
    text-align:  center;        /* 子要素を左右中央揃え */
}
 
.faq > li {
    display:  inline-block;     /* インラインブロック要素にする */
    width: 100px;               /* 幅指定 */
    vertical-align:  middle;    /* 要素を上下中央で揃える */
}

.faq > li > a {
    color: #222;                /* 文字の色指定 */
    background-color:  #ccc;    /* 背景色指定 */
    text-decoration:  none;     /* 文字のデフォルトCSSを打ち消し */
    display:  inline-block;     /* インラインブロック要素にする */
    padding:  10px;             /* 余白指定 */
    width:  100%;               /* 幅指定 */
    box-sizing:  border-box;    /* 崩れ防止 */
    height: 60px;
}
.inline-block_test {
    display:  inline-block;     /* インラインブロック要素にする */
    background-color:;    /* 背景色指定 */
    width: 90px;               /* 幅指定 */
    margin-bottom: 10px;
    padding:  10px;             /* 余白指定 */
    vertical-align:  middle;    /* 要素を上下中央揃えにする */
    height: 40px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.course-name{
    font-size: 32px;
}
p4{
  padding: .3em .75em;
  background-color: #ffe8d1;
  font-size: 24px;
} 
h1{
     padding-bottom: 0.3em;
     border-bottom: solid 0px black;
     font-size: 24px;
}
.mobile-scroll {width: 100%; overflow-x: scroll;}

#main_waku{
    padding-left:1em;}

h4{
  font-size: 14px;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.0em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
r{
  color:red;
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #fff;/*文字色*/
    background: #4169e1;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #fff;/*文字色*/
    background: #38b48b;
    border: solid 3px #38b48b;/*線*/
    border-radius: 10px;/*角の丸み*/
}