@charset "UTF-8";
.mv-caption {
  margin-top: 20px;
}
.page-anchor-list {
  margin-top: 70px;
}
.openflow {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.openflow img {
  max-width: 900px;
  width: 100%;
}
.flowcaption {
  font-size: 12px;
  text-align: center;
}
.course-ttl {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.course-ttl.blue {
  color: #0099d9;
}
.course-ttl.green {
  color: #519324;
}
.course-ttl.red {
  color: #DD5C5D;
}
.course-ttl.orange {
  color: #EE6C28;
}
.course-ttl.blue2 {
  color: #236DB4;
}
.course-ttl.purple {
  color: #A84C7A;
}
.course-fontbold {
  font-weight: bold;
}
.course-caption {
  font-size: 12px;
  margin-top: 24px;
}
.course-caption-center {
  text-align: center;
  margin-top: 24px;
}
.course-img {
  display: flex;
  justify-content: center;
}
.cmn-acc-list > li .list-contents .course-accinner-ttl {
  font-size: 18px;
}
.course-acc {
  margin-bottom: 76px;
}
.course-accinner p {
  margin-bottom: 10px;
}
.course-pdf-link {
  margin-bottom: 24px;
  display: block;
}
.application-wide-btn {
  display: flex;
  justify-content: space-between;
}
.application-wide-btn .btn-wrap {
  width: 500px;
  margin-top: 0;
  margin-bottom: 45px;
  position: relative;
}
.application-wide-btn .btn-wrap a{
  width: 500px;
  height: 76px;
  border-radius: 66px
}
.blackdot-list li {
  padding-left: 14px;
  position: relative;
}
.blackdot-list li:not(.list-common__item)::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 11px;
}
.safety-class-table {
  margin-bottom: 75px;
}
.safety-class-table th {
  width: 289px;
}
.grid-cmn>.safety-col3 {
  width: 30%;
  padding-top: 30px;
}
.ico-cmn-ledright {
  position: relative;
  right: -12px;
  top: 9px;
}
.tablink-list li {
  margin-top: 20px;
}
.anime-kyouzai {
  max-width: 100%!important;
}
.ico-cmn-link {
  padding-left: 0;
}
.btntablink_icon {
  position: absolute;
  right: 26px;
  top: 47%;
}
.anc-faq-01 .item {
  display: flex;
}
.anc-faq-01 .item img {
  margin-right: 20px;
  width: 22px;
  height: 26px;
}
.qa-margin {
  margin-top: 20px;
  display: block;
}
:not(.local-nav) > .sec-inner {
  display: flex;
  max-width: 1060px;
}
:not(.local-nav .sec-inner) > .col {
  margin-right: 100px;
}
.video-wrap,
.video-modal-wrap {
  max-width: 492px;
}
.video-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.video-wrap .video-link {
  display: block;
  width: 100%;
  overflow: hidden;
}
.video-wrap .play-icn {
  width: 96px;
    position: absolute;
    left: calc(50% - 48px);
    top: calc(50% - 48px);
}
.video-wrap .video-thumb {
  transition: all 0.3s ease;
}
.video-wrap a:hover .video-thumb {
  transform: scale(1.1, 1.1);
}
.course-ttl-float {
  float: left;
}

/* ドコモサステナスクール */

.sec-ttl-mt {
  margin-top: 48px;
}
.label-box {
  display: flex;
  margin-bottom: 15px;
}
.label-box span {
  margin-right: 10px;
}
.red-label {
  background: #cc0132;
  color: #fff;
  padding: 5px 10px;
}
.white-label {
  background: #fff;
  border: 1px solid #cc0132;
  color: #c03;
  padding: 5px 10px;
}
.corporate_imgtextbox {
  display: flex;
}
.corporate_imgtextbox img {
  width: 325px;
}
.corporate_imgtextbox-left {
  margin-right: 30px;
}
.label-box {
  display: flex;
  margin-bottom: 15px;
}
.label-box span {
  margin-right: 10px;
}
.red-label {
  background: #cc0132;
  color: #fff;
  padding: 5px 10px;
}
/* 共通 */
.btn:hover {
  text-decoration: none;
}
.redlink {
  color: #c03!important;
}
.btn {
  width: 360px;
}
.text-caption {
  font-size: 12px;
}
.sp-only {
  display: none;
}
.mb30 {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}