@charset "shift_jis";

.mt-35 { margin-top: -35px !important; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.tablebox { width: 100%; border-collapse: collapse; color:#666666; font-size:14px; font-family:'メイリオ'; }
.tablebox th.t_top { border-top: #b3b3b3 4px solid; }
.tablebox th { border-bottom: #e3e3e3 1px solid; border-left: #e3e3e3 1px solid; text-align: left; background: #f7f7f7; padding: 10px; font-weight: normal; }
.tablebox td.t_top { border-top: #be1309 4px solid; }
.tablebox td { border-bottom: #e3e3e3 1px solid; border-right: #e3e3e3 1px solid; text-align: left; padding: 10px; }
.relative {position: relative;}
.absolute {position: absolute;right: 0px;top: 6%; width:41%;}
.absolute2 {position: absolute; left: 37%;top: 72%;width:57%;}

/*---------------------------- PC向けのスタイル ----------------------------*/
@media screen and (min-width: 680px) {

/*---------- コンテンツ ----------

.les_container {
  width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 6px 0 0 0;
  background-color: #ffffff;
}*/


/*---------- メインコンテンツ ----------*/
.les_contents {
/*  float: right;*/
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
  background: url(https://keep-labo.com/images/companies/1/item/silver/point_bg.png);
background-repeat:repeat-y;
}


.les_contents p {
  margin: 10px 100px;
  padding: 0px;
  line-height: 1.7;
  font-size: 16px;
}


/*---------- 画像の回り込み ----------

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}
*/

img.picture {
  margin: 0 10px 10px 0;
  float: right;
}

img.picture_r {
  margin: 0 10px 10px 0;
  float: left;
}

/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:680px) and (max-width:1000px) {


/*---------- メイン ----------*/

.lesp_main {
  min-width: 1000px;
}
}


/*---------------------------- 共通部分（コンテンツ） ----------------------------*/
br.clear {
  display: block;
  clear: both;
}

/*---------- 文字装飾 ----------*/

span.blue {
  color: #3f92c2;
  font-weight:bold;
  font-size:24px;
}

span.red {
  color: #ff0033;
  font-size:12px;
}

