@charset "utf-8";

/* header画像
----------------------------------------------------*/
.company_headimg {
  /* 画像ファイルの指定 */
  background-image: url(../img/bg_cm1_pc.jpg);
}

@media only screen and (max-width: 767px) {
  .company_headimg {
    background-image: url(../img/bg_cm1_sp.jpg);
  }
}

/*------------------------
		コンテンツ共通
-------------------------*/

h4 {
  text-align: left;
  font-weight: bold;
  font-size: 150%;
  padding: 0 0.5em 0 0.1em;
  margin: 0.5em 0 0 0;
  border-bottom: 1px solid #ea5b03;
}

/* よくあるご質問
----------------------------------------------------*/
.company_qa_box {
  padding: 1em;
  font-size: 120%;
}

dt,
dd {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding-left: 2.5em;
  background: none no-repeat left top;
}

dd {
  background: url(../img/a.png) no-repeat;
  overflow: hidden;
}

dt {
  font-weight: normal;
  background: url(../img/q.png) no-repeat;
  background-position: 0 9px;
  padding-top: 0.6em;
  margin-top: -1px;
}

/* カラー設定
/* header画像
----------------------------------------------------*/
.company_headimg {
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #fff;
}

/* メインコンテンツ
----------------------------------------------------*/

/* よくあるご質問
----------------------------------------------------*/
dt:not(:first-child) {
  border-top: 1px dashed #c4c4c4;
}
/* 注意事項
----------------------------------------------------*/
.contents_yoyaku_checkbox {
  padding:0 0 0 0.9em;
}

ol.contents_yoyaku_check {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}

ol.contents_yoyaku_check li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 2em;
  font-size: 130%;
  line-height: 130%;
  text-align: left;
}

ol.contents_yoyaku_check li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #e75c6c;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* メール注意事項
----------------------------------------------------*/
p.contents_yoyakumail_tel {
  font-size: 120%;
  color: #e75c6c;
  font-weight: bold;
  padding: 0.5em 0;
}

ol.contents_yoyakumail_check {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  margin: 0;
  padding: 0;
}

ol.contents_yoyakumail_check li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.7em;
  font-size: 100%;
  line-height: 120%;
  text-align: left;
}

ol.contents_yoyakumail_check li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #e75c6c;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}