@charset 'UTF-8';

.contact-text span{
	font-weight: bold;
	color: #F77D19;
}
.contact-text span:last-child{
	font-weight: normal;
}
/* #malform
------------------------------*/

#mailform {
	margin-top: 23px;
}
#mailform .row01 {
	display: none;
}
#mailform td {
	background: #ffffff;
	font-size: 1.4rem;
}
#mailform tr:first-child th,l
#mailform tr:first-child td{
	padding: 13px 20px 11px;
}
#mailform th,
#mailform td{
	padding: 14px 19px 20px;
}
#mailform th {
	vertical-align: top;
	font-weight: bold;
}
#mailform th .req {
	display: inline-block;
	margin-left: 7px;
	color: #F77D19;
	/* font-size: 1.0rem; */
	font-weight: bold;
}
#mailform tr:last-child td{
	padding: 20px 20px 10px;
}
#mailform th .text{
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 5px;
}
#mailform .textarea th,
#mailform .textarea td{
	padding: 16px 21px 12px;
}
#mailform th img {
	vertical-align: -2px;
}
#mailform td{
	/* color: #FFFCEB; */
}
#mailform td .example {
	display: inline-block;
	margin: 15px 0 5px;
	line-height: 1.4;
}
#mailform td .example01{
	/* font-weight: bold; */
	display: block;
	margin-bottom: 5px;
}
#mailform td select +.example01{
	margin-top: 12px;
}

#mailform td .example03{
	display: inline-block;
	line-height: 1.5;
	font-size: 1.4rem;
}
#mailform td .example02{
	margin-bottom: 5px;
	display: block;
}
#mailform td .example03{
	/* font-size: 1.6rem; */
	margin-left: 6px;
}
#mailform td .example04{
	margin: 7px 0;
	display: block;
}
#mailform td .example05{
	margin:0 3px;
}
#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 .custom-control {
	display: inline-block;
}
#mailform input[type='text'] {
	width: 100%;
	height: 30px;
	background: #B5E2DC;
	padding: 0 5px;
}
#mailform input.short {
	width: 130px;
	max-width: 100%;
	margin-left: 7px;
}
#mailform input.postage {
	width: 222px;
	max-width: 100%;
	margin: 5px 0 0 5px;
}
#mailform input.middle {
	width: 130px;
	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 table td select {
	border: 0px solid #F7DECA;
	height: 30px;
	font-family: inherit;
	width: 130px;
	margin-left: 27px;
	color: #333;
	padding: 0 5px;
	background: #b5e2dc url(../image/icon_select.jpg) right center no-repeat;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
#mailform textarea {
	width: 100%;
	min-height: 207px;
	background: #b5e2dc;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
#mailform p.submit {
	margin-top: 50px;
	text-align: center;
}
#mailform p.submit button{
	border: none;
	outline: none;
	display: block;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	background: #71BCBC;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
	/* border-radius: 3px; */
	color: #ffffff;
	line-height: 1.5;
	padding: 16px 0 14px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	font-size: 2rem;
}
#mailform p.submit button:hover{
	background: #F77D19;
}
#mailform p.submit button span{
	padding-right: 95px;
	background: url("../image/icon_submit_off.jpg") right center no-repeat;
}
#mailform p.submit button:hover span{
	background: url("../image/icon_submit_on.jpg") right center no-repeat;
}

.privacy {
	font-size: 1.4rem;
	line-height: 1.86;
	margin-bottom: 0px;
}

.privacy .box:last-child {
	margin-bottom: 0;
}
.privacy .text {
	margin-bottom: 10px;
}
.privacy .policy > li {
	padding-left: 13px;
	margin: 0 0 10px 17px;
	list-style: decimal outside;
}
.privacy .policy > li:last-child {
	margin-bottom: 0;
}
.privacy .policy .list li {
	position: relative;
	padding-left: 15px;
}
.privacy .policy .list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

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

