/*remoteサイト用css*/

@charset "Shift_JIS";
ul li{
	list-style: none;
	}
div.n_main div.n_docset ul{margin-left: 0;}
.tx-c{text-align: center;}
.bold{font-weight: bold;}
.float-l{float: left;}
.float-r{float: right;}
.clear{clear: both;}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.pl-5{padding-left: 5px;}
.pb-10{padding-bottom: 10px;}
.mt-3{margin-top: 3px;}
.mb-40{margin-bottom: 40px;}
.mb-20{margin-bottom: 20px;}
.mb-10{margin-bottom: 10px;}
.ml-10,div.n_main div.n_docset ul.ml-10{margin-left: 10px;}
.fs-14{font-size: 14px;}
/* ご利用料金*/
.price_num_big{font-size: 20px;}
/* 操作サポートの利用シーン*/
.scene > div{
	margin-bottom: 2rem;
}
.scene_title{
	font-size: 1.2rem;
	color:#666;
}
.set_time{
	display: flex;
	align-items:stretch;
	margin-top: 10px;
}
.set_time_dt{
	margin-bottom: 0;
	padding: 10px;
	background-color: #ffcc01;
}
.set_time_dd{
	padding: 10px;
	background-color:#f2f3ef;
}

/* 安心の３つのポイント*/
.point dt{width: 12%;}
.point dd{width: 80%;}
.point .dd_title{
	font-size: 1.6rem;
	padding-top: 12px;
}
.point dd:nth-of-type(2n){
	font-size: 1rem;
	color: #666;
}
div.n_boxset704 div.n_boxset_inner div.n_boxset_body {
    padding: 11px 14px;
    background-color: #f8f8f8;
    border:solid 1px #dfdfdf;
    border-radius: 4px;
}
.s_cnv_box{
	display:flex;
	margin-bottom:1rem;
	padding: 11px 14px;
	background-color: #f8f8f8;
	border:1px solid #dfdfdf;
	border-radius: 4px;
}
.s_cnv_box_inner{
	padding: 0 5px;
	max-width: 310px;
	margin:0 auto;
}
@media screen and (max-width: 39.9375em) {
	.s_cnv_box{
		display: block;
	}
	.s_cnv_box_inner{
		width: 100%;
		margin-bottom: 1rem;
	}
}
.check_span{display: block;}
.n_pdf:before{
	display: inline-block;
   content: url(../img/icon_pdf.gif);
   padding-right: 5px;
    vertical-align: text-top;
}
.h5_yellow{
	padding:3px 10px;
	background-color: #ffcc01;
	font-size: 15px;
}


