@charset "UTF-8";
/* css Search [top] */

@import url("../content.css");
@import url("../form.css");
@import url("main.css");

/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_contact {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.txt_mail {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.txt_mail p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_contact {
	padding-bottom: 30px;
	width: 98%;
}

/*== P ==*/
.txt_mail {
	padding-bottom: 30px;
	width: 98%;
}

.txt_mail p {
	font-size: 1em;/* 16px */
	line-height: 1.7;
	text-align: center;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_contact {
	padding-bottom: 25px;
	width: 97%;
}

/*== P ==*/
.txt_mail {
	padding-bottom: 25px;
	width: 97%;
}

.txt_mail p {
	font-size: 0.9375em;/* 15px */
	line-height: 1.6;
	text-align: center;
}


}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_contact {
	padding-bottom: 20px;
	width: 96%;
}

/*== P ==*/
.txt_mail {
	padding-bottom: 20px;
	width: 96%;
}

.txt_mail p {
	font-size: 0.875em;/* 14px */
	line-height: 1.5;
	text-align: left;
}



}