@charset "UTF-8";
/*=======================================
business 追加
=========================================*/

.l-pagetitle-b{
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
      background: url("../img/business2/bg.png") no-repeat center;
      -webkit-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
      margin-left: -100px;
      margin-right: -100px;
      height: 240px;
      margin-bottom: 100px;
}

.l-pagetitle-b p{
  
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #7d7b7b;

}
.l-pagetitle-b h1{
  
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #4d9edc;
  margin-top: 10px;

}

.c-wrap2{
  width: 1200px;
  margin:0 auto;
}

.c-title1{
  background: none;
  margin-bottom:20px;
}
.c-title1 h3, .c-title1 h2, .c-title1 h1{
  background: none;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: #4d9edc;

}
.c-title1 h3 span,
.c-title1 h2 span,
.c-title1 h1 span{
  font-weight: bold;
  font-size:16px;
  line-height: 50px;
  text-align: left;
  color: #7d7b7b;
  position: relative;
  top: -10px;

}

.p-business .img-wrap--col3 ul li{
  width: 380px;
}
.p-business .img-wrap ul li{
  margin-right: 30px;
}

.txt-block{
  display: table;
  width: 100%;
}
.txt-block .txt{
  display: table;
  width: 100%;
}
.txt-block .icon{
  display: table-cell;
  width: 520px;
}
.txt-block .in{
  display: table-cell;
  width: calc(100% - 520px);
  padding-left: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.txt-block .in a{
  display: block;
  width: 680px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(to left ,#28aeca 0%, #f2b8b8 100%);
  border: 1px solid rgba(0, 0, 0, 0);
  
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;

}

.txt-block .in a:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.txt-block .in p{
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #000;

}

.p-business__block p{
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}


.p-business__seo .box{border:2px solid #EEE;padding: 20px;}
.p-business__seo .box ul li:before{content: "●";color: #0A246B;margin-right: 5px;}
.p-business__seo .box p{margin-bottom: 5px;font-weight: bold;}


.p-business__seo .box--seo{
  display: table;
  width: 100%;
  padding: 0;

border: 1px solid #cecece;

}
.p-business__seo .box--seo .tit{
  display: table-cell;
  width: 225px;
  text-align: center;
  vertical-align: middle;
  background: #dfebfc;

}
.p-business__seo .box--seo .txt-seo{
  display: table-cell;
  width: calc(100% - 225px);
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 40px;
}

.p-business__seo .box--seo .txt-seo li:before{
  color: #4D9EDC;
}

.btn-wrap ul{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 60px;
}
.btn-wrap ul:before,
.btn-wrap ul:after{
  content: none;
}

.btn-wrap ul li{
  width: 580px;
  background: linear-gradient(to left ,#73e1e9 0%, #ffb4ed 100%);
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
}
.btn-wrap ul li:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn-wrap ul li.color2{
  background: linear-gradient(to left ,#9fe8c6 0%, #d8e980 100%);
}
.btn-wrap ul li a{
  height: 80px;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  font-family: "Noto Sans JP Black";
  font-weight: normal;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #fff;

}


/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {



.l-pagetitle-b{
      margin-left: 0;
      margin-right: 0;
      height: 200px;
      margin-bottom: 60px;
}

.l-pagetitle-b p{
  font-size: 14px;
  line-height: 1.2;
}
.l-pagetitle-b h1{
  font-size: 32px;
  line-height: 1.2;
}

.c-wrap2{
  width: auto;
  margin:0 auto;
  padding: 0 15px;
}

.c-title1{
  margin-bottom: 20px;
  padding: 0;
}
.c-title1 h3, .c-title1 h2, .c-title1 h1{
  font-size: 20px;
  line-height: 1;
}
.c-title1 h3 span,
.c-title1 h2 span,
.c-title1 h1 span{
  font-size:14px;
  display: block;
  line-height: 1.3;
  display: block;
  margin-top: 10px;
}

.p-business .img-wrap--col3 ul li{
  width: 100%;
}
.p-business .img-wrap ul li{
  margin-right: 0;
  margin-bottom: 20px;
}

.txt-block{
  display: table;
  width: 100%;
}
.txt-block .txt{
  display: block;
  width: 100%;
}
.txt-block .icon{
  display: block;
  width: 60%;
  margin:0 auto 20px;
}
.txt-block .in{
  display: block;
  width: 100%;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.txt-block .in a{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.txt-block .in p{
  font-size: 14px;
  line-height: 1.6;
}

.p-business__block p{
  font-size: 14px;
  line-height: 1.6;
}

.p-business .img-wrap--col3.delighter.started ul li{
  width: 80%;
  margin:0 auto;
}


.p-business__seo .box{border:2px solid #EEE;padding: 20px;}
.p-business__seo .box ul li:before{content: "●";color: #0A246B;margin-right: 5px;}
.p-business__seo .box p{margin-bottom: 5px;font-weight: bold;}


.p-business__seo .box--seo{
  display: block;
  width: 100%;
  padding: 0;

}
.p-business__seo .box--seo .tit{
  display: block;
  width: 100%;
  padding: 10px 0;
}
.p-business__seo .box--seo .txt-seo{
  display: block;
  width: 100%;
  padding: 35px 10px;
}

.p-business__seo .box--seo .txt-seo li:before{
  color: #4D9EDC;
}


.btn-wrap ul{
  display: block;
}
.btn-wrap ul li{
  width: 100%;
  margin-bottom: 10px;
}

.btn-wrap ul li a{
  height: 50px;
  font-size: 14px;
  line-height: 50px;


}


}