@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     module.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・再利用可能なパーツ単位のスタイルを記述する                       ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/


/***  list  ***/
.common_list > li,
.opt_branch ul li {
	background: url(/assets/img/ic_list_m.png) no-repeat 2px 0.43em;
	padding-left: 20px;
}
.common_s_list > li {
	background: url(/assets/img/ic_list_s.png) no-repeat 4px 0.52em;
	padding-left: 20px;
}
.decimal_list {
	padding-left: 2em;
}
.decimal_list > li {
	list-style-type: decimal;
}
.decimal_p_list {
	padding-left: 0;
}
.decimal_p_list > li {
	text-indent: -2.66em;
	padding-left: 2.66em;
}
.decimal_p_list > li ul,
.decimal_p_list > li ol {
	text-indent: 0;
}
.decimal_r_list {
	padding-left: 3em;
}
.decimal_r_list > li {
	list-style-type: upper-roman;
}
.link_list > li {
	background: url(/assets/img/ic_link.png) no-repeat 2px 0.5em;
	padding-left: 20px;
}

.navi_list {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
}

.navi_list > li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-left: #c6c6c6 1px solid;
	padding: 0 16px;
	margin: 5px 0 4px;
	margin-left: -1px;
}
.sub_list {
	display: block;
	border: #bdcee2 1px solid;
	border-bottom: none;
}
.sub_list > li {
	display: block;
	border-bottom: #bdcee2 1px solid;
	padding: 8px 10px 8px 30px;
	background: #fff url(/assets/img/ic_c_link.png) no-repeat 10px 0.8em;
}
.line_list {
	border-top: #a0b4bf 1px dotted;
}
.line_list > li {
	padding-bottom: 10px;
	border-bottom: #a0b4bf 1px dotted;
	margin-bottom: 10px;
}
.line_list > li:first-child {
	margin-top: 10px;
}


/*** list_option ***/
.opt_inline li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 15px;
}
.child .main_contents .opt_inline li {
	margin-right: 28px;
}
.opt_inline li.opt_last {
	margin-right: 0;
}
.link_list.opt_footer li {
	margin-bottom: 10px;
}


.page_top_btn {
	width: 13em;
	background: #e3e9f5;
	border-radius: 3px;
	display: block;
	box-shadow: #bbd0e8 0 4px;
	border-bottom: none;
	font-size: 90%;
	float: right;
	min-width: 150px;
}
.page_top_btn a {
	display: block;
	padding: 6px 10px 5px;
	background: url(/assets/img/ic_top_link.png) no-repeat 6px 0.6em;
	color: #2f5361;
	padding-left: 30px;
	font-weight: bold;
	text-decoration: none;
}



.page_top_btn.opt_footer {
	position: absolute;
	right: 0;
	top: -65px;
	font-size: 105%;
	margin-right: 10px;
}


/*** font_size ***/
.font_120 {	font-size: 120%;}
.font_110 {	font-size: 110%;}
.font_100 {	font-size: 100%;}
.font_90 {	font-size: 90%;}
.font_80 {	font-size: 80%;}


/*** font_weight ***/
.font_normal {
	font-weight: normal !important;
}
.font_bold {
	font-weight: bold !important;
}

/*** text_color ***/
.text_red {
	color: #b40000 !important;
}

/*** sup / sub ***/
.text_sup {
	vertical-align: 0.5em;
	font-size: 70%;
}
.text_sub {
	vertical-align: -0.4em;
	font-size: 70%;
}

/*** text_indent ***/
.text_indent {
	display: table;
}
.text_indent .icon {
	display: table-cell;
	padding-right: 5px;
	white-space: nowrap;
}
table .link_list > .text_indent .icon {
	padding-left: 20px;
}
table .link_list .link_list > .text_indent .icon {
	padding-left: 0;
}
.text_indent .text {
	display: table-cell;
	width: 100%;
}

.faq_block > .text_indent > .icon {
	vertical-align: top;
}
.faq_block > .text_indent > .icon img {
	vertical-align: top;
	margin-top: -2px;
}

.faq_block > .text_indent > .text {
	vertical-align: middle;
}


/*** margin_size ***/
.margin_auto {
	margin: 0 auto;
}

.mb_00 {	margin-bottom: 0 !important;}
.mb_05 {	margin-bottom: 5px !important;}
.mb_10 {	margin-bottom: 10px !important;}
.mb_15 {	margin-bottom: 15px !important;}
.mb_20 {	margin-bottom: 20px !important;}
.mb_25 {	margin-bottom: 25px !important;}
.mb_30 {	margin-bottom: 30px !important;}
.mb_35 {	margin-bottom: 35px !important;}
.mb_40 {	margin-bottom: 40px !important;}
.mb_45 {	margin-bottom: 45px !important;}
.mb_50 {	margin-bottom: 50px !important;}
.mb_1em {	margin-bottom: 1em !important;}

.mt_00 {	margin-top: 0 !important;}
.mt_05 {	margin-top: 5px !important;}
.mt_10 {	margin-top: 10px !important;}
.mt_15 {	margin-top: 15px !important;}
.mt_20 {	margin-top: 20px !important;}
.mt_25 {	margin-top: 25px !important;}
.mt_30 {	margin-top: 30px !important;}
.mt_35 {	margin-top: 35px !important;}
.mt_40 {	margin-top: 40px !important;}
.mt_45 {	margin-top: 45px !important;}
.mt_50 {	margin-top: 50px !important;}
.mt_1em {	margin-top: 1em !important;}

.mr_00 {	margin-right: 0 !important;}
.mr_05 {	margin-right: 5px !important;}
.mr_10 {	margin-right: 10px !important;}
.mr_15 {	margin-right: 15px !important;}
.mr_20 {	margin-right: 20px !important;}
.mr_25 {	margin-right: 25px !important;}
.mr_30 {	margin-right: 30px !important;}
.mr_35 {	margin-right: 35px !important;}
.mr_40 {	margin-right: 40px !important;}
.mr_45 {	margin-right: 45px !important;}
.mr_50 {	margin-right: 50px !important;}
.mr_1em {	margin-right: 1em !important;}

.ml_00 {	margin-left: 0 !important;}
.ml_05 {	margin-left: 5px !important;}
.ml_10 {	margin-left: 10px !important;}
.ml_15 {	margin-left: 15px !important;}
.ml_20 {	margin-left: 20px !important;}
.ml_25 {	margin-left: 25px !important;}
.ml_30 {	margin-left: 30px !important;}
.ml_35 {	margin-left: 35px !important;}
.ml_40 {	margin-left: 40px !important;}
.ml_45 {	margin-left: 45px !important;}
.ml_50 {	margin-left: 50px !important;}
.ml_1em {	margin-left: 1em !important;}

.margin_0 {
	margin: 0 !important;
}


/*** padding_size ***/
.pb_00 {	padding-bottom: 0 !important;}
.pb_05 {	padding-bottom: 5px !important;}
.pb_10 {	padding-bottom: 10px !important;}
.pb_15 {	padding-bottom: 15px !important;}
.pb_20 {	padding-bottom: 20px !important;}
.pb_25 {	padding-bottom: 25px !important;}
.pb_30 {	padding-bottom: 30px !important;}
.pb_35 {	padding-bottom: 35px !important;}
.pb_40 {	padding-bottom: 40px !important;}
.pb_45 {	padding-bottom: 45px !important;}
.pb_50 {	padding-bottom: 50px !important;}
.pb_1em {	padding-bottom: 1em !important;}

.pt_00 {	padding-top: 0 !important;}
.pt_05 {	padding-top: 5px !important;}
.pt_10 {	padding-top: 10px !important;}
.pt_15 {	padding-top: 15px !important;}
.pt_20 {	padding-top: 20px !important;}
.pt_25 {	padding-top: 25px !important;}
.pt_30 {	padding-top: 30px !important;}
.pt_35 {	padding-top: 35px !important;}
.pt_40 {	padding-top: 40px !important;}
.pt_45 {	padding-top: 45px !important;}
.pt_50 {	padding-top: 50px !important;}
.pt_1em {	padding-top: 1em !important;}

.pr_00 {	padding-right: 0 !important;}
.pr_05 {	padding-right: 5px !important;}
.pr_10 {	padding-right: 10px !important;}
.pr_15 {	padding-right: 15px !important;}
.pr_20 {	padding-right: 20px !important;}
.pr_25 {	padding-right: 25px !important;}
.pr_30 {	padding-right: 30px !important;}
.pr_35 {	padding-right: 35px !important;}
.pr_40 {	padding-right: 40px !important;}
.pr_45 {	padding-right: 45px !important;}
.pr_50 {	padding-right: 50px !important;}
.pr_1em {	padding-right: 1em !important;}

.pl_00 {	padding-left: 0 !important;}
.pl_05 {	padding-left: 5px !important;}
.pl_10 {	padding-left: 10px !important;}
.pl_15 {	padding-left: 15px !important;}
.pl_20 {	padding-left: 20px !important;}
.pl_25 {	padding-left: 25px !important;}
.pl_30 {	padding-left: 30px !important;}
.pl_35 {	padding-left: 35px !important;}
.pl_40 {	padding-left: 40px !important;}
.pl_45 {	padding-left: 45px !important;}
.pl_50 {	padding-left: 50px !important;}
.pl_1em {	padding-left: 1em !important;}

.padding_0 {
	padding: 0 !important;
}


/*** float ***/
.float_left {
	float: left;
}
.float_right {
	float: right;
}



/*** text_align ***/
.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}



/*** display ***/
.display_block {
	display: block;
}
.display_i_block {
	display: inline-block;
}
.opt_no_responsive.display_i_block {
	margin-right: -5px;
}
.display_table {
	display: table;
}
.display_table_cell {
	display: table-cell;
}


/*** outline ***/
.outline_none {
	outline: none;
}


/*** pc / sp change ***/
.pc_vis {
	display: block !important;
}
.sp_vis {
	display: none !important;
}


/*** print_break ***/
.print_break {
	page-break-before: always;
}
