@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

header {
  margin-bottom: 0 !important;
}

#contents.col1 {
  width: auto;
  padding: 0;
}
#contents.col1 article {
  width: auto;
}


/* line
---------------------------------------*/
#line01 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
}
#line01 .inner {
  position: relative;
  width: 1030px;
  margin: 0 auto;
}

/* section01 */
#line01 .section01 {
  position: relative;
  padding: 20px 0;
  background: url(../img/bg01.png) no-repeat top center #00c402;
}
#line01 .mainTitle {
  position: relative;
  padding: 47px 0 0 0;
  text-align: center;
  border-radius: 20px;
  border: 8px solid #00c402;
  background: #fff;
}
#line01 .mainTitle .btn {
  padding: 30px 0 20px 0;
    background-color: #ffee00;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-top: 35px;
    position: relative;

    
}
#line01 .mainTitle .btn a,
#line01 .registBox .btn a {
  display: inline-block;
  width: 768px;
  height: 80px;
  background: url(../img/title_btn.png) no-repeat 0 0;
}

#line01 .mainTitle .btn a:hover,
#line01 .registBox .btn a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#line01 .mainTitle .btn::before {
    content: "";
    display: inline-block;
    background-image: url("https://manabi-contents.benesse.ne.jp/noauth/line/resources/img/manyabi.png");
    background-size: contain;
    width: 89px;
    height: 128px;
    position: absolute;
    right: 40px;
    top: -74px;
}


#line01 .pointBox {
  margin: 130px 0 0 0;
}
#line01 .pointBox .box {
  border-radius: 20px;
  border: 5px solid #fff;
}
#line01 .pointBox h2 {
  position: relative;
  margin: -84px 0 20px 0;
  text-align: center;
}
#line01 .pointBox h2 img {
  position: relative;
  z-index: 1;
}
#line01 .pointBox h2:before {
  content: "";
  position: absolute;
  top: 79px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 580px;
  height: 5px;
  margin: 0 auto;
  background: #00c402;
}
#line01 .pointBox ol {
  padding: 0 30px 15px 30px;
  overflow: hidden;
}
#line01 .pointBox ol li {
  float: left;
  width: 260px;
  padding: 0 30px;
  color: #fff;
}
#line01 .pointBox ol li em {
  color: #ffee00;
  font-size: 20px;
  font-weight: bold;
}
#line01 .pointBox ol li .point {
  width: 105px;
  height: 117px;
  margin: 0 auto 15px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#line01 .pointBox ol li.point01 .point {
  background-image: url(../img/label_point01.png);
}
#line01 .pointBox ol li.point02 .point {
  background-image: url(../img/label_point02.png);
}
#line01 .pointBox ol li.point03 .point {
  background-image: url(../img/label_point03.png);
}
#line01 .pointBox ol li h3 {
	margin: 0 0 25px 0;
	color: #ffee00;
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
}
#line01 .pointBox ol li p {
  margin: 0 0 10px 0;
  line-height: 1.6;
}
#line01 .pointBox ol li figure {
  margin: 0 -15px;
    text-align: center;
}

/* section02 */
#line01 .section02 {
  position: relative;
  padding: 126px 0 42px 0;
  background: url(../img/bg02.png) no-repeat top center #ffee00;
}

#line01 .registBox {
  text-align: center;
}
#line01 .registBox .box {
  padding: 0 66px;
  border-radius: 20px;
  border: 5px solid #00c402;
  background: #fff;
}
#line01 .registBox .pic {
  position: absolute;
  top: -256px;
  left: 0;
}
#line01 .registBox h2 {
  position: relative;
  margin: -82px 0 35px 0;
  text-align: center;
}
#line01 .registBox h2 img {
  position: relative;
  z-index: 1;
}
#line01 .registBox h2:before {
  content: "";
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 586px;
  height: 5px;
  margin: 0 auto;
  background: #fff;
}

#line01 .registBox .btn {
  padding: 30px 0 20px 0;
  margin-bottom: 35px;
  position: relative;
}
#line01 .registBox dl dt {
  margin: 0 0 20px 0;
  padding: 10px;
  color: #00c402;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background: #ffee00;
}

#line01 .registBox dl dt span {
    font-size: 80%;
}

#line01 .registBox dl dd {
  margin: 0 0 10px 0;
  font-size: 18px;
    line-height: 1.5;
}
#line01 .registBox dl dd em {
  color: #00c402;
    font-weight: bold;
}

#line01 .registBox p {
  font-size: 13px;
}

#line01 .registBox .box .boxWrap {
    display: flex;
    justify-content: space-between;
}

#line01 .registBox .box .leftBox,#line01 .registBox .box .rightBox {
    width: 400px;
}

#line01 .registBox .box dd {
  display: flex;
justify-content: space-between;
}

#line01 .registBox .box .leftBox dd {
    padding-right: 30px;
}
#line01 .registBox .box .rightBox dd {
    padding-right: 50px;
}
h3.point_title {
    height: 150px;
}
