@charset "UTF-8";

@import url(module.css);


/* errorの設定 */

.error-txt {
  background-color: #f9dfe3;
  color: #ff0000;
  font-size: 100%;
  text-align: left;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.error {
  border: solid 1px #ff0000 !important;
}

/* -------------------------------------
entry-flow
---------------------------------------*/

/* お申し込みの流れ */

.entry-flow {
  background-color: #f2f2f2;
  display: none;
}

.entry-flow span {
  display: block;
}

.entry-flow li {
  font-size: 86%;
  float: left;
  line-height: 1.4;
  width: 25%;
  padding: 22px 0 21px 0;
}

/* current */

.current {
  color: #a61f37;
  font-weight: bold;
  /*background: pink;*/
}

/* お申込みの流れ矢印の設定 */

.arrow01,
.arrow02,
.arrow03 {
  display: none;
}

/* -------------------------------------
contents
---------------------------------------*/

/* 個人情報取り扱い規約 */

.privacy {
  text-align: left;
  height: 150px;
  overflow: scroll;
  padding: 15px;
  border: solid 1px #cccccc;
  line-height: 1.4;
  margin-bottom: 20px;
}

.privacy h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.privacy ol {
  list-style-type: decimal;
  margin-left: 25px;
}

.privacy li {
  line-height: 1.6;
  margin-bottom: 10px;
}

/* 同意チェックボックスとフォームラジオボタンの設定 */

.privacy-check {
  background-color: #f2f2f2;
  font-size: 100%;
  padding: 30px;
  margin-bottom: 35px;
}

.privacy-check span {
  font-size: 86%;
  line-height: 1.4;
}

@media (min-width: 1px) {

input[type=radio], input[type=checkbox] {
 display: none;
}

input[type=radio]:checked + .radio:before,
input[type=checkbox]:checked + .check:before {
 opacity: 1;
}

.radio {
 box-sizing: border-box;
 position: relative;
 display: inline-block;
 padding: 0 0 0 30px;
 vertical-align: middle;
 cursor: pointer;
 margin-right: 40px;
}

.radio:hover:after {
 border-color: #27d2ff;
}

.radio:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -12px;
  width: 16px;
  height: 16px;
  border: 2px solid #cecece;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: '';
}

.radio:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #333333;
  content: '';
  opacity: 0;
}

.check {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 position: relative;
 display: inline-block;
 padding: 0 0 0 30px;
 vertical-align: middle;
 cursor: pointer;
}

.check:hover:after {
 border-color: #27d2ff;
}

.check:after {
 position: absolute;
 top: 50%;
 left: 0;
 display: block;
 margin-top: -12px;
 width: 16px;
 height: 16px;
 border: 2px solid #434343;
 content: '';
}

.check:before {
 position: absolute;
 top: 50%;
 left: 6px;
 display: block;
 margin-top: -10px;
 width: 5px;
 height: 10px;
 border-right: 3px solid #333333;
 border-bottom: 3px solid #333333;
 transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 content: '';
 opacity: 0;
}

}

/*　selectの装飾　*/

.customSelect { 
/* 通常時のスタイル */
  background-color: #ffffff;
  border: solid 1px #cccccc;
  color: #333333;
  padding: 11px 5px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.customSelectInner {
/* プルダウンメニューの内側 */
  background: url(../images/select.png) no-repeat 98% center;
  width: 270px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.customSelect02 { 
/* 通常時のスタイル */
  background-color: #ffffff;
  border: solid 1px #cccccc;
  color: #333333;
  padding: 11px 5px;
  margin-right: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.customSelect02Inner {
/* プルダウンメニューの内側 */
  background: url(../images/select.png) no-repeat 98% center;
  width: 55px !important;
}

.customSelect03 { 
/* 通常時のスタイル */
  background-color: #ffffff;
  border: solid 1px #cccccc;
  color: #333333;
  padding: 11px 5px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.customSelect03Inner {
/* プルダウンメニューの内側 */
  background: url(../images/select.png) no-repeat 98% center;
  width: 160px !important;
}

/* 必須・任意の設定 */

.ind {
  background-color: #a61f37;
  color: #ffffff;
  font-size: 86%;
  padding: 2px 6px;
  margin-right: 10px;
  vertical-align: middle;
}

.opt {
  background-color: #f2f2f2;
  color: #333333;
  font-size: 86%;
  padding: 2px 6px;
  margin-right: 10px;
  vertical-align: middle;
}

/* -------------------------------------
form
---------------------------------------*/

/* input（text）の設定 */

input[type=text] {
  border: solid 1px #cccccc;
  font-size: 100%;
  padding: 8px 5px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.input-txt01 {
  width: 70% !important;
}

.input-txt02 {
  width: 20% !important;
}

.txt-mag-r10 {
  margin-right: 10px;
}

.txt-mag-ll0 {
  margin-left: 10px;
}

.sp-mag-b10 {
  margin-bottom: 10px;
}

/* フォームのガイドテキストの文字色 */

.guide {
  color: #cccccc;
}

/* input（file）の設定 */

input[type=file] {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

/* textareaの設定 */

textarea {
  border: solid 1px #cccccc;
  padding: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  width: 100%;
  height: 14em;
  resize: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

/*　スマホ最終学歴・所属期間の改行の設定　*/

.edu {
  display: block;
}

.term01 {
  display: block;
}

/* 「※半角数字」等の注釈の設定 */

.txt-red {
  color: #a61f37;
}

form .txt-note {
  font-size: 86%;
}

form .txt-note02 {
  font-size: 86%;
  line-height: 1.4;
  margin-top: 10px;
}

/* 個人情報取り扱い画面の設定 */

.pc-only {
  display: none;
}

/* ----------------------------------------------------------- */

/* 768px以上の設定 */

@media screen and (min-width: 768px){

/* -------------------------------------
entry-flow
---------------------------------------*/

/* お申し込みの流れ */

  .entry-flow {
    display: block;
  }

  .entry-flow span {
    display: inline;
  }
  
  .entry-flow li {
    font-size: 100%;
    padding: 28px 0;
    position: relative;
  }

  /* お申込みの流れ矢印の設定 */

  .arrow01 {
    display: block;
    position: absolute;
    top: 25px;
    right: -3px;
  }

  .arrow02 {
    display: block;
    position: absolute;
    top: 25px;
    right: -23px;
  }

  .arrow03 {
    display: block;
    position: absolute;
    top: 25px;
    right: -20px;
  }
  
  .entry-flow i {
    font-size: 129%;
  }

/* -------------------------------------
form
---------------------------------------*/
 
/* input（text）の設定 */

  input[type=text] {
    padding: 9px 10px;
  }

  .input-txt01 {
    width: 50% !important;
  }

/*　selectの装飾　*/
    
  .customSelectInner {
  /* プルダウンメニューの内側 */
    width: 380px !important;
  }

  .customSelect02Inner {
  /* プルダウンメニューの内側 */
    width: 60px !important;
  }
  
/*　最終学歴・所属期間の改行の解除設定　*/

  .edu {
    display: inline;
  }

  .term01 {
    display: inline;
  }

  .term02 {
    display: block;
  }

/* 「※半角数字」等の注釈の設定 */

  form .txt-note {
    font-size: 86%;
  }

/* 個人情報取り扱い画面の設定 */

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

}

/* ----------------------------------------------------------- */

/* 1024px以上の設定 */

@media screen and (min-width: 1024px){

/* -------------------------------------
entry-flow
---------------------------------------*/

/* お申し込みの流れ */

  .entry-flow li {
    font-size: 115%;
  }

/* お申込みの流れ矢印の設定 */

  .arrow01 {
    display: block;
    position: absolute;
    top: 22px;
    right: -3px;
  }

  .arrow02 {
    display: block;
    position: absolute;
    top: 22px;
    right: -23px;
  }

  .arrow03 {
    display: block;
    position: absolute;
    top: 22px;
    right: -20px;
  }
  
  .entry-flow i {
    font-size: 150%;
  }

/* -------------------------------------
form
---------------------------------------*/

/* input（text）の設定 */

  input[type=text] {
    margin-right: 15px;
  }

  .input-txt03 {
    width: 35% !important;
  }
  
  .input-txt04 {
    width: 70% !important;
  }

/* input（file）の設定 */

input[type=file] {
  font-size: 100%;
}

/* スマホinputのマージンの解除 */

  .sp-mag-b10 {
    margin-bottom: 0px;
  }

  .txt-mag-ll0 {
    margin-left: 0px;
  }

  .label-txt {
    vertical-align: middle;
    margin-right: 15px;
  }

/* selectの装飾 */

  .customSelect02 { 
  /* 通常時のスタイル */
    margin-right: 20px;
  }
  
  .customSelect02Inner {
  /* プルダウンメニューの内側 */
    width: 80px !important;
  }

  .term02 {
    margin-top: 10px;
  }

}

/* ----------------------------------------------------------- */

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}







/*  add_20180717  */

.contact-style20180717 {

 line-height: 1.4;
}

.contact-style20180717 dt {
 font-size: 158%;
 margin-bottom: 20px;
}

.contact-style20180717 dd {
 font-size: 158%;
}

.contact-style20180717 dd .contact-tel,
.contact-style20180717 dd a {
 color: #a10300
}

.contact-style20180717 dd .contact-time {
 font-size: 14px;
}
