@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
html {
	font-size: 62.5%;
}

@media only screen and (max-width: 736px) {
	html {
		font-size: 62.5% !important;
	}
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: top;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}


/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}


/* オリジナルのレイアウト
----------------------------------------*/

body {
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.7;
	min-width: 1024px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

div, p, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button,
figcaption, figure {
	font-size: 14px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 736px) {
	body {
		min-width: 320px;
		height: 100%;
		background: #fff;
	}
}

.column_one {
	background: none;
}

a {
	position: relative;
}
a:link, a:visited {
	color: #2e4ba7;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
.linkbox {
	cursor: pointer;
}
.linkbox:hover,
.hover:hover {
	opacity: 0.6;
	transition: 0.5s;
}

a.a_gaibu:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 .5em 0 .3em;
	background: url(../img/common/ico-gaibu-o.png) no-repeat center center;
	background-size: 100%;
}
.contents .btn_radius a.a_gaibu:after {
	background-image: url(../img/common/ico-gaibu-w.png);
}
.contents .btn_radius a.a_gaibu:hover:after {
	background-image: url(../img/common/ico-gaibu-o.png);
}
a.a_pdf:after {
	content: '';
	display: inline-block;
	width: 34px;
	height: 17px;
	margin: 0 .5em 0 .3em;
	background: url(../img/common/ico-pdf.png) no-repeat center center;
	background-size: 100%;
	vertical-align: -4px;
}

a.a_doc:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 17px;
	margin: 0 .5em 0 .3em;
	background: url(../img/common/ico-doc.png) no-repeat center center;
	background-size: 100%;
	vertical-align: -4px;
}


@media only screen and (max-width: 736px) {

}

sup {
	font-size: 10px;
	font-size: 1rem;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

.visible_sp_table {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}
	.visible_sp_table {
	display: table-cell !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}


/*color
----------------------------------------*/

.color_white { color: #ffffff !important;}
.color_red { color: #b91e1e !important;}
.color_blue { color: #0057ce !important; }
.color_geen { color: #17820f !important; }
.color_orange { color: #ff7011 !important; }
.color_gray { color:#999999 !important; }
.color_black { color:#333333 !important; }

/*bg
----------------------------------------*/
.bg_white { background:#ffffff !important;}
.bg_red { background: #b91e1e; color: #fff !important;}
.bg_blue { background: #0057ce; color: #fff !important;}
.bg_geen { background: #17820f; color: #fff !important;}
.bg_orange { background: #ff7011; color: #fff !important;}
.bg_gray { background:#999999!important; color: #fff !important;}
.bg_lgray { background:#f5f5f5 !important;}
.bg_black { background:#333333; color: #fff !important;}
.bg_yellow { background: #FFFF66 !important;}
.bg_lyellow { background:#fff8e2 !important;}
.bg_lyellow02 { background:#FFFCDF !important;}
.bg_lblue { background: #d1e7ff !important;}
.bg_lpink { background: #fceeec !important;}

/*border
----------------------------------------*/

.bor_primary { border: 1px solid #e83416; color: #e83416;}
.bor_red { border: 1px solid #b91e1e; color: #b91e1e;}
.bor_blue { border: 1px solid #0057ce; color: #0057ce;}
.bor_geen { border: 1px solid #17820f; color: #17820f;}
.bor_orange { border: 1px solid #ff7011; color: #ff7011;}
.bor_gray { border: 1px solid #999999; color: #999999;}
.bor_black { border: 1px solid #333333; color: #000000;}
.bor_none {border: none !important;}
.bor_none_b {border-bottom: none !important;}
/* hr
----------------------------------------*/

hr {
	clear: both;
    border: none;
    border-top: solid 1px #DDD;
    height: 1px;
    color: #999;
    margin: 30px 0;
}
.col4_block + hr {
	margin: 0 0 30px !important;
}

.hr {
	clear: both;
    border: none;
    border-top: solid 1px #d8d8d8;
    height: 1px;
    margin: 1em 0;
}

@media only screen and (max-width: 736px) {
	hr {
		margin: 15px 0;
	}
}

hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}



/*header
----------------------------------------*/
#header {
	background: #fff;
	border-bottom: 2px solid #e83416;
	min-width: 1024px;
}

#header .logo_nnfh {
	padding: 10px 0 5px;
	border-bottom: 3px solid #e94708;
}
#header .logo_nnfh p {
	width: 1024px;
	margin: 0 auto;
	text-align: right;
}
#header .logo_nnfh p img {
	width: 238px;
}

#header .header_block {
	width: 1024px;
	margin: 0 auto 10px;
	padding: 15px 0 0;	
}

#header a:link,#header a:visited {
	color: #333;
	text-decoration: none;
}

#header #logo {
	float: left;
}

#header .header_block .header_box {
	width: 765px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#header .header_block .header_box .subnav ul {
	display: inline-block;
	text-align: left;
}

#header .header_block .header_box .subnav li {
	display: inline-block;
	margin-left: 15px;
}

#header .header_block .header_box .subnav li a {
	font-size: 12px;
	display: block;
	padding-left: 9px;
	background: url(../img/common/ico-arrow01.png) no-repeat left 6px;
}

#header .header_block .header_box .search_ttl {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}

#header .header_block .header_box .search_box {
	display: inline-block;
	border: 1px solid #d3d3d3;
	width: 178px;
	line-height: 1;
	text-align: left;
}

#header .header_block .header_box .search_box input[type="text"] {
	-webkit-appearance: none;
	border: none;
	outline: 0;
	width: 150px;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px;
}

#header .header_block .header_box .search_box input[type="image"] {
	position: absolute;
	top: 5px;
	right: 4px;
}

.search_sp {
	display: none;
}

@media only screen and (max-width: 736px) {
	#header .header_block .header_box {
		display: none;
	}
	
	#header {
		min-width: 320px;
		border-bottom: none;
	}
	
	#header .logo_nnfh {
		padding: 5px 3.125% 5px;
		border-bottom: 2px solid #e94708;
	}
	#header .logo_nnfh p {
		width: 100%;
	}
	#header .logo_nnfh p img {
		width: 238px;
	}
	
	#header .header_block {
		width: 100%;
		margin: 0 auto;
		padding: 3.125% 3.125% 10px;
	}
	
	#header #logo {
		width: 47.5%;
	}
	
	#header .header_box_sp {
		display: block !important;
		float: right;
		width: 50%;
	}
	#header .header_box_sp ul {
		width: 100%;
		text-align: right;
		letter-spacing: -.4em;
	}
	#header .header_box_sp li {
		display: inline-block;
		width: 30%;
		vertical-align: top;
		letter-spacing: normal;
		margin-left: 7px;
	}
	#header .header_box_sp li:first-child {
		margin-left: 0 !important;
	}
	
	#header .header_box_sp li p {
		font-size: 10px;
		text-align: center;
		padding-top: 10px;
		line-height: 1.3;
	}
	
	#header .header_box_sp li .row2 {
		padding-top: 5px;
	}
	
	
	#btn_search_sp .on .img_off {
		display: none;
	}	
	
	#btn_search_sp .img_on {
		display: none;
	}
	#btn_search_sp .on .img_on {
		display: block;
	}
	
	.search_sp {
		padding: 0 3.125% 15px;
	}
	.search_sp .search_box {
		display: inline-block;
		border: 1px solid #d3d3d3;
		width: 100%;
		line-height: 1;
		text-align: left;
	}
	
	.search_sp .search_box input[type="text"] {
		-webkit-appearance: none;
		border: none;
		outline: 0;
		width: 90%;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px;
	}
	
	.search_sp .search_box input[type="image"] {
		position: absolute;
		top: 9px;
		right: 10px;
	}
}

#header #gnav {
	width: 1024px;
	margin: 0 auto;
}

#header #gnav ul li {
	float: left;
	border-left: 1px solid #dddddd;
	padding: 0 1px;
}

#header #gnav ul li > a {
	display: block;
	line-height: 41px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0 70px 0 63px;
	background: url(../img/common/ico-arrow01.png) no-repeat 50px center;
}

#header #gnav ul li a:hover,
#header #gnav ul .current a {
	color: #e83416;	
	transition: 0.3s;
	text-decoration: none;	
}

#header #gnav ul .font_change {
	padding: 8px 0 0 40px;
	height: 41px;
	float: right;
}

#header #gnav ul .font_change dl {
	display: table;
	width: 150px;
}

#header #gnav ul .font_change dt {
	display: table-cell;
	padding-right: 0;
	font-size: 13px;
	vertical-align: middle;
	color: #e83416;
	font-weight: bold;
}

#header #gnav ul .font_change dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	padding-left: 3px;	
}

#header #gnav ul .font_change dd span {
	display: block;
	border: 1px solid #adadad;
	width: 22px;
	line-height: 22px;	
}

#header #gnav ul .font_change dd span:hover,
#header #gnav ul .font_change .active span {
	text-decoration: none;
	background: #e83416;
	color: #fff;
	transition: 0.5s;
}

#gnav_sp {
	display: none;
}

@media only screen and (max-width: 736px) {
	#header #gnav {
		display: none;
	}
	
	#btn_menu .on .img_off {
		display: none;
	}	
	
	#btn_menu .img_on {
		display: none;
	}
	#btn_menu .on .img_on {
		display: block;
	}
	
	#gnav_sp {
		clear: both;
	}
	#gnav_sp .gnav_ac_btn {
		background: #e83416;
		border-top: 1px solid #fff;
		color: #fff;
		text-decoration: none;
		padding: 10px 20px;
		display: block;
		font-weight: bold;
	}
	#gnav_sp .gnav_ac_btn:first-child {
		border-top: none;
	}
	#gnav_sp .gnav_ac_btn:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 16px;
		width: 15px;
		height: 7px;
		background: url(../img/common/ico-menu-arrow.png) no-repeat;
		background-size: 100%;
	}
	
	#gnav_sp .gnav_ac_btn.open:after {
		background: url(../img/common/ico-memu-arrow_op.png) no-repeat;
		background-size: 100%;
	}
	
	#gnav_sp .gnav_box .top_link {
		background: #e3e3e3;
	}
	#gnav_sp .gnav_box .top_link a {
		text-decoration: none;
		padding: 10px 20px;
		display: block;
		font-weight: bold;
	}
	
	#gnav_sp .gnav_box .top_link a:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 20px;
		width: 7px;
		height: 15px;
		background: url(../img/common/ico-menu-arrow_sub.png) no-repeat;
		background-size: 100%;
	}
	
	#gnav_sp .gnav_box .img_btn {
		padding: 3.125% 3.125% 0;
	}
	
	#gnav_sp .gnav_box ul {
		padding: 3.125%;
	}
	
	#gnav_sp .gnav_box ul + ul {
		padding: 0 3.125% 3.125%;
	}
	
	#gnav_sp .gnav_box ul li {
		background: #f1f1f1;
		background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 30%, #ffffff 70%, #f1f1f1 100%);
		background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 30%,#ffffff 70%,#f1f1f1 100%);
		background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 30%,#ffffff 70%,#f1f1f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
		border-bottom: 1px solid #d8d8d8;
		border-left: 1px solid #d8d8d8;
		border-right: 1px solid #d8d8d8;
	}
	#gnav_sp .gnav_box ul li:first-child {
		border-top: 1px solid #d8d8d8;
	}
	#gnav_sp .gnav_box ul li a {
		padding: 13px 22px;
		display: block;
		font-weight: bold;
	}
	
	#gnav_sp .gnav_box ul li::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
		width: 7px;
		height: 15px;
		background: url(../img/common/ico-menu-arrow_sub2.png) no-repeat;
		background-size: 100%;
	}
	
	#gnav_sp .gnav_box .with_icon li a {
		padding: 13px 22px 13px 65px;
	}
	#gnav_sp .gnav_box .with_icon li.kariru a {
		color: #18b66b;
	}
	
	#gnav_sp .gnav_box .with_icon li a i {
		width: 43;
		height: 30px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 16px;
		margin: auto;
	}
	#gnav_sp .gnav_box .with_icon li a i img {
		width: auto;
		height: 30px;
	}
	
	#gnav_sp .gnav_box ul .img_link img {
		height: 18px;
		width: auto;
	}
	
	#gnav_sp .gnav_box ul .gaibu:after {
		content: "";
		display: block;
		width: 13px;
		height: 13px;
		background: url(../img/common/ico-gaibu_black.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	
	#gnav_sp .gnav_box ul .gaibu a::after {
		content: none;
	}
	
	#gnav_sp .close_btn {
		background: #e83416;
		padding: 15px 0;
		border-top: 1px solid #fff;
	}
	
	#gnav_sp .close_btn span {
		display: block;
		width: 180px;
		margin: 0 auto;
	}		
}


#cnav {
	width: 1024px;
	margin: 0 auto;
}

#cnav li {
	float: left;
	margin-left: 12px;
}

#cnav li:first-child {
	margin-left: 0;
}

.header_box_sp,
#cnav_sp {
	display: none;
}


@media only screen and (max-width: 736px) {
	#cnav {
		display: none;
	}
		
	#cnav_sp {
		display: block;
		padding: 0 3.125% 3.125%;
	}
	
	#cnav_sp li {
		width: 25%;
		float: left;
	}
	#cnav_sp li.ex01 {
		//width: 20%;
	}
	#cnav_sp li.ex02 {
		//width: 19.6666%;
	}
}

/*topic path
----------------------------------------*/
#topic_path {
	width: 100%;
	padding: 25px 0 20px;
}

#topic_path ul {
	width: 1024px;
	margin: 0 auto;
	line-height: 1.2;	
}

#topic_path ul li {
	display: inline;
	font-size: 1.1rem;
}

#topic_path ul .home:before {
	content: none;
}

#topic_path ul li:before {
	content: '>';
	display: inline-block;
	margin: 0 5px 0 5px;
}

@media screen and (max-width: 736px) {
	#topic_path {
		padding: 0 3.125% 10px;
	}
	
	#topic_path ul {
		width: 100%;
	}


}

/*container
----------------------------------------*/
.container {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.column_one .container {
	padding: 0;
}

.container .contents {
	width: 730px;
	float: left;
}

.column_one .container .contents {
	width: 880px;
	float: none;
	margin: 0 auto;
}

.container #side {
	width: 270px;
	float: right;
}
@media screen and (max-width: 736px) {
	.container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.container .contents {
		width: 100%;
		float: none;
		padding: 0 3.125% 20px;		
	}

	.column_one .container .contents {
	width: 100%;
	margin: 0 auto;
	}
	
	.container #side {
		width: 100%;
		float: none;
	}
	
	.index .container #side {
		display: none;
	}
}

/*side
----------------------------------------*/
/*
#side .direct_block {
	border: 1px solid #d8d8d8;
	padding: 2px;
	background: #fff;
	margin-bottom: 5px;
}

#side .direct_block .ttl {
	text-align: center;
	border-top: 2px solid #e83416;
	font-weight: bold;
	line-height: 1;
	padding: 5px 0;
}

#side .direct_block ul {
	padding: 0 5px 3px;
}

#side .direct_block li {
	margin-bottom: 2px;
}

#side .direct_block .float_l,
#side .direct_block .float_r {
	margin: 0!important;
}

#side .direct_nav_block {
	border: 1px solid #d8d8d8;
	padding: 9px;
	background: #fff;
	margin-bottom: 16px;
}
*/


/*注意バナー*/
.important_bnr_pc {
	display: block;
	background: url(../img/index/bg-important_bnr.png) repeat;
	padding: 5px;
	margin-bottom: 11px;
}

.important_bnr_pc:link, .important_bnr_pc:visited {
	text-decoration: none;
}

.important_bnr_pc p {
	background: #e90606;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 0;
}
@media only screen and (max-width: 736px) {
	/*注意バナー*/
	.important_bnr_pc {
		display: none;
	}
}


/*インターネットバンキング*/
#side .direct_block,
#side .businessdirect_block {
	border: 1px solid #d8d8d8;
	padding: 2px;
	background: #fff;
	margin-bottom: 10px;
}

#side .direct_block .ttl {
	text-align: center;
	border-top: 2px solid #fe930a;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
}

#side .businessdirect_block .ttl {
	text-align: center;
	border-top: 2px solid #65b021;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
}

#side .direct_block ul,
#side .businessdirect_block ul {
	padding: 0 5px 4px;
}

#side .direct_block li,
#side .businessdirect_block li {
	margin-bottom: 2px;
}



#side .service_menu_block {
	border: 1px solid #d8d8d8;
	padding: 9px 9px 4px;
	background: #fff;
	margin-bottom: 10px;
}

#side .service_menu_block .btn {
	margin-bottom: 9px;	
}

#side .service_menu_block .btnlist_s {
	width: 100%;
	float: none;
}

#side .service_menu_block .btnlist_s li {
	float: left;
	width: 121px;
	margin-bottom: 6px;
	border-radius: 3px;
}
#side .service_menu_block .btnlist_s li:nth-child(2n) {
	float: right;
}

#side .service_menu_block .btnlist_s li a {
	display: block;
	height: 37px;
	padding: 8px 15px 7px 5px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #e83416;
	border-radius: 3px;
}

#side .service_menu_block .btnlist_s li a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 6px;
	width: 6px;
	height: 12px;
	background: url(../img/index/icon-side-service_menu.png) no-repeat;
	background-size: 100%;
}




@media screen and (max-width: 736px) {
	#side .direct_block,
	#side .direct_nav_block,
	#side .businessdirect_block,
	#side .service_menu_block {
		display: none;
	}
}

#side .btnlist li {
	background: url(../img/common/bg-side-btn.png) no-repeat;
	margin-bottom: 7px;
}

#side .btnlist li a {
	display: block;
	height: 42px;
	padding: 7px 0 0 10px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
}

#side .btnlist li a img {
	position: absolute;
	top: 0;
	left: 0;
}

#side .btnlist li:last-child {
	margin-bottom: 0;
}

#side .btnlist li.row2 {
	background: url(../img/common/bg-side-btn2.png) no-repeat;
}

#side .btnlist li.row2 a {
	height: 64px;
}

#side .btnlist + .btnlist {
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 15px;
}

#side .btnlist_s {
	float: left;
	margin-top: 7px;
	width: 121px;
}

#side .btnlist_s li {
	background: url(../img/common/bg-side-btn_s.png) no-repeat;
	margin-bottom: 7px;
}

#side .btnlist_s li:last-child {
	margin-bottom: 0;
}

#side .btnlist_s li a {
	display: block;
	height: 42px;
	padding: 7px 10px 0 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
}

#side .btnlist_s li a:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 6px;
	width: 6px;
	height: 12px;
	background: url(../img/common/ico-arrow02_l.png) no-repeat;
	background-size: 100%;
}
	

#side .btnlink {
	background: url(../img/common/bg-side-btn_s_row2.png) no-repeat;
	margin-top: 7px;
	width: 121px;
	float: right;
}

#side .btnlink a {
	display: block;
	height: 90px;
	padding: 13px 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
}

#side .btnlink a img {
	display: block;
	margin: 0 auto 5px;
}


@media screen and (max-width: 736px) {

}

#side .lnav {
	background: #e83416;
	padding: 0 5px 15px;
	margin-bottom: 30px;
}

#side .lnav h2 {
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	padding: 15px 0;
	color: #fff;
}

#side .lnav h2 img {
	margin-right: 17px;
	vertical-align: middle;
}

#side .lnav h2 a {
	color: #fff;
	text-decoration: none;
}

#side .lnav h2 a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

#side .lnav .lnav_box {
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 15px;
}

#side .lnav .lnav_box li {
	padding: 0;	
	background: #fff5ee;
	background: #f5f5f5;
}

#side .lnav .lnav_box > li {
	padding: 0;	
	background: #f5f5f5;	
}

#side .lnav .lnav_box li > a {
	display: block;
	color: #333;
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 10px 5px 10px 40px;
	text-decoration: none;
	position: relative;
}

#side .lnav .lnav_box li > a:before {
	content: '';
	position: absolute;
	background: #fd6a00;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	top: 1.5rem;
	left: 30px;
}

#side .lnav .lnav_box > li > a {
	display: block;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 15px 5px 15px 28px;
	text-decoration: none;
	background: url(../img/common/ico-arrow03.png) no-repeat 15px center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
}

#side .lnav .lnav_box > li > a:before {
	display: none;
}

#side .lnav .lnav_box > li a:hover {
	/*opacity: 0.8;
	transition: 0.3s;*/
	background-color: #ffdab9;
}

#side .lnav .lnav_box > li ul {
	display: none;
}

#side .lnav .lnav_box > li.current ul {
	display: block;
}

#side .lnav .lnav_box > li.current {
	border-bottom: 1px solid #e0e0e0;	
}

#side .lnav .lnav_box > li.current > a {
	background: url(../img/common/ico-arrow03_c.png) no-repeat 12px center;
	border-bottom: none;
}

#side .lnav p a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 10px 0 5px 33px;
	text-decoration: none;
	background: url(../img/common/ico-arrow04.png) no-repeat 20px center;
}

#side .lnav .lnav_box li li li > a {
	padding: 10px 0 5px 50px;
}

#side .lnav .lnav_box li li li > a:before {
	background: #999;
	left: 40px;
}

#side .lnav .lnav_box li li li li > a {
	padding: 10px 0 5px 60px;
	font-size: 12px;
	font-size: 1.2rem;
}
#side .lnav .lnav_box li li li li > a:before {
	content: none;
}
#side .lnav .lnav_box li li ul {
	padding-bottom: 10px;
}
@media screen and (max-width: 736px) {
	#side .lnav {
		display: none;
	}
}

#side .lsnav {
	border: 1px solid #d8d8d8;
	padding: 8px;
	background: #fff;
	margin-bottom: 20px;
}

#side .lsnav_sp {
	display: none;
}

#side .pagetop_sp {
	display: none;	
}

@media screen and (max-width: 736px) {
	#side .lsnav {
		display: none;
	}
	
	#side {
		padding-bottom: 15px;
	}
	
	#side .lsnav_sp {
		display: block;
		padding: 0 3.125% 23px;
	}
	
	#side .lsnav_sp li {
		width: 33.3333%;
		float: left;
	}
	
	#side .pagetop_sp {
		display: block;
		text-align: right;
		padding: 0 3.125%;
		font-size: 10px;
		font-size: 1rem;
	}
	
	#side .pagetop_sp a:before {
		content: "";
		display: inline-block;
		width: 7px;
		height: 4px;
		background: url(../img/common/ico-pagetop.png) no-repeat;
		background-size: 7px;
		vertical-align: 1px;
		margin-right: 5px;
	}
}

#side .bnr_block ul li {
	margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
	#side .bnr_block ul li {
		display: none;
	}
}


#side .hojin_service {
	padding: 0 10px 8px;
	background: #6e9c45;
	margin-bottom: 15px;
}

#side .hojin_service .ttl {
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 8px 0;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

#side .btn_ncbdirect {
	width: 253px;
}

@media screen and (max-width: 736px) {
	#side .hojin_service {
		display: none;
	}
}

/*footer
----------------------------------------*/
#footer {
	background: #e83416;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer .footer_block {
	border-top: 2px solid #e83416;
	background: #fdf0ee;
	padding: 18px 0 20px;
}

#footer .footer_block .footer_box {
	width: 965px;
	margin: 0 auto;
}

#footer .footer_block .footer_box .flogo {
	float: left;
	margin-right: 180px;
}

#footer .footer_block .footer_box ul {
	float: right;
	padding-top: 19px;
}

#footer .footer_block .footer_box ul li {
	line-height: 1;
	display: inline-block;
	border-right: 1px solid #716b67;
	padding: 0 10px;
}

#footer .footer_block .footer_box ul li a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #222;
}

#footer .footer_block .footer_box ul li:last-child {
	border-right: none;
}

#footer .footer_block .footer_box .footer_search {
	float: right;
	padding-top: 16px;
}

#footer .footer_block .footer_box .footer_search .search_ttl {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}

#footer .footer_block .footer_box .footer_search .search_box {
	display: inline-block;
	border: 1px solid #d3d3d3;
	width: 178px;
	line-height: 1;
	text-align: left;
	background: #fff;
}

#footer .footer_block .footer_box .footer_search input[type="text"] {
	-webkit-appearance: none;
	border: none;
	outline: 0;
	width: 150px;
	font-size: 13px;
	padding: 5px;
}

#footer .footer_block .footer_box .footer_search input[type="image"] {
	position: absolute;
	top: 5px;
	right: 4px;
}


#footer .fnav {
	background: url(../img/common/bg-footer.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 35px 0 210px;
}

#footer .fnav .fnav_block {
	width: 965px;
	margin: 0 auto;
	overflow: hidden;
}

#footer .fnav .fnav_block .fnav01 {
	width: 190px;
	float: left;
}

#footer .fnav .fnav_block .fnav01.fnav_wl {
	width: 375px;
}

#footer .fnav .fnav_block .fnav01.fnav_wm {
	width: 210px;
}


#footer .fnav .fnav_block .fnav01 li {
	padding: 0 0 5px 10px;
	text-decoration: none;
	background: url(../img/common/ico-arrow04.png) no-repeat left 7px;
}

#footer .fnav .fnav_block .fnav01 li a {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}

#footer .fnav .fnav_block .fnav01 li a.a_gaibu:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 .5em 0 .3em;
	background: url(../img/common/ico-gaibu-w.png) no-repeat center center;
	background-size: 100%;
}

#footer .fnav_sp,
#footer .fnav .fnav_block .fnav01_sp {
	display: none;
}

@media only screen and (max-width: 736px) {
	#footer {
		background: none;
	}
	
	#footer .footer_block {
		display: none;
	}
	
	#footer .fnav_sp {
		display: block;
	}
	
	#footer .fnav_sp li {
		width: 50%;
		float: left;
		background: #e83416;		
	}
	
	#footer .fnav_sp li:nth-child(even),
	#footer .fnav_sp li:last-child {
		border-left: 1px solid #fff;
	}


	
	#footer .fnav_sp li:nth-child(3) a {
		padding: 22px 10px 21px 10px;
	}
	
	#footer .fnav_sp a {
		display: block;
		color: #fff;
		padding: 6px 10px;
		border-bottom: 1px solid #fff;
		line-height: 1.3;
	}
	
	#footer .fnav_sp a:after {
		content: "";
		display: block;
		width: 7px;
		height: 14px;
		background: url(../img/common/ico-arrow05.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	
	#footer .fnav_sp .home {
		background: #e83416;	
	}

	#footer .fnav_sp .home a:before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 21px;
		background: url(../img/common/ico-home.png) no-repeat;
		background-size: 100%;
		vertical-align: -4px;
		margin-right: 10px;
	}
	
	#footer .fnav {
		padding: 0;
		clear: both;
	}
	
	#footer .fnav .fnav_block {
		width: 100%;
		margin: 0 auto;
	}

	
	#footer .fnav .fnav_block .fnav01 {
		display: none;
	}
	
	#footer .fnav .fnav_block .fnav01_sp {
	}
	
	#footer .fnav .fnav_block .fnav01_sp {
		display: block;
		width: 100%;
		background: #e5e5e5;
		padding: 16px 10px;
		text-align: center;
		font-size: 10px;
		font-size: 1rem;
	}
	
	#footer .fnav .fnav_block .fnav01_sp a {
		color: #2e4ba7;
		text-decoration: underline;
	}

}

.copyright_block {
	background: #fff;
	padding: 30px 0;
}
.copyright_block .copyright_box{
	width: 965px;
	margin: 0 auto;
	height: 45px;
	font-size: 12px;
	font-size: 1.2rem;	
}

.copyright_block .copyright_box p {
	font-size: 12px;
	font-size: 1.2rem;	
}

.copyright_block .copyright_box .copyright {
	float: left;
	padding-top: 7px;
}

.copyright_block .copyright_box .txt {
	float: right;
}

@media only screen and (max-width: 736px) {
	.copyright_block {
		background: #fff;
		padding: 0;
	}
	.copyright_block .copyright_box{
		width: 100%;
		margin: 0 auto;
		height: auto;
		line-height: 1.5;
	}
	
	.copyright_block .copyright_box .copyright {
		float: none;
		padding: 7px 70px 7px 0;
		text-align: center;
		color: #fff;
		background: #333333;
		font-size: 8px;
		font-size: 0.8rem;
	}
	
	.copyright_block .copyright_box .txt {
		float: none;
		padding: 10px 3.125%;
		font-size: 11px;
		font-size: 1.1rem;	
	}
}

#btn_pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 72px;
}
@media only screen and (max-width: 736px) {
	#btn_pagetop {
		width: 64px;
	}
}


/*clearfix
----------------------------------------*/
.header_block,
.header_box,
#gnav ul,
#cnav ul,
#cnav_sp ul,
.container,
#side .lsnav_sp ul,
.footer_box,
.clearfix { zoom:1; }

.header_block:after,
.header_box:after,
#gnav ul:after,
#cnav ul:after,
#cnav_sp ul:after,
.container:after,
#side .lsnav_sp ul:after,
.footer_box:after,
.clearfix:after {
	clear: both;
}

.header_block:before,
.header_box:before,
#gnav ul:before,
#cnav ul:before,
#cnav_sp ul:before,
.container:before,
#side .lsnav_sp ul:before,
.footer_box:before,
.clearfix:before,
.header_block:after,
.header_box:after,
#gnav ul:after,
#cnav ul:after,
#cnav_sp ul:after,
.container:after,
#side .lsnav_sp ul:after,
.footer_box:after,
.clearfix:after {
    content: " ";
    display: table;
}

/*float
----------------------------------------*/
.clear { clear: both !important; }
.float_n { float: none !important; }
.float_l {
	float: left;
	margin-right: 20px;
}
.float_r {
	float: right;
	margin-left: 20px;
}

.float_l_pc {
	float: left;
	margin-right: 20px;
}
.float_r_pc {
	float: right;
	margin-left: 20px;
}

.over_h {
	overflow: hidden;
}

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }

.align_l_pc { text-align: left !important; }
.align_c_pc { text-align: center !important; }
.align_r_pc { text-align: right !important; }

.nowrap {
	white-space: nowrap;
}

.h100per {
	height: 100% !important;
}

@media only screen and (max-width: 736px) {
	.float_l_pc {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.float_r_pc {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
	.align_l_pc { text-align: inherit!important; }
	.align_c_pc { text-align: inherit !important; }
	.align_r_pc { text-align: inherit !important; }
	
	.align_l_sp { text-align: left !important; }
	.align_c_sp { text-align: center !important; }
	.align_r_sp { text-align: right !important; }
}


/*font-size
----------------------------------------*/

.font10 { font-size: 10px !important; font-size: 1.0rem !important; }
.font11 { font-size: 11px !important; font-size: 1.1rem !important; }
.font12 { font-size: 12px !important; font-size: 1.2rem !important; }
.font13 { font-size: 13px !important; font-size: 1.3rem !important; }
.font14 { font-size: 14px !important; font-size: 1.4rem !important; }
.font15 { font-size: 15px !important; font-size: 1.5rem !important; }
.font16 { font-size: 16px !important; font-size: 1.6rem !important; }
.font17 { font-size: 17px !important; font-size: 1.7rem !important; }
.font18 { font-size: 18px !important; font-size: 1.8rem !important; }
.font19 { font-size: 19px !important; font-size: 1.9rem !important; }
.font20 { font-size: 20px !important; font-size: 2.0rem !important; }
.font21 { font-size: 21px !important; font-size: 2.1rem !important; }
.font22 { font-size: 22px !important; font-size: 2.2rem !important; }
.font23 { font-size: 23px !important; font-size: 2.3rem !important; }
.font24 { font-size: 24px !important; font-size: 2.4rem !important; }
.font25 { font-size: 25px !important; font-size: 2.5rem !important; }
.font26 { font-size: 26px !important; font-size: 2.6rem !important; }
.font30 { font-size: 30px !important; font-size: 3.0rem !important; }
.fontb { font-weight: bold !important; }
.fontn { font-weight: normal !important; }
.font_en { font-family: 'Montserrat', sans-serif; }

@media only screen and (max-width: 736px) {
.font19 { font-size: 16px !important; font-size: 1.6rem !important; }
.font20 { font-size: 16px !important; font-size: 1.6rem !important; }
.font21 { font-size: 16px !important; font-size: 1.6rem !important; }
.font22 { font-size: 16px !important; font-size: 1.6rem !important; }
.font23 { font-size: 18px !important; font-size: 1.8rem !important; }
.font24 { font-size: 18px !important; font-size: 1.8rem !important; }
.font25 { font-size: 18px !important; font-size: 1.8rem !important; }
.font26 { font-size: 18px !important; font-size: 1.8rem !important; }
}

/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.mr0 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

/*left*/
.ml0 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

@media only screen and (min-width: 737px) {
.ml-10_pc {margin-left:-10px;}
}

/* padding-------------------- */
.p0 {	padding: 0 !important; }
.p05 {	padding: 5px !important; }
.p10 {	padding: 10px !important; }
.p15 {	padding: 15px !important; }
.p20 {	padding: 20px !important; }
.p25 {	padding: 25px !important; }
.p30 {	padding: 30px !important; }
.p35 {	padding: 35px !important; }
.p40 {	padding: 40px !important; }
.p45 {	padding: 45px !important; }
.p50 {	padding: 50px !important; }

.pt0 {	padding-top: 0 !important; }
.pt5 {	padding-top: 5px !important; }
.pt10 {	padding-top: 10px !important; }
.pt15 {	padding-top: 15px !important; }
.pt20 {	padding-top: 20px !important; }
.pt25 {	padding-top: 25px !important; }
.pt30 {	padding-top: 30px !important; }
.pt35 {	padding-top: 35px !important; }
.pt40 {	padding-top: 40px !important; }
.pt45 {	padding-top: 45px !important; }
.pt50 {	padding-top: 50px !important; }
.pt65 {	padding-top: 65px !important; }
.pt80 {	padding-top: 80px !important; }
.pt100 { padding-top: 100px !important; }
.pt120 { padding-top: 120px !important; }
.pt140 { padding-top: 140px !important; }
.pt160 { padding-top: 160px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 {	padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 {	padding-bottom: 50px !important; }
.pb65 {	padding-bottom: 65px !important; }
.pb80 {	padding-bottom: 80px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb120 { padding-bottom: 120px !important; }
.pb140 { padding-bottom: 140px !important; }
.pb160 { padding-bottom: 160px !important; }

.pr0 {	padding-right: 0 !important; }
.pr05 {	padding-right: 5px !important; }
.pr10 {	padding-right: 10px !important; }
.pr15 {	padding-right: 15px !important; }
.pr20 {	padding-right: 20px !important; }
.pr25 {	padding-right: 25px !important; }
.pr30 {	padding-right: 30px !important; }
.pr35 {	padding-right: 35px !important; }
.pr40 {	padding-right: 40px !important; }
.pr45 {	padding-right: 45px !important; }
.pr50 {	padding-right: 50px !important; }
.pr65 {	padding-right: 65px !important; }
.pr80 {	padding-right: 80px !important; }
.pr100 { padding-right: 100px !important; }
.pr120 { padding-right: 120px !important; }
.pr140 { padding-right: 140px !important; }
.pr160 { padding-right: 160px !important; }

.pl0 {	padding-left: 0 !important; }
.pl05 {	padding-left: 5px !important; }
.pl10 {	padding-left: 10px !important; }
.pl15 {	padding-left: 15px !important; }
.pl20 {	padding-left: 20px !important; }
.pl25 {	padding-left: 25px !important; }
.pl30 {	padding-left: 30px !important; }
.pl35 {	padding-left: 35px !important; }
.pl40 {	padding-left: 40px !important; }
.pl45 {	padding-left: 45px !important; }
.pl50 {	padding-left: 50px !important; }
.pl65 {	padding-left: 65px !important; }
.pl80 {	padding-left: 80px !important; }
.pl100 { padding-left: 100px !important; }
.pl120 { padding-left: 120px !important; }
.pl140 { padding-left: 140px !important; }
.pl160 { padding-left: 160px !important; }

@media only screen and (min-width: 737px) {
.pc_p0 {	padding: 0 !important; }
.pc_p05 {	padding: 5px !important; }
.pc_p10 {	padding: 10px !important; }
.pc_p15 {	padding: 15px !important; }
.pc_p20 {	padding: 20px !important; }
.pc_p25 {	padding: 25px !important; }
.pc_p30 {	padding: 30px !important; }
.pc_p35 {	padding: 35px !important; }
.pc_p40 {	padding: 40px !important; }
.pc_p45 {	padding: 45px !important; }
.pc_p50 {	padding: 50px !important; }

.pc_pt0 {	padding-top: 0 !important; }
.pc_pt10 {	padding-top: 10px !important; }
.pc_pt15 {	padding-top: 15px !important; }
.pc_pt20 {	padding-top: 20px !important; }
.pc_pt25 {	padding-top: 25px !important; }
.pc_pt30 {	padding-top: 30px !important; }
.pc_pt35 {	padding-top: 35px !important; }
.pc_pt40 {	padding-top: 40px !important; }
.pc_pt45 {	padding-top: 45px !important; }
.pc_pt50 {	padding-top: 50px !important; }
.pc_pt65 {	padding-top: 65px !important; }
.pc_pt80 {	padding-top: 80px !important; }
.pc_pt100 { padding-top: 100px !important; }
.pc_pt120 { padding-top: 120px !important; }
.pc_pt140 { padding-top: 140px !important; }
.pc_pt160 { padding-top: 160px !important; }

.pc_pb0 { padding-bottom: 0 !important; }
.pc_pb05 { padding-bottom: 5px !important; }
.pc_pb10 { padding-bottom: 10px !important; }
.pc_pb15 { padding-bottom: 15px !important; }
.pc_pb20 { padding-bottom: 20px !important; }
.pc_pb25 { padding-bottom: 25px !important; }
.pc_pb30 { padding-bottom: 30px !important; }
.pc_pb35 { padding-bottom: 35px !important; }
.pc_pb40 {	padding-bottom: 40px !important; }
.pc_pb45 { padding-bottom: 45px !important; }
.pc_pb50 {	padding-bottom: 50px !important; }
.pc_pb65 {	padding-bottom: 65px !important; }
.pc_pb80 {	padding-bottom: 80px !important; }
.pc_pb100 { padding-bottom: 100px !important; }
.pc_pb120 { padding-bottom: 120px !important; }
.pc_pb140 { padding-bottom: 140px !important; }
.pc_pb160 { padding-bottom: 160px !important; }

.pc_pr0 {	padding-right: 0 !important; }
.pc_pr05 {	padding-right: 5px !important; }
.pc_pr10 {	padding-right: 10px !important; }
.pc_pr15 {	padding-right: 15px !important; }
.pc_pr20 {	padding-right: 20px !important; }
.pc_pr25 {	padding-right: 25px !important; }
.pc_pr30 {	padding-right: 30px !important; }
.pc_pr35 {	padding-right: 35px !important; }
.pc_pr40 {	padding-right: 40px !important; }
.pc_pr45 {	padding-right: 45px !important; }
.pc_pr50 {	padding-right: 50px !important; }
.pc_pr65 {	padding-right: 65px !important; }
.pc_pr80 {	padding-right: 80px !important; }
.pc_pr100 { padding-right: 100px !important; }
.pc_pr120 { padding-right: 120px !important; }
.pc_pr140 { padding-right: 140px !important; }
.pc_pr160 { padding-right: 160px !important; }

.pc_pl0 {	padding-left: 0 !important; }
.pc_pl05 {	padding-left: 5px !important; }
.pc_pl10 {	padding-left: 10px !important; }
.pc_pl15 {	padding-left: 15px !important; }
.pc_pl20 {	padding-left: 20px !important; }
.pc_pl25 {	padding-left: 25px !important; }
.pc_pl30 {	padding-left: 30px !important; }
.pc_pl35 {	padding-left: 35px !important; }
.pc_pl40 {	padding-left: 40px !important; }
.pc_pl45 {	padding-left: 45px !important; }
.pc_pl50 {	padding-left: 50px !important; }
.pc_pl65 {	padding-left: 65px !important; }
.pc_pl80 {	padding-left: 80px !important; }
.pc_pl100 { padding-left: 100px !important; }
.pc_pl120 { padding-left: 120px !important; }
.pc_pl140 { padding-left: 140px !important; }
.pc_pl160 { padding-left: 160px !important; }
}

/*width
----------------------------------------*/
.w05per { width: 5%; }
.w10per { width: 10%; }
.w13per { width: 13%; }
.w14per { width: 14%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per { width: 33.3333333333333%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }
.w100per { width: 100%; }

.w05per_pc { width: 5% !important; }
.w10per_pc { width: 10% !important; }
.w13per_pc { width: 13% !important; }
.w14per_pc { width: 14% !important; }
.w15per_pc { width: 15% !important; }
.w20per_pc { width: 20% !important; }
.w25per_pc { width: 25% !important; }
.w30per_pc { width: 30% !important; }
.w33per_pc { width: 33.3333333333333% !important; }
.w35per_pc { width: 35% !important; }
.w40per_pc { width: 40% !important; }
.w45per_pc { width: 45% !important; }
.w50per_pc { width: 50% !important; }
.w55per_pc { width: 55% !important; }
.w60per_pc { width: 60% !important; }
.w65per_pc { width: 65% !important; }
.w70per_pc { width: 70% !important; }
.w75per_pc { width: 75% !important; }
.w80per_pc { width: 80% !important; }
.w85per_pc { width: 85% !important; }
.w90per_pc { width: 90% !important; }
.w95per_pc { width: 95% !important; }
@media only screen and (max-width: 736px) {
	.w05per_pc { width: 100% !important; }
	.w10per_pc { width: 100% !important; }
	.w13per_pc { width: 100% !important; }
	.w14per_pc { width: 100% !important; }
	.w15per_pc { width: 100% !important; }
	.w20per_pc { width: 100% !important; }
	.w25per_pc { width: 100% !important; }
	.w30per_pc { width: 100% !important; }
	.w33per_pc { width: 100% !important; }
	.w35per_pc { width: 100% !important; }
	.w40per_pc { width: 100% !important; }
	.w45per_pc { width: 100% !important; }
	.w50per_pc { width: 100% !important; }
	.w55per_pc { width: 100% !important; }
	.w60per_pc { width: 100% !important; }
	.w65per_pc { width: 100% !important; }
	.w70per_pc { width: 100% !important; }
	.w75per_pc { width: 100% !important; }
	.w80per_pc { width: 100% !important; }
	.w85per_pc { width: 100% !important; }
	.w90per_pc { width: 100% !important; }
	.w95per_pc { width: 100% !important; }

	.w100per_sp {width: 100% !important;}
}

/* display
----------------------------------------*/
.hidden {
	display: none;
}

p.inline_b,
.inline_b li {
	display: inline-block !important;
	margin-right: 20px !important;
}
@media only screen and (max-width: 736px) {
	.inline_b li {
		display: block !important;
		margin-right: 0 !important;
	}
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
}

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_640 {
	max-width: 640px;
	margin: 0 auto 1em;
}

.img_auot {
	width: auto !important;
}

.img_auot_2 {
	width: 100% !important;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}

@media only screen and (max-width: 736px) {
	img {
		width: 100%;
	}
	
	.img_sp_auto {
		width: auto!important;
	}
}

.dummy::after {
	content: "ダミー画像";
	color: #fff;
	background: #000;
	opacity: 0.5;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 150px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* リセットここまで
----------------------------------------*/


/* 
alert_box 
****************************************/

.alert_box {
	margin-bottom: 10px;
	background-image: url(../img/index/alert_box_icon.gif) ;
	background-position: left 10px center;
	background-repeat: no-repeat;
}

.alert_box p,
.alert_box a {
	padding-left: 80px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

.alert_box p:last-child {
	margin-bottom: 0;
}
.alert_box p {
	color: #f00;
}

.alert_box:before,
.alert_box:after {
	display: block;
	width: 100%;
	height: 5px;
	background: url(../img/index/alert_box_line.gif);
	content: "";
}
.alert_box:before {
	margin-bottom: 15px;
}
.alert_box:after {
	margin-top: 15px;
}

@media only screen and (max-width: 736px) {

	.alert_box {
		background-image: url(../img/index/alert_box_icon.gif) ;
		background-size: 30px auto;
	}
	.alert_box p,
	.alert_box a {
		padding-left: 50px;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.alert_box:before {
		margin-bottom: 10px;
	}
	.alert_box:after {
		margin-top: 10px;
	}

}