@charset "utf-8";

.entry-content main {
	margin-top: 0;
}
.global_table {
    margin: 0 auto;
    display: table;
}

.global_table .info {
	font-size: 1.2rem;
}
.global_table img {
    width: 100%;
}

#contents_wrap .global_table h3 {
    text-align: center;
    color: #a40000;
    border: 3px solid #a40000;
    padding: 5px 20px;
    font-size: 2.0rem;
    display: inherit;
    margin: 0 auto;
    margin-bottom: 10px;
}

#contents_wrap .flow_wrap .cv_btn a {
	font-size: 2.6rem;
}
footer#redbg .footer_wrap .cvbox a {
	max-width:340px;
	font-size: 1.46rem;
}

@media screen and (max-width: 768px){
	.global_table img {
	    width: 100%; 
	}
	footer#redbg .footer_wrap .cvbox {
		max-width:320px;
	}
    #contents_wrap .global_table h3 {
        font-size: 1.5rem;
    }
}

.course {
  position: relative;
}

.course__btn {
  position: absolute;
  right: 80px;
  bottom: 40px;
  width: 200px;
  height: 52px;
}

@media screen and (max-width: 767px) {
  .course__btn {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.course__btn img {
  width: 100%;
  height: auto;
}

.course__btn--link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

