@charset "UTF-8";
/* reset */
* {
  width: 100%;
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

/* common */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }
}
/* 医療経営アドバイザー */
.iryou .header {
  background: url(../img/header_bg.png) repeat-x left top;
}
.iryou .header-inner {
  width: 100%;
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
.iryou .header-left {
  float: left;
  width: 150px;
}
.iryou .header-right {
  float: right;
  width: 460px;
}
.iryou-title {
  width: 100%;
  max-width: 920px;
  margin: 15px auto 10px auto;
}
.iryou .download {
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.iryou .download-text {
  float: right;
  width: 200px;
  padding-right: 10px;
  font-size: 12px;
  text-align: right;
  line-height: 50px;
}
.iryou .download-file {
  float: right;
  display: block;
  width: 240px;
  height: 50px;
  background: url(../img/btn_download.png) no-repeat left top;
}
.iryou .download-file:hover {
  background: url(../img/btn_download.png) no-repeat left -50px;
}
.iryou .course {
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
}
.iryou .course-text {
  margin: 20px 0;
}
.iryou .course-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.iryou .course-list:after {
  content: "";
  display: block;
  width: 460px;
  height: 0;
}
.iryou .course-item {
  width: 460px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
}
.iryou .course-title-box {
  padding: 12px 20px 4px 20px;
  border-bottom: 2px solid #008363;
}
.iryou .course-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.iryou .course-time {
  font-size: 14px;
}
.iryou .course-lecture {
  color: #333;
  font-size: 14px;
}
.iryou .course .content-list {
  padding: 12px 20px 16px 20px;
}
.iryou .course .content-item {
  color: #008363;
  font-size: 14px;
  font-weight: bold;
}
.iryou .question {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 80px auto;
}
.iryou .question-text {
  font-size: 14px;
  text-align: center;
}
.iryou .question-btn {
  display: block;
  width: 430px;
  height: 90px;
  margin: 0 auto;
  background: url(../img/btn_start.png) no-repeat left top;
}
.iryou .footer {
  padding: 20px 0;
  border-top: #ccc 1px solid;
  font-size: 10px;
  text-align: center;
}

/* 動画視聴ページ */
.movie {
  background: #E3E3E3;
}
.movie .header-img {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.movie-area {
  width: 100%;
  max-width: 1170px;
  padding: 25px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.movie-area iframe {
  width: 100%;
  max-width: 1120px;
}
.movie-area .caution {
  font-size: 13px;
  text-align: right;
}
.movie-area .resume-download a {
  display: block;
  width: 240px;
  padding: 12px 0;
  border-radius: 20px;
  margin: 20px auto;
  background: #238a57;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.movie .footer .copyright {
  width: 100%;
  max-width: 1170px;
  padding: 4px 0;
  margin: 0 auto;
  background: #fff;
  font-size: 13px;
  text-align: center;
}
