@charset "UTF-8";
/*color  ------------------*/
/*
.noise {
position: fixed;
z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/common/noise.png");
  background-repeat: repeat;
  animation: noise-anim 1s infinite linear alternate-reverse;
}



@keyframes noise-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}*/
.noise {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh; }

.noise::after {
  animation: noise 15s steps(10) infinite;
  background: url("../images/common/noise.png");
  content: "";
  display: block;
  height: 300%;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 300%;
  z-index: 2; }

@keyframes noise {
  to {
    background-position: 0 0; }
  10% {
    background-position: -5% -10%; }
  20% {
    background-position: -15% 5%; }
  30% {
    background-position: 7% -25%; }
  40% {
    background-position: 20% 25%; }
  50% {
    background-position: -25% 10%; }
  60% {
    background-position: 15% 5%; }
  70% {
    background-position: 0 15%; }
  80% {
    background-position: 25% 35%; }
  90% {
    background-position: -10% 10%; } }
.sns_List {
  position: absolute;
  z-index: 100000000;
  top: 9%;
  right: 5%;
  width: 60px; }
  .sns_List li {
    margin-right: 10px;
    display: inline-block; }
    .sns_List li:last-child {
      margin-right: 0px; }
    .sns_List li a {
      display: block;
      color: #fff; }

@media screen and (max-width: 1250px) {
  .sns_List {
    top: 5%;
    right: 5%;
    width: 60px; }
    .sns_List li {
      margin-right: 10px;
      display: inline-block; }
      .sns_List li:last-child {
        margin-right: 0px; }
      .sns_List li a {
        display: block; } }
@media screen and (max-width: 959px) {
  .sns_List li a {
    color: #151515; } }
.heroHeader {
  position: relative;
  margin-top: -16px;
  width: 100%; }
  .heroHeader .hero-Ttl {
    margin-left: -7px;
    font-size: 12rem;
    line-height: 120px;
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
    font-weight: 400;
    font-family: hvB; }
    .heroHeader .hero-Ttl b {
      letter-spacing: -0.01em;
      color: #f7f7f7;
      text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000; }
  .heroHeader h3 {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 12px;
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
    font-weight: 200;
    font-family: hvR; }
  .heroHeader h2 {
    margin-top: 50px; }

@media screen and (max-width: 959px) {
  .heroHeader {
    margin: 0 auto 0px;
    width: 100%; }
    .heroHeader .hero-Ttl {
      margin-left: 0px;
      font-size: 3.6rem;
      line-height: 36px; }
    .heroHeader h3 {
      font-size: 1rem;
      line-height: 10px; } }
/*INTRO
---------------------------*/
.portfolio-Area {
  position: relative; }

/**/
.portfolio-Box {
  margin-top: 70px;
  width: 100%; }
  .portfolio-Box h3 {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
    font-weight: 400;
    font-family: hvB; }
  .portfolio-Box h4 {
    margin-top: 4px;
    font-size: 1rem;
    line-height: 10px;
    color: #b1b1b1;
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
    font-weight: 400;
    font-family: hvB; }

/*effect1*/
.portfolio-Box figure {
  position: relative;
  overflow: hidden; }

.portfolio-Box figure a {
  display: block; }

.portfolio-Box figure figcaption {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  width: 97%;
  height: 93%;
  background: rgba(29, 32, 136, 0.9);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  color: #fff; }

.portfolio-Box figure:hover figcaption {
  opacity: 1; }

.portfolio-Box figure figcaption p {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  letter-spacing: 0.01em;
  color: #fff;
  transition: .3s;
  font-family: hvR;
  opacity: 0; }

.icon-Web:after {
  content: url("../images/common/outlink.png");
  margin-left: 5px; }

.icon-Mov:after {
  content: url("../images/common/icon_mov.png");
  margin-left: 5px; }

.portfolio-Box figure:hover figcaption p {
  bottom: 15px;
  opacity: 1; }

.portfolio-Box figure:hover figcaption p {
  transition-delay: .3s; }

/*effect3 / img*/
.transform01 {
  transform: scale(1);
  transition: all .3s ease-in-out; }

figure:hover .transform01 {
  transform: scale(1.05);
  filter: blur(4px); }

/**/
.portfolio-Logo-List {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .portfolio-Logo-List li {
    width: 49.9%; }
    .portfolio-Logo-List li figure {
      padding: 6.5% 0;
      width: 100%;
      background-color: #f5f5f5;
      text-align: center; }

.img300 {
  width: 330px; }

@media screen and (max-width: 959px) {
  .portfolio-Box {
    margin-top: 20px; } }
/*prof
---------------------------*/
.prof {
  position: relative; }
  .prof figure {
    width: 100%; }
  .prof .prof__Tx {
    width: 100%; }

/**/
.prof__Tx-1 h3 {
  margin-bottom: 10px;
  font-weight: 400;
  font-family: hvB;
  letter-spacing: 0.02em; }
.prof__Tx-1 p {
  margin-bottom: 10px; }
  .prof__Tx-1 p a {
    color: #4B4B4B;
    text-decoration: underline; }

/**/
.prof__Tx-2 {
  padding-top: 20px; }
  .prof__Tx-2 h3 {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: hvB;
    letter-spacing: 0.02em; }
  .prof__Tx-2 .prof__Sns li {
    margin-right: 20px;
    display: inline-block; }
    .prof__Tx-2 .prof__Sns li a {
      text-decoration: underline; }

@media screen and (max-width: 959px) {
  .prof figure {
    margin-bottom: 10px;
    width: 100%; }
    .prof figure img {
      width: 100%; }
  .prof .prof__Tx {
    width: 100%; }

  .prof__Tx-1 {
    padding-top: 0px; }
    .prof__Tx-1 h3 {
      margin-bottom: 5px; }
    .prof__Tx-1 p {
      margin-bottom: 5px; }
      .prof__Tx-1 p a {
        color: #4B4B4B;
        text-decoration: underline; }

  /**/
  .prof__Tx-2 {
    padding-top: 10px; }
    .prof__Tx-2 h3 {
      margin-bottom: 5px; }
    .prof__Tx-2 .prof__Sns li {
      margin-right: 10px;
      display: inline-block; }
      .prof__Tx-2 .prof__Sns li a {
        text-decoration: underline; } }
/*blog
---------------------------*/
.blog {
  position: relative; }

/**/
.Blog__List {
  margin-bottom: 48px; }
  .Blog__List li {
    width: 100%;
    border-top: 1px solid #e0e0e0; }
    .Blog__List li:last-child {
      border-bottom: 1px solid #e0e0e0; }
    .Blog__List li a {
      display: block;
      padding: 3.2rem;
      transition: 0.25s;
      background-color: transparent; }

.Blog__List a:hover {
  background-color: rgba(29, 32, 136, 0.1); }

/**/
.Blog__Item dt {
  width: 60px; }
  .Blog__Item dt time {
    width: 100%;
    text-align: center; }
    .Blog__Item dt time .Blog__Time-top {
      width: 100%; }
      .Blog__Item dt time .Blog__Time-top div {
        display: inline-block;
        font-family: hvB; }
    .Blog__Item dt time .Blog__Time-btm {
      margin-top: 0.4rem;
      width: 100%;
      font-family: hvB;
      letter-spacing: 0.01em; }
.Blog__Item dd {
  width: calc(100% - 160px); }
  .Blog__Item dd .Blog__Ttl .Blog__Ttl-top {
    font-weight: 500; }
  .Blog__Item dd .Blog__Ttl .Blog__Ttl-btm {
    margin-top: 0.6rem;
    font-family: hvB;
    letter-spacing: 0.01em; }
  .Blog__Item dd .Blog__View {
    padding-top: 8px;
    font-family: hvB;
    letter-spacing: 0.01em;
    text-align: center; }
    .Blog__Item dd .Blog__View span {
      font-size: 1rem !important;
      display: block;
      margin-top: 1.2rem; }

.btn-Wrap {
  text-align: right; }
  .btn-Wrap a {
    display: block; }

/**/
@media screen and (max-width: 600px) {
  .blog {
    margin-bottom: 100px; }

  .Blog__List {
    margin-bottom: 24px; }
    .Blog__List a {
      display: block;
      padding: 1.6rem !important;
      transition: 0.25s; }

  /**/
  .Blog__Item dt {
    width: 100%; }
    .Blog__Item dt time {
      text-align: left; }
      .Blog__Item dt time .Blog__Time-top {
        display: inline-block;
        width: 50px; }
        .Blog__Item dt time .Blog__Time-top div {
          display: inline-block; }
      .Blog__Item dt time .Blog__Time-btm {
        display: inline-block;
        width: 100px; }
  .Blog__Item dd {
    width: 100%; }
    .Blog__Item dd .Blog__Ttl .Blog__Ttl-top {
      font-weight: 500; }
    .Blog__Item dd .Blog__Ttl .Blog__Ttl-btm {
      margin-top: 0.4rem; }
    .Blog__Item dd .Blog__View {
      padding-top: 0px; }
      .Blog__Item dd .Blog__View span {
        font-size: 1rem !important;
        display: block;
        margin-top: 0.5rem; } }
/*News
---------------------------*/
.news {
  position: relative;
  margin: 0 auto; }

/*inner
---------------------------*/
.news article {
  position: relative;
  margin: 0 auto;
  /*max-width: 1160px;*/
  width: min(100%, 1000px); }

/**/
.news__List {
  width: 100%; }
  .news__List li {
    border-top: 1px solid #AEA483;
    padding: 2rem; }
    .news__List li div {
      text-align: right; }
    .news__List li:first-child {
      border-top: none; }
    .news__List li dl {
      width: 100%; }
      .news__List li dl dt span {
        margin-left: 5px;
        display: inline-block; }
        .news__List li dl dt span a {
          display: inline-block !important;
          font-size: 1.2rem !important; }
      .news__List li dl dd h2 {
        margin-bottom: 20px; }

/**/
.news__List .news__List-Link:hover {
  opacity: 0.7;
  background-color: #f7f7f7; }

/**/
.news__ttl-Sngl {
  position: relative;
  margin: 0 auto 40px; }
  .news__ttl-Sngl h2 {
    text-align: center;
    line-height: 30px; }

.font-hvB {
  font-family: hvB;
  letter-spacing: 0.01em; }

/**/
.news__date {
  width: 100%;
  height: auto;
  margin: 10px auto 10px;
  text-align: center; }
  .news__date li {
    color: var(--clr-sub);
    font-weight: 700;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 14px; }

/**/
.news__tx-Sngl {
  margin-top: 30px;
  width: 100%;
  height: auto;
  position: relative; }
  .news__tx-Sngl figure {
    margin-bottom: 30px; }
    .news__tx-Sngl figure img {
      text-align: center; }
  .news__tx-Sngl h1 {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555555; }
  .news__tx-Sngl h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 10px; }
  .news__tx-Sngl h3 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 10px; }
  .news__tx-Sngl h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 10px; }
  .news__tx-Sngl a {
    color: #e8340c;
    text-decoration: underline; }
  .news__tx-Sngl p {
    margin-bottom: 20px; }

/**/
@media screen and (max-width: 768px) {
  .news__ttl-Sngl {
    margin: 0 auto 20px; }

  .news__date {
    margin: 0px auto 0px; }

  .news__tx-Sngl {
    margin-top: 10px;
    width: 100%; }
    .news__tx-Sngl figure {
      margin-bottom: 10px; }
      .news__tx-Sngl figure img {
        width: 100%; } }
/**/
.Pagination {
  margin: 40px auto 0;
  max-width: 200px;
  display: flex;
  align-items: center; }

.Pagination-Item-Link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 1px #8d8d8d;
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 400 !important;
  transition: all 0.15s linear; }

.Pagination-Item-Link-Next, .Pagination-Item-Link-Prev {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 14px;
  color: #151515 !important;
  font-weight: 400;
  transition: all 0.15s linear; }

.Pagination-Item-Link-Icon {
  width: 20px; }

.Pagination-Item-Link.isActive {
  background: #e8340c;
  color: #fff !important;
  pointer-events: none;
  border: solid 1px #e8340c; }

.Pagination-Item-Link:not(.isActive):hover {
  background: #e8340c !important;
  color: #fff;
  border: solid 1px #e8340c; }

.Pagination > * + * {
  margin-left: 8px; }

@media screen and (max-width: 768px) {
  .sec-News__Body dl a {
    padding: 1.4rem 0; }
  .sec-News__Body dl dd {
    padding-left: 0px; }

  .Pagination {
    margin: 20px auto 0; }

  .Pagination-Item-Link {
    width: 40px;
    height: 40px;
    padding: 2px 0 0 2px; }

  .Pagination-Item-Link-Next, .Pagination-Item-Link-Prev {
    width: 40px;
    height: 40px; } }
/**/
.kijiList {
  border-top: 1px solid #cecece;
  margin: 50px auto 0;
  padding: 20px 0 0;
  width: 100%; }

.kijiList li {
  width: 14%;
  font-weight: 600;
  text-align: center; }

/*kiji btn-------*/
.button-prev, .button-next, .button-all {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 0;
  padding: 0;
  transition: all 0.4s; }

@media screen and (max-width: 959px) {
  .kijiList {
    margin: 30px auto 0;
    padding: 20px 0;
    border-top: none; }

  .kijiList li {
    width: 100%;
    margin-bottom: -1px;
    padding: 1rem 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    text-align: center; } }
.button-prev:hover, .button-next:hover, .button-all:hover {
  color: var(--sub) !important; }

/*ページ送りここから*/
.wp-pagenavi {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wp-pagenavi span,
.wp-pagenavi a {
  text-align: center;
  font-size: 14px;
  color: #5a5b5b;
  border: 1px solid #5a5b5b;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-decoration: none;
  border-radius: 50px; }

.wp-pagenavi a:hover {
  color: #fff;
  background: #e8340c;
  border: 1px solid #e8340c;
  text-decoration: none; }

.wp-pagenavi span.current {
  color: #fff;
  background: #e8340c;
  border: 1px solid #e8340c; }

/*ページ送りここまで*/
/*contact
---------------------------*/
.contact {
  position: relative;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515; }
  .contact a {
    display: block;
    padding: 5rem 0; }
  .contact h2 {
    text-align: center;
    margin-bottom: 10px; }
  .contact p {
    text-align: center; }

/**/
.prof__Tx-1 {
  padding-top: 20px; }
  .prof__Tx-1 h3 {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: hvB;
    letter-spacing: 0.02em; }
  .prof__Tx-1 p {
    margin-bottom: 10px; }
    .prof__Tx-1 p a {
      color: #4B4B4B;
      text-decoration: underline; }

/*//////////////////////////////////

form
///////////////////////////////////*/
.formWrap {
  margin: 0 0 40px auto;
  padding: 0;
  max-width: 1040px; }

.formWrap h2 {
  margin-bottom: 6px;
  width: 100%;
  font-weight: 700;
  font-family: hvB;
  letter-spacing: 0.02em; }

.formWrap h3 {
  margin-bottom: 30px; }

.formWrap h3 span {
  font: 700;
  color: #cf000e; }

section.thanks {
  margin: 0px auto;
  padding: 50px 0;
  width: 100%;
  height: auto; }

section.thanks h2, section.thanks p {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
  line-height: 30px; }

/**/
.formInner {
  margin: 0 auto;
  width: 100%; }
  .formInner dl {
    width: 100%;
    margin-bottom: 20px; }
  .formInner dt {
    width: 200px;
    padding: 0; }
  .formInner dd {
    width: calc(100% - 200px);
    padding: 0; }

/**/
.icon-required {
  display: inline-block;
  margin-right: 4px;
  padding: 6px 6px;
  background-color: #e8340c;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  border-radius: 3px; }

/* input */
input[type=text],
input[type=password],
textarea,
select {
  background: #fff;
  padding: 1.6rem;
  font-size: 1.4rem;
  border: 1px solid #DBDBDB;
  transition: border-color .1s linear;
  outline: none;
  border-radius: 5px !important;
  overflow: hidden;
  color: #151515;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04); }

input[type=password].fit-size {
  width: 100%;
  box-sizing: border-box; }

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background: #fff !important;
  border: solid 1px #e8340c !important;
  padding: 1.6rem;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 2px #ffbeaf; }

/**/
input[type=text]:focus.error-msg,
input[type=password]:focus.error-msg,
textarea:focus.error-msg {
  background: #FDF2F2 !important;
  border: solid 1px #EC5962 !important;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px #ffbeaf; }

::placeholder {
  color: #A5A5A5;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important; }

input[type=text].ss-size {
  width: 20px; }

input[type=text].s-size {
  width: 60px; }

input[type=text].m-size {
  width: 120px; }

input[type=text].l-size {
  width: 364px; }

input[type=text].ll-size {
  width: 780px; }

input[type=text].fit-size {
  width: 100%;
  box-sizing: border-box; }

label {
  margin-right: 10px; }

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  border-radius: 0; }

select {
  width: 100%; }

select.s-size {
  width: 25%; }

select.m-size {
  width: 50%; }

textarea {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

:-moz-any(select):before {
  background-color: #fff;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */ }

select {
  background: #fff url(../images/common/icon-arw.png) no-repeat 98%;
  background: none\9;
  text-indent: .01px;
  /*Firefox*/
  text-overflow: "";
  /*Firefox*/ }

select::-ms-expand {
  display: none; }

select:focus {
  padding: 14px;
  background: #fff url(../images/common/icon-arw.png) no-repeat 98%;
  background: none\9;
  text-indent: .01px;
  /*Firefox*/
  text-overflow: "";
  /*Firefox*/ }

.complete {
  background: #ededed !important;
  border: solid 1px #d1d1d1 !important; }

.form-title {
  /*margin-bottom:15px;*/
  padding-left: 10px;
  font-size: 14px;
  color: #A5A5A5;
  min-width: 174px;
  display: inline-block; }

.btnbox {
  margin: 0 0 0 auto; }

input[type=submit] {
  outline: none; }

input[type=submit].btn,
input[type=button].btn {
  display: block;
  margin: 30px auto 0;
  width: min(100%, 400px);
  padding: 10px;
  color: #ffffff;
  background: #e8340c;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  overflow: hidden;
  will-change: transition;
  border-radius: 8px;
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }

input[type=submit].btn:hover,
input[type=button].btn:hover {
  opacity: 0.7;
  background: #e8340c;
  color: white; }

/**/
input[type="radio"] {
  display: none;
  /*checked時の見た目*/ }

input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  margin: 10px 10px 0;
  /*通常時の見た目*/
  /*hover時の見た目*/ }

input[type="radio"] + label::before {
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  border-radius: 17px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  background-color: #edf4e4;
  margin: -2px 5px 0 0;
  -webkit-transition: .1s;
  transition: .1s; }

input[type="radio"] + label:hover {
  color: #808080; }

input[type="radio"] + label:hover::before {
  background-color: #fff; }

input[type="radio"]:checked + label {
  color: #8ec54a;
  cursor: default; }

input[type="radio"]:checked + label::before {
  background-color: #8ec54a !important;
  box-shadow: inset 0 0 0 5px #fff; }

/**/
input[type="checkbox"] {
  display: none;
  /*checked時の見た目*/ }

input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  margin: 10px 10px;
  /*通常時の見た目*/
  /*hover時の見た目*/ }

input[type="checkbox"] + label::before {
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  border: 1px solid #dddddd;
  background-color: #edf4e4;
  margin: -2px 5px 0 0;
  -webkit-transition: .1s;
  transition: .1s; }

input[type="checkbox"] + label:hover {
  color: #808080; }

input[type="checkbox"] + label:hover::before {
  background-color: #fff; }

input[type="checkbox"]:checked + label {
  color: #8ec54a;
  cursor: default; }

input[type="checkbox"]:checked + label::before {
  background-color: #8ec54a !important;
  box-shadow: inset 0 0 0 5px #fff; }

/**/
@media screen and (max-width: 959px) {
  .formWrap {
    margin: 0px auto 40px; }

  .formWrap h2 {
    margin-bottom: 20px; }

  .formWrap h3 {
    margin-bottom: 20px; }

  .formWrap h3 span {
    font: 700;
    color: #cf000e; }

  .formInner {
    margin: 0 auto; }
    .formInner dl {
      width: 100%;
      margin-bottom: 10px; }
    .formInner dt {
      width: 100%;
      margin-bottom: 5px; }
    .formInner dd {
      width: 100%; }

  input[type=submit].btn,
  input[type=button].btn {
    margin: 30px 0 0;
    width: 100%; } }
/*===============================================*/
