@charset "UTF-8";
/*////////////////////////

windyfarm.jp/contact/
teaser

///////////////////////*/


.page_title{
    width: 100%;
    margin: 8% auto 5%;
}

.page_title h1{
    font-size: 5rem;
    text-align: center;
}


section.concept{
   padding: 0 2%;
   padding-bottom: 3%;
}
.concept h2.ttl{
   font-size: 3.5rem;
   text-align: center;
   line-height: 1.2em;
   margin-bottom: 35px;
}
.concept h2.ttl span{
   font-size: 1.5rem;
   line-height: 1.4em;
   display: block;
}
.catch{
   text-align: center;
   margin: auto;
   max-width: 800px;
   font-size: 2.6rem;
   font-weight:bolder;
   padding: 20px 0 20px;
   letter-spacing: .05em;
   line-height: 2.5em;
}
.catchSub{
   margin: auto;
   max-width: 750px;
   text-align: left;
   padding:1em;
   /*font-weight:bold;*/
   font-size: 1.6rem;
   line-height: 1.8em;
}
.catchTxt{
   max-width: 800px;
   margin: 1em auto 3em;
    font-weight:bold;
}
@media screen and (max-width: 767px) {
   section.concept{
      padding-top: 4%;
}
   .concept h2.ttl{
   font-size: 2.0rem;
   }
   .concept h2.ttl span{
   font-size: 1.4rem;
   }
   .catch{
      font-size: 2.0rem;
      line-height: 2.2em;
   }
   .catchSub{
       font-size: 1.3em;
   }
}










.contents_wrap{
    width: 80%;
    margin: 0 auto;
}
.contents_wrap #title{
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 0;
    
    display: flex;
    
}
.contents_wrap h1{
   font-size: 4em;
    margin-bottom: 8%
}
.contents_wrap h1 span{
   font-size: .5em;
    display: block;
    font-weight: 100
}

.contents_wrap .lead{
    width: 100%;
    margin: 0 auto 5%;  
}
.contents_wrap .lead .catchTxt{
    font-size: 1.6em;
    line-height: 2em;
    
}
.contents_wrap .cont_txt{
    font-size: 1.6em;
    line-height: 2em;
    margin-bottom: 1.5em;
    text-align: center;
}
}
.form_contents_wrap{
    
    
}

.form_contents_wrap h2{
    
    
}
/*=================================

=================================*/
.contact_other_wrap{
    width: 90%;
    margin: 4% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-wrap: wrap;
    
}
.contact_other_wrap .helpdesk{
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #efefef;
    padding: 5%;
    box-sizing: border-box;
    align-items: stretch;
    
}
.contact_other_wrap .helpdesk h3{
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 1em;
}
.contact_other_wrap .helpdesk p{
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 1em;
}
    
@media screen and (max-width: 767px) {
.contact_other_wrap{
    width: 100%;
    margin: 4% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    
}
.contact_other_wrap .helpdesk{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    background: #efefef;
    padding: 8% 5% 5%;
    box-sizing: border-box;
    align-items: stretch;
    
}
.contact_other_wrap .helpdesk h3{
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 1em;
}
.contact_other_wrap .helpdesk p{
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 1em;
}   
    
}






