@charset "utf-8";

/* 基本設定
----------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	color: #222;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #326eb4;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

.hidden {
	overflow: hidden;
}

#wrap {
	position: relative;
	width: 100%;
	font-size: 1.2rem;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.pc_view {
	display: none !important;
}

/*----- .btn -----*/

.btn {
	display: block;
	width: 100%;
	padding: 8px 20px;
	background-color: #e9e9e9;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6;
}

.btn:hover {
	background: #a8a8a8;
	text-decoration: none;
	color: #333;
}

/*----- リンクアイコン -----*/

.new_window a::after {
    display: inline-block;
    content: "";
	width: 10px;
	height: 10px;
	background-image: url(/img/icon/icon_newwindow.png);
	margin-left: 2px;
	background-size: contain;
	vertical-align: middle;
}

/* トップ以外共通
----------------------------------------------------------- */

.contents_title h2 {
	text-align: center;
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	font-size: 115%;
	padding: 10px 0;
	font-weight: bold;
}

#topic_path {
	padding: 8px 0;
}

#topic_path ol {
	margin: 0 10px;
	font-size: 1.0rem;
}

#topic_path ol li {
	float: left;
	margin: 0 5px 0 0;
}

#topic_path ol li a {
	margin: 0 5px 0 0;
}

#topic_path ol li:first-child a::before {
	margin: 0 5px 0 0;
}

/* ====================================================================== */
/* カテゴリーカラー */
/* ====================================================================== */

/* category_food */
.category_1 {
	background-color: #f98b2a;
}

/* category_health */
.category_7 {
	background-color: #f66c6e;
}

/* category_wear */
.category_6 {
	background-color: #c4894e;
}

/* category_house */
.category_3 {
	background-color: #fa5650;
}

/* category_stationery */
.category_4 {
	background-color: #b25bb2;
}

/* category_electronics */
.category_2 {
	background-color: #37d1a3;
}

/* category_car */
.category_8 {
	background-color: #3caff9;
}

/* category_building */
.category_9 {
	background-color: #8dc133;
}

/* category_water */
.category_5 {
	background-color: #5671b5;
}

/* category_special */
.category_10 {
	background-color: #929294;
}



/* ====================================================================== */
/* リッチテキスト */
/* ====================================================================== */

/*字下げ処理*/
.ql-indent-1 {
	margin-left: 10px;
}

.ql-indent-2 {
	margin-left: 2em;
}

.ql-indent-3 {
	margin-left: 3em;
}

.ql-indent-4 {
	margin-left: 4em;
}

.ql-indent-5 {
	margin-left: 5em;
}

.ql-indent-6 {
	margin-left: 6em;
}

.ql-indent-7 {
	margin-left: 7em;
}

.ql-indent-8 {
	margin-left: 8em;
}
