@charset 'UTF-8';

/* #malform
------------------------------*/

.contact-info{
	margin-bottom: 60px;
	padding-top: 130px;
	margin-top: -130px;
}

.contact-text{
	font-size: 1.4rem;
}

.contact-text span{
	font-weight: normal;
	color: #da7542;
}
#mailform {
	margin-top: 20px;
}

#mailform tr:last-child td{
	padding: 20px 20px 15px;
}
#mailform th {
	width: 280px;
	vertical-align: top;
	/* font-weight: bold; */
}
.section .req {
	display: inline-block;
	color: #2e5614;
	font-weight: normal;
	/* font-size: 1rem; */
}
#mailform th.none {
	vertical-align: top;
}
#mailform th .req {
	margin-left: 5px;
}
#mailform td .example {
	display: inline-block;
	margin: 5px 0 0;
	font-size: 1.2rem;
}
#mailform td .example02{
	display: inline-block;
	margin-right: 7px;
	font-size: 1.4rem;
}

#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 td input.short.address{
	width: 200px;
}
#mailform td input.datepicker{
	width: 220px;
	margin-bottom: 15px;
}
#mailform input[type='text'] {
	width: 100%;
	height: 36px;
	background: #f9f6ef;
	padding: 0;
	font-size: 1.4rem;
	border: 0px solid #C6C6C6;
	margin: 5px 0 8px;
	padding:0 5px;
}
#mailform input.short {
	width: 300px;
	max-width: 100%;
}
#mailform input.postage {
	width: 150px;
	max-width: 100%;
	margin: 5px 0 0 5px;
}
#mailform input.middle{
	width: 100%;
}
#mailform input.long.address {
	margin-top: 15px;
	width: 635px;
	max-width: 100%;
}
#mailform input[type='radio'] {
	display: none;
}
#mailform input[type='radio'] + label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
	cursor: pointer;
}
#mailform table tr.row01{
	display: none;
}
#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 table td select {
	border: 1px solid #C6c6c6;
	width: 260px;
	height: 34px;
	color: #000000;
	padding: 0 7px;
	font-size: 1.4rem;
	/*background: #ffffff url(../image/icon_select.jpg) right -1px center no-repeat;*/
}
#mailform table td select.content {
	width: 540px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
#mailform textarea {
	width: 100%;
	min-height: 120px;
	background: #f9f6ef;
	padding: 0;
	font-family: inherit;
	font-size: 1.4rem;
	border: 0px solid #c6c6c6;
	resize: vertical;
	padding: 5px;
}
#mailform table .att{
	font-size: 1.2rem;
	line-height: 1.75;
	font-weight: normal;
}
#mailform p.submit {
	margin-top: 30px;
	text-align: center;
	border: 0;
}
#mailform p.submit button:hover {
	opacity:0.8;
}
#mailform p.submit button{
	border: none;
	cursor: pointer;
	outline: none;}

.privacy.section {
	font-size: 1.2rem;
	line-height: 1.75;
	/* margin-bottom: 60px; */
}
#ui-datepicker-div{font-size:1.4em}

.privacy .box:last-child {
	margin-bottom: 0;
}
.privacy .text {
	margin-bottom: 3px;
}
.privacy .policy > li {
	padding-left: 12px;
	margin: 0 0 3px 15px;
	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;
}


::-webkit-input-placeholder {
	color: #C1C1C1;
}

:-moz-placeholder {
	color: #C1C1C1;
}

::-moz-placeholder {
	color: #C1C1C1;
}

:-ms-input-placeholder {
	color: #C1C1C1;
}