/* カスタム CSS  */

/* global-nav*/
.global-nav-in li a {
    background-color: #333;
}

/* global-nav両サイド色 */
.global-nav {
    background-color: #333;
}

/* global-navマウスオーバー*/
.global-nav-in li a:hover,
.global-nav-in li a:active,
.global-nav-in li a:focus{
        background-color: #949494;
}

/* footerマウスオーバー*/
.site-footer-nav li a:hover,
.site-footer-nav li a:active,
.site-footer-nav li a:focus{
  color: #333;
}

/* h1,h2,img角丸*/
h1,h2,img {
  border-radius: 2px;
}
/* imag guard*/
　.img-guard{
position:relative;
width: 700px;
height: 400px;
}
.guard-nopic{
position:absolute;
display:block;
width:100%;
height:100%;
background: url('https://programming.holdhands.biz/wp-content/uploads/guard.png');
}
/* border8f8f8f*/
.border8f8f8f {
border: 1px dashed #8f8f8f;
padding: 10px;
}
.bordersolid8f8f8f {
border: 1px solid #8f8f8f;
padding: 10px;
}
/* contactFormCustom*/
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 100%;
        height: 35px;
}

.wpcf7 textarea[name="your-message"] {
        width: 100%;
        height: 350px;
}
/* Indent h3〜 display none*/
.indent1, .indent2, .indent3,  .indent4{
             display: none;
}

/*h2tag*/
h2.typesquare_tags {
    padding: 8px 16px 8px 36px;
}

/*h2tagスマホ時高さ文字サイズ変更*/

@media screen and (max-width: 767px) {

h2.typesquare_tags {
    /*padding-top: 16px;*/
    font-size: 20px;
}   

}