@charset "UTF-8";
/* css Contact [top] */

@import url("../content.css");
@import url("../form.css");
@import url("main.css");

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox p em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 110%;
	font-weight: 800;
	font-style: normal;
}
.textbox p a {
	color: #0197d5;
	font-weight: 600;
	text-decoration: underline;
}
.textbox p a {
	font-weight: 600;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* 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;
	text-align: left;
}



/* 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: 18px;
	line-height: 1.7;
}

/*---------------------------------------------------- */
/* Color box */
/*---------------------------------------------------- */
/*== Blue ==*/
.waku_contact .colorbox {
	margin-bottom: 20px;
}



}

/* 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: 16px;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Color box */
/*---------------------------------------------------- */
/*== Blue ==*/
.waku_contact .colorbox {
	margin-bottom: 16px;
}



}


/* 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: 14px;
	line-height: 1.5;
}

/*---------------------------------------------------- */
/* Color box */
/*---------------------------------------------------- */
/*== Blue ==*/
.waku_contact .colorbox {
	margin-bottom: 12px;
}



}