@charset "UTF-8";

/* float解除（一消し）
*/
.crear{
	clear: both;
}


/* seo用
	strongで囲った文字のをノーマル表示に変更
*/

strong.yagou_txt{
	font-weight: normal;
}

address{
	font-style:normal;
}

/* =================
	
本文中のテキスト関係。

================= */


/* top 見出し*/
.font_top_midashi_1{
	font-size: 118%;
	color: #097c25;
}
/*　3R運動　*/
.color_3r_1{
	color: #d93f8d;
	font-weight: bold;
}
.color_3r_2{
	color: #4378e4;
	font-weight: bold;
}
.color_3r_3{
	color: #007130;
	font-weight: bold;
}



/*　テキスト強調　*/
.font_kyoutyou_1{
	padding-top: 10px;
	color: #ff4a00;
	font-size: 118%;
	font-weight: bold;
}
.font_kyoutyou_2{
	color: #ff4a00;
	font-size: 118%;
	font-weight: bold;
}



/* テキスト内の電話番号に */
.font_tel_txt_1{
	/*　オレンジよりの色　*/
	color: #ff4a00;
	font-weight: bold;
	white-space: nowrap;
}
.font_tel_txt_2{
	/*　赤よりの色　*/
	color: #e60012;
	font-weight: bold;
	white-space: nowrap;
}

/* テキストカラー */
.font_color_1{
	color: #ff4a00;
	font-weight: bold;
}

.font_color_2{
	color: #ff4a00;
}
.font_color_3{
	color: #804e07;
	font-weight: bold;
}

.font_color_4{
	color: #804e07;
}

.font_color_5{
	color: #ac6a00;
}
.font_color_6{
	color: #f10c4d;
	font-size: 80%;
}
.font_color_7{
	color: #ff9008;
	font-weight: bold;
}


	
/* テキスト内の電話番号に */
.font_box_1{
	padding: 6px 20px;
	color: #fff;
	background: #07b1ff;
	line-height: 2;
}
.font_box_2{
	padding: 0 0 8px;
	background: #07b1ff;
	line-height: 1.5;
	color: #ff4a00;
	font-weight: bold;
	background: url(../img/underline_namisen.gif) repeat-x left bottom;
}

 /* before after txt*/
 
.before_after_1{
	padding: 2px 0 2px 10px;
	color: #d2a854;
	border-left: 3px solid #d2a854;
	font-weight: bold;
}
.before_after_2{
	padding: 5px 0 2px 5px;
	color: #d2a854;
	border-left: 3px solid #d2a854;
	font-weight: bold;
}

/* ノート強調 */
.note2{
  color: #696969;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #e6e6e6;
  padding: 0.3em 1em 2em 1em;
  box-shadow:2px 2px 0 rgba(0,0,0,.1);
}
.sen2{
  background-color: #fff;
  background-image:
  linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

/* マーカー */
p {
  padding: 10px 0;
}
.mark1 {
  background: linear-gradient(transparent 0%, yellow 0%);
}
.mark2 {
  background: linear-gradient(transparent 20%, yellow 0%);
}
.mark3 {
  background: linear-gradient(transparent 40%, yellow 0%);
}
.mark4 {
  background: linear-gradient(transparent 60%, yellow 0%);
}
.mark5 {
  background: linear-gradient(transparent 80%, yellow 0%);
}