/*
Theme Name: Wave･Village LP_sample
Theme URI: localhost/wordpress/
Description: sample-page
Author:amuys
Author URI: localhost/wordpress/
Version: 1.0.0
*/

/*Google Androidのみ（全てスマホ版より）*/
.android
/*トップのロゴ*/
 .waverogo{
  width: 70%;
  height: auto;
  margin-bottom: 8px; 
  margin-left: 0%;
  margin-top: -50%;
}

.android
/*トップの問い合わせボタン*/
 .page-header-info__btn_s{
   margin-left: -65px;
}

.android
/*給料、職場環境〜のテキストの囲み線*/
  .boxline{
  border: solid 1px #FFFFFF;
  padding: 0.6% 0.5% 0.3% 0.8% ;/*背景の大きさ調整*/
}
.android
/*トップの問い合わせボタン*/
.section-header__ttl1 {
    top:-2%;
    margin-left: 3%;
    margin-right: 3%;
}

.android
/*キャリアカウンセリング文章部分*/
.counselingtext_set p{
  letter-spacing: -0.04em;/*文字づめだよ*/
}

.android
/*ウェイブポイントの背景長さ スマホサイズのみ*/
@media screen and (max-width:500px) {
.wavepoint{
  padding: 0 0 240% 0 ;/*背景の大きさ調整*/
}
}

.android
/*ウェイブポイントタイトルのテキスト部分*/
.titleback p{
  top:19%;
  left:9%;
  color:white;
  font-size: 6vw;
  letter-spacing: 0.05em;/*文字づめだよ*/
}

.android
/*所属エンジニアタイトルのサブタイトル*/
/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:768px){
.skill h2{
  left:7.5%;
  padding: 0.6em 0.5em 0.1em 0.3em ;/*背景の大きさ調整*/
}
}
.android
/*所属エンジニアタイトルのサブタイトル*/
.skill h2{
  padding: 0.2em 0.7em 0em 0.5em ;/*背景の大きさ調整*/
}

/* Edge 1 */
@supports (-ms-ime-align: auto) {
/* 帯下部の三角形 */
.asking:after {
  bottom: -13px;
}

.section-content__ttl{
  font-size: 43px;
  line-height: 125%;/*行間*/
  margin-top:20px;
  margin-bottom: 23px;
}
}


/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
/* 帯下部の三角形*/ 
.asking:after {
  bottom: -15px;
}

_:-ms-lang(x)::-ms-backdrop,
.section-content__ttl{
  margin-top:25px;
}



.win
/*キャリアカウンセリング文章部分*/
.counselingcontent h2{
  letter-spacing: -0.04em;/*文字づめだよ*/
}

.win
.mail-text p{  
  letter-spacing: 0.08em;/*文字づめ*/
}
