@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

fieldset {
	border: none;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 88% !important;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, ol,
form, input, select {	margin: 0; 	padding: 0; }

img {
	border: none;
	vertical-align: bottom;
	line-height:0;
}

a { text-decoration: none; }

em {	font-style: normal; }

ul li {
	list-style-type: none;
	list-style-image: none;
}

address  {
	font-style:normal;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* マージン */
.mb2 {	margin-bottom: 2px; }
.mb5 {	margin-bottom: 5px; }
.mb6 {	margin-bottom: 6px; }
.mb8 {	margin-bottom: 8px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb40 {	margin-bottom: 40px; }

.mt5 {	margin-top: 5px; }
.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt40 {	margin-top: 40px; }
.mt90 {	margin-top: 90px; }

.mr5 {	margin-right: 5px; }

/* text-align */
.txt_al_c{text-align:center;}

/* 文字装飾 */
strong {font-weight: bold;}

ul {}
ul li {list-style:none;}

/* float解除 */
.cbox {}
* html .cbox {zoom: 100%;}
*:first-child+html .cbox {display: inline-block;}
.cbox:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
ul {}
* html ul {zoom: 100%;}
*:first-child+html ul {display: inline-block;}
ul:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block;
	visibility: hidden;
}






/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.4s;
	-webkit−transition: 0.4s;
}
a:hover {color: #808080;}


.link_blue{
	color: #09F;
	transition: 0.4s;
	-webkit−transition: 0.4s;
}
.link_blue:hover {
	color: #0CF;
	}

/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color: #212121;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}

.indent{
	margin-left:1em;
	text-indent:-1em;
	}
	


.ul_disc{
	}
	.ul_disc li:not(:first-child){
		margin-top:5px;
		}	
	.ul_disc li{
		position:relative;
		padding-left:8px;
		}
		.ul_disc li::before{
			content:"";
			position:absolute;
			left:0;
			top:0.7em;
			width:3px;
			height:3px;
			border-radius:100%;
			background-color:#000;
			}

.w_100p{
	width:100%;
	}

.m_w_100p{
	max-width:100%;
	}
			
			
	.table{
		width:100%;
		border-collapse:collapse
		}
		.table th{
			text-align:center;
			background-color:#F9F9F9;
			}
		.table th,
		.table td{
			border-left:1px solid #ccc;
			border-bottom:1px solid #ccc;
			padding:10px;
			}
		.table td{
			padding:10px 20px;
			}
		.table tr th:first-child,
		.table tr td:first-child{
			border-left:none;
			}
		.table tr:last-child th,
		.table tr:last-child td,
		.table tr .border_b_none{
			border-bottom:none;
			}
		.table tr:last-child th,
		.table tr:last-child td{
			border-bottom:none;
			}






/* pc */
@media screen and (min-width: 801px), print {

.sp {display: none !important;}

body{
	min-width:1060px;
	}


footer{
	margin: auto;
	box-sizing: border-box;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
div.menu{
	position:absolute;
	right: 120px;
	top: 39px;
	z-index:9999;
	}
	div.menu ul{
		font-size:90%;
		}
	div.menu ul li{
		float:left;
		margin-right:15px;
		}
	div.menu ul li a{
		color:#fff;
		font-weight:bold;
		}

header{
	background-color:#AC171D;
	}
	header h1{
		padding:27px 35px;
		}
	header h1 img{
		}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer{
	margin-top: 100px;
	border-top: 1px solid #ccc;
	padding-top: 45px;
	}
	.sns{
		margin:0 auto;
		max-width:1040px;
		margin-bottom:45px;
		}
		.sns ul{
			text-align:center;
			margin-left:-70px;
			}
		.sns ul li{
			display:inline-block;
			margin-left:70px;
			}
	.footer_red{
		background-color:#AC171D;
		padding:80px 0;
		}
	.footer_red_wrap{
		width:1040px;
		padding:0 10px;
		box-sizing:border-box;
		margin:auto;
		}
		.footer_red_wrap p{
			float:left;
			font-size:20px;
			font-weight:bold;
			color:#fff;
			}
		.footer_red_wrap .link_btn{
			float:right;
			}
			.footer_red_wrap .link_btn a:hover{
				opacity:0.7;
				transition:500ms;
				}
			.footer_red_wrap .link_btn a{
				float:left;
				text-align:center;
				display:block;
				background-color:#fff;
				color:#AC171D;
				width:330px;
				font-size:20px;
				font-weight:bold;
				line-height:1;
				margin-left:10px;
				padding:24px 0;
				box-shadow: 4px 6px 10px 3px #841A22;
				position:relative;
				transition:500ms;
				}
				.footer_red_wrap .link_btn a:after{
					position:absolute;
					content:url(/gr/aldp/common/img/arrow_red.png);
					right:20px;
					top:50%;
					margin-top:-4px;
					line-height: 0;
					}
		
	.footer_white{
		text-align:center;
		font-size:12px;
		margin:60px 0;
		}
	
		
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* content */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#content{
	min-width: 1060px;
	}
#content .wrap{
	max-width:1060px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	}
	#content.sub h2{
		text-align:center;
		font-size:24px;
		padding:35px 10px 32px;
		background-color:#F6F8F9;
		font-weight:normal;
		margin-bottom:12px;
		}
	
	#content .pankuzu{
		font-size:12px;
		margin-bottom:70px;
		}
		#content .pankuzu li{
			display:inline-block;
			}
		#content .pankuzu li:not(:last-child)::after{
			content:">";
			margin-left:5px;
			margin-right:2px;
			}
		#content .pankuzu li:last-child{
			color:#AC171D;
			}
			


}






/* sp =============================================================================================*/
@media only screen and (max-width: 800px) {

.pc {display: none !important;}


body{
	padding-top: 50px;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header{
	position:fixed;
	z-index:9998;
	width: 100%;
	padding: 15px 10px 13px;
	box-sizing: border-box;
	top:0;
	background-color:#AC171D;
	}
.sub_content header{
	background-color:#fff;
	}
	header h1{
		line-height:0;
		}
		header h1 img{
			width:200px;
			}
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer{
	margin-top:80px;
	border-top: 1px solid #ccc;
	padding-top: 35px;
	}
	.sns{
		padding:0  10px;
		margin-bottom:35px;
		}
		.sns ul{
			text-align:center;
			margin-left:-30px;
			}
		.sns ul li{
			display:inline-block;
			margin-left:30px;
			}
	.footer_red{
		background-color:#AC171D;
		padding:40px 0;
		}
	.footer_red_wrap{
		padding:0 10px;
		box-sizing:border-box;
		}
		.footer_red_wrap p{
			font-size:18px;
			font-weight:bold;
			color:#fff;
			}
		.footer_red_wrap .link_btn{
			margin-top:25px;
			}
			.footer_red_wrap .link_btn a:hover{
				opacity:0.7;
				transition:500ms;
				}
			.footer_red_wrap .link_btn a{
				margin-top:15px;
				text-align:center;
				display:block;
				background-color:#fff;
				color:#AC171D;
				width:100%;
				font-size:18px;
				font-weight:bold;
				line-height:1;
				padding:18px 0;
				box-shadow: 4px 6px 10px 3px #841A22;
				position:relative;
				transition:500ms;
				}
				.footer_red_wrap .link_btn a:after{
					position:absolute;
					content:url(/gr/aldp/common/img/arrow_red.png);
					right:20px;
					top:50%;
					margin-top:-4px;
					line-height: 0;
					}
		
	.footer_white{
		text-align:center;
		font-size:12px;
		margin:60px 0;
		}
		
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* content */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#content .wrap{
	padding-left:10px;
	padding-right:10px;
	}
	.anker{
		position:relative;
		}
		.anker span{
			position:absolute;
			top:-50px;
			}
	#content.sub h2{
		text-align:center;
		font-size:22px;
		padding:20px 10px 17px;
		background-color:#F6F8F9;
		font-weight:normal;
		margin-bottom:12px;
		}
	
	#content .pankuzu{
		font-size:12px;
		margin-bottom:40px;
		}
		#content .pankuzu li{
			display:inline-block;
			}
		#content .pankuzu li:not(:last-child)::after{
			content:">";
			margin-left:5px;
			margin-right:2px;
			}
		#content .pankuzu li:last-child{
			color:#AC171D;
			}
}
