@charset "utf-8";

/*
Copyright (C) Japan Air Cleaning Association. -http://www.jaca-1963.or.jp-
*/

/* 基本ここから */

.indent_list {
	text-indent: -0.9rem; /*ここで字下げ。今回は一文字分なので1em*/
    padding-left: 1rem; /*text-indentでデザインが崩れるので修正*/
    word-break: break-all; /*枠内にテキストを収める*/
}

.indent_list01 {
	text-indent: -1rem;
    padding-left: 1rem;
    word-break: break-all;
	font: 140%/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 16px ;
	text-align:justify;
	text-justify:inter-ideograph;
}

.indent_list02,
.indent_list04 {
	text-indent: -1.8rem;
    padding-left: 2rem;
    word-break: break-all;
	font: 140%/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 16px ;
	text-align:justify;
	text-justify:inter-ideograph;
}

.indent_list03 {
	text-indent: -3rem;
    padding-left: 3rem;
    word-break: break-all;
	font: 140%/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 16px ;
	text-align:justify;
	text-justify:inter-ideograph;
}

.indent_list04 li {
	margin: 8px 0px ;
}

.indent_list02 strong {
	font-size: 110%;
	font-weight: bold;
}

/* footerここまで */