/*オンラインページ追加_20200506-----------------*/
.l-sectionWrap {
  padding: 0 20px;
}
.p-mainV {
  text-align: center;
  padding-bottom: 80px;
}
.sec-content {
  margin-bottom: 80px;
  font-size: 16px;
}
.sec-content p.benefit_subtitle{
    font-weight:bold; 
    width:95%; 
    padding-left:10px; 
    padding-right:10px; 
}
@media screen and (max-width: 767px) {
  .sec-content {
    margin-bottom: 40px;
  }
}
.l-titlefont {
  font-family: ryo-gothic-plusn, sans-serif;
}
.c-lead-sub {
    width: 85%;
    max-width: 900px;
    margin: 0 auto 100px;
    font-size: 24px;
    margin-bottom: 10px;
    
    padding-bottom:80px;
    padding-left:15px;
    padding-right:15px;
}
.c-lead-subsmall {
  font-size: 16px;
}
.c-lead-subicon {
  position: relative;
}
.c-lead-subicon::before {
  position: absolute;
  content: url("/online/img/line_01.jpg");
  display: inline-block;
  top: 0;
  left: -30px;
}
.c-lead-subicon::after {
  position: absolute;
  content: url("/online/img/line_02.jpg");
  display: inline-block;
  top: 0;
  right: -30px;
}
.p-lead {
  display: flex;
  justify-content: space-between;
}
.c-lead-list {
  width: 46%;
  background: #fff;
  border-radius: 20px;
}
.c-lead-txt {
  padding: 0 20px 20px 10px;
}
.c-lead-img img {
  width: 100%;
  vertical-align: bottom;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.c-lead-txt h3 {
  font-size: 20px;
  color: #1DA1F2;
  padding: 20px 0 15px;
  font-weight: bold;
  border-bottom: 2px dashed #1DA1F2;
  text-align: center;
  margin-bottom: 15px;
}
.l-linehight {
  line-height: 3;
}
.c-lead-list p {
  font-size: 16px;
}
.c-lead-box {
  position: relative;
  background: #fffcc0;
  z-index: -20;
}
.c-lead-box::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  content: '';
  z-index: -10;
}
.online_contents {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
.contents.online {
  margin-bottom: 0;
}
.p-lead {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-mainV{
      padding-bottom:30px;  
    }
	.c-lead-sub {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom:50px;
  width :auto;
}
  .p-lead {
    display: block;
    width: 94%;
	  margin: 0 auto;
  }
  .c-lead-list {
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
  }
  .c-lead-box::before {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    content: '';
    z-index: -10;
  }
  .c-lead-box {
    padding-top: 20px;
  }
  .p-lead {
    padding-bottom: 30px;
  }
}
.l-style-h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #1DA1F2;
  padding: 5px 0 3px 20px;
  margin-bottom: 20px;
}
.p-sec02-wrap {
  display: flex;
  justify-content: space-between;
}
.p-sec02-wrap ul {
  width: 50%;
  line-height:2;  
}
.p-sec02-wrap ul.c-sec02-list02{
  width: 46%;
}
.c-sec02-num {
  background: #1DA1F2;
  padding: 5px 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
.c-sec02-list01 li {
  margin-bottom: 20px;
}
.c-sec02-list02 {
  display: flex;
  justify-content: space-around;
}
.c-sec02-list02-img {
  width: 160px;
}
.c-sec02-list02-img img {
  width: 100%;
}
.c-sec03-list {
  display: flex;
  justify-content: space-between;
}
.c-sec03-listitem {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-sec02-wrap {
    display: block;
  }
  .p-sec02-wrap ul {
    width: 100%;
  }
  .p-sec02-wrap ul.c-sec02-list02{
       width: 100%; 
    }
  .c-sec02-list01 li {
    text-indent: -2em;
    padding-left: 2em;
  }
  .c-sec02-list02 {
    display: flex;
    justify-content: space-between;
  }
  .c-sec02-list02-img {
    width: 46%;
  }
  .c-sec03-list {
    display: block;
  }
  .c-sec03-listitem {
    width: 100%;
	  margin-bottom: 30px;
  }
	.c-sec03-img {
		width: 60%;
		margin: 0 auto;
	}
}
.c-sec03-img img {
  width: 100%;
}
.c-sec03-step {
  background: #1DA1F2;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.c-sec03-num {
  font-size: 16px;
  margin-left: 5px;
}
.c-sec04-bnr {
  text-align: center;
}
