@charset "utf-8";

/* --------------------------------------------------------------------
CSS Information

 File name: default.css
 Author: 株式会社ホワイト＆ブルー
 Style Info: customer_h/css/index.css
 Copyright: (C)2013 White and Blue Co., Ltd. all rights reserved.
-------------------------------------------------------------------- */

h2.ch_title {
  border-bottom: solid 3px #e4e6ec;
  position: relative;
  margin-bottom: 15px;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1a75ff;
  bottom: -3px;
  width: 10%;
}

h3 {
  padding: 2px 10px 0;
  border-left: solid 3px #1a75ff;
  margin-bottom: 15px;
}

.section_ch{
  margin-bottom: 20px;
}

ul li, ol li {
  list-style-type: disc;/* リストの左側に黒丸 */
  margin-left: 18px;/* リストの左側に余白 */
  text-align: left;
}


@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
