@charset "utf-8";
/* CSS Document */
/* ====================================== */
/* ▼入力チェック結果の表示ボックスの装飾 */
/* ====================================== */
.alertarea {
  color: #E60000; /* 文字色 */
  background-color: #fee; /* 背景色 */
  background-image: url("alerticon.png"); /* 背景画像(警告アイコンを表示) */
  background-repeat: no-repeat; /* 背景画像の繰り返しをナシに */
  background-position: 0.35em center; /* 背景画像の掲載位置(左端から0.35em・上下方向の中央) */
  border-radius: 0.5em; /* 角丸 */
  padding: 1px 0;
  display: block; /* 内側の余白(警告アイコンに重ならないよう左端に多めの余白を設ける) */
  width: 270px;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  position: absolute;
  top: 56px;
  right: 50px;
}
/* ▼入力チェック結果でエラーがない場合は非表示にする */
.alertarea:empty {
  display: none;
}
#Text1 {
  width: 305px;
  height: 30px;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 15px;
  margin-top: 0px;
  border: 1px solid #e2e2e2;
  border-radius: 10px 0 0 10px;
  line-height: 2em;
  font-size: 16px;
  -webkit-appearance: none;
  position:absolute;
  right: 85px;	
}

#Text1::-webkit-input-placeholder {
  font-size: 12px;
}

#Text1::-moz-placeholder {
  font-size: 12px;
}

#Text1:-ms-input-placeholder {
  font-size: 12px;
}
#Text1:-ms-input-placeholder {
  font-size: 12px;
    }

#Text1:placeholder-shown {
  font-size: 12px;
    }

#output {
  height: 30px;
  	position: absolute;
    right: 0;
}

.serchArea {
  position: absolute;
  right: 20px;
  top: -36px;
}
.serchbar {
  padding-right: 20px;
}
.col1Contents {
  position: relative;
}

.faq_comment{
width:390px;
}

.faq_read{
margin: 30px 0;
}

.anchorBlock li {
float: left;
width: 25%;
}

 .anchorBlock ul li a.iDown01 {
    padding: 0 10px 0 30px;
    font-size: 100%;
    background-position: 10px 2px;
}

@media screen and (max-width: 768px) {
.sectionBlock.lineS {
    padding-bottom: 88px!important;
}
  .oneLineBlock {
    padding-bottom: 90px;
  }
  .serchArea {
    position: absolute;
    right: 0;
    top: 36px;
  }
  .alertarea {
    top: 54px;
    right: 40px;
  }
  #Text1 {
    width: 260px;
    transform: scale(1);
  }
  
  #Text1::placeholder {
  font-size: 8px;
}

#output {
     margin-right:0;

}
  
#Text1::-webkit-input-placeholder {
  font-size: 9px;
}

#Text1::-moz-placeholder {
  font-size: 9px;
}

#Text1:-ms-input-placeholder {
  font-size: 9px;
}

.faq_comment {
    width: 344px;
}

.anchorBlock {
    padding: 12px 20px;
}

.anchorBlock li {
    float: none;
    width: auto;
    margin-bottom:10px;
}

}

@media screen and (max-width: 360px) {
.serchArea {
width:300px;
}

#Text1 {
   width: 240px;
   height: 25px;
   padding: 0 4px;
   right: 68px;
}

#output {
    width: 68px;
    height: auto;
}

}