body{
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.title_image img{
  width:100%;
  display:block;
  margin:0 auto;
}

.error {
  background: red;
  padding: 7px;
  text-align: center;
  color: #fff;
}

.success {
  background: orange;
  padding: 7px;
  text-align: center;
  color: #fff;
}

.btn--orange_b,
a.btn--orange_b {
  color: blue;
  opacity:0.9;
}
.btn--orange_b:hover{
  color: #f56500;
  opacity:1;
}

/* グレーの箱 */
.gray{
  background-color: #80808014;
  padding-top:15px;
  padding-bottom:15px;
}

/* フレックス */
.flex{
  display:flex;
  justify-content:center;
}
.flex1{
  display:flex;
}
.flex-baseline{
  display:flex;
  justify-content:center;
  align-items: baseline;
}

/* スリック */
.multiple {
  padding: 0;
}
.multiple img { width: 100%;}
.multiple div { margin: 0px 5px;}
.multiple .slick-next { right: 17px; z-index: 100;}
.multiple .slick-prev { left: 23px; z-index: 100;}

img{
  width:100%;
}

/* トップページのcss（top.php）始まり--------------------------------------- */
h1{
  text-align: center;
  border-bottom: 1px #dcdcdc solid;
  padding-bottom:20px;
  padding-top:20px;
  width:80%;
  margin:0 auto;
  
}
/* 目的 */
.purpose{
  margin:0 auto;
  width:80%;
  margin-bottom:80px;
}
.top-flex{
  display:flex;
  justify-content: space-around;
}
.purpose-detail{
  width:20%;
  text-align: center;
  margin:0 auto;
}
.purpose-detail img{
  width:80%;
  margin:0 auto;
  margin-top:30px;
  margin-bottom:30px;
}
/* 何が作れるの？ */
.making{
  width:60%;
  margin:0 auto;
  margin-bottom:80px;
}
.making-img{
  margin:0 auto;
}
.making-img img{
  width:70%;
  margin:0 auto;
  margin-top:30px;
  margin-bottom:30px;
}
.making-centence{
  width:30%;
  font-size:19px;
  color:gray;
  margin-top:30px;
}
.card-title{
  font-weight: bold;
}
.card-text{
  color:gray;
}
/* トップページのcss（top.php）終わり--------------------------------------- */



/* lesson main部分------------------------------ */
.contents{
  font-size: 11px;
}
.arduino-lessons{
  width:35%;
  background-color: white;
  margin-right:15px;
}
.arduino-lesson{
  padding-bottom:15px;
  border-bottom: 1px #dcdcdc solid;
  margin-top:25px;
}
.big-title-flex-basis{
  font-size: 50px;
}


/* テーマヘッダー（背景色緑の部分）始まり--------------------------------- */
.thema{
  background-color: #6fff1561;
}
.thema-flex{
  display:flex;
  justify-content: center;
  margin:0 auto;
  padding:10px;
}
.thema-sentence{
  margin-top:20px;
  margin-right:20px;
}
.thema-service{
  font-weight: bold;
  font-size:20px;
}
.thema-usui{
  font-size: 13px;
  color:gray;
}
.thema-img img{
  width:130px;
  margin-left:20px;
}
.btn--orange {
  color: #fff;
  background-color: #eb6100!important;
  opacity:0.9;
}
.btn--orange:hover {
  color: #fff;
  cursor: pointer;
  background: #f56500!important;
  opacity:1;
}
/* テーマヘッダー（背景色緑の部分）終わり--------------------------------- */

/* 全ての動画一覧（all_movie.php）始まり-------------------------------- */
.each-title1{
  background-color:#0345ff61;
  padding:10px 0;
}

.each-title1 p{
  font-weight: bold;
  font-size:15px;
}
/* 全ての動画一覧（all_movie.php）終わり-------------------------------- */



/* コース一覧のcss（course.php）始まり----------------------------------------- */
.course-name{
  font-size:28px;
  font-weight: bold;
  margin-bottom:0px;
  color:#444141;
}
.micom{
  background-color: white;
  padding:20px;
  margin:10px;
  border-radius: 10px;
}
.micom-img{
  flex-basis: 40%;
  margin-right:10px;
}
/* サムネイルの動き */
.sam-action:hover{
  opacity:0.5;
}
.sam-action img{
  width:100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
.btn_image{
  border-radius: 10px 10px 0px 0px!important;
}

.sam-action img:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.micom-detail{
  flex-basis: 55%;
}
.micom-name{
  font-size:25px;
  color:orange;
  font-weight: bold;
  text-align: center;
}

.twitter-scroll{
  height: 500px;
  overflow-y: scroll;
}

.micom-site{
  font-size:12px;
  color:gray;
  margin:20px;
}
/* レッスンコース（マイコンから選ぶ以外） */
.lesson-name{
  font-size:17px;
  color:#004eff9e;
  font-weight: bold;
  text-align: center;
  margin-top:5px;
  margin-bottom:3px;
}
.lesson-detail{
  flex-basis: 55%;
}

.lab{
  margin-bottom: 3px;
}
/* コース一覧のcss（course.php）終わり----------------------------------------- */



/* footer-css始まり----------------------------------------------------------- */
.footer-flex{
  width:70%;
  margin:0 auto;
  padding-top:40px;
  display: flex;
  justify-content: space-around;
}
.footer-img{
  width:10%;
}
.footer-img img{
  width:100%;
}
.footer-list ul li a{
  font-size:13px;
  color:gray;
}

.copyright p{
  text-align: center;
  font-size:10px;
  color:gray;
  margin-top:30px;
}
/* footer-css終わり----------------------------------------------------------- */

/* スマホ表示 */
@media(max-width:480px){
  .lesson-name{
      font-size: 12px !important;
  }
  .course-name{
      font-size: 12px !important;
  }
  .micom-name{
      font-size: 15px !important;
  }
  .micom-site{
      font-size: 10px !important;
      margin:2px;
  }
  .lab{
    font-size: 10px !important;
  }
  .lesson{
    background-color: white;
    margin:3px;
    border-radius: 10px;
  }
  .progress{
    margin: 5px;
  }
  .slick-arrow{
    visibility:hidden;
  }
  .title_font{
    font-size: 25px;
    font-weight: bold;
  }
  .each-title1 p{
    font-weight: bold;
    font: size 15px !important;
  }
}
/* タブレット表示 */
@media(min-width:760px){
  .lesson{
    background-color: white;
    margin:10px;
  }
  .progress{
    margin: 10px;
    border-radius: 10px;
  }
  .micom-site{
      font-size: 15px !important;
      margin:5px;
  }
}
/* パソコン表示 */
@media(min-width:1001px){
  .lesson{
    background-color: white;
    margin:10px;
    border-radius: 10px;
  }
  .progress{
    margin: 20px;
  }
  
  .micom-site{
    font-size: 15px !important;
    margin:20px;
  }
}