@charset "utf-8";
/* ============================================================
スマホ用
============================================================ */
body{
  padding: 0;
  margin: 0;
  background-color: #fff;
}
main{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.wrapper {
  margin: 0 auto;
  width: 75%;
  padding-top: 200px;
}

/* TOP画像 */
.leadtitle{
  color:white;
  text-align:center
}

.caution{
  padding: 24px;
  margin: 24px 0;
  border: 1px solid #ddd;
}
.caution_text{
  text-align: left;
  font-size: 18px;
}
.caution_link{
  text-decoration: underline;
}


/* ↓ 手順 */
.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  
}
.step li{
  display:table-cell;
  position:relative;
  background: #98999a;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
  text-align: center;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #98999a;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #3369D5;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #3369D5;
}/* 手順 END */
.lead{
  text-align: left;
}
#contact-wrap {
  margin: 0 auto 0 auto;
  text-align: left;
}

.form-control{
  position: relative;
  width: 100%;
  height: 40px;
  margin: 10px -39px;
  border: 1px solid #CACACA;
  border-radius: 5px;
}

.form-control__resume{
  position: relative;
  width: 100%;
  height: 40px;
  margin: 10px -39px;
  border: none;
  border-radius: 5px;
}

.form-control::placeholder {
  position: absolute;
  right: 0;
  bottom: 0;
}
label{
  display: block;/*ラジオボタン縦並び*/
}


.notes{
  text-align: center;
  padding: 1rem;
  background-color:#b3e4f7;
}
/*ラジオボタン選択区分表示非表示js対応*/
#quest1{
  display: none;
}
#quest1_1{
  display: none;
}
#quest1_2{
  display: none;
}
#quest1_3{
  display: none;
}
#quest2{
  display: none;
}
#quest3{
  display: none;
}

/* ↓ 確認送信ボタン */
.submit_button_cover{
  text-align:center
}
.submit_button{
  background-color: #98999a;
  border: 1px solid #98999a;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.1s linear;
  margin: 0 auto;
}
.submit_button:hover {
  background-color: #1c499e;
}/* 確認送信ボタン END */

/* ↓ フッター */
footer {
  background-color: #1c499e;
  /* text-align: center; */
  width: auto;
  width: 100%;
}
footer #footer_nav {
  background-color: #efefef;
  padding: 5px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #98999a;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #98999a;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #fff;
}
.flink{
  color: #98999a;
}
a { text-decoration:none; }
/*ページ内リンク微調整*/
a.anchor{
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}/* フッター END */




/* ============================================================
↓PC用スタイル
============================================================ */
@media(min-width:544px){

 
  /*ヘッダーリンク選択の線付け*/
  .line {
    display: block;
    padding: 0 0 5px;
    position: relative;
    text-decoration: none;
  }
  .line::before,
  .line::after {
    border-bottom: solid 3px #2bb3e9;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
  }
  .line::before {
    left: 25%;/*左線の開始位置(中央)*/
  }
  .line::after {
    right: 25%;/*右線の開始位置(中央)*/
  }
  .line:hover::before,
  .line:hover::after {
    width: 80%;/*線の長さ(中央から)*/
  }
  /*線付けここまで*/
  .stayline{
    display: block;
    padding: 0 0 5px;
    position: relative;
    text-decoration: none;
    color: #98999a;/*クリックしても色変えない*/
    width: 140%;
  }
    /* TOP画像 */.contact
    .contact {
      height: 500px;
    }
  main{
    margin: 0 auto;
    width: 980px;
  }

  label{
    display: inline;/*ラジオボタン横並び*/
  }
  #contact-wrap {
    width: 100%;
  }
  footer{
    width:  100%;
    align-items: center;
    justify-content: space-between;
  }
  .br_footernav{
    display: none;
  }
  .lead{
    padding-left: 2.5rem;
  }
  .form-center{
    padding-left: 2.5rem;
  }
  .notes{
    margin: 2rem;
  }
  .submit_button{
    padding: 15px 100px;
    font-size: 18px;
  }

}