@charset "utf-8";
/* CSS Document */

/* webkit */
::-webkit-input-placeholder {
    color:    #999;
}

/* firefox */
:-moz-placeholder {
    color:    #999;
}

#crmWebToEntityForm {
	background-color: #f0f0f0;
    padding: 20px 160px;
}

#crmWebToEntityForm form {
	padding: 20px;
    background-color: #fff;
}

.mailForm .text {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
	line-height: 1.73;
}

.mailForm table {
	width: 100%;
	border-collapse: collapse;
}

.mailForm table tr td:last-child {
	min-width: 400px;
}

.mailForm table th,
.mailForm table td {
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px solid #C1CACF;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

.mailForm table td:first-child {
	text-align: left;
	padding-right: 15px;
	box-sizing: border-box;
}

.mailForm table .tStyle {
	border-top: none;
}

.mailForm table .thStyle01,
.mailForm table .tdStyle01 {
	padding: 10px 0 35px;
	border: none;
	vertical-align: middle;
}

.mailForm table th {
	width: 30%;
	padding-right: 15px;
	vertical-align: top;
	box-sizing: border-box;
}

.mailForm table th span {
    color: #E01714;
    float: right;
}

.mailForm table th.title {
	width: 100%;
	background-color: #f0f0f0;
	text-align: center;
}

.mailForm table tr.noline th ,
.mailForm table tr.noline td {
	border-top: 0;
}

.mailForm td dl {
	display: table;
	width: 100%;
}

.mailForm td dt {
	font-size: 44px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: 2px;
}

.mailForm td dt img {
    margin: -7px 25px 0 0;
    vertical-align: middle;
}

.mailForm td dd {
    padding-left: 15px;
    width: 63px;
    font-size: 11px;
    line-height: 1.7;
	color: #767B81;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #000;
}

.mailForm td .selectUl01 {
	margin-bottom: 10px;
}

.mailForm td .selectUl01 li:first-child {
	margin-bottom: 5px;
}

.mailForm td .selectUl01 select {
	padding: 3px 10px;
	width: 245px;
	border: none;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mailForm td p {
	font-size: 12px;
	line-height: 2;
}

.mailForm td label.half {
	width: 49%;
	display: inline-block;
}

.mailForm td label.third {
	width: 32%;
	display: inline-block;
}

.mailForm td label.full {
	width: 100%;
	display: inline-block;
}


.mailForm td span.b-t {
	display: block;
	padding: .5em 0;
    border-top: 1px dotted #ccc;
}

.mailForm .tdStyle02 select {
	width: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mailForm .acc {
	cursor: pointer;
}

.mailForm .acc .icon {
	position: relative;
	border-radius: 50%;
    background-color: #DE9A29;
    width: 18px;
    height: 18px;
}

.mailForm .acc .icon::before, .mailForm .acc .icon::after {
  position: absolute;
  top: 8px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  transform: translateX(-50%);
}

.mailForm .acc .icon:after {
  top: 2px;
  left: -4px;
  transform: rotate(90deg);
}

.mailForm .on .acc .icon:after {
	display: none;
}

.mailForm tbody.acc-body {
	display: none;
	transition: .3s;
}

.mailForm td input[type="text"] {
	width: 100% !important;
	height: 25px;
	padding: 2px;
	box-sizing: border-box;
	border: none;
	background-color: #f0f0f0;
	border-radius: 0;
}

.mailForm td input.half {
    width: 45% !important;
    margin-right: 3%;
}

.mailForm td textarea {
	margin-bottom: 15px;
	width: 100% !important;
	height: 150px;
	padding: 2px;
	box-sizing: border-box;
	border: none;
	background-color: #f0f0f0;
	border-radius: 0;
}

.mailForm .selectUl02 li {
	position: relative;
	margin-bottom: 10px;
}

.mailForm .selectUl02 li:last-child {
	margin: 0;
}

.mailForm .selectUl02 li span {
	display: block;
	position: absolute;
	top: 0;
	left: -67px;
}

.mailForm .selectUl02 li .text01 {
	width: 250px;
	height: 25px;
}

.mailForm .selectUl02 li .select01 {
	width: 250px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mailForm .submit {
    margin-top: 13px;
}

.mailForm .submit input:hover {
	cursor: pointer;
	background-color: #6e6e6e;
}

.mailForm .ulSub li input {
	margin-top: -2px;
	vertical-align: middle;
}

.mailForm .submit input {
    padding: 6px 0 !important;
    width: 100% !important;
    color: #FFF !important;
    font-size: 20px !important;
    text-align: center !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border: none !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background-color: #DE9A29 !important;
    box-sizing: border-box !important;
}

.mailForm .report-title-table {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}

.mailForm .report-title-table tr td:first-child {
	width: 20px !important;
	text-align: left;
}

.box-blue {
    margin: 15px 0;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #ffcc99;
    height: auto;
}

.entry-header {
    display: block;
    clear: both;
    width: 100%;
    border: none;
    text-align: left;
    margin-top: 15px;
    padding: 8px;
	box-sizing: border-box;
    background-color: #f0f0f0;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #ff0000;
	margin-bottom: .5em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	#crmWebToEntityForm ,
	#crmWebToEntityForm form {
		padding: 0;
	}
	
	.mailForm table th,
	.mailForm table td {
		padding: 5px 0;
		width: 100% !important;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		border-top: 0;
	}

	.mailForm table td.submit {
		border-bottom: 0;
	}
	
	.mailForm td input.half {
		width: 100% !important;
		margin-bottom: 2px;
	}
	
	.form .mailForm table td {
		padding: 0 0 14px;
		border: none;
	}
	
	.mailForm table tr td:first-child {
		width: 100% !important;
		border-bottom: 0;
		border-top: 0:
	}
	
	.mailForm table tr td:last-child {
		min-width: 100% !important;
	}
	
	.mailForm table tr.line-none-sp td {
		border-bottom: 0;
		border-top: 0:
	}		
	
	.mailForm td label.half ,
	.mailForm td label.full {
		width: 100%;
		display: inline-block;
		font-size: 13px;
	}	

	.mailForm td label.third {
		width: 48%;
		display: inline-block;
		font-size: 13px;
	}	

	.mailForm td label.third input.half {
		width: 30% !important;
		display: inline-block;
		font-size: 13px;
	}

	.mailForm td label.third {
		width: 100%;
		display: inline-block;
		font-size: 13px;
	}	

	.mailForm td label.sp-full {
		width: 100%;
	}
	
	.mailForm .navi-table02 {
	}		
	
	.mailForm .report-title-table tr td:first-child {
		display: table-cell;
	}

	.mailForm .report-title-table tr td {
		border-bottom: 0;
	}
	
	.mailForm .navi-table02 td {
		font-size: 12px;
	}
	
}

@media all and (min-width: 0) and (max-width: 374px) {
	.form .mailForm .selectUl02 {
		margin: 0;
	}
	
	.form .mailForm .selectUl02 li input {
		width: 230px;
	}
	
	.form .mailForm .selectUl02 li .text01 {
		width: 230px;
	}
	
	.form .mailForm .selectUl02 li .select01 {
		width: 230px;
	}

}