@charset "utf-8";
@media screen and (min-width: 769px) {
  /*******追加********/
  .lead ul {
    padding: 0;
  }
  .lead__inner {
    display: block;
    width: 980px;
    margin: 0 auto;
    /*padding-top: 80px;*/
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .lead__list {
    position: relative;
    z-index: 20;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .lead__item {
    display: block
  }
  .lead__link {
    display: block;
    padding: 8px 4px;
    border-bottom: 2px solid #84c512;
    font-size: 20px;
    font-weight: bold;
    color: #2f2f2f;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
  }
  .lead__link:focus, .lead__link:hover {
    background: rgba(0, 0, 0, 0.05)
  }
  .lead__txt01 {
    font-size: 24px;
    font-weight: bold;
    color: #2f2f2f;
    line-height: 2.5
  }
  .lead__inner01 {
    position: relative;
    padding-top: 70px
  }
  .lead__txt.-pink {
    color: #ff6070
  }
  .lead_box {
    padding: 50px 0;
  }
  .lead__leadTxt {
    display: block;
    padding: 0 20px;
    font-size: 17px;
    font-weight: bold;
    color: #252d6c;
    text-align: center;
    line-height: 2.5;
  }
  #main h2 {
    padding: 0.5em 0;
    /*font-size: 180%;*/
    font-size: 26px;
    font-weight: bold;
    margin-top: 1%;
    margin-bottom: 3%;
    background-color: #84c512;
    color: #fff;
    text-align: center;
  }
  .contents {
    padding-bottom: 100px;
  }
  .contents_inner {
    padding: 0 50px;
  }
  .contents p {
    font-size: 16px;
    line-height: 2;
    margin-left: 1em;
    /*margin-top: 1%;
    */
  }
  .contents p.about {
    font-size: 20px;
    margin-top: 1%;
    padding-bottom: 3%;
    padding-bottom: 5px;
    color: #004098;
    font-weight: bold;
    margin-left: 0;
  }
  .contents p.about:before {
    content: "";
    background: url("../img/icon01.png") no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: baseline;
    margin-right: 10px;
  }
  .explain__box.-no2 .explain__desc01 a.btn01 {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 15px;
    margin: 1em 0;
    line-height: 50px;
    background: #3566d6;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
  }
	.movie{
		width: 600px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
  /*SP追加*/
  .lead__inner {
    display: block;
    /*min-height: 205.3333333333vw;*/
    padding-bottom: 12.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .lead__list {
    display: block;
    width: 92%;
    margin: 0 auto
  }
  .lead__item {
    display: block
  }
  .lead__item:not(:last-child) {
    margin-bottom: 1.3333333333vw
  }
  .lead__link {
    display: block;
    padding: 2.6666666667vw 1.6666666667vw;
    border-bottom: 0.3333333333vw solid #84c512;
    border-radius: 1.3333333333vw;
    background: #84c512;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 4.8333333333vw;
    font-weight: bold;
    color: #fff !important;
    line-height: 1.5;
    text-align: center;
    text-decoration: none
  }
  .lead__inner01 {
    position: relative;
    padding-top: 10vw
  }
  .lead__txt01 {
    position: relative;
    z-index: 20;
    font-size: 4vw;
    font-weight: bold;
    color: #2f2f2f;
    line-height: 2;
    text-align: center
  }
  .lead__txt {
    font-weight: bold
  }
  .lead__txt.-pink {
    color: #ff6070
  }
  .lead_box {
    display: block;
    width: 93%;
    margin: 0 auto;
    padding: 5vw 0 6.6666666667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lead__leadTxt {
    display: block;
    font-size: 3.1666666667vw;
    font-weight: bold;
    color: #252d6c;
    text-align: center;
    line-height: 2;
  }
  #main h2 {
    padding: 0.5em 0;
    font-size: 160%;
    font-weight: bold;
    margin-top: 1%;
    margin-bottom: 3%;
    background-color: #84c512;
    color: #fff;
    text-align: center;
  }
  .contents {
    padding-bottom: 100px;
  }
  .contents_inner {
    padding: 0 3%;
  }
  .contents p {
    font-size: 14px;
    line-height: 2;
    margin-left: 1em;
  }
  .contents p.about {
    font-size: 18px;
    margin-top: 8%;
    padding-bottom: 3%;
    padding-bottom: 5px;
    color: #004098;
    font-weight: bold;
    margin-left: 0;
  }
  .contents p.about:before {
    content: "";
    background: url("../img/icon01.png") no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .explain__box.-no2 .explain__desc01 a.btn01 {
    display: block;
    height: 50px;
    font-size: 15px;
    margin: 0 0 2.5em 0;
    line-height: 50px;
    background: #3566d6;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
  }
	
}