@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
#gnav_sp .nav_bn2 {
  display: block;
}

/* -----------------------------------------------------------
	.con_intro	イントロ
----------------------------------------------------------- */
/* -----------------------------------------------------------
	wrp_text
----------------------------------------------------------- */
.box_tmp .wrp_text h5,
.box_tmp .wrp_text h6 {
  font-size: 1.4em;
  line-height: 1.4em;
  background: transparent url("../images/common/line_sst_red.png") left 1.6em no-repeat;
  padding: 24px 0 24px 24px;
}
.box_tmp .wrp_text .box_exa {
  background: #f3f3f3;
  padding: 24px;
}

/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  .box_tmp .wrp_text .box_exa {
    padding: 3%;
  }
  .box_tmp .wrp_text h5,
  .box_tmp .wrp_text h6 {
    font-size: 1.2em;
    line-height: 1.3em;
    background: transparent url("../images/common/line_sst_red.png") left 1.1em no-repeat;
    padding: 3% 0 3% 24px;
  }
}
/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
/* #スマートフォン専用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_copy,.con_sample コピー用
----------------------------------------------------------- */
#contents .con_copy, #contents .con_sample {
  margin-top: 64px;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #contents .con_copy, #contents .con_sample {
    margin-top: 48px;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .con_copy, #contents .con_sample {
    margin-top: 8%;
  }
}
/* -----------------------------------------------------------

	IE8以下用CSS
	※JSによってクラスを付与する

----------------------------------------------------------- */
