@charset "UTF-8";
/* css Contact [top] */

@import url("../content.css");
@import url("../form.css");
@import url("main.css");

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt p em, .txt-t p em, .txt-b p em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 110%;
	font-weight: 800;
	font-style: normal;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_left {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_about .about_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_about .about_left .photo_logo {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border: solid 10px #8964aa;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_about .about_left .photo_logo img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== tel ==*/
.waku_about .about_right .askTel {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_right .askTel h3 {
	padding: 0;
	margin: 0;
	color: #008080;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.0;
}
.waku_about .about_right .askTel h3 i {
	padding: 0;
	margin: 0;
	color: #008080;
	font-size: 108%;
	font-style: normal;
}
.waku_about .about_right .askTel h3 a {
	color: #008080;
	text-decoration: none;
}
.waku_about .about_right .askTel h3 a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: underline;
}

/*== P ==*/
.waku_about .about_right .txt_tel {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_right .txt_tel p {
	padding: 0;
	margin: 0;
	color: #008080;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

/*---------------------------------------------------- */
/* 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-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== h4 ==*/
.privacy-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.privacy-title h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
}

/*== Waku ==*/
.waku_privacy {
	padding: 0;
	margin: 0 auto;
	height: auto;
	color: #2d2e2f;
	font-weight: 600;
	text-align: center;
	line-height: 1.0;
}
.waku_privacy .privacybox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*---------------------------------------------------- */
/* checkbox */
/*---------------------------------------------------- */
/*== Checkbox ==*/
.waku_privacy .privacybox .check-input {
	display: none;
}
.waku_privacy .privacybox .check-input + label {
	padding-left: 26px;
	position: relative;
	margin-right: 26px;
}
.waku_privacy .privacybox .check-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fff;
}
.waku_privacy .privacybox .check-input:checked + label {
	color: #008080;
}
.waku_privacy .privacybox .check-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 5px;
	width: 7px;
	height: 15px;
	transform: rotate(40deg);
	border-bottom: 4px solid #008080;
	border-right: 4px solid #008080;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 98%;
	overflow: hidden;
}
.waku_about .about_left {
	width: 48%;
	float: left;
}
.waku_about .about_right {
	margin-top: 20px;
	width: 48%;
	float: right;
}

/*== img ==*/
.waku_about .about_left .photo_logo {
	padding: 20px 35px;
	width: 100%;
	border-width: 6px;
}

/*== tel ==*/
.waku_about .about_right .askTel {
	margin-bottom: 12px;
	width: 100%;
}
.waku_about .about_right .askTel h3 {
	font-size: 50px;
	text-align: center;
}
.waku_about .about_right .askTel h3 i {
	margin-right: 10px;
}

/*== P ==*/
.waku_about .about_right .txt_tel {
	width: 98%;
}
.waku_about .about_right .txt_tel p {
	font-size: 18px;
	text-align: center;
}

/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_contact {
	padding-bottom: 35px;
	width: 98%;
}

/*== P ==*/
.txt_mail {
	padding-bottom: 35px;
	width: 98%;
}
.txt_mail p {
	font-size: 16px;
	text-align: center;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== h4 ==*/
.privacy-title {
	margin-bottom: 16px;
	width: 98%;
}
.privacy-title h4 {
	font-size: 23px;
}

/*== Waku ==*/
.waku_privacy {
	width: 98%;
	font-size: 20px;
}
.waku_privacy .privacybox {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* checkbox */
/*---------------------------------------------------- */
/*== Checkbox ==*/
.waku_privacy .privacybox .check-input + label::before {
	top: 6px;
}
.waku_privacy .privacybox .check-input:checked + label::after {
	top: 2px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 98%;
}
.waku_about .about_left {
	margin: 0 auto;
	width: 70%;
	display: block;
}
.waku_about .about_right {
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
	display: block;
}

/*== img ==*/
.waku_about .about_left .photo_logo {
	padding: 20px 35px;
	width: 100%;
	border-width: 6px;
}

/*== tel ==*/
.waku_about .about_right .askTel {
	margin-bottom: 10px;
	width: 100%;
}
.waku_about .about_right .askTel h3 {
	font-size: 40px;
	text-align: center;
}
.waku_about .about_right .askTel h3 i {
	margin-right: 8px;
}

/*== P ==*/
.waku_about .about_right .txt_tel {
	width: 98%;
}
.waku_about .about_right .txt_tel p {
	font-size: 16px;
	text-align: center;
}

/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_contact {
	padding-bottom: 25px;
	width: 98%;
}

/*== P ==*/
.txt_mail {
	padding-bottom: 25px;
	width: 98%;
}
.txt_mail p {
	font-size: 14px;
	text-align: center;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== h4 ==*/
.privacy-title {
	margin-bottom: 13px;
	width: 98%;
}
.privacy-title h4 {
	font-size: 20px;
}

/*== Waku ==*/
.waku_privacy {
	width: 98%;
	font-size: 18px;
}
.waku_privacy .privacybox {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* checkbox */
/*---------------------------------------------------- */
/*== Checkbox ==*/
.waku_privacy .privacybox .check-input + label::before {
	top: 4px;
}
.waku_privacy .privacybox .check-input:checked + label::after {
	top: 0;
}




}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	width: 98%;
}
.waku_about .about_left {
	margin: 0 auto;
	width: 90%;
	display: block;
}
.waku_about .about_right {
	margin: 0 auto;
	margin-top: 15px;
	width: 100%;
	display: block;
}

/*== img ==*/
.waku_about .about_left .photo_logo {
	padding: 20px 35px;
	width: 100%;
	border-width: 6px;
}

/*== tel ==*/
.waku_about .about_right .askTel {
	margin-bottom: 8px;
	width: 100%;
}
.waku_about .about_right .askTel h3 {
	font-size: 30px;
	text-align: center;
}
.waku_about .about_right .askTel h3 i {
	margin-right: 6px;
}

/*== P ==*/
.waku_about .about_right .txt_tel {
	width: 98%;
}
.waku_about .about_right .txt_tel p {
	font-size: 14px;
	text-align: center;
}

/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_contact {
	padding-bottom: 15px;
	width: 98%;
}

/*== P ==*/
.txt_mail {
	padding-bottom: 15px;
	width: 98%;
}
.txt_mail p {
	font-size: 12px;
	text-align: left;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== h4 ==*/
.privacy-title {
	margin-bottom: 10px;
	width: 98%;
}
.privacy-title h4 {
	font-size: 18px;
}

/*== Waku ==*/
.waku_privacy {
	width: 98%;
	font-size: 16px;
}
.waku_privacy .privacybox {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* checkbox */
/*---------------------------------------------------- */
/*== Checkbox ==*/
.waku_privacy .privacybox .check-input + label::before {
	top: 2px;
}
.waku_privacy .privacybox .check-input:checked + label::after {
	top: -2px;
}


}