@charset 'UTF-8';
.contact-info {
	margin-bottom: 50px;
}
.contact-info .title{
	color: #0D56CC;
	font-weight: bold;
}
.contact-info ul{
	display: flex;
	align-items: center;
	margin-top: 8px;
}
.contact-info .tel{
	margin-left: 10px;
	font-size: 2.6rem;
	color: #333333;
	font-weight: bold;
}
/* #malform
------------------------------*/
.contact-mail{
	margin-bottom: 50px;
}
#mailform {
	margin-top: 23px;
}
#mailform .row01 {
	display: none;
}
#mailform th,
#mailform td {
	vertical-align: top;
}
#mailform th {
	width: 294px;
	background: #E2D571;
	vertical-align: top;
	font-weight: normal;
}
#mailform th span{
	display: inline-block;
	font-weight: bold;
	font-size: 1.0rem;
}
#mailform th span.text{
	font-weight: normal;
}
#mailform th .req {
	color: #EF530F;
}
#mailform th p{
	font-size: 1.0rem;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
#mailform td{
	background: #FFFFFF;
}
#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;
	line-height: 2.3333;
	font-size: 1.2rem;
}
#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: 30px;
	background: #E0DDC7;
	padding: 5px;
}
#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 tr:last-child th,
#mailform tr:last-child td{
	padding: 19px 19px 20px;
}
#mailform textarea {
	width: 100%;
	display: block;
	min-height: 120px;
	background: #E0DDC7;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
#mailform p.submit {
	margin-top: 40px;
	text-align: center;
}
#mailform p.submit{
	display: block;
	width: 360px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #EF530F;
	border: 3px solid #CC3E0D;
	border-radius: 10px;
	margin: 30px auto 0;
}
#mailform p.submit:hover{
	opacity: 0.8;
}
#mailform p.submit button {
	padding-left: 30px;
	background: url('../image/icon04.png') left 100px center no-repeat;
	display: block;
	text-align: center;
	color: #F9F8EA;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	border: none;
	font-weight: bold;
	outline: none;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.privacy {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.75;
}
.privacy .box {
	margin-bottom: 50px;
}
.privacy .box:last-child {
	margin-bottom: 0;
}
.privacy .text {
	margin-bottom: 15px;
}
.privacy .policy > li {
	padding-left: 4px;
	margin: 0 0 15px 16px;
	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;
}

