@charset 'UTF-8';

.c_tel{
	text-align: center;
	color: #990C08;
	font-size: 4.8rem;
	line-height: 1.0;
	font-family: 'Anton', sans-serif;
	letter-spacing: 0.7px;
}
.c_tel span{
	color: #24406D;
	margin-left: 7px;
	display: inline-block;
}
.c_time{
	text-align: center;
	font-size: 1.4rem;
	color: #24406D;
	margin-top: 10px;
	margin-bottom: 28px;
}
.c_time span{
	color: #B42A3C;
}
.contact-text{
	letter-spacing: -0.4px;
}

/* #malform
------------------------------*/
#mailform {
	margin-top: 25px;
}
#mailform .row01 {
	display: none;
}
#mailform th,
#mailform td {
	vertical-align: top;
}
#mailform th {
	width: 190px;
	background: none;
	vertical-align: middle;
}
#mailform th .req {
	display: inline-block;
	margin-left: 5px;
	color: #B42A3C;
	font-weight: 500;
	font-size: 1.6rem;
}
#mailform th img {
	vertical-align: -2px;
}
#mailform td .example {
	display: inline-block;
	margin: 15px 0 5px;
	line-height: 1.4;
}
#mailform td .example02,
#mailform td .example03 {
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1.8;
	font-size: 1.4rem;
	color: #333333;
	font-weight: 500;
}
#mailform td .example03 {
	margin-left: 1em;
}
#mailform td .menulink {
	margin-top: 10px;
	line-height: 1.4;
}
#mailform td .menulink a {
	text-decoration: underline;
	font-weight: normal;
}
#mailform td .menulink a:hover {
	text-decoration: none;
}
#mailform input[type='text'] {
	width: 100%;
	height: 29px;
	background: #FFFFFF;
	padding: 5px;
	margin-bottom: 8px;	font-family: inherit;
}
#mailform input.short {
	width: 222px;
	max-width: 100%;
}
#mailform input.postage {
	width: 222px;
	max-width: 100%;
	margin: 5px 0 0 5px;
}
#mailform input.middle {
	width: 400px;
	max-width: 100%;
}
#mailform input[type='radio'] {
	display: none;
}
#mailform input[type='radio'] + label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	cursor: pointer;
}
#mailform input[type='radio'] + label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 50%;
	margin-top: -8px;
}
#mailform input[type='radio'] + label::after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #999;
	border-radius: 50%;
	margin-top: -5px;
}
#mailform input[type='radio']:checked + label::after {
	display: block;
}
#mailform .select {
	overflow: hidden;
	position: relative;
	width: 400px;
	max-width: 100%;
	height: 38px;
}
#mailform .select::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	background: url('../image/mail_select.jpg') center no-repeat;
	pointer-events: none;
}
#mailform .select select {
	width: 100%;
	height: 38px;
	background: #F0F0F0;
	border: none;
	outline: none;
	border-radius: 0;
	padding: 5px;
	margin: 0;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#mailform textarea {
	width: 100%;
	min-height: 207px;
	background: #FFFFFF;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	margin-top: 8px;
}
#mailform p.submit {
	margin-top: 30px;
	text-align: center;
}
#mailform p.submit button {
	background: none;
	border: none;
	outline: none;
}

.privacy {
	margin-bottom: 0px;
	font-size: 1.4rem;
}
.privacy .box {
	margin-bottom: 50px;
}
.privacy .box:last-child {
	margin-bottom: 0;
}
.privacy .text {
	margin-bottom: 5px;
}
.privacy .policy > li {
	padding-left: 12px;
	margin: 0 0 5px 1.2em;
	list-style: decimal outside;
}
.privacy .policy > li:last-child {
	margin-bottom: 0;
}
.privacy .policy .list li {
	position: relative;
	padding-left: 1em;
}
.privacy .policy .list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.thanks-text {
	text-align: center;
}

.section{
	margin-bottom: 50px;
}

.section.privacy{
	margin-bottom: 64px;
}
