@charset "UTF-8";
@media screen and (max-width: 767px) {
  header {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header #mainV {
    border: solid 3px #07064f;
  }
}
@media (min-width: 768px) {
  header #mainV .inner {
    position: relative;
  }
}
@media (min-width: 1438px) {
  header #mainV .inner .vis {
    width: 1359px;
    max-width: 1359px;
    margin-right: -79px;
  }
}
@media (min-width: 768px) {
  header #mainV .inner {
    padding: 40px 0 0 0;
  }
  header #mainV .inner .catch.sp-none {
    position: absolute;
    top: 82px;
    left: 34px;
  }
  header #mainV .inner .catch.sp-none img {
    display: block;
  }
  header #mainV .inner .catch.sp-none img:last-of-type {
    margin: 5px 0 0 20px;
  }
  header #mainV .inner .tel {
    position: absolute;
    bottom: 18px;
    right: 0;
    background-color: #fff;
    border: solid 1px #07064f;
    padding: 12px 20px;
  }
  header #mainV .inner .tel p.name {
    color: #07064f;
    border-bottom: solid 2px #07064f;
    padding-bottom: 7px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
  }
  header #mainV .inner .tel p.no {
    line-height: 1.1;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-size: 42px;
    color: #07064f;
  }
  header #mainV .inner .tel p.no:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 37px;
    color: #0084c9;
    margin-right: 18px;
  }
  header #mainV .inner .tel p.recept {
    margin-top: 5px;
    text-align: center;
    font-size: 0.8em;
    color: #07064f;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  header #mainV .inner .tel p.recept {
    font-size: 0.7em;
  }
}

@media (max-width: 1437px) {
  header #mainV .inner .catch.sp-none {
    max-width: 54%;
    top: 16%;
    left: 2%;
  }
}
@media (max-width: 1279px) {
  header #mainV .inner {
    width: 100%;
    padding: 3% 0 0 0;
  }
  header #mainV .inner .catch.sp-none {
    max-width: 52%;
    top: 15%;
    left: 2%;
  }
  header #mainV .inner .tel {
    bottom: 2%;
    padding: 1% 1.5%;
  }
  header #mainV .inner .tel p.name {
    padding-bottom: 1%;
    margin-bottom: 1.5%;
    font-size: 19px;
  }
  header #mainV .inner .tel p.no:before {
    font-size: 35px;
    margin-right: 3%;
  }
  header #mainV .inner .tel p.no img {
    max-width: 86%;
  }
}
@media (max-width: 1024px) {
  header #mainV .inner .tel p img {
    max-width: 80%;
  }
  header #mainV .inner .tel p.no:before {
    font-size: 30px;
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  header #mainV .inner .catch.pc-none {
    width: 98%;
    max-width: 100%;
    margin: 2% auto 0;
    overflow: hidden;
    *zoom: 1;
  }
  header #mainV .inner .catch.pc-none img:first-of-type {
    width: 90%;
    margin-bottom: 2%;
  }
  header #mainV .inner .catch.pc-none img:nth-of-type(2) {
    margin-left: 1%;
    margin-bottom: 2%;
    width: 99%;
  }
  header #mainV .inner .tel {
    position: absolute;
    right: 3px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.8% 2%;
  }
  header #mainV .inner .tel p.name {
    font-weight: bold;
    color: #07064f;
    font-size: 15px;
    margin-bottom: 0;
  }
  header #mainV .inner .tel p.no, header #mainV .inner .tel p.recept {
    display: none;
  }
}

main article {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main article {
    margin-bottom: 15%;
  }
}
main #beginning {
  margin-bottom: 0;
}
main #beginning .inner {
  padding-bottom: 30px;
}
main #beginning .inner h3 {
  margin: -1em 0 2%;
  display: inline-block;
  color: #07064f;
  padding: 12px 35px;
  font-size: 32px;
  position: relative;
  background: #FFFFFf;
  border: 2px solid #07064f;
}
main #beginning .inner h3:after, main #beginning .inner h3:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
main #beginning .inner h3:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFf;
  border-width: 9px;
  margin-left: -9px;
}
main #beginning .inner h3:before {
  border-color: rgba(7, 6, 79, 0);
  border-top-color: #07064f;
  border-width: 12px;
  margin-left: -12px;
}
@media (max-width: 1024px) {
  main #beginning .inner h3 {
    margin: -1% 0 4%;
    padding: 0.5% 2%;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main #beginning .inner h3 {
    margin: 7% 0 4%;
    padding: 1% 4%;
    font-size: 20px;
    border: 1px solid #07064f;
  }
  main #beginning .inner h3:after {
    border-width: 5px;
    margin-left: -5px;
  }
  main #beginning .inner h3:before {
    border-width: 6px;
    margin-left: -6px;
  }
}
main #beginning .inner h3 strong {
  display: inline-block;
  -webkit-transform: skewX(-12deg);
  -moz-transform: skewX(-12deg);
  -o-transform: skewX(-12deg);
  transform: skewX(-12deg);
}
main #beginning .inner .txt {
  margin: 0 3%;
}
main #beginning .inner .txt #problem {
  background-color: #fff;
  padding: 2% 2.5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt #problem {
    padding: 5% 3%;
    margin-bottom: 5%;
  }
}
main #beginning .inner .txt #problem ul li {
  padding-left: 1.5em;
  text-indent: -1.3em;
  margin-bottom: 0.3em;
}
main #beginning .inner .txt #problem ul li:last-child {
  margin-bottom: 0;
}
main #beginning .inner .txt #problem ul li:before {
  font-family: FontAwesome;
  color: #0084c9;
  content: "\f00c";
  font-size: 14px;
  margin-right: 0.8em;
}
main #beginning .inner .txt h4 {
  font-size: 30px;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #e5e647 70%);
  line-height: 1.2;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt h4 {
    font-size: 22px;
    margin: 2% 0 2%;
  }
}
main #beginning .inner .txt h4 strong {
  display: inline-block;
  -webkit-transform: skewX(-12deg);
  -moz-transform: skewX(-12deg);
  -o-transform: skewX(-12deg);
  transform: skewX(-12deg);
}
main #beginning .inner .txt .case {
  background-color: #fff;
  padding: 0 20px 30px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case {
    padding: 0 3% 3%;
    margin: 7% 0;
  }
}
main #beginning .inner .txt .case h6 {
  position: relative;
  background: #07064f;
  color: #fff;
  padding: 10px 30px;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 3px;
  margin: -1em 0 2.5%;
}
main #beginning .inner .txt .case h6:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(7, 6, 79, 0);
  border-top-color: #07064f;
  border-width: 7px;
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case h6 {
    padding: 1.8% 4.5%;
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  main #beginning .inner .txt .case h6 {
    font-size: 19px;
  }
}
main #beginning .inner .txt .case dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case dl {
    margin-left: 0;
    flex-direction: column;
  }
}
main #beginning .inner .txt .case dl dt {
  margin-right: 3.5%;
  width: 16em;
}
main #beginning .inner .txt .case dl dd {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case dl dd {
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  main #beginning .inner .txt .case dl dd {
    font-size: 16px;
  }
}
main #beginning .inner .txt .case dl dd ul {
  list-style: disc;
  margin: 0 0 0.9em 1em;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case dl dd ul {
    margin: 0 0 0.6em 1em;
  }
}
main #beginning .inner .txt .case dl dd ul li {
  margin-bottom: 0.3em;
}
main #beginning .inner .txt .case dl dd strong {
  font-size: 23px;
  display: inline-block;
  margin-left: 0.7em;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case dl dd strong {
    font-size: 19px;
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  main #beginning .inner .txt .case dl dd strong {
    font-size: 18px;
  }
}
main #beginning .inner .txt .case dl dd strong:before {
  font-family: FontAwesome;
  color: #0084c9;
  content: "\f101";
  font-size: 34px;
  vertical-align: middle;
  margin-right: 0.2em;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case dl dd strong:before {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  main #beginning .inner .txt .case dl dd strong:before {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case.technical dt {
    width: 65%;
    margin: 0 auto 6%;
  }
  main #beginning .inner .txt .case.technical dd strong {
    /*margin-left: 0.7em;*/
  }
}
main #beginning .inner .txt .case.tactics dl dt {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  main #beginning .inner .txt .case.tactics dl dt {
    /*margin: 3% 0 4%;*/
    margin: 3% auto 7%;
    width: 70%;
  }
}
main #beginning .inner .txt .case.tactics dl dd {
                                /*font-size: 23px;
                                font-weight: 900;

                                @include sp {
                                    font-size: 19px;
                                    width: 90%;
                                }
                                
                                strong {
                                    margin-left: 1.2em;

                                    @include sp {
                                        margin: 2% 0 0 0;
                                    }
                                }*/
}
main #flow .inner .list {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  main #flow .inner .list {
    padding: 4% 3%;
  }
}
@media screen and (max-width: 320px) {
  main #flow .inner .list {
    font-size: 16px;
  }
}
main #flow .inner .list dl {
  overflow: hidden;
  *zoom: 1;
}
main #flow .inner .list dl dt {
  float: left;
  width: 42px;
}
@media screen and (max-width: 767px) {
  main #flow .inner .list dl dt {
    float: left;
    width: 9%;
  }
}
main #flow .inner .list dl dd {
  padding: 6px 0 9px 60px;
}
@media screen and (max-width: 767px) {
  main #flow .inner .list dl dd {
    padding: 0.7% 0 3.5% 11%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  main #flow .inner .list dl dd {
    padding: 0.5% 0 4% 11%;
  }
}
main #flow .inner .ex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: 40px 0 0px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main #flow .inner .ex {
    margin: 4% 0 0px;
    flex-direction: column;
  }
}
@media screen and (max-width: 320px) {
  main #flow .inner .ex {
    margin: 7% 0 0px;
  }
}
main #flow .inner .ex .box {
  margin: 0 1%;
  width: 49%;
}
@media screen and (max-width: 767px) {
  main #flow .inner .ex .box {
    width: 100%;
  }
}
main #flow .inner .ex .box h6 {
  border: solid 2px #07064f;
  padding: 5px 100px 5px 10px;
  color: #07064f;
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 1024px) {
  main #flow .inner .ex .box h6 {
    padding: 1% 6% 1% 2%;
  }
}
@media screen and (max-width: 767px) {
  main #flow .inner .ex .box h6 {
    padding: 1.1% 6% 1.1% 2%;
    font-size: 19px;
  }
}
main #flow .inner .ex .box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-around;
}
main #flow .inner .ex .box ul li {
  width: 32%;
}
main #flow .inner .ex .box ul li strong {
  font-weight: normal;
  background-color: #07064f;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  display: block;
  font-size: 18px;
  margin-bottom: 3%;
}
main #flow .inner .ex .box ul li strong span {
  display: inline-block;
}
@media (max-width: 1024px) {
  main #flow .inner .ex .box ul li strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main #flow .inner .ex .box ul li strong {
    padding: 5% 6%;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  main #flow .inner .ex .box:first-child {
    margin-bottom: 6%;
  }
}
main #flow .inner .ex .box:first-child img {
  margin: -10px 0 20px;
}
@media (max-width: 1279px) {
  main #flow .inner .ex .box:first-child img {
    margin: -1% 0 2%;
  }
}
main #flow .inner .ex .box:first-child ul li {
  border: solid 1px #07064f;
}
main #flow .inner .ex .box:first-child ul li p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.2em 12px 0.8em;
}
@media screen and (max-width: 767px) {
  main #flow .inner .ex .box:first-child ul li p {
    font-size: 13px;
    line-height: 1.3;
    padding: 0.2em 4% 0.6em;
  }
}
main #flow .inner .ex .box:last-child img {
  margin: 40px 0 20px;
}
@media (max-width: 1279px) {
  main #flow .inner .ex .box:last-child img {
    margin: 5% 0 2%;
  }
}
main #flow .inner .ex .box:last-child p {
  font-size: 16px;
  padding: 3% 2%;
}
@media screen and (max-width: 767px) {
  main #flow .inner .ex .box:last-child p {
    font-size: 15px;
    padding: 3% 2%;
  }
}
main #support .inner dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main #support .inner dl {
    flex-direction: column;
    margin: 0 2%;
    border-bottom: solid 1px #07064f;
  }
}
main #support .inner dl h6 {
  border: solid 2px #07064f;
  padding: 3px 80px 3px 10px;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 767px) {
  main #support .inner dl h6 {
    padding: 1% 4% 1% 2%;
    font-size: 20px;
    line-height: 1.4;
    border: solid 1px #07064f;
    margin-bottom: 1.2%;
  }
}
@media screen and (max-width: 320px) {
  main #support .inner dl h6 {
    font-size: 18px;
  }
}
main #support .inner dl dt {
  width: 30%;
}
main #support .inner dl dt h6 {
  display: none;
}
@media screen and (max-width: 767px) {
  main #support .inner dl dt {
    width: 100%;
    margin: 0 auto 3%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
  }
  main #support .inner dl dt h6 {
    display: block;
    white-space: nowrap;
  }
  main #support .inner dl dt img {
    width: 60%;
    margin-right: 3%;
  }
}
main #support .inner dl dd {
  width: 67%;
}
main #support .inner dl dd h6 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main #support .inner dl dd {
    width: 100%;
  }
  main #support .inner dl dd h6 {
    display: none;
  }
}
main #support .inner dl dd p {
  font-size: 16px;
  padding: 0.4em 2% 1.1em;
}
@media screen and (max-width: 767px) {
  main #support .inner dl dd p {
    padding: 0.4em 0 0.8em;
  }
}
main #support .inner dl dd p.history {
  padding: 0.4em 2% 1.1em 2.8%;
}
main #support .inner dl dd p.history span {
  text-indent: -0.7em;
  display: block;
  font-size: 17px;
}
main #support .inner dl dd p.message {
  padding: 0.4em 2% 1.1em 2.8%;
}
main #support .inner dl dd p.message strong {
  text-indent: -0.5em;
  display: block;
  font-size: 17px;
}
main #support .inner dl dd p.message strong:before {
  font-family: FontAwesome;
  content: "\f0e5";
  margin-right: 0.2em;
}
main #support .inner .list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 2%;
}
@media (max-width: 1024px) {
  main #support .inner .list {
    flex-direction: column;
  }
}
main #support .inner .list .box {
  width: 49%;
  margin: 3.5% 0 0;
}
@media (max-width: 1024px) {
  main #support .inner .list .box {
    width: 100%;
    margin: 5% 0 0;
  }
}
main #support .inner .list .box dl dt {
  width: 41%;
}
@media (max-width: 1024px) {
  main #support .inner .list .box dl dt {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .list .box dl dt {
    width: 100%;
  }
  main #support .inner .list .box dl dt img {
    width: 45%;
    margin-right: 4%;
  }
}
main #support .inner .list .box dl dd {
  width: 55%;
}
@media (max-width: 1024px) {
  main #support .inner .list .box dl dd {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .list .box dl dd {
    width: auto;
  }
}
main #support .inner .list .box dl dd p {
  line-height: 1.5;
  font-size: 15px;
  padding: 0.4em 2% 0.6em 2.8%;
}
@media screen and (max-width: 767px) {
  main #support .inner .list .box dl dd p {
    padding: 0.4em 0 0.6em 0;
  }
}
main #support .inner .list .box dl dd h6 {
  font-size: 21px;
  padding: 2px 60px 2px 10px;
}
@media screen and (max-width: 767px) {
  main #support .inner .list .box:last-child dl {
    border-bottom: none;
  }
}
main #support .inner .pro {
  border-bottom: 2px solid #07064f;
}
@media (min-width: 768px) {
  main #support .inner .pro {
    margin-bottom: 5%;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main #support .inner .pro {
    margin-bottom: 6%;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .pro {
    margin-bottom: 9%;
    padding-bottom: 8%;
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  main #support .inner .pro dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .pro dl {
    border: none;
  }
}
main #support .inner .pro dl dt,
main #support .inner .pro dl dd {
  width: auto;
}
main #support .inner .pro dl dt ul,
main #support .inner .pro dl dd ul {
  font-size: 16px;
  margin-left: 1em;
  list-style: disc;
  padding: 0.2em 2% 0.9em;
}
@media (min-width: 768px) {
  main #support .inner .pro dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .pro dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .pro dl dt h5 {
    order: 2;
    margin: 5% 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .pro dl dt .img {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  main #support .inner .pro dl dd {
    width: 67%;
  }
}
main #support .inner .pro h5 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #support .inner .pro h5 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 767px) {
  main #support .inner .pro h5 {
    font-size: 1.2em;
  }
}
main #support .inner .pro h5 strong {
  display: inline-block;
  min-width: 30%;
  border: solid 2px #07064f;
  padding: 0.3em 2.5em 0.3em 0.7em;
}
@media screen and (max-width: 767px) {
  main #support .inner .pro h5 strong {
    padding: 0.2em 1em 0.2em 0.5em;
    border-width: 1px;
  }
}
main #support .inner .pro h5:before {
  content: "元プロ選手";
  display: inline-block;
  color: #fff;
  background-color: #07064f;
  padding: 0.4em 1em;
  font-size: 0.8em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  main #support .inner .pro h5:before {
    padding: 0.2em 0.5em;
  }
}
main #support .inner .pro .more a {
  font-size: 1.18em;
}
@media screen and (max-width: 767px) {
  main #support .inner .more {
    text-align: center;
  }
}
main #support .inner .more a {
  display: inline-block;
  background-color: #07064f;
  text-decoration: none;
  line-height: 1.4;
  padding: 0.6em 1.7em 0.6em 2em;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  main #support .inner .more a {
    padding: 0.7em 1em 0.7em 1.3em;
  }
}
@media screen and (max-width: 320px) {
  main #support .inner .more a {
    padding: 0.7em 0.5em 0.7em 0.8em;
  }
}
main #support .inner .more a:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-left: 0.7em;
}
@media (min-width: 768px) {
  main #support .inner .more a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    transition: .3s;
  }
}
main #support .inner .more.center {
  text-align: center;
}
main #price .inner h5.heading strong span {
  line-height: 1.3;
  font-size: 0.9em;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #e5e647 70%);
}
@media (min-width: 768px) {
  main #price .inner h5.heading strong span {
    margin-left: 0.8em;
  }
}
main #price .inner .table {
  padding: 40px;
}
@media (min-width: 1100px) {
  main #price .inner .table {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  main #price .inner .table {
    padding: 3% 2%;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table {
    padding: 6% 3%;
  }
}
main #price .inner .table h4 {
  font-size: 1.35em;
  background-color: #0084c9;
  color: #fff;
  padding: 0.55em 1.2em 0.55em 0.8em;
  margin: -10px 0 0.7em -40px;
  display: inline-block;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  main #price .inner .table h4 {
    margin: -1% 0 0.7em -2%;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table h4 {
    font-size: 1.1em;
    margin: -3% 0 0 -3%;
    padding: 0.5em 0.7em 0.5em 1.5em;
    position: relative;
  }
}
main #price .inner .table h4:before {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 0.7em;
}
@media screen and (max-width: 767px) {
  main #price .inner .table h4:before {
    position: absolute;
    top: 0.75em;
    left: 0.7em;
    font-size: 0.7em;
  }
}
main #price .inner .table h6 {
  font-size: 1.2em;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #e5e647 70%);
  line-height: 1.2;
  margin: 0px 0 30px;
}
main #price .inner .table h6 em {
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main #price .inner .table h6 {
    display: inline;
    font-size: 1.15em;
    margin: 0px 0 3%;
    background: none;
  }
  main #price .inner .table h6 span {
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #e5e647 70%);
    font-size: 25px;
  }
  main #price .inner .table h6 em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    margin-top: 2%;
  }
}
main #price .inner .table table {
  border: solid 1px #141414;
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
}
main #price .inner .table table tr {
  text-align: center;
}
main #price .inner .table table tr th {
  color: #fff;
  text-align: center;
}
main #price .inner .table table tr th:nth-child(2) {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
main #price .inner .table table tr td {
  border: solid 1px #141414;
  background-color: #fff;
  text-align: center;
}
main #price .inner .table table tr td:last-child {
  text-align: right;
}
main #price .inner .table dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  main #price .inner .table dl {
    flex-direction: column;
  }
}
main #price .inner .table dl dt {
  width: 50%;
  padding-right: 10%;
  background-image: url(../images/pc/arr.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
}
@media (max-width: 1023px) {
  main #price .inner .table dl dt {
    width: auto;
    padding: 5% 0 10% 0;
    background-image: url(../images/sp/arr.png);
    background-size: 15% auto;
    background-position: center bottom;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #price .inner .table dl dt {
    background-size: 8% auto;
    padding: 3% 0 6% 0;
  }
}
main #price .inner .table dl dt strong {
  display: inline-block;
  font-size: 22px;
  background-color: #fff;
  padding: 7px 5em 7px 20px;
  position: relative;
  color: #07064f;
}
@media (max-width: 1024px) {
  main #price .inner .table dl dt strong {
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table dl dt strong {
    font-size: 1.05em;
    padding: 1% 4%;
  }
}
main #price .inner .table dl dt strong:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
main #price .inner .table dl dt table {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main #price .inner .table dl dt table {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  main #price .inner .table dl dt table {
    font-size: 15px;
  }
}
main #price .inner .table dl dt table tr th {
  background-color: #07064f;
  padding: 12px 10px;
}
@media (max-width: 1279px) {
  main #price .inner .table dl dt table tr th {
    padding: 3%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #price .inner .table dl dt table tr th {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table dl dt table tr th {
    padding: 2% 3%;
  }
}
@media screen and (max-width: 320px) {
  main #price .inner .table dl dt table tr th {
    padding: 2%;
  }
}
main #price .inner .table dl dt table tr td {
  padding: 10px 45px;
}
@media (max-width: 1279px) {
  main #price .inner .table dl dt table tr td {
    padding: 3% 3%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #price .inner .table dl dt table tr td {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table dl dt table tr td {
    padding: 2% 2%;
  }
}
main #price .inner .table dl dd {
  width: 50%;
}
@media (max-width: 1023px) {
  main #price .inner .table dl dd {
    margin-top: 4%;
    width: auto;
  }
}
main #price .inner .table dl dd strong {
  display: inline-block;
  font-size: 23px;
  background-color: #e5e647;
  padding: 7px 5em 6px 20px;
  position: relative;
}
@media (max-width: 1024px) {
  main #price .inner .table dl dd strong {
    padding: 7px 0.7em 6px;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table dl dd strong {
    padding: 2% 5%;
    font-size: 1.07em;
  }
}
main #price .inner .table dl dd strong:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(229, 230, 71, 0);
  border-top-color: #e5e647;
  border-width: 7px;
  margin-left: -7px;
}
main #price .inner .table dl dd table {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main #price .inner .table dl dd table {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  main #price .inner .table dl dd table {
    font-size: 16px;
  }
}
main #price .inner .table dl dd table tr th {
  background-color: #0084c9;
  padding: 10px 10px;
}
@media (max-width: 1279px) {
  main #price .inner .table dl dd table tr th {
    padding: 2%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #price .inner .table dl dd table tr th {
    padding: 0.5em 1em;
  }
}
main #price .inner .table dl dd table tr td {
  padding: 8px 10%;
}
@media (max-width: 1279px) {
  main #price .inner .table dl dd table tr td {
    padding: 2% 4%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #price .inner .table dl dd table tr td {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table dl dd table tr td {
    padding: 2% 2%;
  }
}
main #price .inner .table dl dd ul {
  margin-top: 15px;
}
main #price .inner .table dl dd ul li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 3px;
}
main #price .inner .table dl dd ul li:before {
  content: "※";
}
main #price .inner .table table.single {
  font-size: 18px;
}
@media (min-width: 1100px) {
  main #price .inner .table table.single {
    width: 85%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table table.single {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  main #price .inner .table table.single {
    font-size: 15px;
  }
}
main #price .inner .table table.single tr th {
  background-color: #07064f;
  padding: 12px 10px;
}
@media (max-width: 1279px) {
  main #price .inner .table table.single tr th {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #price .inner .table table.single tr th {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table table.single tr th {
    padding: 2% 3%;
  }
}
@media screen and (max-width: 320px) {
  main #price .inner .table table.single tr th {
    padding: 2%;
  }
}
main #price .inner .table table.single tr td {
  padding: 10px 45px;
}
@media (max-width: 1279px) {
  main #price .inner .table table.single tr td {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #price .inner .table table.single tr td {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  main #price .inner .table table.single tr td {
    padding: 2% 2%;
  }
}
main #price .inner .table table.single tr td:last-of-type {
  text-align: center;
}
main #price .inner .table.pro {
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  main #price .inner .table.pro {
    margin-bottom: 7%;
  }
}
main #price .inner .table.pro h5 strong {
  padding-right: 1em;
}
main #faq .inner .list {
  border: solid 1px #07064f;
  padding: 20px 35px;
}
@media screen and (max-width: 767px) {
  main #faq .inner .list {
    padding: 2% 0%;
    border: none;
  }
}
main #faq .inner .list dl {
  border-bottom: dotted 1px #07064f;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  main #faq .inner .list dl {
    font-size: 17px;
  }
}
main #faq .inner .list dl:last-child {
  border-bottom: none;
}
main #faq .inner .list dl dt {
  text-indent: -1.3em;
  color: #07064f;
  font-weight: 900;
  padding: 12px 0 12px 1.5em;
  /*cursor: pointer;*/
}
@media screen and (max-width: 767px) {
  main #faq .inner .list dl dt {
    padding: 3% 0 2% 1.5em;
  }
}
main #faq .inner .list dl dt:before {
  font-family: FontAwesome;
  color: #07064f;
  content: "\f054";
  font-weight: normal;
  font-size: 14px;
  margin-right: 0.8em;
}
main #faq .inner .list dl dt.open:before {
  content: "\f077";
}
main #faq .inner .list dl dd {
  padding: 3px 0 20px 2.5em;
}
@media screen and (max-width: 767px) {
  main #faq .inner .list dl dd {
    padding: 0 0 5% 1.8em;
  }
}
main #faq .inner .list dl dd.open {
  display: block;
}
main #contact {
  margin-bottom: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main #contact {
    padding-bottom: 15%;
  }
}
main #contact h5.heading {
  font-size: 48px;
}
@media (max-width: 1024px) {
  main #contact h5.heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  main #contact h5.heading {
    font-size: 28px;
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (max-width: 767px) {
  main #contact h5.heading {
    font-size: 26px;
  }
}
main #contact h5.heading strong {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  main #contact h5.heading strong {
    padding-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  main #contact h5.heading strong {
    padding-top: 7%;
  }
}
@media screen and (max-width: 320px) {
  main #contact h5.heading strong {
    padding-top: 6%;
  }
}
main #contact .box {
  background-color: #fff;
  padding: 0 60px 30px;
  margin: 60px 0 0;
}
@media (max-width: 1279px) {
  main #contact .box {
    padding: 0 4% 2.5%;
    margin: 6% 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  main #contact .box {
    margin: 14% 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  main #contact .box {
    margin: 12% 0 0 0;
  }
}
main #contact .box h6 {
  background-color: #07064f;
  color: #fff;
  padding: 12px 70px 12px 25px;
  font-size: 26px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  margin: -1em 0 0 -30px;
}
main #contact .box h6:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(7, 6, 79, 0);
  border-top-color: #07064f;
  border-width: 9px;
  margin-left: -9px;
}
@media screen and (max-width: 767px) {
  main #contact .box h6 {
    padding: 3% 7% 3% 3%;
    font-size: 20px;
    margin: -1em 0 0 -2%;
  }
}
@media screen and (max-width: 320px) {
  main #contact .box h6 {
    font-size: 18px;
  }
}
main #contact .box h6 strong:before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 0.3em;
  line-height: 1.1;
}
main #contact .box.tel h6 strong {
  line-height: 1.1;
}
main #contact .box.tel h6 strong:before {
  content: "\f095";
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  main #contact .box.tel h6 strong:before {
    font-size: 28px;
    content: "\f10b";
    line-height: 1;
    vertical-align: middle;
  }
}
main #contact .box.tel dl {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main #contact .box.tel dl {
    margin-top: 6%;
  }
}
main #contact .box.tel dl dt strong {
  font-size: 31px;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #e5e647 70%);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main #contact .box.tel dl dt strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  main #contact .box.tel dl dt strong {
    font-size: 20px;
  }
}
main #contact .box.tel dl dt .recept {
  color: #07064f;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0;
  font-size: 0.9em;
}
@media (max-width: 1024px) {
  main #contact .box.tel dl dd {
    padding: 2% 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  main #contact .box.tel dl dd {
    width: 100%;
  }
}
main #contact .box.tel dl dd p {
  line-height: 1.1;
}
main #contact .box.tel dl dd p.sp-none {
  line-height: 1.1;
  padding: 0.05em 0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: 70px;
  color: #07064f;
  letter-spacing: 5px;
}
main #contact .box.tel dl dd p.sp-none:before {
  font-family: FontAwesome;
  color: #0084c9;
  content: "\f095";
  font-weight: normal;
  font-size: 60px;
  margin-right: 0.8em;
}
main #contact .box.tel dl dd p.pc-none {
  margin-top: 4%;
}
main #contact .box.tel dl dd p.pc-none a {
  display: block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #0084c9;
  color: #fff;
  text-align: center;
  padding: 5% 2%;
  text-decoration: none;
  line-height: 1.2;
  font-size: 23px;
}
main #contact .box.tel dl dd p.pc-none a:before, main #contact .box.tel dl dd p.pc-none a:after {
  font-family: FontAwesome;
}
main #contact .box.tel dl dd p.pc-none a:before {
  content: "\f10b";
  font-size: 32px;
  margin-right: 0.5em;
}
main #contact .box.tel dl dd p.pc-none a:after {
  content: "\f054";
  font-size: 20px;
  margin-left: 0.6em;
}
main #contact .box.mail h6 strong {
  line-height: 1.1;
}
main #contact .box.mail h6 strong:before {
  content: "\f003";
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main #contact .box.mail h6 strong:before {
    font-size: 22px;
  }
}
main #contact .box.mail p {
  font-size: 18px;
  margin: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  main #contact .box.mail p {
    margin: 7% 0 3%;
  }
}
@media screen and (max-width: 320px) {
  main #contact .box.mail p {
    font-size: 17px;
  }
}
main #contact .box.mail p .font90 {
  font-size: 0.9em;
  color: #c00;
}
main #contact .box.mail dl {
  border-bottom: solid 1px #141414;
}
@media screen and (max-width: 767px) {
  main #contact .box.mail dl {
    border-bottom: none;
  }
}
main #contact .box.mail dl dt {
  width: 30%;
  padding: 15px 20px 15px 0;
  float: left;
  border-top: solid 1px #141414;
}
@media screen and (max-width: 767px) {
  main #contact .box.mail dl dt {
    width: auto;
    padding: 1.4% 5% 1.4% 2%;
    line-height: 1.3;
    float: none;
    border: none;
    display: inline-block;
    position: relative;
    background: #ffffff;
    color: #07064f;
    border: 1px solid #07064f;
  }
  main #contact .box.mail dl dt:after, main #contact .box.mail dl dt:before {
    top: 100%;
    left: 1em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  main #contact .box.mail dl dt:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
  }
  main #contact .box.mail dl dt:before {
    border-color: rgba(7, 6, 79, 0);
    border-top-color: #07064f;
    border-width: 6px;
    margin-left: -6px;
  }
}
@media screen and (max-width: 320px) {
  main #contact .box.mail dl dt {
    font-size: 16px;
  }
}
main #contact .box.mail dl dd {
  border-top: solid 1px #141414;
  padding: 15px 0 15px 20px;
  margin-left: 30%;
  border-left: dashed 1px #141414;
}
@media screen and (max-width: 767px) {
  main #contact .box.mail dl dd {
    padding: 3% 0 6% 0%;
    margin-left: 0;
    border: none;
  }
}
main .font90 {
  font-size: 0.9em;
}
main .details1 {
  width: 17.5em;
}
main .date {
  width: 25%;
  text-align: center;
}
main .time {
  text-align: right;
  width: 11%;
  margin-right: 5px;
}
main .clr {
  background-color: #0084c9;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #0084c9;
  font-weight: bold;
  font-size: 0.8em;
  vertical-align: middle;
  padding: 3px 7px !important;
  transition: .3s;
}
main .clr:hover {
  transition: .3s;
  color: #0084c9;
  background-color: #fff;
}
main .inner .toCompany a {
  text-decoration: none;
}
main .toCompany {
  text-align: right;
  font-weight: bold;
  margin: 1%;
}
main .toCompany a {
  display: inline-block;
  background-color: #07064f;
  color: #fff;
  padding: 0.5% 1%;
  border: 1px solid #07064f;
  letter-spacing: 0.1em;
  transition: .3s;
}
main .toCompany a span {
  text-decoration: underline;
}
main .toCompany a:hover {
  transition: .3s;
}
main .toCompany a:after {
  color: #07064f;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f054";
  margin-left: 0.2em;
  font-size: 0.85em;
  color: #fff;
}
main .toCompany a:hover {
  color: #07064f;
  text-decoration: none;
  background-color: #fff;
}
main .toCompany a:hover:after {
  color: #07064f;
  text-decoration: none;
}
main .toCompany a:hover span {
  text-decoration: none;
}
main #contact.step2 .box {
  padding-top: 30px;
}
main #contact.step2 .box.mail dl::after,
main #contact.step2 .box.mail dd::after {
  display: block;
  content: " ";
  visibility: hidden;
  clear: both;
}
main #contact.step2 form #submitBtn button {
  padding: 15px;
}
main #contact.step2 form #submitBtn button.go {
  width: 50%;
}
main #contact.step2 form #submitBtn button.back {
  width: 25%;
}
@media screen and (max-width: 767px) {
  main .date {
    width: 50% !important;
    text-align: left;
  }
  main .time {
    width: 20% !important;
  }
  main .date,
  main .time {
    display: table-cell;
  }
  main .clr {
    margin-top: 1%;
    margin-left: 1%;
  }
}

/*メールフォーム下層ページ
---------------------------------------------*/
/*step2*/
@media screen and (max-width: 1279px) {
  main #contact.step2 .box {
    padding-top: 2.5%;
  }
}
main #contact.step2 form #submitBtn button.back {
  width: 25%;
}

@media screen and (max-width: 767px) {
  main #contact.step2 form #submitBtn button.go {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  main #contact.step2 form #submitBtn button.back {
    width: 30%;
  }
}
/*step3*/
html.step3 {
  height: 100%;
}
html.step3 body,
html.step3 main {
  height: 100%;
}

main #contact.step3 {
  height: 100%;
}
main #contact.step3 .thanks {
  padding: 3% 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
main #contact.step3 .tohome {
  margin: -1em 0 2%;
  display: inline-block;
  color: #07064f;
  padding: 12px 35px;
  font-size: 20px;
  position: relative;
  background: #FFFFFf;
  border: 2px solid #07064f;
}
main #contact.step3 .tohome:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f054";
  margin-right: 0.7em;
}

@media screen and (max-width: 767px) {
  main #contact.step3 .tohome {
    margin: 7% 0 4%;
    padding: 1% 4%;
    border: 1px solid #07064f;
  }
}
