@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}


a {
	color: #044696;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: 768px;
	}

}

/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		min-width: 320px;
	}

}


/* --------------------------------------------------------------
WRAP
-------------------------------------------------------------- */
#wrap {
	position: relative;
}


/* --------------------------------------------------------------
HEADER,FOOTER
-------------------------------------------------------------- */
header ul, 
footer ul {
	margin: 0;
}

header ul li, 
footer ul li {
	padding-left: 0;
	position: static;
	overflow: visible;
}

header ul li::before, 
footer ul li::before {
	content: none;
}

header ul li + li, 
footer ul li + li {
	margin-top: 0;
}

header p, 
footer p {
	margin-bottom: 0;
}

p#pageTop {
	width: 1024px;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}

p#pageTop a img {
	width: 80px;
	height: auto;
}

#footerArea #footLogoArea {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 12px;
	text-align: center;
}

#copy {
	background: #DFEEF2;
}

#copy p {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 12px;
	font-size: 14px;
	color: #666;
	text-align: center;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	p#pageTop {
		padding: 0 10px;
	}

	#footerArea #footLogoArea {
		padding: 20px 10px;
	}

	#copy p {
		padding: 20px 10px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	p#pageTop {
		width: 768px;
	}

	#footerArea #footLogoArea {
		width: 768px;
	}

	#copy p {
		width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	p#pageTop {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	p#pageTop a img {
		width: 40px;
	}

	#footerArea #footLogoArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#copy p {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
.contactArea {
	border: 4px solid #9BB5D5;
	border-radius: 10px;
	background-image: url("../images/common/bgContact01.png"), url("../images/common/bgContact02.png");
	background-size: 126px 90px, 132px 118px;
	background-repeat: no-repeat, no-repeat;
	background-position: left 70px center, right 70px center;
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	min-height: 120px;
}

.contactArea .sent {
	font-size: 20px;
	text-align: center;
	width: 360px;
	margin: 0 auto;
}

.contactArea .sent > *:last-child {
	margin-bottom: 0;
}

.contactArea .sent p.tit {
	font-weight: bold;
	color: #366BAB;
	margin-bottom: 5px;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.contactArea {
		width: auto;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.contactArea {
		background-size: 56px 40px, 59px 52px;
		background-position: left 10px top 16px, right 10px top 4px;
		padding: 20px 10px;
		min-height: 52px;
	}

	.contactArea .sent {
		width: auto;
		font-size: 18px;
	}

}

