@charset 'UTF-8';

.section{
	width: 800px;
	margin: 0 auto 60px;
}
.contact-text span {
	color: #006633;
}
/* #malform
------------------------------*/
#mailform {
	margin-top: 30px;
}
#mailform .row01 {
	display: none;
}
#mailform th,
#mailform td {
	vertical-align: top;
    padding: 17px 20px 20px;
    font-size: 1.4rem;
}
#mailform th {
	width: 260px;
	background: #FAF7F4;
	vertical-align: top;
	font-weight: normal;
    font-size: 1.4rem;
}
#mailform th .req {
	display: inline-block;
	margin-left: 0;
	color: #FF3333;
	font-size: 1.2rem;
}
#mailform th img {
	vertical-align: -2px;
}
#mailform td .custom-control {
	display: inline-block;
}
#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: 10px;
	line-height: 1.4;
	font-size: 1.2rem;
	color: #808080;
}
#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'] {
	color: #999999;
	width: 100%;
	height: 30px;
	background: #F2F2F2;
	padding: 9px;
}
#mailform input.short {
	width: 250px;
	max-width: 100%;
}
#mailform input.postage {
	width: 200px;
	max-width: 100%;
	margin: 5px 0 15px 15px;
}
#mailform input.add{
	margin-bottom: 15px;
}
#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: 20px;
	margin-right: 15px;
	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: 150px;
	background: #F0F0F0;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
#mailform p.submit {
	text-align: center;
	margin-top: 30px;
}
#mailform p.submit button {
	border: none;
	outline: none;
	width: 300px;
	margin: 0px auto 0;
	line-height: 1.0;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
	padding: 22px 0;
	border-radius: 30px;
	background: #006633;
}
#mailform p.submit:hover{
	opacity: 0.8;
}
.privacy {
	margin-bottom: 75px;
	font-size: 1.2rem;
	line-height: 1.8;
}
.privacy .box {
	margin-bottom: 50px;
}
.privacy .box:last-child {
	margin-bottom: 0;
}
.privacy .text {
	margin-bottom: 20px;
}
.privacy .policy > li {
	padding-left: .5em;
	margin: 0 0 20px 1.3em;
	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 table th span{
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	display: inline-block;
}
.section table td.none {
    padding: 24px 20px 15px;
}