/*------------------------------------------------
#cinfo_business_index
-------------------------------------------------*/
#cinfo_business_index #visual,
.school_detail_cinfo .course_business #cinfo_visual {
    background: url(/cinfo/business/img/main_pc.png) center no-repeat;
    background-size: cover;
}
#cinfo_business_index #visual div h1,
.school_detail_cinfo .course_business #cinfo_visual div h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("/cinfo/business/img/main_bg.png") no-repeat top 40% left;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 80px 0 0 50px;
  text-shadow: #FFF 0 2px 11px;
  background-size: 300px;
  letter-spacing: 0.13em;
}
#cinfo_business_index #visual div h1 span,
.school_detail_cinfo .course_business #cinfo_visual div h1 span {
  letter-spacing: 0;
}
#cinfo_business_index #visual div .tit_s,
.school_detail_cinfo .course_business #cinfo_visual div .tit_s{
  position: absolute;
  top: 180px;
  left: 53px;
  z-index: 1;
  font-size: 2.8rem;
  color: #224D9A;
  font-weight: bold;
  text-shadow: #FFF 0 2px 11px;
}
#cinfo_business_index #visual div .main_text,
.school_detail_cinfo .course_business #cinfo_visual div .main_text{
    position: absolute;
    top: 230px;
    left: 53px;
    z-index: 1;
}
#cinfo_business_index #visual div a.btn_blue,
.school_detail_cinfo .course_business #cinfo_visual div a.btn_blue{
    background: linear-gradient(to right, #1E3C72, #2A5298);
    font-weight: normal;
    bottom: 13%;
    position: absolute;
    left: 5%;
    padding: 10px 40px 10px 50px;
    height: auto;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
}

#cinfo_business_index #lead,
.school_detail_cinfo .course_business #lead{
    padding: 60px 0;
    background: #E7F0F9;
}
#cinfo_business_index #lead .skill,
.school_detail_cinfo .course_business #lead .skill{
  max-width: 960px;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 3px 3px 16px -3px rgba(58, 78, 114, 0.25);
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#cinfo_business_index #lead .skill::before,
.school_detail_cinfo .course_business #lead .skill::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -70px;
  border: 70px solid transparent;
  border-top: 35px solid #fff;
  filter: drop-shadow(5px 10px 5px #D2DEE6);
}
#cinfo_business_index #lead .skill .left,
.school_detail_cinfo .course_business #lead .skill .left{
  max-width: 380px;
  width: 100%;
}
#cinfo_business_index #lead .skill .left h2,
.school_detail_cinfo .course_business #lead .skill .left h2{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
}
#cinfo_business_index #lead .skill .left h2 .red,
.school_detail_cinfo .course_business #lead .skill .left h2 .red{
  color: #E05;
  font-size: 3rem;
}
#cinfo_business_index #lead .skill .left h2 .red span,
.school_detail_cinfo .course_business #lead .skill .left h2 .red span{
  font-size: 4.2rem;
}

#cinfo_business_index #lead .skill .left h2::before,
#cinfo_business_index #lead .skill .left h2::after,
.school_detail_cinfo .course_business #lead .skill .left h2::before,
.school_detail_cinfo .course_business #lead .skill .left h2::after{
    position: absolute;
    width: 40px;
    height: 75px;
    content: '';
}
#cinfo_business_index #lead .skill .left h2::before,
.school_detail_cinfo .course_business #lead .skill .left h2::before{
    border-left: solid 1px;
    border-top: solid 1px;
    top: 0;
    left: 0;
}

#cinfo_business_index #lead .skill .left h2::after,
.school_detail_cinfo .course_business #lead .skill .left h2::after{
    border-right: solid 1px;
    border-bottom: solid 1px;
    bottom: 0;
    right: 0;
}
#cinfo_business_index #lead .skill .left p:nth-of-type(1),
.school_detail_cinfo .course_business #lead .skill .left p:nth-of-type(1){
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#cinfo_business_index #lead .skill .left p:nth-of-type(2),
.school_detail_cinfo .course_business #lead .skill .left p:nth-of-type(2){
  font-size: 1.6rem;
}
#cinfo_business_index #lead .skill_b,
.school_detail_cinfo .course_business #lead .skill_b{
  max-width: 960px;
  width: 100%;
  background: #FFF;
  box-shadow: 3px 3px 16px -3px rgba(58, 78, 114, 0.25);
  margin: 60px auto 0;
  text-align: center;
  padding:30px;
  position: relative;
}
#cinfo_business_index #lead .skill_b::before,
.school_detail_cinfo .course_business #lead .skill_b::before{
  content: "";
  position: absolute;
  border: 1px solid #87A6C8;
  max-width: 960px;
  width: 100%;
  height:100%;
  left:5px;
  top:5px;
}


#cinfo_business_index #lead .skill_b p span,
.school_detail_cinfo .course_business #lead .skill_b p span{
  color: #224D9A;
  font-size: 2rem;
  font-weight: bold;
}
/*#cinfo_business_index #lead h2,
.school_detail_cinfo .course_business #lead h2{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.4;
}

#cinfo_business_index #lead h2 span,
.school_detail_cinfo .course_business #lead h2 span{
    font-size: 3.2rem;
}*/

#cinfo_business_index #reason,
.school_detail_cinfo .course_business #reason{
    padding: 60px 0;
    text-align: center;
}

#cinfo_business_index #reason h2,
.school_detail_cinfo .course_business #reason h2{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.4;
  position: relative;
}
/*
#cinfo_business_index #reason h2::before,
.school_detail_cinfo .course_business #reason h2::before{
  content: "";
  display: inline-block;
  width: 34px;
  height: 5px;
  background: url(/cinfo/business/img/reason_title_icon.png) no-repeat left;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
*/

#cinfo_business_index #reason h2 span,
.school_detail_cinfo .course_business #reason h2 span{
    font-size: 3.2rem;
}
#cinfo_business_index #reason ul,
.school_detail_cinfo .course_business #reason ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
}
#cinfo_business_index #reason ul li,
.school_detail_cinfo .course_business #reason ul li{
  width: 30%;
}
#cinfo_business_index #reason ul li figure img,
.school_detail_cinfo .course_business #reason ul li figure img{
  width: 100%;
}
#cinfo_business_index #reason ul li h3,
.school_detail_cinfo .course_business #reason ul li h3{
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 10px;
  position: relative;
  font-size:1.8rem;
  text-align: left;
  padding-left: 50px;
}

#cinfo_business_index #reason ul li h3 span,
.school_detail_cinfo .course_business #reason ul li h3 span{
  color: #E40158;
}
#cinfo_business_index #reason ul li h3::before,
.school_detail_cinfo .course_business #reason ul li h3::before{
	content:"";
	display:inline-block;
  position: absolute;
  left: 0;
}
#cinfo_business_index #reason ul li:nth-of-type(1) h3::before,
.school_detail_cinfo .course_business #reason ul li:nth-of-type(1) h3::before{
  width: 33px;
  height: 28px;
  background: url(/cinfo/business/img/reason_icon01.png) no-repeat left;
}
#cinfo_business_index #reason ul li:nth-of-type(2) h3::before,
.school_detail_cinfo .course_business #reason ul li:nth-of-type(2) h3::before{
  width: 29px;
  height: 36px;
  background: url(/cinfo/business/img/reason_icon02.png) no-repeat left;
}
#cinfo_business_index #reason ul li:nth-of-type(3) h3::before,
.school_detail_cinfo .course_business #reason ul li:nth-of-type(3) h3::before{
  width: 38px;
  height: 39px;
  background: url(/cinfo/business/img/reason_icon03.png) no-repeat left;
}

#cinfo_business_index #reason ul li p,
.school_detail_cinfo .course_business #reason ul li p{
  text-align: left;
  padding-left: 50px;
}


#cinfo_business_index #scene,
#cinfo_business_index #voice, 
.school_detail_cinfo .course_business #scene,
.school_detail_cinfo .course_business #voice {
    background-color: #E7F0F9;
    padding:60px 0;
}

#cinfo_business_index #scene ul,
.school_detail_cinfo .course_business #scene ul{
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
}

#cinfo_business_index #scene ul li,
.school_detail_cinfo .course_business #scene ul li{
      flex: 0 0 23%;
      margin:0 auto;
      padding:0 0 20px;
      text-align: center;
}
#cinfo_business_index #scene ul li figure img,
.school_detail_cinfo .course_business #scene ul li figure img{
    width: 100%;
}
#cinfo_business_index #scene ul li figure figcaption,
.school_detail_cinfo .course_business #scene ul li figure figcaption{
    font-weight: bold;
    margin-top: 10px;
}
#cinfo_business_index #scene h2,
#cinfo_business_index #skill h2,
#cinfo_business_index #voice h2,
.school_detail_cinfo .course_business #scene h2,
.school_detail_cinfo .course_business #skill h2,
.school_detail_cinfo .course_business #voice h2{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.4;
}
#cinfo_business_index #scene h2 span,
#cinfo_business_index #skill h2 span,
#cinfo_business_index #voice h2 span,
.school_detail_cinfo .course_business #scene h2 span,
.school_detail_cinfo .course_business #skill h2 span,
.school_detail_cinfo .course_business #voice h2 span{
    font-size: 3.2rem;
}
#cinfo_business_index #scene ul li figure,
.school_detail_cinfo .course_business #scene ul li figure {
    position: relative;
}

#cinfo_business_index #scene ul li figure img,
.school_detail_cinfo .course_business #scene ul li figure img{
    width: 100%;
}
#cinfo_business_index #scene ul li figure figcaption,
.school_detail_cinfo .course_business #scene ul li figure figcaption{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-\ transform: translateY(-50%) translateX(-50%);
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    line-height: 1.4;
}

#cinfo_business_index #scene ul li:nth-of-type(5),
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5){
    flex: 0 0 100%;
    margin: 40px auto;
    padding: 0;
    text-align: left;
    box-shadow: 3px 3px 16px -3px rgba(58, 78, 114, 0.25);
    border-radius: 8px;
    overflow: hidden;
    background: url(/cinfo/img/bg_txt.png) #fff no-repeat right bottom;
    background-size: 25%;
}
#cinfo_business_index #scene ul li:nth-of-type(5) figure,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) figure{
    width: 450px;
    float: left;
    margin-right: 30px;
}
#cinfo_business_index #scene ul li:nth-of-type(5) figure img,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) figure img{
    width: 100%;
}
#cinfo_business_index #scene ul li:nth-of-type(5) h3,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) h3{
    font-weight: bold;
    margin: 30px 0 20px;
    font-size: 2rem;
}
#cinfo_business_index #scene ul li:nth-of-type(5) p,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) p{
    padding: 0 30px 0;
    line-height: 2.6;
}
#cinfo_business_index #scene ul li:nth-of-type(5) p span,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) p span{
    color:#E40057;
    font-weight: bold;
}
#cinfo_business_index #point,
.school_detail_cinfo .course_business #point{
    padding:60px 0;
  background-color: #fff;
}
#cinfo_business_index #skill,
.school_detail_cinfo .course_business #skill{
    padding:60px 0;
    background-color: #E7F0F9;
}

#cinfo_business_index #point ul li:nth-of-type(4),
.school_detail_cinfo .course_business #point ul li:nth-of-type(4){
  margin: 2% auto 0 17%;
}

#cinfo_business_index #point ul li:nth-of-type(5),
.school_detail_cinfo .course_business #point ul li:nth-of-type(5){
  margin: 2% 17% 0 auto;
}

#cinfo_business_index #support,
.school_detail_cinfo .course_business #support {
  padding: 0 0 60px 0;
}
#cinfo_business_index #support h2,
.school_detail_cinfo .course_business #support h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.4;
}
#cinfo_business_index #support h2 span,
.school_detail_cinfo .course_business #support h2 span {
  font-size: 3.2rem;
}
#cinfo_business_index #support p,
.school_detail_cinfo .course_business #support p{
    margin:0 0 40px;
    text-align: center;
}

#cinfo_business_index #support ul,
.school_detail_cinfo .course_business #support ul {
    display: flex;
    flex-wrap: wrap;
    width: 780px;
    margin: 0 auto;
}

#cinfo_business_index #support ul li,
.school_detail_cinfo .course_business #support ul li {
  flex: 0 0 45%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  background: #e7f0f9;
  position: relative;
}

#cinfo_business_index #support ul li:nth-of-type(2)::before,
.school_detail_cinfo .course_business #support ul li:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  background: url("/cinfo/business/img/support_plus.png") no-repeat left;
  margin: 0 10px 0 -40px;
  position: absolute;
  left: -13px;
  top: 40%;
  background-size: 100%;
  width: 65px;
  height: 65px;
}
#cinfo_business_index #support ul li:nth-of-type(1) figure img,
.school_detail_cinfo .course_business #support ul li:nth-of-type(1) figure img {
  width: 75%;
    margin-bottom: 5px;
}
#cinfo_business_index #support ul li:nth-of-type(2) figure img,
.school_detail_cinfo .course_business #support ul li:nth-of-type(2) figure img {
  width: 45%;
}
#cinfo_business_index #support ul p,
.school_detail_cinfo .course_business #support ul p{
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
}
#cinfo_business_index #support ul li div,
.school_detail_cinfo .course_business #support ul li div{
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 70%;
}

#cinfo_business_index #purpose,
.school_detail_cinfo .course_business #purpose {
  background-color: #E7F0F9;
  padding: 60px 0;
}
#cinfo_business_index #purpose h2,
.school_detail_cinfo .course_business #purpose h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.4;
}
#cinfo_business_index #purpose h2 span,
.school_detail_cinfo .course_business #purpose h2 span {
  font-size: 3.2rem;
}
#cinfo_business_index #purpose p,
.school_detail_cinfo .course_business #purpose p {
  text-align: center;
}
#cinfo_business_index #purpose ul,
.school_detail_cinfo .course_business #purpose ul {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
#cinfo_business_index #purpose ul.level,
.school_detail_cinfo .course_business #purpose ul.level {
  width: 900px;
}
#cinfo_business_index #purpose ul li,
.school_detail_cinfo .course_business #purpose ul li {
  margin: 0 auto;
  padding: 30px 15px 15px;
  text-align: center;
  box-shadow: 1px 1px 8px -1px rgba(58, 104, 114, 0.25);
  background-color: #fff;
  border-radius: 8px;
}

#cinfo_business_index #purpose ul li:nth-of-type(1),
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) {
  flex: 0 0 100%;
  box-shadow: none;
  margin-bottom: 30px;
  background: none;
}
#cinfo_business_index #purpose ul li:nth-of-type(2),
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(2) {
  flex: 0 0 49%;
}

#cinfo_business_index #purpose ul li:nth-of-type(3),
#cinfo_business_index #purpose ul li:nth-of-type(4),
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(3),
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) {
  flex: 0 0 24%;
}
#cinfo_business_index #purpose ul.level li:nth-of-type(2),
#cinfo_business_index #purpose ul.level li:nth-of-type(3),
#cinfo_business_index #purpose ul.level li:nth-of-type(4),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(2),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(3),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(4){
  flex: 0 0 49%;
  background: #224d9a;
  border-radius: 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 23px 30px;
}
#cinfo_business_index #purpose ul.level li:nth-of-type(5),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(5){
  flex: 0 0 49%;
  border-radius: 0;
  padding: 0;
  color: #fff;
  box-shadow: none;
  background: none;
}
#cinfo_business_index #purpose ul.level li div,
.school_detail_cinfo .course_business #purpose ul.level li div{
    text-align: left; 
}

#cinfo_business_index #purpose ul.level li:nth-of-type(5) figure,
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(5) figure{
    float:none;
    width: 100%;    
}
#cinfo_business_index #purpose ul.level li:nth-of-type(5) figure img,
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(5) figure img{
  width: 100%;
}

#cinfo_business_index #purpose ul li h3,
.school_detail_cinfo .course_business #purpose ul li h3{
  color: #224D9A;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px dotted #fff;
}
#cinfo_business_index #purpose ul.level li h3,
.school_detail_cinfo .course_business #purpose ul.level li h3{
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

#cinfo_business_index #purpose ul li:nth-of-type(1) h3,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) h3{
  font-size: 2.0rem;
}

#cinfo_business_index #purpose ul li:nth-of-type(1) div,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) div{
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 43%;
  box-shadow: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}

#cinfo_business_index #purpose ul li:nth-of-type(1) h3,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) h3{
  text-align: left;
  width: 60%;
  margin: 0 auto;
    color: #224D9A;
    padding: 0;
}
#cinfo_business_index #purpose ul.level li:nth-of-type(1) h3,
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(1) h3{
  width: 80%;
    color: #224D9A;
}
#cinfo_business_index #purpose ul li:nth-of-type(1) h3 img,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) h3 img {
  float: left;
  padding-right: 10px;
}
#cinfo_business_index #purpose ul li p,
.school_detail_cinfo .course_business #purpose ul li p {
    margin-bottom:15px;
    text-align: left;
}
#cinfo_business_index #purpose ul li:nth-of-type(1) p,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) p {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
  color: #333;
}
#cinfo_business_index #purpose ul li:nth-of-type(4) p,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) p {
  margin-bottom: 40px;
}

#cinfo_business_index #purpose ul li:nth-of-type(1) div div,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) div div {
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 80%;
  padding: 0;
}

#cinfo_business_index #purpose ul.level li:nth-of-type(1) div div,
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(1) div div {
  width:90%;
}
#cinfo_business_index #purpose ul li .choice,
.school_detail_cinfo .course_business #purpose ul li .choice{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#cinfo_business_index #purpose ul li .choice li,
.school_detail_cinfo .course_business #purpose ul li .choice li{
  flex: 0 0 50%;
  box-shadow: none;
  padding: 0;
}
#cinfo_business_index #purpose ul li .choice li:nth-of-type(1),
.school_detail_cinfo .course_business #purpose ul li .choice li:nth-of-type(1) {
  border-right: 1px dotted #666;
  border-radius: 0;
  padding: 0 20px 0 0;
  margin: 0;
}
#cinfo_business_index #purpose ul li .choice li:nth-of-type(2),
.school_detail_cinfo .course_business #purpose ul li .choice li:nth-of-type(2) {
  border-radius: 0;
  padding: 0 0 0 20px;
  margin: 0;
}
#cinfo_business_index #purpose ul.level li figure,
.school_detail_cinfo .course_business #purpose ul.level li figure{
    float:right;
    width: 195px;    
}
#cinfo_business_index #purpose ul li figure img,
.school_detail_cinfo .course_business #purpose ul li figure img{
  width: 100%;
}
#cinfo_business_index #purpose ul li .choice li p,
.school_detail_cinfo .course_business #purpose ul li .choice li p{
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  border: none;
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
}
#cinfo_business_index #purpose ul li .choice li p:nth-of-type(1),
.school_detail_cinfo .course_business #purpose ul li .choice li p:nth-of-type(1){
  color: #D84177;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Roboto;
  margin: 20px 0;
  padding: 0;
    text-align: center;
}
#cinfo_business_index #purpose ul li:nth-of-type(3) p:nth-of-type(1) ,
#cinfo_business_index #purpose ul li:nth-of-type(4) p:nth-of-type(1) ,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(3) p:nth-of-type(1) ,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) p:nth-of-type(1) {
  color: #D84177;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Roboto;
  margin: 5px 0;
  padding: 0;
    text-align: center;
}
#cinfo_business_index #purpose ul li h4,
.school_detail_cinfo .course_business #purpose ul li h4 {
   font-weight: bold;
   font-size: 1.6rem;
   color: #224d9a;
  line-height: 1.2;
  margin-bottom: 20px;
}
#cinfo_business_index #purpose ul li .choice li h4,
.school_detail_cinfo .course_business #purpose ul li .choice li h4{
    margin-bottom: 30px;
}
#cinfo_business_index #purpose .note,
.school_detail_cinfo .course_business #purpose .note{
  width: 950px;
  margin: 15px auto;
  text-align: left;
}
#cinfo_business_index #purpose a p.visual_btn,
.school_detail_cinfo .course_business #purpose a p.visual_btn {
  margin: 0;
}
#cinfo_business_index #system .inner th,
.school_detail_cinfo .course_business #system .inner th {
  width: 30%;
}


/* #skill こちら保留　*/
#cinfo_business_index #skill ul,
.school_detail_cinfo .course_business #skill ul{
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 3px 3px 16px -3px rgba(58, 78, 114, 0.25);
    padding-bottom:30px;
}

#cinfo_business_index #skill ul li,
.school_detail_cinfo .course_business #skill ul li{
    flex: 0 0 32.5%;
    margin: 0 auto 1%;
    padding: 40px 25px 25px;
    text-align: center;
    position: relative;
    max-width: 32.5%;
}
#cinfo_business_index #skill ul li figure,
.school_detail_cinfo .course_business #skill ul li figure {
    margin-bottom: 20px;
    height: 130px;
}
#cinfo_business_index #skill ul li figure img,
.school_detail_cinfo .course_business #skill ul li figure img{
    height: 100%;
}
#cinfo_business_index #skill ul li h3,
.school_detail_cinfo .course_business #skill ul li h3{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#cinfo_business_index #skill ul li p,
.school_detail_cinfo .course_business #skill ul li p{
    font-size: 1.6rem;
    text-align: center;
}
#cinfo_business_index #skill .ml_btn,
.school_detail_cinfo .course_business #skill .ml_btn{
    margin: -30px 0 30px 0;
}
#cinfo_business_index #combi,
.school_detail_cinfo .course_business #combi {
    text-align: center;
    margin-top: 80px;
    background-color: #fff;
}
#cinfo_business_index #combi img,
.school_detail_cinfo .course_business #combi img{
    width: 960px;
}
#cinfo_business_index #combi p,
.school_detail_cinfo .course_business #combi p {
    width: 880px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2rem;
}
#cinfo_business_index #combi ul,
.school_detail_cinfo .course_business #combi ul{
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
}

#cinfo_business_index #combi ul li,
.school_detail_cinfo .course_business #combi ul li{
    flex: 0 0 50%;
    margin:0 auto;
    padding:0 0 20px;
    text-align: center;
    position: relative;
}

#cinfo_business_index #combi ul li img,
.school_detail_cinfo .course_business #combi ul li img{
    width: 100%;
}
#cinfo_business_index #combi ul li a,
.school_detail_cinfo .course_business #combi ul li a{
    position: absolute;
    bottom: 7%;
    left: 51%;
    transform: translateY(-50%) translateX(-50%);
    width: 70%;
}
#cinfo_business_index #other .other_bg:nth-of-type(1){
    background: url("/cinfo/img/other_epc_pc.png") no-repeat top left;
    background-size: cover;
}
#cinfo_business_index #other .other_bg:nth-of-type(2){
    background: url("/cinfo/img/other_business_practice_right_pc.png") no-repeat top left;
    background-size: cover;
}

#cinfo_business_index #other .other_bg:nth-of-type(3){
    background: url("/cinfo/img/other_gc_left_pc.png") no-repeat top left;
    background-size: cover;
}
#cinfo_business_index #other .other_bg:nth-of-type(4){
    background: url("/cinfo/img/other_eikaiwa_right.png") no-repeat top left;
    background-size: cover;
}

#cinfo_business_index #other .other_bg:nth-of-type(5){
    background: url("/cinfo/img/other_discussion_left_pc.png") no-repeat top left;
    background-size: cover;
}

#cinfo_business_index #other .other_bg:nth-of-type(6){
    background: url("/cinfo/img/other_coaching_right_pc.png") no-repeat top left;
    background-size: cover;
}

#cinfo_business_index #other .other_bg:nth-of-type(2) .inner .course_half,
#cinfo_business_index #other .other_bg:nth-of-type(4) .inner .course_half,
#cinfo_business_index #other .other_bg:nth-of-type(6) .inner .course_half{
    width: 500px;
    padding: 35px;
    box-shadow:1px 1px 8px -1px rgba(68, 68, 68, 0.25);
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    word-break: break-all;
    float:left;
    height: 320px;
}
#cinfo_business_index #other .other_bg:nth-of-type(1) .inner .course_half,
#cinfo_business_index #other .other_bg:nth-of-type(3) .inner .course_half,
#cinfo_business_index #other .other_bg:nth-of-type(5) .inner .course_half{
    float:right;
}
#cinfo_business_index #other .other_bg:nth-of-type(1) .inner .course_half{
    position: relative;
}
#cinfo_business_index #other .other_bg:nth-of-type(1) .inner .course_half span.badge,
#cinfo_business_index #other .other_bg:nth-of-type(2) .inner .course_half span.badge{
    position: absolute;
    left: 50%;
    top: -10px;
    background-color: #E40057;
    color: #fff;
    padding: 2px 30px;
    border-radius: 25px;
    margin-left: -65px;
    vertical-align: middle;
    font-size: 1.4rem;
}
.cinfo #other .other_bg .inner .course_half p {
  text-indent: 13px;
  margin: 0 0 10px 30px;
}
#cinfo_business_index .local_nav,
.school_detail_cinfo .course_business .local_nav {
    border-bottom:none;
}
#cinfo_business_index .local_nav ul li:last-child,
.school_detail_cinfo .course_business .local_nav ul li:last-child{
    border-left:none;
}

#cinfo_business_index .search_purpose h2,
.school_detail_cinfo .course_business .search_purpose h2{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 120px 0 50px;
  line-height: 1.4;
}
#cinfo_business_index .search_purpose h2 span,
.school_detail_cinfo .course_business .search_purpose h2 span{
  font-size: 3.2rem;
}
#cinfo_business_index .purpose_list li a p,
.school_detail_cinfo .course_business .purpose_list li a p {
  font-size: 1.6rem;
  text-align: center;
  margin: 20px 0 0;
}

#cinfo_business_index #business_scene{
    width: 900px;
    margin:0 auto;
}

#cinfo_business_index #business_scene h3{
    color:#FFF;
    background-color: #EE0055;
    text-align: center;
    padding:3px 0;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
#cinfo_business_index #business_scene div{
    height: 290px;
    margin: 20px 0 60px;
}
#cinfo_business_index #business_scene div.scene01,
#cinfo_business_index #business_scene div.scene03{
    background: url( "/cinfo/business/img/business_scene_img01.jpg") no-repeat;
}
#cinfo_business_index #business_scene div.scene02,
#cinfo_business_index #business_scene div.scene04{
    background: url( "/cinfo/business/img/business_scene_img02.jpg") no-repeat;
}
#cinfo_business_index #business_scene .balloon_right {
    position: relative;
    display: inline-block;
    margin: 20px 0 0 310px;
    padding:20px;
    color: #555;
    font-size: 16px;
    background: #FEFDE9;
    border: solid 2px #B6BAC2;
    box-sizing: border-box;
    border-radius: 15px;
    height: auto;
    width: auto;
}

#cinfo_business_index #business_scene .balloon_left {
    position: relative;
    display: inline-block;
    margin: 20px 0 0 270px;
    padding:20px;
    color: #555;
    font-size: 16px;
    background: #fff;
    border: solid 2px #B6BAC2;
    box-sizing: border-box;
    border-radius: 15px;
    height: auto;
    width: auto;
}

#cinfo_business_index #business_scene .scene02 .balloon_right {
    margin: 30px 0 0 180px;
}

#cinfo_business_index #business_scene .scene03 .balloon_right {
    margin: 20px 0 0 290px;
}

#cinfo_business_index #business_scene .scene04 .balloon_right {
    margin: 30px 0 0 280px;
}

#cinfo_business_index #business_scene .scene02 .balloon_left,
#cinfo_business_index #business_scene .scene04 .balloon_left {
    margin:20px 0 0 200px;
}

#cinfo_business_index #business_scene .balloon_right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FEFDE9;
    z-index: 2;
}

#cinfo_business_index #business_scene .balloon_left:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -25px;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-color: transparent transparent #B6BAC2 transparent;
    border-width: 0 0 25px 25px;
    border-style: solid;
}

#cinfo_business_index #business_scene .balloon_right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #B6BAC2;
    z-index: 1;
}

#cinfo_business_index #business_scene .balloon_left:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 21px 21px;
    border-style: solid;
}

#cinfo_business_index #business_scene .balloon_right p,
#cinfo_business_index #business_scene .balloon_left p {
    margin: 0;
    padding: 0;
    color: #333;
}

/* 給付金　20220307追加 */
.cinfo .cpn_list li{
}
.cinfo .cpn_list li .inner{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cinfo .cpn_list li .inner .cpn_click{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  bottom: 0;
  margin-left: -75px;
}
.cinfo .cpn_list li .inner .cpn_click::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:153px;
	height:60px;
	vertical-align: middle;
    cursor: pointer;
    top: -2px;
}
.cinfo .cpn_list li.cpn04 .inner .cpn_click::after {
	background:url(/lpi/tokuten/img/click04_course.png) no-repeat left;
}

.cinfo .cpn_list li .inner .cpn_click.active::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:148px;
	height:48px;
	vertical-align: middle;
    cursor: pointer;
    margin: -45px 0 0;
}

.cinfo .cpn_list li.cpn04 .inner .cpn_click.active::after {
	background:url(/lpi/tokuten/img/close04_course.png) no-repeat left;
}

.cinfo .cpn_list li .inner .bana figure{
    float:left;
}
/*
.cinfo .cpn_list li .inner .bana .cpn_tit{
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
  max-width: 580px;
  width: 100%;
  float: right;
  padding-top: 110px;
}
*/
.cinfo .cpn_list li.cpn04 .inner .bana .cpn_tit{
  color: #3D62C4;
}
.cinfo .cpn_list li .inner .bana .cpn_tit span{
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
}

.cinfo .cpn_list li.cpn04{
  padding: 60px 0;
}
.cinfo .cpn_list li.cpn04 .inner .bana {
  border: 3px solid #3D62C4;
}
.cinfo .cpn_list li .inner .bana {
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.cinfo .cpn_list li .inner .cpn_area{
  display:none;
  position: relative;
  background: #FFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin: 10px 5px;
  padding:40px;
}

/*---　一般教育訓練給付制度　---*/
.cinfo .cpn_list li.cpn04 .kyufu .s_tit{
  font-size: 2rem;
  position: relative;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.cinfo .cpn_list li.cpn04 .kyufu .note {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin: 30px 0;
}
.cinfo .cpn_list li.cpn04 .kyufu .s_tit::before, 
.cinfo .cpn_list li.cpn04 .kyufu .s_tit::after {
  position: absolute;
  top: 0;
  height: 30px;
  content: '';
}
.cinfo .cpn_list li.cpn04 .kyufu .s_tit::before {
  border-left: solid 1px;
  left: 0;
  transform: rotate(-30deg);
}
.cinfo .cpn_list li.cpn04 .kyufu .s_tit::after {
  border-right: solid 1px;
  right: 0;
  transform: rotate(30deg);
}
.cinfo .cpn_list li.cpn04 .kyufu .box {
  margin: 40px 0;
  padding: 30px;
  background: #f2f2f2;
  text-align: center;
}
.cinfo .cpn_list li.cpn04 .kyufu .box dl {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 1px;
  padding: 20px 0;
  background: #fff;
  text-align: left;
}
.cinfo .cpn_list li.cpn04 .kyufu .box dl dt {
  -webkit-box-flex: 0;
  flex: 0 0 35%;
  padding: 0 30px;
  font-weight: bold;
}
.cinfo .cpn_list li.cpn04 .box dl dd {
  -webkit-box-flex: 0;
  flex: 0 0 65%;
  padding: 5px 30px;
  border-left: 2px solid #ee0055;
}
.cinfo .cpn_list li.cpn04 .box .icon-arrow-dotted {
  display: inline-block;
  margin: -15px 0 0;
  color: #ee0055;
  font-size: 5.8rem;
}
.cinfo .cpn_list li.cpn04 .box div {
  margin: 0 0 15px;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
.cinfo .cpn_list li.cpn04 .box div p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.cinfo .cpn_list li.cpn04 .box div p span {
  font-size: 3.0rem;
}
.cinfo .cpn_list li.cpn04 .box .note{
  text-align: left;
  font-size: 1.2rem;
  width: 100%;
  margin: 20px 0 0;
}
#cinfo_business_index #voice .slider,
.school_detail_cinfo .course_business #voice .slider{
  width: 1085px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
#cinfo_business_index #voice .slider li,
.school_detail_cinfo .course_business #voice .slider li{
  width: 30%;
  border-radius: 10px;
  background: #FFF;
  padding:30px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 10px;
}
#cinfo_business_index #voice .slider li h3,
.school_detail_cinfo .course_business #voice .slider li h3{
  color: #E40057;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
}
#cinfo_business_index #voice .slider li figure,
#cinfo_business_index #voice .slider li figure img,
.school_detail_cinfo .course_business #voice .slider li figure,
.school_detail_cinfo .course_business #voice .slider li figure img{
  width: 100%;
}
#cinfo_business_index #voice a,
.school_detail_cinfo .course_business #voice a {
  border-radius: 22.5px;
  border: 1px solid #224D9A;
  width: 300px;
  margin: 60px auto;
  color: #224D9A;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
#cinfo_business_index #voice a i,
.school_detail_cinfo .course_business #voice a i {
  position: absolute;
  right:10px;
    top:40%;
}
.slider img {
	width: 100%;
	height: auto;
}
/*ドットナビゲーションの設定*/
.slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
}
.slider .slick-dots li {
    display: inline-block;
    padding: 0 10px !important;
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
  }
.slider .slick-dots button{
    color: transparent;
    outline: none;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #000;
}
.slider .slick-dots .slick-active button{
  background:#224D9A;
}

.slick-prev,
.slick-next{
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
#cinfo_business_index #visual,
.school_detail_cinfo .course_business #cinfo_visual {
    background: url(/cinfo/business/img/main_sp.png) center top no-repeat;
    background-size: cover;
    padding-top: 128.8%;
    margin: 0 !important;
}
#cinfo_business_index #visual .sp_line,
.school_detail_cinfo .course_business #cinfo_visual .sp_line{
    position: absolute;
    top: 40px;
    left: 50px;
}
#cinfo_business_index #visual div h1,
.school_detail_cinfo .course_business #cinfo_visual div h1{
    position: absolute;
    top: 65px;
    left: 10px;
    z-index: 1;
    background: url("/cinfo/business/img/main_bg.png") no-repeat top left;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    background-size: 60%;
    background-position: top left;
    padding: 20px 0 0 35px;
    text-shadow: #FFF 0 2px 11px;
    text-align: left;
    width: 95%;
}
#cinfo_business_index #visual div h1 span::after,
.school_detail_cinfo .course_business #cinfo_visual div h1 span::after{
    content: "";
    border-bottom: 8px solid #FFE26D;
    position: absolute;
    top: 42%;
    display: block;
    width: 375px;
    z-index: -1;
}
#cinfo_business_index #visual div .tit_s,
.school_detail_cinfo .course_business #cinfo_visual div .tit_s{
  position: absolute;
  top: 150px;
  left: 47px;
  z-index: 1;
  font-size: 1.6rem;
  color: #224D9A;
  font-weight: bold;
  text-shadow: #FFF 0 2px 11px;
}
#cinfo_business_index #visual div .main_text,
.school_detail_cinfo .course_business #cinfo_visual div .main_text{
  position: absolute;
  top: 190px;
  left: 47px;
  z-index: 1;
  text-shadow: #FFF 0 1px 2px;
}
#cinfo_business_index #visual div a.btn_blue, 
.school_detail_cinfo .course_business #cinfo_visual div a.btn_blue {
  bottom: 5%;
  left: 5%;
  padding: 10px 40px 10px 50px;
  height: auto;
  transform: initial;
}
#cinfo_business_index #lead,
.school_detail_cinfo .course_business #lead{
    padding: 30px 20px;
    text-align: left;
}
#cinfo_business_index #lead .skill, 
.school_detail_cinfo .course_business #lead .skill {
  padding: 20px;
  display: block;
}
#cinfo_business_index #lead .skill .left h2, 
.school_detail_cinfo .course_business #lead .skill .left h2 {
  font-size: 1.4rem;
  padding: 15px;
  margin-bottom: 20px;
}
#cinfo_business_index #lead .skill .left p:nth-of-type(2), 
.school_detail_cinfo .course_business #lead .skill .left p:nth-of-type(2) {
  font-size: 1.4rem;
}
#cinfo_business_index #lead .skill::before, 
.school_detail_cinfo .course_business #lead .skill::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 15px solid #fff;
  filter: drop-shadow(5px 10px 5px #D2DEE6);
}
#cinfo_business_index #lead .skill figure, 
#cinfo_business_index #lead .skill figure img, 
.school_detail_cinfo .course_business #lead .skill figure,
.school_detail_cinfo .course_business #lead .skill figure img{
  width: 100%;
  margin-bottom: 10px;
}
#cinfo_business_index #lead .skill_b, 
.school_detail_cinfo .course_business #lead .skill_b {
  padding: 20px;
}
#cinfo_business_index #lead .skill_b p, 
.school_detail_cinfo .course_business #lead .skill_b p {
  font-size: 1.4rem;
}

#cinfo_business_index #lead .skill_b p span, 
.school_detail_cinfo .course_business #lead .skill_b p span {
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 10px;
}
#cinfo_business_index #reason,
.school_detail_cinfo .course_business #reason{
    padding: 60px 0 20px;
    text-align: center;
}
#cinfo_business_index #lead .skill .left h2 .red, 
.school_detail_cinfo .course_business #lead .skill .left h2 .red {
  font-size: 2.8rem;
}
#cinfo_business_index #lead .skill .left h2 .red span, 
.school_detail_cinfo .course_business #lead .skill .left h2 .red span {
  font-size: 3.8rem;
}
#cinfo_business_index #lead .skill .left p:nth-of-type(1), 
.school_detail_cinfo .course_business #lead .skill .left p:nth-of-type(1) {
  font-size: 1.4rem;
}
#cinfo_business_index #reason h2,
.school_detail_cinfo .course_business #reason h2{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.4;
  position: relative;
}
/*#cinfo_business_index #reason h2::before,
.school_detail_cinfo .course_business #reason h2::before{
  content: "";
  display: inline-block;
  width: 34px;  height: 5px;
  background: url(/cinfo/business/img/reason_title_icon_sp.png) no-repeat left;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}*/

#cinfo_business_index #reason h2 span,
.school_detail_cinfo .course_business #reason h2 span{
    font-size: 2.6rem;
}
#cinfo_business_index #reason ul,
.school_detail_cinfo .course_business #reason ul{
  display: block;
  width: 100%;
  max-width: 100%;
}
#cinfo_business_index #reason ul li,
.school_detail_cinfo .course_business #reason ul li{
  margin-bottom:30px;
  width: 100%;
}
#cinfo_business_index #reason ul li:nth-of-type(1),
.school_detail_cinfo .course_business #reason ul li:nth-of-type(1) {
  background: url(/cinfo/business/img/reason_icon01_sp.png) no-repeat left -5% center;
  background-size: 25%;
}
#cinfo_business_index #reason ul li:nth-of-type(2),
.school_detail_cinfo .course_business #reason ul li:nth-of-type(2){
  background: url(/cinfo/business/img/reason_icon02_sp.png) no-repeat right -3% center;
  background-size: 25%;
}
#cinfo_business_index #reason ul li:nth-of-type(3),
.school_detail_cinfo .course_business #reason ul li:nth-of-type(3){
  background: url(/cinfo/business/img/reason_icon03_sp.png) no-repeat left -5% center;
  background-size: 25%;
}
#cinfo_business_index #reason ul li figure,
.school_detail_cinfo .course_business #reason ul li figure{
  width: 70%;
  margin: 0 auto;
}
#cinfo_business_index #reason ul li figure img,
.school_detail_cinfo .course_business #reason ul li figure img{
  width: 100%;
}
#cinfo_business_index #reason ul li h3,
.school_detail_cinfo .course_business #reason ul li h3{
  font-weight: bold;
  line-height: 1.4;
  width: 70%;
  text-align: left;
  margin: 10px auto;
  padding:0;
}
#cinfo_business_index #reason ul li h3 span,
.school_detail_cinfo .course_business #reason ul li h3 span{
  color: #E40158;
}
#cinfo_business_index #reason ul li h3::before, 
.school_detail_cinfo .course_business #reason ul li h3::before {
  display: none;
}
#cinfo_business_index #reason ul li p, 
.school_detail_cinfo .course_business #reason ul li p {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
}
#cinfo_business_index #scene,
.school_detail_cinfo .course_business #scene{
    background-color: #E7F0F9;
    padding:60px 20px;
}
#cinfo_business_index #scene h2,
#cinfo_business_index #skill h2,
.school_detail_cinfo .course_business #scene h2,
.school_detail_cinfo .course_business #skill h2{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.4;
}
#cinfo_business_index #scene h2 span,
#cinfo_business_index #skill h2 span,
.school_detail_cinfo .course_business #scene h2 span,
.school_detail_cinfo .course_business #skill h2 span{
    font-size: 2.6rem;
}
#cinfo_business_index #scene ul,
.school_detail_cinfo .course_business #scene ul{
    display: flex;
    flex-wrap: wrap;
  width: 100%;
}

#cinfo_business_index #scene ul li,
.school_detail_cinfo .course_business #scene ul li{
    flex: 0 0 47%;
    margin: 0 auto 10px;
    text-align: center;
}
#cinfo_business_index #scene ul li figure,
.school_detail_cinfo .course_business #scene ul li figure {
    position: relative;
}

#cinfo_business_index #scene ul li figure img,
.school_detail_cinfo .course_business #scene ul li figure img{
    width: 100%;
}
#cinfo_business_index #scene ul li figure figcaption,
.school_detail_cinfo .course_business #scene ul li figure figcaption{
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-\ transform: translateY(-50%) translateX(-50%);
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    line-height: 1.2;
}

#cinfo_business_index #scene ul li:nth-of-type(5),
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5){
    flex: 0 0 100%;
    margin: 200px auto 0;
    padding: 0;
    text-align: left;
    box-shadow: 3px 3px 16px -3px rgba(58, 78, 114, 0.25);
    background: url(/cinfo/img/bg_txt.png) #fff no-repeat right bottom;
    background-size: 50%;
    border-radius: 8px;
  overflow: initial;
}
#cinfo_business_index #scene ul li:nth-of-type(5) figure,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) figure{
  float: initial;
    margin: 0;
    width: 100%;
}
#cinfo_business_index #scene ul li:nth-of-type(5) figure img,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) figure img{
    margin: -180px 0 0 -20px;
    border-radius: 0 8px 8px 0;
    width: 90%;
}
#cinfo_business_index #scene ul li:nth-of-type(5) h3,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) h3{
    font-weight: bold;
    margin: 20px;
    font-size: 2rem;
}
#cinfo_business_index #scene ul li:nth-of-type(5) p,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) p{
    padding: 0 20px 30px 20px;
}
#cinfo_business_index #scene ul li:nth-of-type(5) p span,
.school_detail_cinfo .course_business #scene ul li:nth-of-type(5) p span{
    color:#E40057;
    font-weight: bold;
}

#cinfo_business_index #support,
.school_detail_cinfo .course_business #support {
  padding: 0 20px;
}
#cinfo_business_index #support h2,
.school_detail_cinfo .course_business #support h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.4;
}
#cinfo_business_index #support h2 span,
.school_detail_cinfo .course_business #support h2 span {
  font-size: 3.2rem;
}
#cinfo_business_index #support p,
.school_detail_cinfo .course_business #support p{
    margin:0 0 40px;
    text-align: center;
}

#cinfo_business_index #support ul,
.school_detail_cinfo .course_business #support ul {
    width: 100%;
    margin: 0 auto;
}

#cinfo_business_index #support ul li,
.school_detail_cinfo .course_business #support ul li {
  margin:0 auto 55px;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  background: #e7f0f9;
  position: relative;
}

#cinfo_business_index #support ul li:nth-of-type(2)::before,
.school_detail_cinfo .course_business #support ul li:nth-of-type(2)::before{
  content: "";
  display: inline-block;
  background: url("/cinfo/business/img/support_plus.png") no-repeat left;
  background-size: 100%;
  width: 20%;
  height: 100%;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#cinfo_business_index #support ul li:nth-of-type(1) figure img,
.school_detail_cinfo .course_business #support ul li:nth-of-type(1) figure img {
  width: 75%;
  margin-bottom: 5px;
}
#cinfo_business_index #support ul li:nth-of-type(2) figure img,
.school_detail_cinfo .course_business #support ul li:nth-of-type(2) figure img {
  width: 45%;
}
#cinfo_business_index #support ul p,
.school_detail_cinfo .course_business #support ul p{
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
}
#cinfo_business_index #support ul li div,
.school_detail_cinfo .course_business #support ul li div{
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
    width: 70%;
}

#cinfo_business_index #purpose,
.school_detail_cinfo .course_business #purpose {
  background-color: #E7F0F9;
  padding: 30px 20px;
}
#cinfo_business_index #purpose h2,
.school_detail_cinfo .course_business #purpose h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.4;
}
#cinfo_business_index #purpose h2 span,
.school_detail_cinfo .course_business #purpose h2 span {
  font-size: 3.2rem;
}
#cinfo_business_index #purpose p,
.school_detail_cinfo .course_business #purpose p {
  text-align: center;
}
#cinfo_business_index #purpose ul,
.school_detail_cinfo .course_business #purpose ul {
  display: flex;
  flex-wrap: wrap;
    margin-top: 30px;
}
#cinfo_business_index #purpose ul li,
.school_detail_cinfo .course_business #purpose ul li {
  margin: 0 auto 7px;
  padding: 30px 15px 15px;
  text-align: center;
  box-shadow: 1px 1px 8px -1px rgba(58, 104, 114, 0.25);
  background-color: #fff;
  border-radius: 8px;
}

#cinfo_business_index #purpose ul li:nth-of-type(1),
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) {
  flex: 0 0 100%;
  box-shadow: none;
  margin-bottom: 30px;
  background: none;
    padding:0;
}

#cinfo_business_index #purpose ul li:nth-of-type(3),
#cinfo_business_index #purpose ul li:nth-of-type(4),
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(3),
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) {
  flex: 0 0 48%;
}
#cinfo_business_index #purpose ul.level li:nth-of-type(2),
#cinfo_business_index #purpose ul.level li:nth-of-type(3),
#cinfo_business_index #purpose ul.level li:nth-of-type(4),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(2),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(3),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(4){
  flex: 0 0 100%;
  background: #224d9a;
  border-radius: 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 23px 30px;
}
#cinfo_business_index #purpose ul.level li:nth-of-type(5),
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(5){
  flex: 0 0 100%;
  border-radius: 0;
  padding: 0;
  color: #fff;
  box-shadow: none;
  background: none;
}
#cinfo_business_index #purpose ul.level li div,
.school_detail_cinfo .course_business #purpose ul.level li div{
    text-align: left; 
}

#cinfo_business_index #purpose ul.level li:nth-of-type(5) figure,
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(5) figure{
    float:none;
    width: 100%;    
}
#cinfo_business_index #purpose ul.level li:nth-of-type(5) figure img,
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(5) figure img{
  width: 100%;
}

#cinfo_business_index #purpose ul li h3,
.school_detail_cinfo .course_business #purpose ul li h3{
  color: #224D9A;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 375px) and (max-width: 720px) {
#cinfo_business_index #purpose ul li h3,
.school_detail_cinfo .course_business #purpose ul li h3{
  font-size: 1.6rem;
}
}
@media screen and (min-width: 320px) and (max-width: 374px) {
#cinfo_business_index #purpose ul li h3,
.school_detail_cinfo .course_business #purpose ul li h3{
  font-size: 1.4rem;
}
}

#cinfo_business_index #purpose ul.level li h3,
.school_detail_cinfo .course_business #purpose ul.level li h3{
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

#cinfo_business_index #purpose ul li:nth-of-type(1) div,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) div{
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  box-shadow: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}

#cinfo_business_index #purpose ul li:nth-of-type(1) h3,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) h3{
  text-align: left;
  width: 65%;
  margin: 0 auto;
  color: #224D9A;
  padding: 0;
  font-size: 1.8rem;
}
#cinfo_business_index #purpose ul.level li:nth-of-type(1) h3,
.school_detail_cinfo .course_business #purpose ul.level li:nth-of-type(1) h3{
  width: 80%;
  color: #224D9A;
}
#cinfo_business_index #purpose ul li:nth-of-type(1) h3 img,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) h3 img {
  float: left;
  padding-right: 10px;
}

#cinfo_business_index #purpose ul li p,
.school_detail_cinfo .course_business #purpose ul li p {
    margin-bottom:15px;
    text-align: left;
}
#cinfo_business_index #purpose ul li:nth-of-type(1) p,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) p {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
  color: #333;
}
@media screen and (min-width: 428px) and (max-width: 720px) {
#cinfo_business_index #purpose ul li:nth-of-type(4) p,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) p {
  margin-bottom: 35%;
}
}

@media screen and (min-width: 375px) and (max-width: 427px) {
#cinfo_business_index #purpose ul li:nth-of-type(4) p,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) p {
  margin-bottom: 45%;
}
}
@media screen and (min-width: 320px) and (max-width: 374px) {
#cinfo_business_index #purpose ul li:nth-of-type(4) p,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) p {
  margin-bottom: 55%;
}
}

#cinfo_business_index #purpose ul li:nth-of-type(1) div div,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(1) div div {
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0;
}


#cinfo_business_index #purpose ul li .choice,
.school_detail_cinfo .course_business #purpose ul li .choice{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#cinfo_business_index #purpose ul li .choice li,
.school_detail_cinfo .course_business #purpose ul li .choice li{
  flex: 0 0 50%;
  box-shadow: none;
  padding: 0;
}
#cinfo_business_index #purpose ul li .choice li:nth-of-type(1),
.school_detail_cinfo .course_business #purpose ul li .choice li:nth-of-type(1) {
  border-right: 1px dotted #666;
  border-radius: 0;
  padding: 0 20px 0 0;
  margin: 0;
}
#cinfo_business_index #purpose ul li .choice li:nth-of-type(2),
.school_detail_cinfo .course_business #purpose ul li .choice li:nth-of-type(2) {
  border-radius: 0;
  padding: 0 0 0 20px;
  margin: 0;
}
#cinfo_business_index #purpose ul.level li figure,
.school_detail_cinfo .course_business #purpose ul.level li figure{
    float:right;
    width: 50%;    
}
#cinfo_business_index #purpose ul li figure img,
.school_detail_cinfo .course_business #purpose ul li figure img{
  width: 100%;
}
#cinfo_business_index #purpose ul li .choice li p,
.school_detail_cinfo .course_business #purpose ul li .choice li p{
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  border: none;
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
}
#cinfo_business_index #purpose ul li .choice li p:nth-of-type(1),
.school_detail_cinfo .course_business #purpose ul li .choice li p:nth-of-type(1){
  color: #D84177;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: Roboto;
  margin: 20px 0;
  padding: 0;
    text-align: center;
}
#cinfo_business_index #purpose ul li:nth-of-type(3) p:nth-of-type(1) ,
#cinfo_business_index #purpose ul li:nth-of-type(4) p:nth-of-type(1) ,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(3) p:nth-of-type(1) ,
.school_detail_cinfo .course_business #purpose ul li:nth-of-type(4) p:nth-of-type(1) {
  color: #D84177;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: Roboto;
  margin: 5px 0;
  padding: 0;
    text-align: center;
}
#cinfo_business_index #purpose ul li h4,
.school_detail_cinfo .course_business #purpose ul li h4 {
   font-weight: bold;
   font-size: 1.4rem;
   color: #224d9a;
  line-height: 1.2;
  margin-bottom: 20px;
}
#cinfo_business_index #purpose ul li .choice li h4,
.school_detail_cinfo .course_business #purpose ul li .choice li h4{
    margin-bottom: 30px;
}
#cinfo_business_index #purpose .note,
.school_detail_cinfo .course_business #purpose .note{
  margin: 15px auto;
  text-align: left;
}
#cinfo_business_index #purpose a p.visual_btn,
.school_detail_cinfo .course_business #purpose a p.visual_btn {
  margin: 0;
}
#cinfo_business_index #system .inner th,
.school_detail_cinfo .course_business #system .inner th {
  width: 30%;
}


/* #skill こちら保留　*/
#cinfo_business_index #skill{
    padding:60px 20px;
    background-color: #E7F0F9;
}
#cinfo_business_index #skill ul li h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#cinfo_business_index #skill ul{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 3px 3px 16px -3px rgba(58, 78, 114, 0.25);
    padding-bottom: 30px;
}

#cinfo_business_index #skill ul li{
    flex: 0 0 100%;
    padding: 30px;
    text-align: center;
    position: relative;
}

#cinfo_business_index #skill ul li figure {
    margin-bottom: 20px;
}
#cinfo_business_index #skill ul li figure img{
    height: auto;
}
#cinfo_business_index #skill ul li p{
    text-align: left;
}
#cinfo_business_index #skill .ml_btn{
    margin: -30px 0 30px 0;
}
#cinfo_business_index #combi {
    text-align: center;
    background-color: #fff;
    padding: 30px 20px 0;
}

#cinfo_business_index #combi h2{
    margin: 0 0 10px 0;
}

#cinfo_business_index #combi img{
    width: 100%;
    margin-left: -15px;
}
#cinfo_business_index #combi p {
    text-align: left;
    font-size: 1.1rem;
}
#cinfo_business_index #combi ul{
    display: flex;
    flex-wrap: wrap;
}

#cinfo_business_index #combi ul li{
    flex: 0 0 100%;
    margin:0 auto;
    padding:0 0 20px;
    text-align: center;
    position: relative;
}

#cinfo_business_index #combi ul li img{
    width: 100%;
}
#cinfo_business_index #combi ul li a{
    position: absolute;
    bottom: 2%;
    left: 51%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    padding: 10px 0;
}
#cinfo_business_index #other .other_bg:nth-of-type(1){
    background: url("/cinfo/img/other_epc_sp.png") no-repeat bottom center;
    background-size: contain;
    height: 530px;
}
#cinfo_business_index #other .other_bg:nth-of-type(2){
    background: url("/cinfo/img/other_business_practice_sp.png") no-repeat bottom center;
    background-size: contain;
    height: 500px;
}

#cinfo_business_index #other .other_bg:nth-of-type(3){
    background: url("/cinfo/img/other_gc_sp.png") no-repeat bottom center;
    background-size: contain;
    height: 530px;
}
#cinfo_business_index #other .other_bg:nth-of-type(4){
    background: url("/cinfo/img/other_eikaiwa_sp.png") no-repeat bottom center;
    background-size: contain;
    height: 500px;
}

#cinfo_business_index #other .other_bg:nth-of-type(5){
    background: url("/cinfo/img/other_discussion_sp.png") no-repeat bottom center;
    background-size: contain;
    height: 520px;
}

#cinfo_business_index #other .other_bg:nth-of-type(6){
    background: url("/cinfo/img/other_coaching_sp.png") no-repeat bottom center;
    background-size: contain;
    height: 480px;
}
#other .other_bg:nth-of-type(6) .inner .course_half{
  width: 90% !important;
  float: initial !important;
  padding: 20px !important;
  height: auto !important;
}
#cinfo_business_index .local_nav {
    border-bottom:none
}
#cinfo_business_index .local_nav ul li:last-child{
    border-left:none
}

#cinfo_business_index .search_purpose h2{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
  line-height: 1.4;
}
#cinfo_business_index .search_purpose h2 span{
  font-size: 2.6rem;
}

	#cinfo_business_index .local_nav ul li a,
	#cinfo_business_trial_index .local_nav ul li a {
        line-height: 1.5em;
}
	#cinfo_business_index .local_nav ul li.active a,
	#cinfo_business_trial_index .local_nav ul li.active a {
        line-height: inherit;
}

#cinfo_business_index #business_scene {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 20px;
}
#cinfo_business_index #business_scene h3 {
    color: #FFF;
    background-color: #EE0055;
    text-align: center;
    padding: 3px 0;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 100%;
}
#cinfo_business_index #business_scene div {
    margin:20px 0 60px;
}
#cinfo_business_index #business_scene div.scene01,
#cinfo_business_index #business_scene div.scene03{
    background: url( "/cinfo/business/img/business_scene_img01_sp.jpg") no-repeat center;
    background-size: 100%;
    height: 100%;
}
#cinfo_business_index #business_scene div.scene02,
#cinfo_business_index #business_scene div.scene04{
    background: url( "/cinfo/business/img/business_scene_img02_sp.jpg") no-repeat center;
    background-size: 100%;
    height: 100%;
}
#cinfo_business_index #business_scene .balloon_right {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px;
    color: #555;
    font-size: 16px;
    background: #FEFDE9;
    border: solid 2px #B6BAC2;
    box-sizing: border-box;
    border-radius: 15px;
    height: auto;
    width: 70%;
}

#cinfo_business_index #business_scene .scene02 .balloon_right,
#cinfo_business_index #business_scene .scene03 .balloon_right,
#cinfo_business_index #business_scene .scene04 .balloon_right{
    margin:0;
}

#cinfo_business_index #business_scene .scene02 .balloon_left,
#cinfo_business_index #business_scene .scene04 .balloon_left {
    margin:2% 0 0 35%;
}

#cinfo_business_index #business_scene .balloon_right::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 12px;
    border-left: 12px solid #FEFDE9;
    z-index: 2;
} 
    
#cinfo_business_index #business_scene .balloon_right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 14px;
    border-left: 14px solid #B6BAC2;
    z-index: 1;
}
#cinfo_business_index #business_scene .balloon_left{
    position: relative;
    display: inline-block;
    margin: 2% 0 0 35%;
    padding: 15px;
    color: #555;
    font-size: 16px;
    background: #fff;
    border: solid 2px #B6BAC2;
    box-sizing: border-box;
    border-radius: 15px;
    height: auto;
    width: 65%;
}
  
#cinfo_business_index #business_scene .balloon_left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 12px;
    border-right: 12px solid #fff;
    z-index: 2;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#cinfo_business_index #business_scene .balloon_left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 14px;
    border-right: 14px solid #B6BAC2;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#cinfo_business_index #business_scene .balloon_right p,
#cinfo_business_index #business_scene .balloon_left p {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    color: #333;
}
  
#cinfo_business_index #other .other_bg:nth-of-type(2) .inner .course_half, 
#cinfo_business_index #other .other_bg:nth-of-type(4) .inner .course_half {
  width: 90%;
  padding: 20px;
  box-shadow: 1px 1px 8px -1px rgba(68, 68, 68, 0.25);
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  word-break: break-all;
  float: initial;
  height: auto;
}
#cinfo_business_index #other .other_bg:nth-of-type(1) .inner .course_half, 
#cinfo_business_index #other .other_bg:nth-of-type(3) .inner .course_half,
#cinfo_business_index #other .other_bg:nth-of-type(5) .inner .course_half {
  float: initial;
}
#cinfo_business_index #other .other_bg:nth-of-type(1) .inner .course_half span.badge{
    top: -13px;
}

/* 給付金　20220307追加 */
.cinfo .cpn_list li{
}
.cinfo .cpn_list li .inner{
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.cinfo .cpn_list li .inner .cpn_click{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  bottom: 0;
  margin-left: -75px;
}
.cinfo .cpn_list li .inner .cpn_click::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:153px;
	height:60px;
	vertical-align: middle;
    cursor: pointer;
    top: -2px;
}
.cinfo .cpn_list li.cpn04 .inner .cpn_click::after {
	background:url(/lpi/tokuten/img/click04_course.png) no-repeat left;
}

.cinfo .cpn_list li .inner .cpn_click.active::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:148px;
	height:48px;
	vertical-align: middle;
    cursor: pointer;
    margin: -45px 0 0;
}

.cinfo .cpn_list li.cpn04 .inner .cpn_click.active::after {
	background:url(/lpi/tokuten/img/close04_course.png) no-repeat left;
}


.cpn_list li .inner .bana figure img{
  width: 100%;
}
.cinfo .cpn_list li .inner .bana {
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.cinfo .cpn_list li .inner .bana .cpn_tit{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  padding: 30px 0;
}
.cinfo .cpn_list li.cpn04 .inner .bana .cpn_tit{
  color: #3D62C4;
}
.cinfo .cpn_list li.cpn04{
  padding: 30px 0 70px;
}
.cinfo .cpn_list li.cpn04 .inner .bana {
  border: 3px solid #3D62C4;
}

.cinfo .cpn_list li .inner .bana .cpn_tit span{
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
}
.cinfo .cpn_list li.cpn04 .kyufu .s_tit {
  font-size: 1.6rem;
  width: 90%;
  margin: 10px auto 15px;
}
.cinfo .cpn_list li .inner .cpn_area{
  display:none;
  position: relative;
  background: #FFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin: 10px 5px;
  padding:10px;
}
.cinfo .cpn_list li.cpn04 .kyufu .box {
  margin: 20px 0 0;
  padding: 15px;
}

.cinfo .cpn_list li.cpn04 .kyufu .box dl {
  display: block;
  margin: 0 0 1px;
  padding: 10px 15px;
  background: #fff;
  text-align: left;
}
.cinfo .cpn_list li.cpn04 .kyufu .box dl dt {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ee0055;
  font-weight: bold;
}
.cinfo .cpn_list li.cpn04 .box div p span {
  font-size: 2rem;
}

.cinfo .cpn_list li.cpn04 .box dl dd {
  flex: 0 0 100%;
  padding: 0;
  border-left: none;
}
.cinfo .cpn_list li.cpn04 .kyufu .box dl {
  display: block;
  margin: 0 0 1px;
  padding: 10px 15px;
  background: #fff;
  text-align: left;
}
.cinfo .cpn_list li.cpn04 .box .icon-arrow-dotted {
  display: inline-block;
  margin: -5px 0 0;
  color: #ee0055;
  font-size: 4.5rem;
}
.cinfo .cpn_list li.cpn04 .box div {
  margin: 0 0 10px;
  padding: 10px 0;
  background: #fff;
}
.cinfo .cpn_list li.cpn04 .kyufu .box .note {
  text-align: left;
  font-size: 1.1rem;
  margin: 20px 0 0;
  width: 100%;
}
.cinfo .cpn_list li.cpn04 .kyufu .note {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin: 30px 0 50px;
}
#cinfo_business_index #voice .slider, 
.school_detail_cinfo .course_business #voice .slider{
  width: 90%;
  position: relative;
  margin:40px auto;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
#cinfo_business_index #voice .slider li, 
.school_detail_cinfo .course_business #voice .slider li{
  padding:20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
#cinfo_business_index #voice .slider li h3, 
.school_detail_cinfo .course_business #voice .slider li h3{
  font-size: 1.6rem;
}
#cinfo_business_index #voice a,
.school_detail_cinfo .course_business #voice a{
    width: 60%;
    margin: 60px auto 0;
    font-size: 1.2rem;
    padding: 5px 0;
  }
#cinfo_business_index #voice a i,
.school_detail_cinfo .course_business #voice a i {
  position: absolute;
  right:10px;
    top:40%;
}


#voice .slider_area .slider .slick-list {
  width: 100%;
}
#voice .slider_area .slider .slick-track{
  width: 100%;
}
#voice .slider_area .slider img {
  width: auto;
  margin: 0 auto;
}

    }