@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap');

header {
  margin-bottom: 0 !important;
}

#contents.col1 {
  width: auto;
  padding: 0;
}
#contents.col1 article {
  width: auto;
}

* {
     font-family: 'Noto Sans JP', sans-serif !important;   
}


/* line14
---------------------------------------*/


#line01 {
font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px;
}
#line01 .inner {
  position: relative;
}

/* section01 */
#line01 .section01 {
  position: relative;
	padding: 22px 0 0 0;
  background: url(../img/bg01_sp.png) no-repeat 0 0 / 100% auto #00c402;
}
#line01 .mainTitle {
  position: relative;
}
#line01 .mainTitle .btn {
  position: absolute;
	left: 0;
	right: 0;
  bottom: 14vw;
	padding: 0 26px;
}
#line01 .mainTitle .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 17.5vw;
  background: url(../img/title_btn_sp.png) no-repeat 0 0 / 100% auto;
}

#line01 .pointBox {
  padding: 70px 10px 25px 10px;
}
#line01 .pointBox .box {
  border-radius: 10px;
  border: 3px solid #fff;
}
#line01 .pointBox h2 {
  position: relative;
  margin: -39px 0 25px 0;
  text-align: center;
}
#line01 .pointBox h2 img {
  position: relative;
  z-index: 1;
}
#line01 .pointBox h2:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 85vw;
  height: 3px;
  margin: 0 auto;
  background: #00c402;
}
#line01 .pointBox ol {
  padding: 5px 0;
}
#line01 .pointBox ol li {
  position: relative;
  min-height: 3em;
  padding: 5px 15px 30px 76px;
  color: #fff;
}
#line01 .pointBox ol li .point {
  position: absolute;
  top: -7px;
  left: -10px;
  width: 75px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 75px 67px;
}
#line01 .pointBox ol li.point01 .point {
  background-image: url(../img/label_point01_sp.png);
}
#line01 .pointBox ol li.point02 .point {
  background-image: url(../img/label_point02_sp.png);
}
#line01 .pointBox ol li.point03 .point {
  background-image: url(../img/label_point03_sp.png);
}
#line01 .pointBox ol li h3 {
	margin: 0 0 15px 0;
	color: #ffee00;
	font-size: 24px;
	line-height: 1.2;
}
#line01 .pointBox ol li p {
	margin: 0 0 5px 0;
  line-height: 1.6;
}
#line01 .pointBox ol li figure {
	margin: 0 -3px 0 -64px;
    text-align: center;
}

#line01 .pointBox ol li figure img {
    max-width: 60%;
}


/* section02 */
#line01 .section02 {
  position: relative;
  padding: 0 0 35px 0;
  background: url(../img/bg02_sp.png) no-repeat 0 0 / 100% auto #ffee00;
}

#line01 .registBox {
  padding: 22vw 10px 10px 10px;
}
#line01 .registBox .box {
  padding: 20px 15px 20px 15px;
  border-radius: 10px;
  border: 3px solid #00c402;
	background: #fff;
}
#line01 .registBox h2 {
  text-align: center;
    font-size: 15px;
 font-weight: 500;    
}
#line01 .registBox .boxWrap {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;}

#line01 .registBox .boxWrap p {
    width: 50%;
}

#line01 .registBox .boxWrap p + p {
    width: 43%;
}

#line01 .registBox p {
  padding: 0;
  font-size: 13px;
    text-align: center;
     font-weight: 500;    
}

