@charset "UTF-8";
.blackdot-list {
  margin-bottom: 30px;
}
.blackdot-list li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 15px;
}
.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: 9px;
}
.flowcaption {
  margin-top: 15px;
  padding-left: 10px;
  text-indent: -8px;
  font-size: 12px;
}
.course-ttl {
  font-size: 2.0rem;
  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;
  padding-left: 10px;
  text-indent: -8px;
}
.course-caption-center {
  text-align: center;
  margin-top: 24px;
}
.course-img {
  display: flex;
  justify-content: center;
}
.contents p+p {
  margin-top: 0;
}
.video-wrap {
  position: relative;
}
.video-wrap,
.video-modal-wrap {
  padding: 0;
}
.video-wrap .play-icn {
  width: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
}
.course-acc {
  margin-top: 27px;
  margin-bottom: 64px;
}
.course-pdf-link {
  margin-bottom: 20px;
  display: block;
}
.pink-sec {
  display: flex;
  justify-content: center;
}
.tablink-list {
  margin-left: 10px;
}
.grid-cmn>.col3 figure:not(.fig-cmn-table) img:not(.ico-cmn-bnr) {
  max-width: 100%;
}
.ico-cmn-ledright {
  position: relative;
  right: -12px;
  top: 7px;
}
.application-wide-btn {
  margin-bottom: 40px;
}
.application-wide-btn .btn-wrap {
  position: relative;
}
.application-wide-btn .btn-wrap a{
  width: 100%;
}
.application-wide-btn .btn-wrap a span{
  padding: 0 20px;
}
.btntablink_icon {
  position: absolute;
  right: 13px;
  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;
}
.table-wrap {
  margin-bottom: 55px;
}
.running-target {
  width: 30%;
}
.normal-table .running-target {
  text-align: start;
}

/* ドコモサステナスクール */
.safety-class img {
  width: 100%;
}
.sec-ttl-mt {
  margin-top: 30px;
}
.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;
  flex-direction: column;
}
.corporate_imgtextbox img {
  width: 100%;
}
.corporate_imgtextbox-left {
  margin-bottom: 30px;
}
.label-box {
  display: flex;
  margin-bottom: 15px;
}
.label-box span {
  margin-right: 10px;
}
.red-label {
  background: #cc0132;
  color: #fff;
  padding: 5px 10px;
}
/* 共通 */
.corporate-sec p {
  margin-bottom: 20px;
}
.corporate-sec .text-caption {
  margin-top: -10px;
  font-size: 12px;
}
.text-caption {
  font-size: 12px;
  padding-left: 10px;
  text-indent: -8px;
}

.btn:hover {
  text-decoration: none;
}
.redlink {
  color: #c03!important;
}
.mb10s {
  margin-bottom: 10px!important;
}
.mb20s {
  margin-bottom: 20px!important;
}
.mb70s {
  margin-bottom: 70px!important;
}