/*
Theme Name: kazuhirmizumoto
Description:kazuhirmizumoto
Theme URI: kazuhirmizumoto.info
Author: kazuhirmizumoto
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/

@charset "UTF-8";
body {
  font-family: "Sarabun", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font: size 62.5%;
  margin: 2rem 0 0;
}

body a {
  text-decoration: none;
}

header {
  width: 95%;
  margin: 0 auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 a {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-left: 2rem;
  color: #000;
}

header h1 a:hover {
  color: #aaa;
  -webkit-transition: 1s;
  transition: 1s;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}

nav ul li {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-left: 1.4rem;
}

nav ul li a {
  color: #000;
}

nav ul li a:hover {
  color: #aaa;
  -webkit-transition: 1s;
  transition: 1s;
}

section.topv {
  height: calc(100vh - 100px);
}

section.topv div.fv {
  max-width: 1200px;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

section.topv div.fv_about {
  max-width: 1200px;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

section.topv div.start {
  position: absolute;
  bottom: 1rem;
  left: 48%;
  text-align: center;
}

section.topv div.start p {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4rem;
  -webkit-animation-name: fuwafuwa;
  /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

section.topv_about div.fv {
  max-width: 1200px;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

section.topv_about div.fv_about {
  max-width: 1200px;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

div.maininfo {

}

div.maininfo > p:first-child,
div.maininfo p:nth-child(2) {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 6rem;
}

div.maininfo p:nth-child(3),
div.maininfo p:nth-child(4) {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  line-height: 1.4rem;
}

div.parsonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

div.parsonal p {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-right: 1.6rem;
}

div.parsonal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

div.parsonal ul li {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-left: 1.2rem;
}

div.parsonal ul li a {
  color: #000;
}

div.parsonal ul li a:hover {
  border-bottom: 2px solid #000;
}

div.mainimg {
  width: 35%;
  max-width: 350px;
}

div.mainimg img {
  width: 100%;
}

div.aboutimg {
  max-width: 100px;
  margin: 3rem 0;
}

div.aboutimg img {
  width: 100%;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-top: 5rem;
  text-align: center;
}

h3 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
  text-transform: uppercase;
}

h3 span {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1rem;
}

h3.works {
  text-align: center;
}

section#maincontent {
  overflow: hidden;
}

section#maincontent div.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#maincontent div.about div {
	max-width: 650px;
  margin: 5rem auto;
}

section#maincontent div.about div p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2rem;
}

section#maincontent div.about div ul {
  margin: 2rem 0;
}

section#maincontent div.about div ul li {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2rem;
}

section#maincontent nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#maincontent nav ul {
  margin-top: 2rem;
  margin-right: 0;
  margin-bottom: 6rem;
}

section#maincontent ul.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#maincontent ul.works li.work {
  position: relative;
  width: 25%;
}

section#maincontent ul.works li.work:before {
  content: "";
  display: block;
  padding-top: 100%;
}

section#maincontent ul.works li.work img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section#maincontent ul.works li.work a.workinfo .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#maincontent ul.works li.work a.workinfo .mask .caption {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.6rem;
  padding: 0.6rem 10%;
}

section#maincontent ul.works li.work a.workinfo .mask .border {
  border: solid 1px #fff;
  margin: 10px 0 0;
}

section#maincontent ul.works li.work a.workinfo:hover .mask {
  opacity: 1;
}

footer {
  width: 100%;
  background-color: #000;
}

footer div {
	width:95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 120px;
  padding: 0 2rem;
}

footer div p {
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  line-height: 1.2rem;
}

footer div nav ul li a {
  color: #fff;
}

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.loader img {
  -webkit-animation: ico 2s linear infinite;
          animation: ico 2s linear infinite;
  width: 5%;
}

.loader p {
  margin-top: 1rem;
  margin-left: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@-webkit-keyframes ico {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes ico {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

div.acd {
  width: calc(300px + 2rem);
  background-color: pink;
  margin: 0 auto 5rem;
}

.acd-check {
  display: none;
}

.acd-label {
  color: #000;
  background-color: #dddddd;
  width: 300px;
  display: block;
  margin: 0 auto;
  padding: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
}

.acd-content {
  background-color: #dddddd;
  width: calc(300px + 2rem);
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: hidden;
  z-index: 101;
  height: 0;
  position: absolute;
}

.acd-content ul li.cat-item {
  display: block;
  z-index: 100;
}

.acd-content ul li.cat-item a {
  display: block;
  padding: 1rem;
  font-weight: bold;
  color: #000;
  border-top: solid 2px #fff;
  z-index: 100;
}

.acd-content a p:hover {
  background-color: #fff;
}

.acd-check:checked + .acd > .acd-label + .acd-content {
  height: 250px;
  opacity: 1;
  visibility: visible;
}

section.singlepage {
  max-width: 1020px;
  margin: 16rem auto 8rem;
  width: 70%;
  padding-bottom: 6rem;
  border-bottom: solid 1px #000;
}

section.singlepage img {
  width: 100%;
  height: auto;
  margin: 5rem 0 0;
}

section.singlepage img.border {
  border:solid 1px #ccc;
}

section.singlepage h4 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
  line-height: 2rem;
}

section.singlepage div.cate {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin: 1rem 0 2rem ;
  text-transform: uppercase;
  color:#000;
}

div.catlist{
  display: inline-block;
}

div.catlist:after {
  content: " / ";
  margin: 0 10px 0 5px;
}

section.singlepage p.credit {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
  line-height: 1.6rem;
}

section.singlepage p.text {
  max-width: 700px;
  margin: 5rem auto 0;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  text-align: justify;
}

section.singlepage p.bg{
	max-width: calc(700px - 6rem);
	background-color:#eee;
	padding:2rem 3rem;
}

section.singlepage a.link {
  border: solid 3px #000;
  max-width: 700px;
  color: #000;
  border-radius: 10rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  display: block;
  padding: 1.5rem;
  margin: 5rem auto 0;
}

section.singlepage a.link:hover {
  border: solid 3px #000;
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 1281px) {
  body {
    
  }
  div.maininfo > p:first-child,
  div.maininfo p:nth-child(2) {
    font-family: "Poppins", sans-serif;
    font-size: 7rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 7rem;
    margin: 0;
  }
  div.maininfo p:nth-child(3),
  div.maininfo p:nth-child(4) {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    line-height: 1.4rem;
    margin: 0;
  }
  div.parsonal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none;
    margin-top: 1.6rem;
  }
  div.parsonal p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
  }
  div.parsonal div.arrow {
    display: none;
  }
  div.parsonal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.parsonal ul li {
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-left: 2.4rem;
  }
  div.parsonal ul li a {
    color: #000;
  }
  div.parsonal ul li a:hover {
    border-bottom: 2px solid #000;
  }
	section#maincontent ul.works li.work {
  position: relative;
  width: 20%;
}
}

@media screen and (max-width: 767px) {
  body {
    margin: 1.4rem 0 0;
  }
  header {
    width: 100%;
    margin: 0 auto;
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header h1 {
    margin-bottom: 0rem;
    text-align: center;
	  	  display:none;
  }
  header h1 a {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0;
    color: #000;
	  display:none;
  }
  header h1 a:hover {
    color: #aaa;
    -webkit-transition: 1s;
    transition: 1s;
  }
  nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0rem;
  }
  nav ul li {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0rem;
  }
  nav ul li a {
    color: #000;
  }
  nav ul li a:hover {
    color: #aaa;
    -webkit-transition: 1s;
    transition: 1s;
  }
  section.topv {
    height: calc(100vh - 100px);
    width: 100%;
    margin: 0;
  }
  section.topv div.fv {
    max-width: 1200px;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
    margin: 0;
  }
  section.topv div.start {
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 29px);
    text-align: center;
  }
  div.maininfo {
    margin: 0 0 2rem;
    padding: 0;
    height: 45%;
    width: 100%;
    max-width: calc(330px - 2rem);
    overflow: hidden;
  }
  div.maininfo > p:first-child,
  div.maininfo p:nth-child(2) {
    font-family: "Poppins", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 3.2rem;
    margin: 0;
  }
  div.maininfo p:nth-child(3),
  div.maininfo p:nth-child(4) {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    line-height: 1.4rem;
    margin: 0;
  }
  div.parsonal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.8rem;
  }
  div.parsonal p {
    display: none;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
  }
  div.parsonal div.arrow {
    display: none;
  }
  div.parsonal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0rem 10px;
    max-width: 330px;
  }
  div.parsonal ul li {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0;
  }
  div.parsonal ul li a {
    color: #000;
  }
  div.parsonal ul li a:hover {
    border-bottom: 2px solid #000;
  }
  div.mainimg {
    width: 100px;
	  height:154px;
	  margin: 0 0 1rem;
  }
  div.mainimg img {
   object-fit:cover;
	  margin:1rem 0 0;
  }
  section#maincontent div.about {
    width: 90%;
    margin: 0 auto;
  }
  section#maincontent div.about div p {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  section#maincontent div.about div ul li {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  section#maincontent ul.works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#maincontent ul.works li.work {
    position: relative;
    width: calc(100% / 2);
  }
  footer {
    width: 100%;
    background-color: #000;
    padding: 3rem 0;
  }
  footer div {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    height: 90px;
    padding: 0rem;
  }
  footer div p {
    color: #fff;
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    text-align: center;
  }
	
footer div nav{
    width : 90%;
	}
	
  footer div nav ul li a {
    color: #fff;
  }
  .loader {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .loader img {
    -webkit-animation: ico 2s linear infinite;
            animation: ico 2s linear infinite;
    width: 20%;
  }
  .loader p {
    margin-top: 1rem;
    margin-left: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  section.singlepage {
	  margin-top:8rem;
    width: 90%;
    padding-bottom: 3rem;
  }
	
	section.singlepage a.link{
		font-size:1rem;
	}
	
  section.singlepage h4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-top: 5rem;
    text-align: center;
  }
	
	h3 .span{
		font-size:0.8rem;
	}
  h3.works {
    font-size: 1.2rem;
    text-align: center;
	  
	  input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	  
  }
}

.wpcf7-form{
	max-width:336px;
	margin:0 auto 5rem;
	padding: 0 1rem;
	
}

.wpcf7-form p{
	margin: 0 0 20px;
}

.wpcf7{
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    background-color: #eee;
    color: #000;
    width:calc(100% - 30px);
    height: 35px;
    border-radius: 5px;
    border: solid 0px #000;
    margin: 10px 0rem 0px;
    padding: 5px 15px;
	outline: 0;
}

textarea{
	background-color: #eee;
	color: #000;width:calc(100% - 30px);
	height: 200px;
	border-radius: 5px;
	border: solid 0px #000;
	margin: 10px 0rem 0px;
	padding:12px 15px;
	outline: 0;
}



form input[type="submit"]{
	text-align:center;
	background-color:#999;
	color:#fff;
	width: 310px;
	padding: 15px 70px;
    border-radius: 30px;
    border: none;
    margin: 0 auto;
    display: block;
	outline: 0;
	-webkit-appearance: none;
}

.wpcf7 input[type="submit"]:hover{
	background-color:#222;
	transition:0.3s;
	outline: 0;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
   border:none;
	font-size: 0.8rem;
    max-width: 270px;
    padding: 25px 25px;
    background-color: pink;
    line-height: 1.4rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8em;
	margin-top:5px;
    font-weight: normal;
    display: block;
}


/*# sourceMappingURL=style.css.map */