@charset "UTF-8";



.solarelogo{
  padding:10px;
  max-width:280px;
}

.site-foot-logo{
  text-align: left;
  margin-left: 20px;
  max-width: 300px;
}

.small{
  font-size:12px;
}

.cn{
  text-align: center;
}

.mainvis{
  width: 100%;
  margin: 0 auto;
  padding-top: 93px;
}
.mainvis img{ width: 100%; }

.mainline{
    width: 100%;
    background-image: url(images/common/backline.svg);
    background-repeat: repeat-x;
   height: 20px;
}

.page-title-area{
  position: relative;
    padding-bottom: 9.16667vw;
    background: #edf458;
    color: #000;
    padding-top: 9.16667vw;
}

/*--------------------------------------------------
ソラーレヒストリー
--------------------------------------------------*/

.history_lead_top {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(-45deg, #0067b4, #0067b4 1px, transparent 2px, transparent 5px);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
  font-weight: bold;
  font-size: 50px;
}


.history_lead {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(-45deg, #0067b4, #0067b4 1px, transparent 2px, transparent 5px);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
  font-weight: bold;
  font-size: 26px;
}

.dammy-img{
  width: 400px;
  height: 300px;
  background-color: #dcdcdc;
}

/*--------------------------------------------------
募集要項
--------------------------------------------------*/
/*要項ボタン切り替え*/
.rec-change-btn-area{
  width: 100%;
  max-width: 600px;
  margin: 80px auto 50px;
}
.change_btn{
   display: block;
   cursor: pointer;
   transition: 0.3s;
   text-align: center;
   width: 100%;
   max-width: 280px;
   color: #fff;
   margin: 0 auto;
   padding: 10px;
  -webkit-transform: skewY(175.23636deg);
  transform: skewY(175.23636deg);
}
.change_btn span{
  position: relative;
  z-index: 1;
}
.change_btn:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  transition: 0.3s;
}
.change_btn:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(images/common/button_shadow.png) repeat 0 0;
  background-size: 7.5px 11px;
  z-index: -1;
}
.change_btn:hover{
  padding: 17px 3px 3px 17px;
}
.change_btn:hover:after{
  top: 7px;
  left: 7px;
}
.change_btn.action{
  color: #000;
}
.change_btn.action:after{
  background-color: #edf458;
}
#rec_chara_1,#rec_chara_2{
 display: none;
}
#rec_chara_1.action,
#rec_chara_2.action{
  display: block;
}
.chara_cate_title{
  text-align: center;
  margin: 0 0 30px;
  -webkit-transform: skewX(170deg);
  transform: skewX(170deg);
  font-size: 2.4rem;
  font-weight: bold;
}
/*--------------------------------------------------
エントリーフォーム
--------------------------------------------------*/

.entry-description p {
  margin-top: 2em;
  margin-bottom: 50px;
}

.contact_text{
  text-align:center;
  }
  
  .f_tel{
    color:#15642b;
    fonnt-size:180px;
    margin-top:20px;
  }
  
  
  .contact_form{
    margin-top: 30px;
    background-color: #fff;
   border-radius: 10px;
   margin-bottom:50px;
  }
  
  .contact_table{
    width: 70%;
    margin: 10px auto;
  }
  .contact_table tr{
    display: block;
    margin-bottom: 20px;
  }
  .contact_table th,
  .contact_table td{
    width: 100%;
    display: block;
  }
  .contact_table th{
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    letter-spacing: 3px;
  }
  .contact_table td{
    padding: 10px;
  }
  .contact_table input,
  .contact_table textarea {
    width: 100% !important;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    padding: 10px;
  }
  .contact_table input[type="checkbox"],
  .contact_table input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 13px !important;
    margin: 5px 10px 10px 5px;
    font-size: 100%;
  }
  
  
  /*タグ*/
  .required{
    background-color: #000;
    padding: 5px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 5px;
  }

  span.wpcf7-list-item {
    display: inline;
    margin-left: 0;
    margin-right: 1em;
    /*display: block;
    margin-left:0;*/
    }
  
  input[type="submit"],input[type="button"] {
    /*ボタンのスタイルを変更する*/
    display: inline;
    margin: 10px;
    color:#fff;
    border: 1px solid #000;
    background-color:#000;
    font-size: 100%;
    font-weight: 500;
    letter-spacing: 3px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    transition: 0.3s;
  }
  input[type="submit"]:hover,input[type="button"]:hover{
    color: #fff;
    background-color:#2ca5df;
  }
  
  .submit_button{
    width:450px;
    margin: 0 auto;
  }
  
  
  .td-area{
    border: 1px solid #dcdcdc;
    background-color: #fff;
    text-align: left;
    margin-top:10px;
  }
  
  .thanks{
    height: 100vh;
  }
  
  .thanks .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin:after auto;
    font-size: 2.6rem;
    color: #65b95a;
    text-align:center;
    }

/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/  
@media only screen and (max-width: 800px) {

  .mainvis{
    width: 100%;
    margin: 0 auto;
    padding-top: 110px;
  }

  .page-title-area{
    position: relative;
      padding-bottom: 9.16667vw;
      background: #edf458;
      color: #000;
      padding-top: 150px;
  }
  
}
@media only screen and (max-width: 600px) {
  span.wpcf7-list-item {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .change_btn {
    font-size: 16px;
  }
}