@charset "utf-8";
/* CSS Document */

/*　大谷選手バージョン　20240502追加　*/
.bl_contactBlock.free_trial,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial{
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}
.bl_contactBlock.free_trial .ly_inner,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner{
  background: linear-gradient(180deg, #fff 0%, #B5D4E9 55%, #B5D4E9 100%);
  border-bottom: 23px solid #293759;
}
.bl_contactBlock.free_trial .ly_inner a,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 5rem 0 8rem;
  text-decoration: none;
}
.bl_contactBlock.free_trial .ly_inner a > div,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner a > div {
  margin: auto 0;
}
.bl_contactBlock.free_trial .ly_inner a > figure,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner a > figure{
  width: 400px;
  margin: 0 0 -24px 0;
}
.bl_contactBlock.free_trial .ly_inner a > figure img,
.bl_contactBlock.free_trial.ly_inner .el_titleContact img,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner a > figure img,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial.ly_inner .el_titleContact img{
	width: 100%;
	}
.bl_contactBlock.free_trial .ly_inner .el_titleContact,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_titleContact{
  width: 410px;
  margin-bottom: 2.0rem;
}
.bl_contactBlock.free_trial .ly_inner .el_titleContact img,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_titleContact img{
  width:100%;
}
.bl_contactBlock.free_trial .ly_inner .el_cap,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_cap{
  font-size: 2.6rem;
  font-weight: bold;
  color: #4A7193;
  border-bottom: 2px solid #4A7193;
  margin-bottom: 1.0rem;
}
.bl_contactBlock.free_trial .ly_inner .el_contactBtn,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.0rem 0 0 0;
  padding: 1em 0.5em;
  border-radius: 50vh;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-size: 2.0rem;
  width: 300px;
  height: 60px;
  color: #fff;
  background: linear-gradient(90deg, #022876 0%, #2471B4 50%, #022876 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}


@media screen and (max-width: 720px) {
.bl_contactBlock.free_trial .ly_inner, .el_bgGra_lightPink2.free_trial,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner, .el_bgGra_lightPink2.free_trial {
  background: linear-gradient(180deg, #fff 0%, #B5D4E9 30%, #B5D4E9 100%);
  border-bottom: 23px solid #293759;
}
.bl_contactBlock.free_trial .ly_inner a,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner a {
  padding: 0 3rem;
}
.bl_contactBlock.free_trial .ly_inner a > figure,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner a > figure {
  width: 100%;
  margin: 0 0 -24px 0;
  display: block;
}
.bl_contactBlock.free_trial .ly_inner p:nth-of-type(3),
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner p:nth-of-type(3){
  text-align: left;
}
.bl_contactBlock.free_trial .ly_inner .el_titleContact,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_titleContact{
  width: 100%;
  margin: 1rem 0 -2.4rem;
}
.bl_contactBlock.free_trial .ly_inner .el_titleContact img,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_titleContact img{
  width: 100%;
 }
.bl_contactBlock.free_trial .ly_inner .el_cap,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_cap {
    font-size: 2.2rem;
    line-height: 1.2;
    padding-bottom: 5px;
  margin-top: 0;
  text-align: center;
  }
.bl_contactBlock.free_trial .ly_inner .el_contactBtn,
.school_detail_cinfo .course_senior .bl_contactBlock.free_trial .ly_inner .el_contactBtn{
    margin: 1.0rem 0 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0.5em;
    height: 50px;
  width: 100%;
  }
  }
