@charset utf-8;
/*どのページでも使用可能*/
.bg_n{
	background-color: transparent !important;
}

.bg_img_n{
	background-image: none !important;
}

.bg_f3{
	background-color: #f3f3f3;
}

.fw_b{
	font-weight: bold;
}

.fw_n{
	font-weight: normal !important;
}

.pr64{
	padding-right:64px;
}

.w20{
	width: 20px;
}

.w30{
	width: 30px;
}

.w40{
	width: 40px;
}

.w50{
	width: 50px;
}

.w60{
	width: 60px;
}

.w70{
	width: 70px;
}

.bd_de{
	border:1px solid #dedede;
}

.bd_cf142d{
	border:1px solid #cf142d;
}

.dt_box{
	display: table;
	padding-left:0;
}

.dt_row{
	display: table-row;
}

.dt_cell{
	display: table-cell;
}

.pt4{
	padding-top: 4px !important;
}

.pl4{
	padding-left: 4px !important;
}

.box_dsp_n{
	display:none;
}

.lst_n{
	list-style: none !important;
}

#gl_header .hd_brd_crmb {
	 border-bottom: none;
}

.mr_site_logo {
  font-size: 32px;
}

@media (max-width: 640px){
  .mr_site_logo {
    font-size: 18px;
  }
}

.hd_name_inner{
    display: inline-block;
    position: relative;
    padding-right: 35px;
}

.hd_bell_box{
    background-image: url("/myricoh/img/icon_l_information_03.png");
    background-repeat: no-repeat;
	background-size: 100% !important;
	background-position:center center;
	box-sizing: border-box;
    margin-right: 8px;
	position: absolute;
    top: -7px;
    width: 32px;
    height: 32px;
    cursor: pointer;

}

.hd_bell_box:before{
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    background-color: #cf142b;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    top: -14px;
    right: -13px;
    border: 2px solid #fff;
}

.hd_bell_box.notice_num1:before{
	content: "1";
}

.hd_bell_box.notice_num2:before{
	content: "2";
}

.hd_bell_box.notice_num3:before{
	content: "3";
}

.hd_bell_box.notice_num4:before{
	content: "4";
}

.hd_bell_box.notice_num5:before{
	content: "5";
}

.hd_bell_box.notice_num6:before{
	content: "6";
}

.hd_bell_box.notice_num7:before{
	content: "7";
}

.hd_bell_box.notice_num8:before{
	content: "8";
}

.hd_bell_box.notice_num9:before{
	content: "9";
}

.hd_bell_box.notice_num10:before{
	content: "10";
}

.hd_bell_box.notice_num10plus:before{
	content: "10+";
	width: 23px;
	height: 23px;
    line-height: 23px;
    top: -14px;
    right: -14px;
}

@media (max-width: 640px){
    .hd_bell_box{
        width: 28px;
        height: 28px;
        margin-right: 0;
        top: -18px;
        right: 0;
    }
    .hd_bell_box:before {
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
        top: -12px;
        right: -10px;
    }
    .hd_bell_box.notice_num10plus:before{
        width: 19px;
        height: 19px;
        font-size: 10px;
        line-height: 19px;
        top: -12px;
        right: -11px;
    }
}

.hd_news_area_contents{
	width:600px;
	background-color: #fff;
	display:none;
	position: absolute;
	top: -10px;
	right: 0;
	z-index: 2;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

@media (max-width: 640px){
	.hd_news_area_contents{
		width: 100%;
		top: 0;
		box-shadow: 0 8px 8px -5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 8px 8px -5px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 8px 8px -5px rgba(0,0,0,0.4);
	}

  #gl_header .hd_name {
    padding: 10px 8px 8px 10px;
  }

	#gl_header .hd_name * {
	  width: 80px;
	}
}

.hd_news_area{
	text-align: center;
}

.hd_news_area{
	max-width: 1008px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.hd_news_area_contents .news_sct dl .news_lst_dtl .txt {
	text-align: left;
}

.hd_news_area_contents .news_sct a.news_lst dl dd {
	padding-bottom: 1px;
}

.exclamation{
	background-image: url("/myricoh/img/support/icon_s_alert_red.png");
}

.exclamation_box{
	position:relative;
}

.icon_exclamation{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url("/myricoh/img/support/icon_m_alert_red.png");
	background-repeat: no-repeat;
	background-position:top left;
}

.attention{
	background-image: url("/myricoh/img/support/icon_s_attention.png");
}

.attention_box{
	position:relative;
}

.icon_attention{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url("/myricoh/img/support/icon_m_attention.png");
	background-repeat: no-repeat;
	background-position:top left;
}

#modal{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.0);
	position:fixed;
	top:0;
	left:0;
}

.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/*パンくず*/
.hd_brd_crmb {
	max-width: 1008px;
	margin: 0 auto;
	padding: 16px 8px;
}

.hd_brd_crmb ul {
	float: left;
	overflow: hidden;
	margin-top: 4px;
	list-style: none;
	padding-left: 0;
	padding-top: 0;
}

.hd_brd_crmb ul li {
	float: left;
	margin-top: 0;
	margin-right: 4px;
	font-size: 14px;
}

.hd_brd_crmb ul li a, #gl_header .hd_brd_crmb ul li span {
	padding: 0 4px 0 0;
}

.hd_brd_crmb ul li:after {
	content: ">";
}

.hd_brd_crmb ul li.act:after {
	content: "";
}



.login_info p{
	margin-top: 0;
	padding: 0 8px;
	text-align: right;
}

.grant_colon_01:after{
	content:"　：";
	font-weight: bold;
}

.grant_colon_02:after{
	content:"：";
	font-weight: bold;
}

.grant_colon_03:after{
	content:"　　：";
	font-weight: bold;
}

/*1-2.htmlで使用 clm2のクラス指定は変更するべき*/
input.nml[type=checkbox] + label::before{
	width: 20px;
	height: 20px;
}

input.nml[type=checkbox]:checked + label::after{
	margin-top: -6px;
	left: 5px;
}

.clm2 input.nml[type=checkbox] + label::before {
	top: 1.7em !important;
	left: 15px !important;
}

.clm2_checked input.nml[type=checkbox] + label::before {
	top: 0.7em !important;
	left: 0 !important;
}

.clm2 input.nml[type=checkbox]:checked + label::after{
	margin-top: 7px !important;
	left: 19px !important;
}

.clm2_checked input.nml[type=checkbox]:checked + label::after{
	margin-top: -4px !important;
	left: 6px !important;
}

.proSpecList {
	letter-spacing: -.40em;
}

.proSpecList-icon_01 {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	color: #333
}

.proSpecList-icon {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px 5px 0;
	padding: 3px 5px;
	letter-spacing: normal;
}

/*2-1.htmlで使用*/
.label_txt{
	width:90% !important;
}

.dt_03 .dtc_txt,
.dt_03 .dtc_img{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.dt_03 .dtc_txt {
	padding-left: 5%;
}

/*3-2.htmlで使用*/
.faq-wrapper ul{
	list-style-type: none;
	padding: 0;
}

.list-box{
	height:290px;
}

.list-box li{
	margin:0;
}

.list-box li:hover{
	background-color: #f3f3f3;
	color: #333333;
	cursor:pointer;
}

.list-box .act {
	background-color: #f3f3f3;
	color: #333333;
}

.faq-box .list-box li {
	padding: 16px !important;
	text-align: center;
}

.faq-wrapper .faq-inner_pc .faq-box .list-box {
	border: 1px #c9c9c9 solid;
	overflow: auto;
}

.faq-wrapper .faq-inner_pc .faq-box .list-box li + li {
	border-top: 1px #c9c9c9 solid;
}

.faq-inner_pc .faq-box_pc {
	width: 35% !important;
}

.faq-box_pc{
	background-image: url(/myricoh/img/icon_l_accordiondown_01_right.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.faq-inner_pc .faq-box_pc.last-child {
	width: 28% !important;
	background-image:none !important;
}

.faq-inner_pc .faq-box_pc.last-child .list-box {
	height: 290px !important;
}

.step_sct{
	box-sizing: border-box;
	border:2px solid #dedede;
	background-color: #fff;
}

.step_area{
	padding:8px 16px;
	background-image: url("/myricoh/img/arrow_nextstep.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	background-color: #fff;
}

.step_area:last-child{
	background-image: none !important;
}

.step_sct .current{
	background-image: url("/myricoh/img/arrow_nextstep_act.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-color: #dedede;
}

.step_ttl{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.step_txt{
	font-size: 12px;
	text-align: center;
}

.step_sct p{
	margin-top: 0;
}

input.nml.jp_req[type=text] { background: #fef5f4; border: 1px solid #f8ccc9; }

/*m0050.htmlで使用*/
/*clm1のサイズを調整して中央寄せ*/
.clm1_c{
	width:40%;
	margin:0 auto;
}

.clm1_c_bd{
	box-sizing: border-box;
	border:1px solid #dedede;
	padding:8px;
}

.clm1_c_bd:after {
	display: block;
	clear: both;
	content: "";
}

.clm1_c_bd p{
	margin:0;
}

.clm1_c_bd_box{
	box-sizing: border-box;
	text-align: center;
}

/*m0056.htmlで使用*/
.clm1_small_txt{
	width:62%;
	margin:0 auto;
}

@media (max-width: 640px){
	.rsp_break_w280{
		width: 280px;
	}

	.grant_colon_01:after,.grant_colon_02:after,.grant_colon_03:after{
		content:none;
	}

	.pw_ul{
		width:100%;
	}

	.pw_ul p{
		text-align: center;
	}

	.pw_ul li{
		display: block;
		margin: 0 auto;
	}

	.pw_ul li:nth-child(even){
		width: 10%;
	}

	.pw_ul li:nth-child(odd){
		width: 100%;
	}

	.arrow{
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
	}

	.step_area{
		padding: 16px 0;
	}

	.step_ttl{
		padding: 0;
		font-size: 13px;
	}

	.clm1_c{
		width:100%;
		margin:0 auto;
	}

	.clm1_c_bd_box{
		padding-left: 0;
		background-image: none;
	}

	.clm1_c_bd p{
	text-align: center;
	}
}


@media (max-width: 640px){
	.rsp_dsp_table{
		display: table;
	}

	.rsp_dsp_tcell{
		display: table-cell;
		vertical-align: middle;
	}

	.clm.rsp_dsp_tcell{
		float: none;
	}
}


table .box_size{
	height: 100%;
}

.hd_news_area_contents .news_sct{
	overflow: auto;
	max-height: 360px;
}

.hd_news_area_contents .news_sct::-webkit-scrollbar{
    width: 8px;
}

.hd_news_area_contents .news_sct::-webkit-scrollbar-track{
    background: #f3f3f3;
}

.hd_news_area_contents .news_sct::-webkit-scrollbar-thumb{
    background: #c9c9c9;
}

.hd_news_area_contents .news_sct dl .news_lst_day {
	float: left;
	font-weight: bold;
}

.hd_news_area_contents .news_sct .news_lst {
	display: block;
	padding: 8px 24px 8px 0;
}

.hd_news_area_contents .news_sct a{
	outline:none;
}

.hd_news_area .hd_news_area_contents .hd02,.hd_news_area .hd_news_area_contents .news_lst_day{
	text-align: left;
}

@media (max-width: 640px){
	.hd_news_area_contents .news_sct{
		max-height: 250px;
	}
}

.txt_break_n{
	white-space: nowrap;
}