@charset "utf-8";
/* CSS Document */

body{
	background-color: #fff4d8;
	background-image: url("../img/bk-i_contact.png");
	background-position: center center;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

header{
	background-color: #D72426;
	padding: 20px 0px;
}

h1{
	text-align: center;
	margin-bottom: 10px;
}

h1 img{
	max-width: 150px;
}

header p{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

/*全体の囲い*/
.wrap{
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 15px
}

.pp-cont{
	border: 2px solid #71aaff;
	background-color: #fff;
}

h2{
	position: relative;
	display: block;
	padding: 20px 30px;
	line-height: 140%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #71aaff;
}

.pp-note{
	padding: 20px;
}

.note-red,.note-name,.ttl-note,.note-mb20{
	margin-bottom: 20px;
}

.note-red{
	font-size: 16px;
	line-height: 140%;
	color: #DA0003;
}

.ttl-note{
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}

.note-list{
	padding-left: 15px;
	margin-bottom: 15px;
}

.note{
	font-size: 16px;
	line-height: 140%;
}

.note-name{
	text-align: right;
}

.note-list02{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 30px;
}

.note-contact{
	font-size: 14px;
	line-height: 140%;
	padding: 10px;
	background-color: #EAEAEA;
}

.note-contact span{
	font-weight: bold;
}

.btn_for-top{
	margin-top: 30px;
	text-align: center;
}

.btn_for-top a{
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 15px 30px;
	background-color: #D72426;
	font-size: 20px;
	display: inline-block;
	border-radius: 50px;
}
