@charset 'UTF-8';

.headding {
	padding-top: 27px;
	margin-bottom: 47px;
}

/* #malform
------------------------------*/
.contact-info {
	margin-bottom: 80px;
}

.contact-text {
	margin-top: 46px;
}
.contact-text span.red {
	color: #c13600;
	font-weight: bold;
}
.contact-text a {
	text-decoration: none;
	font-weight: 500;
	color: #333;
}

#mailform {
	margin-top: 45px;
}
#mailform th,
#mailform td {
	vertical-align: top;
	/* border-left: 2px solid #00346e; */
}
#mailform tr td{
	font-size: 1.4rem;
}
#mailform tr td.address {
	color: #9E9E9E;
}
#mailform tr td a{
	text-decoration: underline;
}
#mailform tr td a:hover{
	text-decoration: none;
}
#mailform tr:last-child td{
	padding: 20px 20px 15px;
}
#mailform th {
	width: 33.8%;
	vertical-align: top;
	/* font-weight: bold; */
}
.section .req {
	display: inline-block;
	color: #c13600;
	font-weight: bold;
	font-size: 1.6rem;
}
#mailform th.none {
	vertical-align: top;
}
#mailform td .example {
	display: inline-block;
	margin: 0;
	line-height: 1.4;
	/* font-size: 1.4rem; */
}
#mailform td .example02,
#mailform td .example03 {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 1.4rem;
	margin-left: 0;
}
#mailform td .example03 {
	margin: 15px 0 5px;
}
#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.even {
	display: block;
	margin-bottom: 15px;
}
#mailform td input.middle.address{
	margin-top: 10px;
}
#mailform td input.short.address{
	margin-left: 7px;
	width: 200px;
}
#mailform td input.datepicker{
	width: 170px;
	margin-right: 15px;
	height: 30px;
}
#mailform input[type='text'] {
	width: 100%;
	height: 36px;
	background: #ffffff;
	padding: 0 10px;
	font-size: 1.6rem;
}
#mailform input+input {
	display: block;
	margin-top: 10px;
}
#mailform input.short {
	width: 70%;
	max-width: 172px;
}
#mailform input.postage {
	max-width: 150px;
	margin-left: 15px;
}
#mailform input.middle {
	width: 80%;
	max-width: 400px;
}
#mailform input.long {
	width: 100%;
	max-width: 100%;
}
#mailform input[type='radio'] {
	display: none;
}
#mailform input[type='radio'] + label {
	display: inline-block;
	position: relative;
	padding-left: 22px;
    margin-right: 57px;
	cursor: pointer;
	font-size: 1.6rem;
}
#mailform table tr.row01{
	display: none;
}
#mailform input[type='radio'] + label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	background: #cfd3d0;
	border: 1px solid #cfd3d0;
	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: 200px;
	height: 30px;
	color: #333333;
	font-size: 1.4rem;
	font-family: inherit;
	background: #fff url(../image/icon_select.jpg) right -2px center no-repeat;
	padding: 0 7px;
	margin-top: 10px;
}
#mailform table td select:hover {
	cursor: pointer;
	opacity: 0.8;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
#mailform textarea {
	width: 100%;
	min-height: 140px;
	background: #ffffff;
	padding: 10px;
	margin: 0;
	font-family: inherit;
	font-size: 1.6rem;
}
.submit button {
	display: block;
	margin: 50px auto 0;
	width: 320px;
	border: none;
	font-size: 2.2rem;
	text-decoration: none;
	line-height: 70px;
	background: #00346e;
	font-weight: normal;
	color: #ffffff;font-family:"游明朝","Yu Mincho", YuMincho,serif, 'メイリオ', 'Meiryo', sans-serif;
}
.submit button:hover{
	opacity: 0.8;
}

.privacy {
	background: #fff;
	margin-bottom: 0px;
	padding: 100px 0;
	font-size: 1.4rem;
	line-height: 1.43;
}


.privacy .box{
	max-width: 880px;
	margin: 0 auto;
}
.privacy .box:last-child {
	margin-bottom: 0;
}
.privacy .text {
	margin-bottom: 15px;
}
.privacy .policy > li {
	padding-left: 5px;
	margin: 0 0 15px 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: #9E9E9E;
}
:-moz-placeholder {
	color: #9E9E9E;
}
::-moz-placeholder {
	color: #9E9E9E;
}
:-ms-input-placeholder {
	color: #9E9E9E;
}
