#profiler {
    background: url('../../images/nav_bg_darker.jpg') repeat-x transparent scroll left top;
    padding-right: 50px;
    text-align: right;
    border-top:solid 1px #333;
}a@charset "UTF-8";

/* スライドイン */
.slideinfromright {
  -webkit-animation: slideinfromright 2s ease;
     -moz-animation: slideinfromright 2s ease;
}

/* 列挙 */
ul.disc {
	list-style-type: disc;
}
ul.disc li {
	margin-left: 2em;
}

ul.come {
	list-style-type: none;
}
ul.come li {
	margin-left: 2em;
	text-indent: -2em;
}
ul.come li:before {
	content: '※';
	display: inline-block;
	position: relative;
	left: 2.5em;
	width: 2em;
}

/* テキスト整形 */
.pre {
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* 矢印ボタン */
a.btn_next {
	display: block;
	background-color: #f3f3f3;
	border-bottom: solid 1px #c9c9c9;
	margin-bottom: 1px;
	padding: 10px 30px;
	color: #333;
	position: relative;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
}

a.btn_next:before,
a.btn_next:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #ff575d;
}
a.btn_next:after {
	background: #f3f3f3;
	margin-right: 4px;
}

/* 入力エリア */ /*20190301 変更 */
dl.setting {
	position: relative;
	background-color: #fafafa;
	padding: 8px 5px 10px 5px;
	margin: 4px auto;
	border-radius: 3px;
	width: 96%;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
}
dl.setting dd label {
	margin: 0 auto;
}
dl.setting dt {
	box-sizing: border-box;
	padding: 2px 0 3px 8px;
	color: #97863d;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0-1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
dl.setting dt:before {
	position: absolute;
	left: 10px;
}
dl.setting dd {
	box-sizing: border-box;
	margin: 0 5px 10px 5px;
}
dl.setting dd.text {
	border: 1px solid #ddd;
	background-color: #FFF;
	padding: 2px;
	font-weight: normal;
	color: #333;
	min-height: 1em;
	border-radius: 3px;
	overflow-wrap: break-word;
}
dl.setting .w45,
#katakana_sei_error, #katakana_sei_error {
	width: calc(50% - 5px);
	margin-right: 10px;
}
#katakana_sei_error, #katakana_sei_error {
	display: block;
}
dl.setting .w45:last-of-type,
#katakana_sei_error {
	margin-right: 0;
}
dl.setting .w90 {
	width: 100%;
}

/* 入力エラー */
.error {
	color: red;
	font-size: 12px;
}

/* メイン画像から下出し */
#main_visual.extrude {
	position: relative;
	margin-bottom: 42px;
}
#main_visual.extrude .under_area {
	position: absolute;
	width: 100%;
	bottom: -30px;
}
/* 20190301追加 */
.setting p.center{
	font-size: .9em;
	color: #488da9;
}
.setting p.red{
	font-size: 1.1em;
	margin: -4px 0 0 0;
}

