h1, h2, h3, h4, h5{
	background: none;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

div#disp_area{
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 0 3px;
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: center 30px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
	/* mycic.js 内の jqueryで要素追加  */
	div#example_label{
		display: none;
		position: absolute;
		top: 50%;
		left: -10%;
		z-index: 9999;
		font-size: 200%;
		text-align: center;
		padding: 1em 0;
		width: 120%;
		color: #ff0000;
		font-weight: bold;
		background-color: rgba( 128, 128, 128, 0.10 );

		transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
	}
/*

	div#disp_area:hover{
		position: relative;
	}
	div#disp_area:hover::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #808080;
		z-index: 1;
		filter: alpha(opacity=20);
		opacity:0.20;
	}
*/
/*
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 0.75; }
}

@keyframes fadeOut {
	0% { opacity: 0.75; }
	100% { opacity: 0; }
}
	div#disp_area:hover::after{
		opacity: 1;
		animation: fadeIn 2s linear;
	}
	div#disp_area:hover::after{
		content: 'サンプル画面';
		position: absolute;
		top: 50%;
		left: -10%;
		z-index: 100;
		font-size: 200%;
		text-align: center;
		padding: 1em 0;
		width: 120%;
		color: #ff0000;
		font-weight: bold;
		background-color: rgba( 128, 128, 128, 0.10 );

		transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
	}
	div#disp_area::after{
		opacity: 0;
		animation: fadeOut 2s linear;
	}
*/

/* ############# LINK ############# */
a:link{
	color:#0063a4;
	text-decoration:underline;
}
a:visited{
	color:#0063a4;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}
/* ############# LINK ############# */

/* ############# font icon ############# */
p.check_step {
	margin: 0;
	padding: 0;
	padding-left: 2.0em;
	text-indent: -2.0em;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
}
	p.check_step:before {
		font-family: FontAwesome; /* FontAwesome Icon */
		content: "\f058";
		color: #3c91e4;
		font-size: 160%;
		margin-right: 0.5em;
	}

i.check_step{
	color: #3c91e4;
	margin: 0 10px 0 0;
	font-size: 160%;
}
span.triangle_down{
	font-size: 120%;
	margin: 0 10px 0 0;
}

div.mycic_login.mycic_begin{
	position: relative;
	z-index: 3;
	background-color: #fff;
	margin-left: -3px;
	margin-right: -3px;
}
div.mycic_login a{
	margin: 10px auto;
	padding: 0;
	display: block;
	font-size: 140%;
	text-align: center;
	text-decoration: none;
}
	div.mycic_login a:hover {
		filter: alpha(opacity=70);
		opacity:0.70;
	}

	div.mycic_login a:before {
		font-family: FontAwesome; /* FontAwesome Icon */
		content: "\f108";
		display: block;
		color: #c53634;
		font-size: 300%;
		text-align: center;
		text-decoration: none;
	}

/* ############# font icon ############# */

h1{
	color: #404040;
}
h1.mycic_main_title{
	font-size: 160%;
	padding: 0 0 8px 0;
	margin: 10px 0;
	color: #333333;
	background-color: #fff;
	border-bottom: 1px solid #af3c43;
}
h2{
	margin: 10px 0;
	padding: 6px 12px;
	font-size: 140%;
	color: #fff;
	background: #2572b4;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
h3.eService_title{
	font-size: 120%;
	color: #333333;
	margin: 6px 0;
	padding: 0;
	background-color: none;
}

h3.blue{
	font-size: 120%;
	padding: 0;
	margin: 10px 0 0 0;
	color: #003366;
}
h3.border_top{
	font-size: 130%;
	padding: 0 0 12px 0;
	border-top: 1px solid #e5e5e5;
}
h4.blue_underline{
	font-size: 110%;
	padding: 0 0 8px 0;
	margin: 10px 0;
	color: #000099;
	background-color: #fff;
	border-bottom: 1px solid #0066cc;
}
h4.blue_bg{
	background-color: #4f81bc;
	color: #fff;
	padding: 8px;
}
h5.title_payment{
	font-size: 100%;
	padding: 8px 5px;
	margin: 10px 0;
	color: #e3e3e3;
	background-color: #5a5a5a;
}
h5.title_checkout{
	font-size: 150%;
	padding: 8px 5px;
	margin: 10px 0;
	color: #6e6e6e;
}

h6.title_checkout_inner{
	font-size: 100%;
	padding: 8px 5px;
	margin: 10px;
	color: #262c40;
}

div.payment_method_wrap{
	border: 1px solid #a3a3a3;
	margin: 6px;
	padding: 6px;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.checkout_wrap,
div.order_summary_wrap,
div.transaction_result_wrap{
	border: 0 solid #000;
	margin: 20px;
	padding: 10px;
	overflow: hidden;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
	div.transaction_result_wrap{
		padding: 40px;
	}


div.checkout_wrap div.hr,
div.order_summary_wrap div.hr{
	display: block;
	height: 5px;
	width: 100%;
	margin: 3px auto;
	border-bottom: 3px solid #e2e2e2;
}



div.transaction_result_section{
	border: 1px solid  #cccccc;
	padding: 10px 20px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}



p{
	margin: 10px;
}
	.normal{
		font-weight: normal !important;
	}
	.blue{
		color: #295376;
	}
	.nomgn{
		margin: 0;
	}
	.mgnH{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.center{
		text-align: center;
	}
	.right{
		text-align: right;
	}

	.question_L{
		font-size: 120%;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	.question_B{
		margin: 0;
		font-weight: bold;
	}
	.question_S{
		margin: 0;
	}
	.question_S + .question_S{
		margin-top: 10px;
	}
	.bold{
		font-weight: bold;
	}
	.orange{
		color: #ec9800 !important;
	}

	.font_size70{
		font-size: 70%;
	}
	.font_size80{
		font-size: 80%;
	}
	.font_size90{
		font-size: 90%;
	}

.trans{
	color: red;
	margin: 0;
	font-size: 80%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.guide_wrap_right{
	overflow: hidden;
	display: block;
}
	div.guide_wrap_right .guide{
		float: right;
	}
div.guide_wrap_left{
	overflow: hidden;
	display: block;
}
	div.guide_wrap_left .guide{
		float: left;
	}
.guide{
	padding: 10px;
	border: 1px solid #fab2d2;
	background-color: #fdf0f6;
	color: red;
	font-size: 80%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative;
}
	div.guide{
		display: block;
	}
	span.guide{
		display: inline-block;
	}
	/* ブロック要素にする場合 */
	.guide_block{
		display: block;
	}
	/* 無効
	span.guide_block:before{
		content: “\d\a;
		white-space: pre;
	}
	*/

	/* 吹き出し用*/
	.guide_left{
		margin: 0 0 0 20px;
	}
	.guide_left:after {
		border: 10px solid transparent;
		border-right-color:#fab2d2;
		border-left-width: 0;
		left: -10px;
		content:"";
		display: block;
		top: 30%;
		position:absolute;
		width: 0;
	}
	.guide_top{
		margin: 20px 0 0 0;
	}
	.guide_top:after {
		border: 10px solid transparent;
		border-bottom-color:#fab2d2;
		border-top-width: 0;
		top: -10px;
		content:"";
		display: block;
		left: 10px;
		position:absolute;
		width: 0;
	}
	.guide_top_center{
		margin: 20px 0 0 0;
	}
	.guide_top_center:after {
		border: 10px solid transparent;
		border-bottom-color:#fab2d2;
		border-top-width: 0;
		top: -10px;
		content:"";
		display: block;
		left: 50%;
		position:absolute;
		width: 0;
	}
	.guide_top_left{
		margin: 20px 0 0 0;
	}
	.guide_top_left:after {
		border: 10px solid transparent;
		border-bottom-color:#fab2d2;
		border-top-width: 0;
		top: -10px;
		content:"";
		display: block;
		left: 30px;
		position:absolute;
		width: 0;
	}
	.guide_right{
		margin: 0 20px 0 0;
	}
	.guide_right:after {
		border: 10px solid transparent;
		border-left-color:#fab2d2;
		border-right-width: 0;
		right: -10px;
		content:"";
		display: block;
		top: 10px;
		position:absolute;
		width: 0;
	}
	.guide_bottom{
		margin: 0 0 20px 0;
	}
	.guide_bottom:after {
		border: 10px solid transparent;
		border-top-color:#fab2d2;
		border-bottom-width: 0;
		bottom: -10px;
		content:"";
		display: block;
		left: 30px;
		position:absolute;
		width: 0;
	}
	.guide_bottom_center{
		margin: 0 0 20px 0;
	}
	.guide_bottom_center:after {
		border: 10px solid transparent;
		border-top-color:#fab2d2;
		border-bottom-width: 0;
		bottom: -10px;
		content:"";
		display: block;
		left: 50%;
		position:absolute;
		width: 0;
	}
	.guide_bottom_right{
		margin: 0 0 20px 0;
	}
	.guide_bottom_right:after {
		border: 10px solid transparent;
		border-top-color:#fab2d2;
		border-bottom-width: 0;
		bottom: -10px;
		content:"";
		display: block;
		right: 30px;
		position:absolute;
		width: 0;
	}
	.guide_bottom_left{
		margin: 0 0 20px 0;
	}
	.guide_bottom_left:after {
		border: 10px solid transparent;
		border-top-color:#fab2d2;
		border-bottom-width: 0;
		bottom: -10px;
		content:"";
		display: block;
		left: 30px;
		position:absolute;
		width: 0;
	}


/* note for instruction */
.note{
	padding: 10px;
	border: 5px solid #fab2d2;
	background-color: #fff8fb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.req{
	color: #ab3a44;
	text-align: right;
	margin: 10px;
	font-size: 80%;
}
span.hint{
	background-color: #00297b;
	display: inline-block;
	border-radius: 50%;
	margin: 0 8px;
	font-size: 80%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #fff;
	text-align: center;
}



/* ############## content Wrap ############## */
div.cont_wrap{
	margin: 10px 0;
	overflow: hidden;
	box-sizing: border-box;
}
div.cont_wrap_bd{
	margin: 10px 0;
	overflow: hidden;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.cont_wrap_bd_blue{
	margin: 16px 0;
	overflow: hidden;
	border: 1px solid #88ccee;
	box-sizing: border-box;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* inline-block Wrap */
div.box_inline_wrap{
	letter-spacing: -.4em;
}
	div.box_inline{
		letter-spacing: normal;
		box-sizing: border-box;
		vertical-align: top;
		display: inline-block;
		/display: inline;  /* IE用ハック */
		/zoom: 1;  /* IE用ハック */
	}
		div.box_inline.w30{
			width: calc((100% / 3) - 0.1px);
		}
		div.box_inline.w20{
			width: calc((100% / 2) - 0.1px);
		}

div.valign_top{
	vertical-align: top;
}


/* MyCIC Login option */
div.login_option_box{
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background-color: #f5f5f5;
}
	div.login_option_box > h3{
		width: 100%;
		background-color: #f5f5f5;
		margin: 0;
		padding: 1em;
	}


/* 2 two-factor authentication  */
div.two_factor_select_wrap{
	text-align: center;
}
	div.two_factor_select_box{
		border-radius: 6px; 
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border: 1px solid #8e8e8e;
		padding: 0;
		margin-left: 1em;
		margin-right: 1em;
		overflow: hidden;

	}
	div.two_factor_select_box h3{
		padding: 0;
		margin: 0;
		background-color: #f5f5f5;
		overflow: auto;
	}
	div.two_factor_select_box img{
		display: block;
		margin: 2em auto;
		height: 10em;
	}



div.two_factor_recovery_codes_wrap{
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid #e3e3e3;
	background-color: #f5f5f5;
	padding: 1em;
}
	div.two_factor_recovery_codes{
		text-align: center;
	}



div.two_factor_recovery_checkbox input[type=checkbox] {
	width:			20px;
	height:			20px;
	-moz-transform:		scale(1.3);
	-webkit-transform:	scale(1.3);
	transform:		scale(1.3);
	accent-color: #d9d9d9;
}
	div.two_factor_recovery_checkbox input[type=checkbox]:checked {
		background-color: #fff;
	}
	div.two_factor_recovery_checkbox label{
		font-size: 140%;
		font-weight: bold;
		margin-left: 2em;
	}


div.two_factor_setup_complete_message_wrap{
	padding: 10px 0 10px 20px;
	margin: 20px;
	border-left: 6px solid #35831a;
	position: relative;
}

	div.two_factor_setup_complete_message_wrap:before{
		font-family: FontAwesome;
		content: "\f058";
		color: #35831a;
		font-size: 26px;
		position: absolute;
		margin: 0;
		padding: 0;
		left: -3px;
		top: 10px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #fff;


	}

	div.two_factor_setup_complete_message_wrap h3{
		font-size: 140%;
	}
	div.two_factor_setup_complete_message_wrap h3,
	div.two_factor_setup_complete_message_wrap p{
		margin: 3px 0;
		padding: 3px 0;
	}


/* eService Box */
div.eService_box{
	padding: 0;
	margin: 18px 0;
	border: 1px solid #d1d1d1;
	background-color: #ecf4fa;
	overflow: hidden;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	 box-shadow: 0px 0 3px 3px #ececec;
	 -webkit-box-shadow: 0px 0 3px 3px #ececec;
	 -moz-box-shadow: 0px 0 3px 3px #ececec;
}
	div.eService_box a.eService_title{
		cursor: pointer;
		display: block;
		font-size: 110%;
		font-weight: bold;
		background-color: #94c3ea;
		padding: 8px 0 8px 15px;
		margin: 0;
		transition: 1.0s;
	}
		div.eService_box a.eService_title:hover{
			background-color: #d3d3d3;
		}
		div.eService_box a.eService_title i{
			color: #3d80b3;
			font-size: 80%;
			margin: 0 10px 0 0;
		}
	div.eService_box a.eService_title_off{
		cursor: pointer;
		display: block;
		font-size: 110%;
		font-weight: bold;
		background-color: #dcdcdc;
		padding: 8px 0 8px 15px;
		margin: 0;
		transition: 1.0s;
	}
		div.eService_box a.eService_title_off:hover{
			background-color: #d3d3d3;
		}
		div.eService_box a.eService_title_off i{
			color: #3d80b3;
			font-size: 80%;
			margin: 0 10px 0 0;
		}
	div.eService_box div.eService_cont{
		padding: 20px;
	}


/* review frame */
div.review_wrap{
	margin: 2px 5px;
	padding: 0;
	border: 1px solid #eeeeee;
	overflow: hidden;
}
div.review_icon_edit_wrap{
	overflow: hidden;
	margin: 2px 5px;
}
	div.review_wrap div.review_title{
		font-weight: bold;
		background-color: #d9edf7;
		padding: 3px;
		margin: 0;
		overflow: hidden;
	}
	div.review_wrap div.review_cont{
		margin: 0;
		padding: 3px;
		overflow: hidden;
	}

/* additional option */
div.box_margin_H10{
	margin-top: 10px;
	margin-bottom: 10px;
}
div.box_margin_H20{
	margin-top: 20px;
	margin-bottom: 20px;
}
div.box_margin_H30{
	margin-top: 30px;
	margin-bottom: 30px;
}
div.box_margin_W10{
	margin-left: 10px;
	margin-right: 10px;
}
div.box_margin_W20{
	margin-left: 20px;
	margin-right: 20px;
}
div.box_margin_W30{
	margin-left: 30px;
	margin-right: 30px;
}
div.box_margin_HW30{
	margin: 30px;
}
div.box_padding_W10{
	padding-left: 10px;
	padding-right: 10px;
}
div.box_padding_W30{
	padding-left: 30px;
	padding-right: 30px;
}
div.box_padding_HW10{
	padding: 10px;
}
div.box_padding_HW30{
	padding: 30px;
}
div.box_valign_top{
	vertical-align: top;
}

/* bottom line in inline-box */
div.box_border_bottom{
	border-bottom: 1px solid #dddddd;
	width: 100%;
}
div.box_border_top{
	border-top: 1px solid #dddddd;
	width: 100%;
}
/* left border in inline-box */
span.box_border_left80{
	margin: 30px 0;
	border-left: 1px solid #dddddd;
	height: 260px;

	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
}
/* additional padding */

/* ############## content Wrap ############## */


/* ############## form ############## */
a.button_navy{
	cursor: default;
	padding: 8px 20px;
	margin: 8px 5px;
	color: #f2ffff;
	display: inline-block;
	background-color: #26374a;
	text-decoration: none;
	text-align: center;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:1px 1px 0 0 #6e6f70;
	-moz-box-shadow:1px 1px 0 0 #6e6f70;
	-webkit-box-shadow:1px 1px 0 0 #6e6f70;
}
	a.button_navy:hover {
		background-color: #335075;
	}

a.button_blue{
	cursor: default;
	padding: 8px 20px;
	margin: 8px 5px;
	color: #f2ffff;
	display: inline-block;
	background-color: #337ab7;
	text-decoration: none;
	text-align: center;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:1px 1px 0 0 #6e6f70;
	-moz-box-shadow:1px 1px 0 0 #6e6f70;
	-webkit-box-shadow:1px 1px 0 0 #6e6f70;
}
	a.button_blue:hover {
		background-color: #286090;
	}
a.button_yellow{
	cursor: default;
	padding: 8px 20px;
	margin: 8px 5px;
	color: #222222;
	display: inline-block;
	background-color: #f2d40d;
	text-decoration: none;
	text-align: center;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:1px 1px 0 0 #6e6f70;
	-moz-box-shadow:1px 1px 0 0 #6e6f70;
	-webkit-box-shadow:1px 1px 0 0 #6e6f70;
}
	a.button_yellow:hover {
		background-color: #ec971f;
	}

a.button_light{
	cursor: default;
	padding: 8px 20px;
	margin: 8px 5px;
	color: #222222;
	display: inline-block;
	background-color: #eaebed;
	border: 1px solid #dcdee1;
	text-decoration: none;
	text-align: center;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:1px 1px 0 0 #6e6f70;
	-moz-box-shadow:1px 1px 0 0 #6e6f70;
	-webkit-box-shadow:1px 1px 0 0 #6e6f70;
}
	a.button_light:hover {
		background-color: #cfd1d5;
	}

a.button_green{
	cursor: default;
	padding: 8px 20px;
	margin: 8px 5px;
	color: #fff;
	display: inline-block;
	background-color: #00aa00;
	border: 1px solid #444444;
	text-decoration: none;
	text-align: center;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:1px 1px 0 0 #6e6f70;
	-moz-box-shadow:1px 1px 0 0 #6e6f70;
	-webkit-box-shadow:1px 1px 0 0 #6e6f70;
}
	a.button_green:hover {
		filter: alpha(opacity=75);
		opacity:0.75;
	}
a.button_red{
	cursor: default;
	padding: 8px 20px;
	margin: 8px 5px;
	color: #fff;
	display: inline-block;
	background-color: #aa0000;
	border: 1px solid #444444;
	text-decoration: none;
	text-align: center;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:1px 1px 0 0 #6e6f70;
	-moz-box-shadow:1px 1px 0 0 #6e6f70;
	-webkit-box-shadow:1px 1px 0 0 #6e6f70;
}
	a.button_red:hover {
		filter: alpha(opacity=75);
		opacity:0.75;
	}
a.button_empty{
	cursor: default;
	padding: 8px 20px;
	margin: 8px 5px;
	color: #335075;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
	a.button_empty:hover {
	}


a.icon_edit{
	cursor: default;
	padding: 5px;
	margin: 5px;
	color: #050505;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #cccccc;
	text-decoration: none;
	text-align: center;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow:1px 1px 0 0 #6e6f70;
	-moz-box-shadow:1px 1px 0 0 #6e6f70;
	-webkit-box-shadow:1px 1px 0 0 #6e6f70;
}


/*ボタンの配置*/
a.button_left{
	float: left;
}
a.button_right{
	float: right;
}

/* additional padding */
a.btn_padding_W60{
	padding: 8px 60px;
}
a.btn_padding_W80{
	padding: 8px 80px;
}
/* additional padding */


/* form parts */
select, input, textarea{
	border: 1px solid #bfbfbf;
	padding: 8px 10px;
	margin: 3px 0;
	box-sizing: border-box;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
select:disabled, input:disabled, textarea:disabled{
	background-color: #eeeeee;
}
select, input{
/*	height: 30px;*/
}
select.block, input.block, textarea.block{ //改行用
	display: block;
}

/* button centering */
div.centering_wrap{
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
	div.centering_wrap ul {
		margin: 0;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	div.centering_wrap ul li{
		list-style-type: none;
		margin: 5px;
		padding: 0;
	}

div.centering_wrap.wide{
}
	div.centering_wrap.wide ul {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}


/* button lefting */
div.lefting_wrap{
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
	div.lefting_wrap ul {
		margin: 0;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;
		justify-content: left;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	div.lefting_wrap ul li{
		list-style-type: none;
		margin: 5px;
		padding: 0;
	}


/* button return or next common */
div.btn_def {
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	overflow: hidden;
	min-width: 200px;
	height: 40px;
	margin: 10px 2%;
	padding: 0;
	box-sizing: border-box;
}
	div.btn_def a {
		cursor: default;
		display: block;
		position: relative;
		z-index: 100;
		text-align: center;
		background: #26374a;
		color: #fff;
		font-size: 110%;
		line-height: 40px;
		text-decoration:none;
		padding: 0 50px;
	}
	div.btn_def a:hover {
		filter: alpha(opacity=80);
		opacity:0.80;
	}
	div.btn_def a:before { /*白い丸 */
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		width: 25px;
		height: 26px;
		margin-top: -13px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #fff;
	}
	div.btn_def a:after { /* 三角 */ 
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -6px;
		border: 6px solid transparent; /*top right bottom を透明化 */ 
	}
/* button return or next common */

/* button return */
div.btn_return {
	float: left;
}
	div.btn_return a {
		background: #eaebed;
		color: #33599a;
	}
	div.btn_return a:before { /*白い丸 */
		left: 12px;
	}
	div.btn_return a:after { /* 三角 */ 
		left: 11px;
		border-right: 12px solid #eaebed;
	}
/* button return */

/* button next */
div.btn_next {
	float: right;
}
	div.btn_next a:before { /*白い丸 */
		right: 12px;
	}
	div.btn_next a:after { /* 三角 */ 
		right: 11px;
		border-left: 12px solid #26374a;
	}
/* button next */
/* ############## form button ############## */


/* ############## direction ############## */
div#direction_wrap{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	height: auto;
	background-color: #f7f7f7;
	line-height: 20px;
	border-top: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
}
div#direction_wrap div.direction_title{
	margin: 5px 10px;
}
div#direction_wrap ul{
	padding: 0;
	list-style: none;
}
div#direction_wrap ul{
	margin: 0;
	overflow: hidden;
	width: 100%;
}
div#direction_wrap ul li:first-child:before{
	content: "スタート";
	font-weight: bold;
	padding: 5px 0;
	margin-right: 18px;
	display: block;
	float: left;
}

div#direction_wrap ul li{
	list-style: none;
	float: left;
	margin: 5px 10px;
}

div#direction_wrap ul li a{
	cursor: pointer;
	background: #ddd;
	padding: 5px 20px;
	margin-right: 5px;
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px; 
	-webkit-border-top-left-radius: 3px; /* Safari,Google Chrome用 */  
	-webkit-border-bottom-left-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius-topleft: 3px; /* Firefox用 */  
	-moz-border-radius-bottomleft: 3px; /* Firefox用 */  
}

div#direction_wrap ul li a:hover{
	background: #3673c7;
	color: #ffffff;
}


/* left triangle ↓ */
div#direction_wrap ul li a:hover::before{
	border-color: #3673c7 #3673c7 #3673c7 transparent;
}
div#direction_wrap ul li a::after{
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -15px;   
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ddd;
	right: -14px;
}
div#direction_wrap ul li a:hover::after{
	border-left-color: #3673c7;
}
/* left triangle ↑ */


/* on mouse ↓ */
div#direction_wrap ul li a.on{
	background: #3673c7;
	color: #ffffff;
}
div#direction_wrap ul li a.on::after{
	border-left-color: #3673c7;
}
/* on mouse ↑ */


div#direction_wrap ul li:last-child{
	font-weight: bold;
	background: none;
	padding: 5px 20px;
	content: normal;
}
	div#direction_wrap ul li:last-child a{
		background: none;
		padding: 0;
		margin-right: 0;
		float: none;
		text-decoration: none;
		color: #444;
		border-top-left-radius: 0; 
		border-bottom-left-radius: 0; 
		-webkit-border-top-left-radius: 0; /* Safari,Google Chrome用 */  
		-webkit-border-bottom-left-radius: 0; /* Safari,Google Chrome用 */  
		-moz-border-radius-topleft: 0; /* Firefox用 */  
		-moz-border-radius-bottomleft: 0; /* Firefox用 */  
	}
	div#direction_wrap ul li:last-child a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}
	div#direction_wrap ul li:last-child a::after{
		content: none;
		position: absolute;
		top: 0; 
		margin-top: 0;   
		border-top: 0 solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 0 solid #ddd;
		right: 0;
	}

/* ############## direction ############## */

/* ############## direction for NEXT button############## */

div#direction_wrap_next{
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
	padding: 8px 0;
	height: auto;
	background-color: #f7f7f7;
	line-height: 20px;
	border-top: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	text-align: center;
}
div#direction_wrap_next ul{
	padding: 0;
	list-style: none;
	margin: auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

div#direction_wrap_next ul li{
	display: none;
	list-style: none;
	margin: 5px auto;
	text-align: center;
}

div#direction_wrap_next ul li a{
	display: block;
	margin:auto;
	cursor: pointer;
	background: #ddd;
	padding: 15px 50px;
	text-decoration: none;
	color: #444;
	position: relative;
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px; 
	-webkit-border-top-left-radius: 3px; /* Safari,Google Chrome用 */  
	-webkit-border-bottom-left-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius-topleft: 3px; /* Firefox用 */  
	-moz-border-radius-bottomleft: 3px; /* Firefox用 */  
}

div#direction_wrap_next ul li a:hover{
	background: #3673c7;
	color: #ffffff;
}


/* left triangle ↓ */
div#direction_wrap_next ul li a:hover::before{
	border-color: #3673c7 #3673c7 #3673c7 transparent;
}
div#direction_wrap_next ul li a::after{
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -25px;   
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #ddd;
	right: -24px;
}
div#direction_wrap_next ul li a:hover::after{
	border-left-color: #3673c7;
}
/* left triangle ↑ */

/* display ↓ */
div#direction_wrap_next ul li.disp{
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
div#direction_wrap_next ul li a.disp{
	background: #3673c7;
	color: #ffffff;
}
div#direction_wrap_next ul li a.disp::after{
	border-left-color: #3673c7;
}

div#direction_wrap_next ul li p.next_step_fin{
	font-size: 120%;
	font-weight: bold;
}
/* display ↑ */
/* ############## direction for NEXT button############## */




/* ############## table ############## */
table.submitted_applications {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.submitted_applications,
table.submitted_applications td,
table.submitted_applications th{
	box-sizing: border-box;
}
table.submitted_applications th {
	border-bottom: #d0d0d0 1px solid;
	text-align: left;
	padding: 10px;
	font-weight: bold;
}
table.submitted_applications th:first-child {
	background: #e7e7e7;
}
table.submitted_applications td {
	border: #d0d0d0 1px solid;
	border-left: 0;
	border-right: 0;
	text-align: left;
	padding: 10px;
	background: #f5f5f5;
}
	table.submitted_applications td.center {
		text-align: center;
	}
	table.submitted_applications td.dark {
		background: #e6f1f4;
	}
	table.submitted_applications td.white {
		background: #fff;
	}





table.document_status {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
	font-size: 80%;
}
table.document_status,
table.document_status td,
table.document_status th{
	box-sizing: border-box;
}
table.document_status th {
	border: #d0d0d0 1px solid;
	border-bottom: #d0d0d0 1px solid;
	text-align: left;
	background: #e7e7e7;
	padding: 10px;
	font-weight: bold;
}
table.document_status td {
	border: #d0d0d0 1px solid;
	text-align: left;
	padding: 10px;
	background: #fff;
}





table.applications_detail {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.applications_detail,
table.applications_detail td,
table.applications_detail th{
	box-sizing: border-box;
}
table.applications_detail tr td.right,
table.applications_detail tr th.right{
	text-align: right;
}

table.applications_detail th {
	border: #d0d0d0 1px solid;
	border-bottom: #d0d0d0 1px solid;
	text-align: left;
	background: #e7e7e7;
	padding: 10px;
	font-weight: bold;
}
	table.applications_detail th.widthLeft {
		width: 35%;
	}
	table.applications_detail th.widthCenter {
		width: 50%;
	}
	table.applications_detail th.widthRight {
		width: 15%;
	}

table.applications_detail td {
	border: #d0d0d0 1px solid;
	text-align: left;
	padding: 10px;
	background: #fff;
}
	table.applications_detail td.center {
		text-align: center;
	}






table.documents_upload {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.documents_upload,
table.documents_upload td,
table.documents_upload th{
	box-sizing: border-box;
}
table.documents_upload th {
	border: #d0d0d0 1px solid;
	border-bottom: #d0d0d0 1px solid;
	text-align: left;
	background: #e7e7e7;
	padding: 10px;
	font-weight: bold;
}

table.documents_upload td {
	border: #d0d0d0 1px solid;
	text-align: left;
	padding: 10px;
	background: #fff;
}
	table.documents_upload td.green {
		color: #007700;
	}




table.eservice_profile {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.eservice_profile,
table.eservice_profile td,
table.eservice_profile th{
	box-sizing: border-box;
}
table.eservice_profile th {
	border: #d0d0d0 1px solid;
	border-bottom: #d0d0d0 1px solid;
	text-align: left;
	background: #e7e7e7;
	padding: 10px;
	font-weight: bold;
}

table.eservice_profile td {
	border: #d0d0d0 1px solid;
	text-align: left;
	padding: 10px;
	background: #fff;
}
	table.eservice_profile td.center {
		text-align: center;
	}
	table.submitted_applications td.dark {
		background: #e6f1f4;
	}

	table.eservice_profile td.not_started {
		color: #9d0500;
	}
		table.eservice_profile td.not_started:before {
			font-family: FontAwesome; /* fontello Icon */
			content: "\f056";
			color: #9d0500;
			font-size: 100%;
			margin-right: 0.5em;
		}
	table.eservice_profile td.complete {
		color: #007700;
	}
		table.eservice_profile td.complete:before {
			font-family: FontAwesome; /* fontello Icon */
			content: "\f00c";
			color: #007700;
			font-size: 100%;
			margin-right: 0.5em;
		}
	table.eservice_profile td.in_progress {
		color: #ac6100;
	}
		table.eservice_profile td.in_progress:before {
			font-family: fontello; /* fontello Icon */
			content: "\E802";
			color: #ac6100;
			font-size: 100%;
			margin-right: 0.5em;
		}

	table.eservice_profile td div.insert_row{
		background-color: #f0f0f0;
		color: #ac6100;

		padding: 3px 16px;
		color: #222222;
		display: inline-block;
		border: 1px solid #dcdee1;
		text-decoration: none;
		text-align: center;
		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		box-shadow:1px 1px 0 0 #6e6f70;
		-moz-box-shadow:1px 1px 0 0 #6e6f70;
		-webkit-box-shadow:1px 1px 0 0 #6e6f70;
	}
	table.eservice_profile td div.insert_row:before{
		font-family: FontAwesome; /* FontAwesome Icon */
		content: "\f055";
		display: inline-block;
		color: #6e6e6e;
		margin-right: 8px;
		font-size: 150%;
	}

/* ############## table ############## */

