/* カスタム CSS をここに入力してください */
.content-left-image-section {
	padding-bottom: 0px;
}

.about-big-images-section {
  padding-bottom: 30px;
}

.button.blue {
		margin-top: 30px;
}

.button.yellow {
		margin-top: 30px;
}

.button.red {
		 background-color: red;
   color: #ffffff;
		margin-top: 20px;
}

.wpcf7-form input[type=email] {
    -webkit-appearance: none;
    background: #fafafa;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    height: 45px;
    line-height: 1.428571429;
    margin-top: 10px;
    outline: none;
    padding: 11px 12px;
    transition: all ease-in-out .15s;
    vertical-align: middle;
    width: 100%;
}

 
/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {

		.logo_col {
    text-align: left;
    width: 90%;
  }
  
  h1.heading8 {
    font-size: 1.8em;
  }
  
  p.header-subtitle {
    font-size: 1.1em;
  }
  
  a.text-logo, a.text-logo:hover {
    font-size: 1.5em;
  }
  
  .content-left-image-section {
	  
  }

  .about-big-images-section {
    
  }
		
}
 
/* smartPhone */
@media screen and (max-width: 640px) {

		.logo_col {
    text-align: left;
    width: 90%;
  }
  p { line-height: 150% }
  h1.heading8 {
    font-size: 2.0em;
  }
		h2{
    font-size: 1.8em;
  }
		h5.typesquare_tags{
				font-size:0.6em
		}
  		h4.typesquare_tags{
				font-size:0.9em
		}
  p.header-subtitle {
    font-size: 1.0em;
  }
  
  a.text-logo, a.text-logo:hover {
    font-size: 1.5em;
  }
  
  .content-left-image-section {
      
  }

  .about-big-images-section {
    
  }
  
  .about-big-images-rightimg aligncenter {
    
  }
		img.about-big-images-centerimg {
				position: relative;
				margin-top: 0px;
	}
		
		img.about-big-images-centerimg.aligncenter{
				margin-left: 0px;
		}

	
}
