@charset "UTF-8";

#s-biz{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0 0 60px;
}

#s-biz .introWrap{
  margin: 0 auto 60px;
  max-width: 650px;
  width: 100%;
}

#s-biz .head30{
  text-align: center;
  margin-bottom: 50px;
}

#s-biz .img{
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

#s-biz .img img{
  width: 100%;
}

#s-support{
  padding: 110px 0 100px;
  background: linear-gradient(0deg, #f9fafb, #ecf4f8);  
}

#s-support .mainImg{
  margin: 0 auto 50px;
  max-width: 800px;
  width: 100%;
}

#s-support .flexBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

#s-support .flexBox .head30{
  margin-right: 5%;
  width: 30%;
}

#s-support .flexBox .c-txt01{
  width: 60%;
}

#s-support .whiteBg{
  background: #fff;
  border-radius: 20px;
  padding: 70px 5% 60px;
}

#s-support .whiteBg ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#s-support .whiteBg ul li{
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 48%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#s-support .whiteBg ul li .icon{
  background: linear-gradient(45deg, #b3d04e, #13a3cf);  
  border-radius: 100px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#s-support .whiteBg ul li .icon img{
  height: 45px;
}

#s-support .whiteBg ul li .textWrap{
  width: calc(95% - 90px);
}

#s-support .whiteBg ul li .head18{
  color: #009edf;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 990px) {
  
}

@media screen and (max-width: 834px) {

#s-biz {
    padding: 0 0 50px;
}

#s-biz .head30 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

#s-biz .introWrap {
    margin: 0 auto 40px;
}

#s-biz .imgWrap {
  overflow: scroll;
}

#s-biz .imgWrap p{
  width: 680px;
}

#s-biz span.sp.note{
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ccc;
}

#s-support {
    padding: 50px 0 60px;
}

#s-support .mainImg {
    margin: 0 auto 30px;
}

#s-support .flexBox {
    display: block;
    margin-bottom: 30px;
}

#s-support .flexBox .head30 {
    margin: 0 auto 25px;
    text-align: center;
    width: 100%;
}

#s-support .flexBox .c-txt01 {
    width: 100%;
}

#s-support .whiteBg {
    padding: 5% 5%;
}

#s-support .whiteBg ul {
    display: block;
}

#s-support .whiteBg ul li {
    width: 100%;
}

#s-support .whiteBg ul li .head18 {
    font-size: 1.6rem;
}
}
