@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.con_info 情報
----------------------------------------------------------- */
#contents .con_info {
  margin-top: 56px;
}
#contents .con_info .box_table {
  width: 48%;
  float: left;
  margin-right: 4%;
}
#contents .con_info .box_table table {
  width: 100%;
}
#contents .con_info .box_table table th {
  width: 24%;
}
#contents .con_info .box_table table td {
  width: 60%;
}
#contents .con_info .box_text {
  width: 48%;
  float: right;
}
#contents .con_info .box_text .copy {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #1e5d92;
  font-weight: bold;
}
#contents .con_info .box_text .text {
  margin-top: 1em;
}
#contents .con_info .box_text dl {
  margin-top: 24px;
}
#contents .con_info .box_text dl .title {
  padding-left: 24px;
  font-size: 1.4em;
  line-height: 1.4em;
  background: transparent url("../images/common/line_sst_red.png") left 0.6em no-repeat;
}
#contents .con_info .box_text dl dd {
  margin-top: 1em;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #contents .con_info {
    margin-top: 40px;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .con_info {
    margin-top: 5%;
  }
  #contents .con_info .box_table {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 5%;
  }
  #contents .con_info .box_table table {
    width: 100%;
  }
  #contents .con_info .box_table table th {
    width: 94%;
  }
  #contents .con_info .box_table table td {
    width: 94%;
  }
  #contents .con_info .box_text {
    width: 100%;
    float: none;
  }
  #contents .con_info .box_text .copy {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #1e5d92;
    font-weight: bold;
  }
  #contents .con_info .box_text .text {
    margin-top: 1em;
  }
  #contents .con_info .box_text dl {
    margin-top: 3%;
  }
  #contents .con_info .box_text dl .title {
    font-size: 1.2em;
    line-height: 1.4em;
    background: transparent url("../images/common/line_sst_red.png") left 0.6em no-repeat;
  }
}
/* 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_lineup {
    margin-top: 8%;
  }
}
/* -----------------------------------------------------------

	IE8以下用CSS
	※JSによってクラスを付与する

----------------------------------------------------------- */
