/* ------------------------------
 width: all
------------------------------ */
main {
  background-color: #FFF7F0;
}
main section.s01 {
  padding-top: 120px;
}
main section.s01 .wrapper .ttlbox01 {
  text-align: center;
}
main section.s01 .wrapper .box01 {
  background-color: #fff;
  margin-top: 120px;
  padding: 70px 0;
}
main section.s01 .wrapper .box01 .t01 {
  text-align: center;
  font-size: 30px;
}
main section.s01 .wrapper .box01 dl {
  width: 1220px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .box01 dl dt {
  width: 230px;
  border-bottom: 1px solid #717171;
  font-size: 20px;
  padding: 50px 0 20px;
}
main section.s01 .wrapper .box01 dl dd {
  width: 850px;
  border-bottom: 1px solid #717171;
  padding: 50px 0 20px;
  font-size: 20px;
}
main section.s01 .wrapper .box01 dl dd.dd01 {
  padding-top: 27px;
}
main section.s01 .wrapper .box01 dl dd a {
  text-decoration: none;
  font-size: 20px;
  color: #369AFF;
}
main section.s01 .wrapper .box01 dl dd .snslist li {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
}
main section.s01 .wrapper .box01 dl dd .snslist li + li {
  margin-left: 30px;
}
main section.s01 .wrapper .box01 dl dd .snslist li.li02 {
  width: 63px;
}
main section.s01 .wrapper .box01 dl dd .snslist li a {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box01 dl dd .snslist li a img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box01 .box05 {
  position: relative;
}
main section.s01 .wrapper .box01 h3 {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
}
main section.s01 .wrapper .box01 .icon01 {
  width: 212px;
  display: block;
  margin: 10px auto 0;
}
main section.s01 .wrapper .box01 .t02 {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
}
main section.s01 .wrapper .box01 .t03 {
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
  line-height: 1.5;
}
main section.s01 .wrapper .box01 .t04 {
  text-align: center;
  font-size: 20px;
  line-height: 1.9;
  margin-top: 20px;
}
main section.s01 .wrapper .box01 iframe {
  width: 640px !important;
  height: 400px !important;
  display: block !important;
  margin: 30px auto 0;
}
main section.s02 {
  padding-top: 120px;
}
main section.s02 .wrapper .ttlbox01 {
  text-align: center;
}
main section.s02 .wrapper .box01 {
  padding: 110px 0;
  margin-top: 120px;
  background-color: #fff;
}
main section.s02 .wrapper .box01 dl {
  width: 1220px;
  margin: 0 auto;
}
main section.s02 .wrapper .box01 dl dt {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.15;
}
main section.s02 .wrapper .box01 dl dd {
  font-size: 20px;
  line-height: 2.15;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-color: #FFF7F0;
  }
  main section.s01 {
    padding-top: 100px;
  }
  main section.s01 .wrapper .ttlbox01 {
    text-align: center;
  }
  main section.s01 .wrapper .box01 {
    background-color: #fff;
    margin-top: 100px;
    padding: 40px 15px 40px;
  }
  main section.s01 .wrapper .box01 .t01 {
    text-align: center;
    font-size: 20px;
  }
  main section.s01 .wrapper .box01 dl {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s01 .wrapper .box01 dl dt {
    width: 80px;
    border-bottom: 1px solid #717171;
    font-size: 12px;
    padding: 20px 0 10px;
  }
  main section.s01 .wrapper .box01 dl dd {
    width: calc(100% - 90px);
    border-bottom: 1px solid #717171;
    padding: 20px 0 10px;
    font-size: 12px;
  }
  main section.s01 .wrapper .box01 dl dd.dd01 {
    padding-top: 12px;
  }
  main section.s01 .wrapper .box01 dl dd a {
    text-decoration: none;
    font-size: 11px;
    color: #369AFF;
    word-break: break-all;
  }
  main section.s01 .wrapper .box01 dl dd .snslist li {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
  }
  main section.s01 .wrapper .box01 dl dd .snslist li + li {
    margin-left: 10px;
  }
  main section.s01 .wrapper .box01 dl dd .snslist li.li02 {
    width: 31.5px;
  }
  main section.s01 .wrapper .box01 dl dd .snslist li a {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 dl dd .snslist li a img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 h3 {
    margin-top: 35px;
    text-align: center;
    font-size: 20px;
  }
  main section.s01 .wrapper .box01 .icon01 {
    width: 106px;
    display: block;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .box01 .t02 {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
  }
  main section.s01 .wrapper .box01 .t03 {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.5;
  }
  main section.s01 .wrapper .box01 .t04 {
    text-align: center;
    font-size: 12px;
    line-height: 1.9;
    margin-top: 10px;
  }
  main section.s01 .wrapper .box01 iframe {
    width: 100% !important;
    height: 210px !important;
    display: block !important;
    margin: 20px auto 0;
  }
  main section.s02 {
    padding-top: 100px;
  }
  main section.s02 .wrapper .ttlbox01 {
    text-align: center;
  }
  main section.s02 .wrapper .box01 {
    padding: 35px 15px;
    margin-top: 100px;
    background-color: #fff;
  }
  main section.s02 .wrapper .box01 dl {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 dl dt {
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 2.15;
  }
  main section.s02 .wrapper .box01 dl dd {
    font-size: 12px;
    line-height: 2.15;
  }
}