/*.l_mainContents--2col {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
  margin:0 auto;
  font-family: sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo;
}*/
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.notes{
  font-size: 10px;
  text-align:right;
  color:#949494;
}

/*-------------section共通-----------------------------------*/
.section{
  width:100%;
}
.sec_content{
  width:93.878%;
  margin:0 auto;
}
.h2{
  padding-top:50px;
  text-align: center;
  font-size:28px;
  color:#3C3C3C;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap:5px;
  margin-bottom:30px;
  }
.h2::after{
  content:"";
  width:15%;
  height:3px;
  background-color:#6CB8C4;
}
.strength_underline{
  font-weight: bold;
  background:linear-gradient(transparent 60%, #FFFA6E 20%);
}
.Br_ss{
  display:none;
}
/*------------悩み----------------*/
.sec_gray{
  background-color: rgba(181, 181, 181, .3);
}
.concern{
  background-color: #fff;
  margin:15px 0;
  padding:10px;
  border-radius:10px;
}
/*------------解決----------------*/
.sec_blue{
  background-color: #6CB8C4;
  text-align: center;
}
.sec_blue h2{
  color:#FFFA6E;
  /*padding-top: 30px;*/
}
.sec_blue h2::after{
  content:none;
}
/*------------強みTOP----------------*/
.feature_icon{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:30px;
  padding-bottom:30px;
  margin-top:45px;
  position: relative;
}
.feature_icon::after {
  position: absolute;
  content: '';
  left: 50%;
  top:100%;
  transform: translateX(-50%);
  border: 125px solid transparent;
  border-top: 50px solid #fff;
  width: 0;
  height: 0;
}
.feature_icon dl{
  width:200px;
  background-color: #fff;
  padding:15px;
  border-radius:10px;
  display:flex;
  flex-direction: column;
  align-items: center;
  gap:15px;
  padding:15px;
  transition: all 0.3s;
  position:relative;
}
.feature_icon dl dd img{
  background-color: #FFFA6E;
  border-radius: 50%;
}
.feature_icon dl dd{
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 14px;/*★★★*/
}
.featureNum{
	color: #6CB8C4;
  font-size: 50px;
  font-weight:bold;
	text-align: center;
	position:absolute;
	top:-25px;
  left:50%;
  transform: translateX(-50%);
}
/*------------各特徴----------------*/
.features{
  background-color:#6CB8C4;
  padding:80px 0 50px 0;
}
.feature{
  background-color: #fff;
  width:93.878%;
  margin:0 auto;
  position: relative;
  margin-bottom:80px;
  padding:30px;
}
.feature:last-child{
  margin-bottom:0px;
}
.feature::after {
  position: absolute;
  content: '';
  left: 50%;
  top:100%;
  transform: translateX(-50%);
  border: 125px solid transparent;
  border-top: 50px solid #fff;
  width: 0;
  height: 0;
}
.feature:last-child:after {
  content: none;
}
.feature dl{
  display:flex;
  gap:30px;
  justify-content: center;
  align-items:flex-start;
}
.feature dl dt{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.feature dl dd{
  font-size: 26px;/*★★★*/
  font-weight: bold;
  margin-top:1rem;
}
.f_char{
  font-size: 20px;
  font-weight:bold;
}
.f_num{
  color: #6CB8C4;
  font-size: 40px;
  font-weight:bold;
  display:block;
  border-bottom:5px solid #6CB8C4;
}
/*.f_num::after{
  content:"";
  width:15%;
  height:3px;
  background-color:#6CB8C4;
}★★★ */
.feature p{
  text-align: center;
  margin:30px 0;
}
.feature ul{
  text-align: left;
}
.feature ul li+li{
  margin:15px 0;
}
.feature li {
  list-style-type: none; /*点を非表示*/
  position: relative; /*基準位置*/
  padding-left: 1em;
  }
  .feature li:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: -0.6em; /*点の位置*/
  top: 0.6em; /*点の位置*/
  content: "";
  background: #6CB8C4; /*点の色*/
  }
/*------------各特徴05----------------*/
.btn{
  display:flex;
  justify-content: flex-end;
}
.btn a{
  font-weight: bold;
  display:inline-block;
  margin-right:0;
  padding:2px 15px 1px 15px;
  background-color: #FFFA6E;
  color:#6CB8C4;
  border-radius: 30px;
  border:3px solid #6CB8C4;
  cursor:pointer;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  margin-bottom:30px;
  position: relative;
}
.btn a:hover{
  color:#fff;
  background-color: #6CB8C4;
}
.btn a::before{
  content:"▶ ";
  font-size: 12px;
  transform: rotate(45deg);
}
/*------------受講者の声----------------*/
.sec_orange{
  text-align: center;
  background: #FFF2CF url(../img/middle/openclass_strength/bg.png) no-repeat top;
  padding-bottom:50px;
}
.sec_orange h2{
  text-shadow: 2px 0px #FFF2CF, -2px -2px 0px #FFF2CF, -2px 2px 0px #FFF2CF, 2px -2px 0px #FFF2CF, 1px 0px 0px #FFF2CF, -2px -0px 0px #FFF2CF, 0px 2px 0px #FFF2CF, 0px -2px 0px #FFF2CF;
}
.sec_orange h2::after{
  content:"";
  width:15%;
  height:3px;
  background-color:#FF910A;
}
.voice{
  background-color: #fff;
  margin-bottom:15px;
  padding:15px 15px 15px 30px;
  border-radius: 30px;
}
.voice p{
  color:#E95D00;
  font-weight: bold;
  font-size:16px;
  margin-bottom:15px;
}
.voice ul{
  text-align: left;
}
.voice ul li+li{
  margin:10px 0;
}
.voice li {
  list-style-type: none; /*点を非表示*/
  position: relative; /*基準位置*/
  padding-left: 1em;
  }
  .voice li:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: -0.6em; /*点の位置*/
  top: 0.6em; /*点の位置*/
  content: "";
  background: #E95D00; /*点の色*/
  }

/*------------リンク----------------*/
.link_icon{
  display: flex;
  gap:30px;
  justify-content: center;
  margin-bottom:50px;
}
.link_icon p{
  box-shadow:0px 2px 5px 0 rgba(18, 40, 62, 0.3);
  cursor:pointer;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.link_icon p:hover{
box-shadow:2px 2px 15px 0 rgba(18, 40, 62, 0.3);
transform:translateY(-4px);
}
/*------------講師派遣----------------*/
.koushi p{
  font-size:20px;
  font-weight: bold;
  margin-bottom:30px;
}
.koushi a{
  font-size:18px;
  font-weight: bold;
  display:inline-block;
  padding:5px 30px;
  background-color: #FF910A;
  color:#fff;
  border-radius: 30px;

  cursor:pointer;
  box-shadow:0px 2px 5px 0 rgba(18, 40, 62, 0.3);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/*************************************
レスポンシブ
*************************************/
@media screen and (max-width: 431px){
  .notes{
    font-size: 10px;
    text-align:right;
    color:#5F5F5F;
  }
  /*-------------section共通-----------------------------------*/
  .h2{
    padding-top:25px;
    font-size:1.25rem;
    gap:5px;
    margin-bottom:15px;
    padding-left:15px;
    padding-right:15px;
    }
  .Br_ss{
    display:block;
  }
  .Br_sd{
    display:none;
  }
  /*------------お悩み----------------*/
  .concern{
    margin:10px 0;
    padding:10px;
  }
  /*------------解決----------------*/
  .sec_blue p img{
    width:70%;
  }
  /*------------強みTOP----------------*/
  .feature_icon{
    gap:15px;
    padding-bottom:15px;
    margin-top:30px;
  }
  .feature_icon::after {
    border: 50px solid transparent;
    border-top: 25px solid #fff;
  }
  .feature_icon dl{
    max-width:150px;
    padding:15px;
    gap:10px;
  }
  .feature_icon dl dd{
    font-size: 14px;
  }
  .featureNum{
    font-size: 28px;
    font-weight:bold;
    text-align: center;
    position:absolute;
    top:-0.5rem;
    left:50%;
    transform: translateX(-50%);
  }
  /*
  .feature_icon{
    gap:15px;
    padding-bottom:15px;
    margin-top:30px;
    display:block;
  }
  .feature_icon::after {
    border: 50px solid transparent;
    border-top: 25px solid #fff;
  }
  .feature_icon dl{
    width:100%;
    padding:10px;
    flex-direction:row;
    justify-content: center;
    gap:10px;
    padding:10px;
    background-color: #FFFA6E;
  }
  .feature_icon dl dd{
    flex-direction:row;
    align-items: center;
    padding:0px;
  }
  .featureNum{
    color: #6CB8C4;
    font-size: 50px;
    font-weight:bold;
    text-align: center;
    position:none;
  }
  */
  /*------------各特徴----------------*/
  .features{
    background-color:#6CB8C4;
    padding:40px 0 25px 0;
  }
  .feature{
    margin-bottom:40px;
    padding:10px;
  }
  .feature::after {
    border: 50px solid transparent;
    border-top: 25px solid #fff;
  }
  .feature dl{
    display:block;
    text-align: center;
  }
  .feature dl dt{
    margin-bottom:10px;
  }
  .feature dl dd{
    font-size: 1.25rem;/*★★★★★★★*/
    
  }
  .f_char{
    font-size: 1.25rem;
  }
  .f_num{
    font-size: 28px;
  }
  .feature p{
    margin:15px 0;
  }
  .feature p img{
    width:50%;
  }
  .feature ul{
    text-align: left;
  }
  .feature ul li+li{
    margin:10px 0;
  }
  .feature li {
    padding-left: 1rem;
    }
    .feature li:before {
    left: 0rem; /*点の位置*/
    top: 0.5rem; /*点の位置*/
    }
  /*------------各特徴05----------------*/
  .btn a{
    padding:2px 10px 1px 10px;
    margin-bottom:15px;
  }
  /*------------受講者の声----------------*/
  .sec_orange{
    padding-bottom:25px;/*★★★★★*/
  }
  .sec_orange p img{
    width:70%;
  }
  .voice{
    background-color: #fff;
    margin-bottom:10px;
    padding:15px 10px 10px 10px;
    border-radius: 15px;
  }
  .voice p{
    font-size:16px;
    margin-bottom:10px;
  }
  .voice li {
    padding-left: 1rem;
  }
  .voice li:before {
    left: 0rem; /*点の位置*/
    top: 0.5rem; /*点の位置*/
  }
  /*------------リンク----------------*/
  .link_icon{
    gap:10px;
    margin-bottom:25px;
  }
  .link_icon p{
    width:50%;
  }
  /*------------講師派遣----------------*/
  .koushi p{
    font-size:16px;
    margin-bottom:15px;
    padding:0 15px;
  }
  .koushi p img{
    width:50%;
  }
  .koushi a{
    font-size:16px;
    padding:5px 15px 3px 15px;
  }
}