/*-----------------------------------------------------------
   index
-----------------------------------------------------------*/
#line .wrap {
  width: 920px;
}
@media (max-width: 1060px) {
  #line .wrap {
    width: auto;
  }
}
#line .bg01 {
  padding-bottom: 65px;
  background: #00B400;
  border-top: 1px solid #000;
}
#line .bg01 .head {
  padding: 65px 0px 45px;
  background: url("../img/line/img01.png") 590px bottom no-repeat;
}
@media (max-width: 1060px) {
  #line .bg01 .head {
    background: none;
  }
}
#line .bg01 .point {
  position: relative;
  margin-bottom: 55px;
  padding: 20px 40px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1060px) {
  #line .bg01 .point {
    padding: 20px;
  }
}
#line .bg01 .point:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 18px 18px 0px 18px;
}
#line .bg01 .point li {
  position: relative;
  padding: 35px 0px 35px 220px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1060px) {
  #line .bg01 .point li {
    padding: 20px 0px 20px 110px;
  }
}
#line .bg01 .point li:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 132px;
  height: 132px;
  background: url("../img/line/point01.svg") no-repeat;
}
@media (max-width: 1060px) {
  #line .bg01 .point li:before {
    width: 90px;
    height: 90px;
    left: 0px;
    background-size: 100%;
  }
}
#line .bg01 .point li:last-child {
  border: none;
}
#line .bg01 .point li:last-child:before {
  background: url("../img/line/point02.svg") no-repeat;
}
@media (max-width: 1060px) {
  #line .bg01 .point li:last-child:before {
    background-size: 100%;
  }
}
#line .bg01 .sbox {
  padding: 25px;
  border: 4px solid #fff;
  border-radius: 15px;
}
#line .bg01 .sbox .in {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1060px) {
  #line .bg01 .sbox .in {
    float: none;
    width: auto;
  }
}
#line .bg01 .sbox .in h2 {
  margin-bottom: 30px;
}
#line .bg01 .sbox .in + .in {
  border-left: 1px solid #fff;
}
@media (max-width: 1060px) {
  #line .bg01 .sbox .in + .in {
    padding-top: 20px;
    margin-top: 20px;
    border: none;
    border-top: 1px solid #fff;
  }
}
#line .bg02 {
  padding: 60px 0px;
  background: #EEECDC;
}
#line .bg02 h2 {
  position: relative;
  margin: 0 auto 40px;
  padding-top: 20px;
  width: 410px;
  font-size: 42px;
  line-height: 1;
  text-align: right;
}
#line .bg02 h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/line/icon_present.svg");
  background-repeat: no-repeat;
  background-size: 51px 60px;
  width: 51px;
  height: 60px;
}
#line .bg02 .box {
  margin-bottom: 40px;
  padding: 50px;
  background: #fff;
  border: 3px solid #00B400;
  border-radius: 5px;
}
@media (max-width: 1060px) {
  #line .bg02 .box {
    padding: 40px;
  }
}
#line .bg02 .box .item {
  display: flex;
  align-items: center;
}
@media (max-width: 1060px) {
  #line .bg02 .box .item {
    flex-direction: column;
    align-items: stretch;
  }
}
#line .bg02 .box .item + .item {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1060px) {
  #line .bg02 .box .item + .item .textbox {
    padding-top: 40px;
  }
}
#line .bg02 .box .textbox {
  order: 2;
  width: 440px;
}
@media (max-width: 1060px) {
  #line .bg02 .box .textbox {
    order: 1;
    width: auto;
    padding-top: 0px;
  }
}
#line .bg02 .box .textbox b {
  display: block;
}
#line .bg02 .box figure {
  order: 1;
  margin-right: 52px;
}
@media (max-width: 1060px) {
  #line .bg02 .box figure {
    order: 2;
    margin-right: 0;
    padding-top: 20px;
    text-align: center;
  }
}
#line .bg02 .box figure p {
  padding-top: 0.5em;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #line .bg02 .box figure p {
    font-size: 18px;
  }
}
#line .bg02 .box h3 {
  font-size: 41px;
  color: #00398B;
  line-height: 1.3;
  letter-spacing: -2px;
}
@media (max-width: 1060px) {
  #line .bg02 .box h3 {
    font-size: 46px;
  }
}
#line .bg02 .box dl {
  margin-bottom: 30px;
  padding: 20px 20px 10px 20px;
  background: #F5F4EC;
  line-height: 1;
  font-weight: bold;
}
#line .bg02 .box dl dt, #line .bg02 .box dl dd {
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  #line .bg02 .box dl dt, #line .bg02 .box dl dd {
    margin: 0px;
  }
}
#line .bg02 .box dl dt {
  clear: both;
  float: left;
  width: 240px;
  padding: 0.5em 0px;
  font-size: 22px;
  color: #fff;
  background: #00B400;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 1060px) {
  #line .bg02 .box dl dt {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }
}
#line .bg02 .box dl dd {
  float: right;
  width: 510px;
  padding: 0.2em 0px;
  font-size: 32px;
}
@media (max-width: 1060px) {
  #line .bg02 .box dl dd {
    float: none;
    width: auto;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }
}
#line .bg02 .box .tap {
  min-height: 290px;
  padding: 60px 360px 0px 0px;
  background: url("../img/line/btnimg.png") right center no-repeat;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #line .bg02 .box .tap {
    padding: 310px 0px 0px;
    background-position: center top;
  }
}
#line .bg02 h4 {
  font-size: 17px;
  font-weight: normal;
}
@media (max-width: 1060px) {
  #line .bg02 h4 {
    font-size: 22px;
  }
}
#line .bg02 .note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 17px;
}
@media (max-width: 1060px) {
  #line .bg02 .note li {
    margin-bottom: 0.3em;
    font-size: 22px;
  }
}
#line .id {
  position: relative;
  width: 540px;
  margin-top: 25px;
  padding: 40px 0px 40px 35px;
  background: #fff;
  border-radius: 10px;
  color: #00B400;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
}
#line .id span {
  display: block;
  padding-bottom: 0.3em;
  font-size: 22px;
}
#line .id a {
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1060px) {
  #line .id {
    width: auto;
  }
}
#line .add {
  margin: 0 auto 40px;
  width: 232px;
  line-height: 1;
  box-sizing: border-box;
}
#line .add a {
  display: block;
}