@charset 'UTF-8';

/* #malform
------------------------------*/
.section{
	max-width: 800px;
}
.contact-info{
	margin-bottom: 70px;
}
.contact-tel{
	margin-bottom: 25px;
	background: url("../image/bg01.png") left 37px top 33px no-repeat,
	url("../image/bg02.png") right 44px top 33px no-repeat;
	background-color: #81ccb5;
	padding: 33px 230px 27px 235px;
}
.contact-tel .tel{
	color: #fff;
	font-size: 2.6rem;
	margin-bottom: 14px;
}
.contact-tel .tel span{
	font-size: 4.8rem;
	margin-left: 3px;
}
.contact-tel .time{
	line-height: 1.4;
	margin-left: -4px;
	font-size: 1.2rem;
	margin-bottom: 12px;
}
.contact-tel .text{
	line-height: 1.67;
	font-size: 1.2rem;
}
.contact-text span{
	font-weight: bold;
	color: #ee913d;
}
.contact-text span:last-child{
	font-weight: normal;
}
#mail {
	margin-top: -36px;
	padding-top: 61px;
}

#mailform th,
#mailform td {
	vertical-align: top;
	padding: 15px 20px 14px;
}
#mailform tr:last-child td{
	padding: 20px 20px 10px;
}
#mailform th {
	width: 28%;
	vertical-align: top;
	font-weight: normal;
}
.section .req {
	display: inline-block;
	color: #ee913d;
	font-weight: bold;
	font-size: 1.2rem;
}
#mailform th.none {
	vertical-align: top;
}
#mailform th .req {
	margin-left: 5px;
}
#mailform td .example {
	display: inline-block;
	margin: 0 0 7px;
	line-height: 1.4;
}
#mailform td .example02,
#mailform td .example03 {
	display: inline-block;
	margin: 15px 0 7px;
	line-height: 1.4;
	/* font-size: 1.2rem; */
	/* margin-left: 10px; */
}
#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 td input.middle.address{
	margin-top: 0;
}
#mailform td input.short.address{
	margin-left: 7px;
	width: 200px;
}
#mailform td input.datepicker{
	width: 260px;
}
#mailform input[type='text'] {
	width: 100%;
	height: 30px;
	background: #fff8b6;
	padding: 0;
	font-size: 1.2rem;
}
#mailform input.short {
	width: 260px;
	max-width: 100%;
}
#mailform input.postage {
	/*width: 222px;*/
	/*max-width: 100%;*/
	margin: 5px 0 10px 0;
}
#mailform input[name='住所1'] {
	margin-bottom: 10px;
}
#mailform input.middle {
	width: 100%;
	max-width: 100%;
}
#mailform input[type='radio'] {
	display: none;
}
#mailform input[type='radio'] + label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-right: 15px;
	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: 0px solid #CCCCCC;
	width: 260px;
	height: 25px;
	color: #8E7C6E;
	padding: 0 5px;
	font-size: 1.2rem;
	background: #FCFBF5 url("../image/icon_select.png") right center no-repeat;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
#mailform textarea {
	width: 100%;
	min-height: 202px;
	background: #fff8b6;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
#mailform table .att{
	font-size: 1.2rem;
	line-height: 1.75;
}
#mailform p.submit {
	margin-top: 40px;
	text-align: center;
}
#mailform p.submit button {
	background: none;
	border: none;
	outline: none;
}
.privacy.section {
	margin-bottom: 90px;
	font-size: 1.2rem;
	line-height: 1.75;
}

.privacy .subtitle{
	background: url("../image/icon03.png") left top no-repeat;
}

.privacy .box:last-child {
	margin-bottom: 0;
}
.privacy .text {
	margin-bottom: 10px;
}
.privacy .policy > li {
	padding-left: 5px;
	margin: 0 0 10px 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: #8E7C6E;
}

:-moz-placeholder {
	color: #8E7C6E;
}

::-moz-placeholder {
	color: #8E7C6E;
}

:-ms-input-placeholder {
	color: #8E7C6E;
}