/** ----------------------------------------------------------------------------
 * 追加css ++ 自作 
   必要に応じて定義づけたcssです。
---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	区分するコンテナ（CONTAINER）
---------------------------------------------------------------------------- **/
/* Post 基本 */
.container-post {
	margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .container-post {
		margin-bottom: 40px;
    }
}

/* Post ﾏｰｼﾞﾝ1/2 */
.container-post-2 {
	margin-bottom: 40px;
}

/* Post ﾏｰｼﾞﾝ1/4 */
.container-post-3 {
	margin-bottom: 20px;
}

/** ----------------------------------------------------------------------------
 *	区切り線 <hr>
---------------------------------------------------------------------------- **/
/* 薄黒 
------------------------------------------------------------*/
/* 線・各題 */
hr.kuro {
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}

/* Sidebar・枠内の線 */
hr.kuro-2 {
	max-width: 100%;
	margin: 5px 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}

/* services・点線 */
hr.kuro-3 {
	max-width: 100%;
	margin: 1px 0;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #e7e7e7;
}

/* 中央　短 
------------------------------------------------------------*/
/* 青 */
hr.small-2 {
    max-width: 50px;
    margin: 40px auto;
    border-color: #337ab7;
    border-width: 3px;
}

/** ----------------------------------------------------------------------------
 *	TITLE <h1～h6>
---------------------------------------------------------------------------- **/
/* 題影　(page-header)
------------------------------------------------------------*/
/* 自由(h) */
.title-h {
	text-shadow: 1px 1px 1px rgba(35,82,124,0.3);
	font-family:"Rounded Mplus 1c;
	font-weight: 500;
}

/* 自由(h)上下狭(n)（囲題） */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
.title-hn {
	font-family: 'Rounded Mplus 1c';
	font-weight: 400;
	color: #000000;
	margin: 5px 0;
	text-align:center
}


/* ゴシック用（影付けのみ） */
.title-shadow {
	text-shadow: 1px 0px 1px rgba(35,82,124,0.2);
}

/* 題余白
------------------------------------------------------------*/
/* 余(y) */
.title-y {
	margin-left: 16px;
}

/** ----------------------------------------------------------------------------
 *	TXT <p>　本文
---------------------------------------------------------------------------- **/
/* 無
------------------------------------------------------------*/
/* 中(m) */
.txt-m {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}

/* 大(l) */
.txt-l {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 20px;
}

/* 段落
------------------------------------------------------------*/
/* 中(m)段(d) */
.txt-md {
	font-size: 16px;
	text-indent: 1em;
	line-height: 1.4;
	margin-bottom: 10px;
}

/* 大(l)段(d) */
.txt-ld {
	font-size: 20px;
	text-indent: 1em;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* 余白
------------------------------------------------------------*/
/* 中(m)余(y) */
.txt-my {
	font-size: 16px;
	margin-left: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* 大(l)余(y) */
.txt-ly {
	font-size: 20px;
	margin-left: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* 段落-余白
------------------------------------------------------------*/
/* 中(m)段(d)余(y) */
.txt-mdy {
	font-size: 16px;
	text-indent: 1em;
	margin-left: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}

/** ----------------------------------------------------------------------------
 *	本文　箇条書き
---------------------------------------------------------------------------- **/
/* ２行目段落下げ　(item)
------------------------------------------------------------*/
/* 中(m)箇条書き(i) */
.txt-mi {
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* 中(m)箇条書き(i)下狭(n) */
.txt-min {
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
	margin-bottom: 5px;
}

/** ----------------------------------------------------------------------------
 *	List　箇条書き
---------------------------------------------------------------------------- **/
/* Service List
------------------------------------------------------------*/
/* 中(m)　fa＋題(ﾘﾝｸ) */
.item-m {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 12px;
}

/** ----------------------------------------------------------------------------
 *	文献
---------------------------------------------------------------------------- **/
/* 薄黒・余白・２行目下げ */
.literature {
	font-size: 14px;
	color: #777;
	margin-bottom: 5px;
	margin-left: 16px;
	font-weight: lighter;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
	word-break : break-all;
}

/** ----------------------------------------------------------------------------
 *	テーブル　(情報・料金表に使用)
---------------------------------------------------------------------------- **/
/* 黒
------------------------------------------------------------*/
/* 黒(b) 文字 */
.table-1 {
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.7;
}

/* 黒(b) 薄字 */
.table-2 {
	font-size: 16px;
	color: #888;
	margin: 10px 0;
	line-height: 1.7;
}

/* 黒(b) 薄字・小 */
.table-3 {
	font-size: 14px;
	color: #888;
	margin: 10px 0;
	line-height: 1.7;
}





