body{
-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans JP', sans-serif;
	color: #17263a;
/*	background-image: url("/img/present/20211122/headerback4.jpg"); */
	background: url(/img/present/20211122/headerback4.jpg),linear-gradient(#E4F188,85%,#fafbe9);
/*	background-size: cover; */
	background-size: contain;
	background-color: #E4F188;
	background-repeat: no-repeat; 
/*	background-repeat: repeat-y; */
}

a{
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:hover{
	color: inherit;
	text-decoration: none;
}

/* ヘッダー */
#header , #headercaption, #presentArea, .infomationArea{
	max-width: 1120px;
	margin: auto ;
	background-color:rgba(255,255,255,0.6);
}
/* ヘッダー */
#header{
	padding-top: 40px;
}

#header h1{
	font-size: 0;
	content: url("/img/present/20211122/headlogo.png");
/*	max-width: 821px; */
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	height: auto;
}

#header h2{
	font-size: 0;
	width: 100%;
	margin: 0 auto;
	height: 150px;
}

#header h2 div{
	position: relative;
	font-size: 0;
	content: url("/img/present/20211122/period.png");
	max-width: 1170px;
	width: 110%;
	margin: 0 auto;
	height: auto;
	top: -50px;
	left: -20px;
}

.header_img {
	margin: 45px auto 35px;
	text-align: center;
	position: relative;
}
.header_img .headback{
	position: absolute;
	top :-55px;
	z-index:0;
	width: 100%;
}

.header_img .header_logo{
	position: relative;
	z-index:1;
}

.header_img img {
}
.header_img .header_img_x {
	width: 22px;
	margin-left: 22px;
	margin-right: 22px;
}

#headercaption{
/*	padding: 20px 80px; */
	padding: 0 80px 20px 80px;
}

#headercaption img{
	max-width: 100%;
}

#presentArea, .infomationArea{
	margin-top: 30px;
	padding: 20px 40px;
}

#presentArea .presentimg_a{
	width: 440px;
	margin-right: 10px;
	float: left;
}

#presentArea .presentimg_b{
	width: 220px;
	margin-right: 10px;
	float: left;
}

#presentArea .presentimg_c{
	width: 220px;
}

.infoTabel{
	width: 100%;
}

.infoTabelhead{
	width: 140px;
}

.infoTabelhead img{
	width: 100px;
}

.infoTabelbody{
	vertical-align: top;
}

.infoTabelbody .apply_ul{
	position: relative;
}

.infoTabelbody .apply_ul li{
	margin-left: 25px;
}

.infoTabelbody .apply_ul li span{
	position: absolute;
	left: 0;
	color: #17263A;
	font-size: 20px;
}


.infoTabelbody .apply_main{
	color: #1D2C68;
	font-weight: bold;
	font-size:120%;
}


.infoTabelbody .small{
	font-size:80%;
}

.envelope_area{
	position: relative;
}

.envelope_area::after {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 16px;
	height: 16px;
	padding: 0px;
	content: '';
	border-top: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}

.envelope_btn{
	background-color: #5FBB46;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin: 30px auto;
	font-size: 130%;
	display:block;
	transition: 0.2s;
}

a.envelope_btn:hover{
	color: #FFFFFF;
	opacity: 0.7;
	transition: 0.2s;
}
.apply_limit{
	background-color: #EE1C25;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin: 30px auto;
	font-size: 130%;
	display: block;
}

.inquiry_title{
	font-weight:bold;
	font-size:120%;

}

.inquiry_tel{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 150%;
}

.inquiry_date{
	display: inline-block;
	font-weight: bold;
	margin-left: 60px;
}

/* フッター */
#footer{
	background-color: #58B530;
	text-align: center;
	padding: 13px 0;
	color: #fff;
}