/* 
Theme Name : issyo
Theme URL : https://consultantissyo.jp/
 */
@charset "utf-8";
/* CSS Document */

header{
	background:#ddd url(images/headerback.png) no-repeat top center;
	background-size:cover;
	height:300px;
	padding-top: 120px;
    position: relative;}


header #HeaderTop{
	text-align:center;
	margin: 0 auto;

}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

h1{
	font-size:18px;

}


header #HeaderTop img {
	margin: 10px auto;
	display: block;
	width: 100px;
	height: auto;

}
section {
	padding: 10px 0;
	width: 100%;
    position: relative;}
	

section#TopNews, section#TopGreeding {
	background-color:#096;
	min-height: 300px;
	

}
section#TopService{
	mini-height: 500px;
	height: auto;

}
section .container{
	margin: 30px auto 50px;
	padding: 20px;
	width: 80%;
	max-width: 980px;
	background-color: #FFF;
	border-radius: 5px 5px;

}
section#TopGreeding{
	background-color: #096;

}
section .container li{
	border-bottom: dashed 1px #009966;
	padding: 5px;

}
section#TopGreeding .container{
	text-align: center;

}
.EachService{
	border: #999 solid 1px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;

}

h2{
	font-family: 'Raleway', sans-serif;

}

.wpcf7-submit {
	border:solid 1px #ccc;
padding:15px 30px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#333;
cursor:pointer;

}


.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 10px;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #009966;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


 @media only screen and (min-width:767px) {
header:before, section:before  {
		
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 0 0 100vw;
        border-color: transparent transparent transparent #096;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
section#TopNews:before  {
        border-color: transparent transparent transparent #FFF;
        z-index: 2;
    }
section#TopService:before  {
        border-color: transparent transparent transparent #096;
        z-index: 3;
    }
header{
	height:500px;
	}

.EachService {
	padding: 10px 20px;
	text-align: left;
	margin-bottom: 20px;
	padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);

}

div.ServicePicture{
	width: 20%;
	float: left;
	margin-right: 5%;

}
div.ServiceDescription {
	width: 70%;
	float: right;
	vertical-align: top;

}

section .container{
	margin: 30px auto 100px;

}

section#TopGreeding{
	text-align: left;

}
	
		
}