@charset "utf-8";

/* ==============================
Smartphone contact layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*#contact {
	background-color: #ebf0f0;
}*/

/* list
--------------------------------- */
#intro02 {
	margin-bottom: 96px;
}
.contact__list li {
	width: 100%;
	list-style: none;
}
.contact__list li:not(:first-of-type) a {
	border-top: none;
}
.contact__list a {
	color: #333;
	display: block;
	border: 1px solid #dfdfdf;
	padding: 24px;
}
.contact__list a:hover {
	color: #aaa;
	text-decoration: none;
}
.contact__list h3 {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
}
.contact__list h3 span {
	font-size: 10px;
}
.contact__list p {
	margin-top: 16px;
}

/* intro
--------------------------------- */
#intro {
	margin-bottom: 64px;
}
#intro h3 {
	margin-top: 40px;
}
#intro h4 {
	margin-top: 32px;
}
@media only screen and (min-width: 480px){
	#intro .hdn--pcmax {
		display: none;
	}
}

/* contactform
----------------------------- */
#contactform {
	border-top: 1px solid #ccc;
	padding: 40px 0 120px;
}
/* list */
#mailformpro dl {
	padding-bottom: 12px;
}
#mailformpro dt {
	font-weight: 900;
	padding-top: 12px;
	margin-bottom: 12px;
}
#mailformpro dt i {
	color: #eb67a2;
	margin-left: 6px;
}
#mailformpro .btns {
	margin-top: 24px;
}
/* input */
.form-day02 {
	display: inline-block;
	padding-bottom: 4px;
}
#form-zip {
	margin-right: 2%;
	width: 49%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	font-size: 15px;
	border: 1px solid #d0d4d4;
	margin-bottom: 8px;
	padding: 0 8px;
	height: 56px;
}
textarea {
	padding: 12px 8px;
	width: 100% !important;
	height: 200px !important;
}
/* label */
.label--btn {
	background-color: #333;
	box-sizing: border-box;
	color: white;/* #ebf0f0 */
	cursor: pointer;
	display: block;
	line-height: 56px;
	transition: background-color .5s;
	margin-bottom: 12px;
	padding: 0 12px;
	height: 56px;
}
.label--btn:hover {
	background-color: #666 !important;
}
.label--btn.mfp_checked {
	background-color: #eb67a2;
}
.label--btn.mfp_not_checked {
	background-color: #666;
}