@charset 'UTF-8';
.mainArea .table .mainArea__input_text, .mainArea .table .table__tr_content .table__td:last-child textarea {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	box-sizing: border-box;
	border: 1px solid #ccc
}
.mainArea .table .table__td_list {
	zoom: 1
}
.mainArea .table .table__td_list:after {
	display: block;
	clear: both;
	content: ''
}

.mainMassage h3 {
    font-weight: bolder;
    font-size: 120%;
    text-align: center
}

.mainArea {
	width:100%;
	max-width: 950px;
	margin: 0 auto;
	padding:0 20px;
}

.mainArea .Message {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	max-width: 440px;
}
.mainArea .Message img {
	width:100%;
}

.mainArea .Message a {
	color: blue;
	text-decoration: underline
}

.mainArea .Message a:hover {
	text-decoration: none;
}

.mainArea .Message h4 {
	margin: 40px 0 20px;
}

.mainArea .Message p {
	margin-bottom: 20px;
}

.mainArea .Message li {
	margin-bottom: 30px;
}

.mainArea .Message p span {
	font-weight: bolder;
}

.mainArea .table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse
}
.mainArea .table .table__tr_post .mainArea__input_text {
	width: 190px
}
.mainArea .table .table__tr_post img {
	padding: 0 5px;
	vertical-align: middle
}
.mainArea .table .table__tr_address .mainArea__input_text {
	width: 700px
}
.mainArea .table .table__tr_content .table__td:last-child {
	line-height: 1;
	padding: 15px 20px
}
.mainArea .table .table__tr_content .table__td:last-child textarea {
	font-size: 12px;
	font-size: .75rem;
	width: 100%;
	height: 230px;
	padding: 8px;
	resize: none;
	vertical-align: bottom;
	letter-spacing: .09em
}
.mainArea .table .table__tr_productImg .mainArea__input_text {
	box-sizing: border-box;
	width: 562px;
	height: 31px;
	margin-right: 10px
}
.mainArea .table .table__tr_productImg .text {
	margin-top: 10px
}
.mainArea .table .table__tr_productImg .file__mask {
	display: inline-block;
	width: 128px;
	height: 31px;
	vertical-align: bottom;
	background: url(../img/inquiry/btn_refer.jpg)
}
.mainArea .table .table__td {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	box-sizing: border-box;
	padding: 15px 20px 15px 20px;
	letter-spacing: .02em;
	border: 1px solid #ccc
}
.mainArea .table .table__td:nth-child(1) {
	width: 210px;
	background-color: #f6f6f6
}
.mainArea .table .item {
	float: left
}
.mainArea .table .item:nth-child(1) {
	margin-right: 15px
}
.mainArea .table .item:nth-child(2) {
	display: table;
	height: 311px
}
.mainArea .table .item:nth-child(2) span {
	line-height: 27px;
	display: table-cell;
	height: 100%;
	vertical-align: middle
}
.mainArea .table .mainArea__input_text {
	font-size: 12px;
	font-size: .75rem;
	line-height: 30px;
	width: 410px;
	height: 30px;
	padding-left: 10px;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.mainArea .table .required {
	font-size: 10px;
	font-size: .625rem;
	display: inline-block;
	padding-left: 15px;
	color: red
}
.mainArea .table .radioArea {
	margin-bottom: 10px
}
.mainArea .table .btnArea__inquiry-wrap {
	font-size: 0
}
.mainArea .btnArea__inquiry-wrap img:first-child {
	margin-right: 20px
}
.mainArea .error {
	margin-top: 10px;
	color: red
}
.mainArea .block__title h2 {
	padding:50px 0 0 0;
	font-size:30px;
	color:#023061;
	text-align:center;
}
.example {
	font-size:13px;
}
.example li {
	margin-bottom:0!important;
}
.wpcf7c-btn-confirm, .wpcf7-submit, .wpcf7-back {
	width:100%;
	height: 50px;
	font-size: 17px;
	line-height: 0;
	background: #0e3f75;
	color: #fff;
}

@media screen and (max-width: 623px) {
	.mainArea .table .table__td {
		width:100%;
		display:block;
	}
	.mainArea .table .table__td:nth-child(1) {
		width: 100%;
	}
	.mainArea .table .mainArea__input_text {
		width:100%;
	}
}

@media screen and (max-width: 570px) {
	.mainArea .block__title h2 {
		padding:15vw 0 6vw;
	}
	.example {
		font-size:3.5vw;
	}
	.mainMassage h3 {
		font-size:4vw;
	}
	.wpcf7c-btn-confirm, .wpcf7c-force-hide {
		width:100%;
		padding:0 20px;
	}
	.wpcf7-list-item {
		font-size:3.5vw;
		display:block;
		line-height: 30px;
		margin-left:0;
	}
	input[type="radio"] {
		transform: scale(1.3);
		margin-right: 10px;
	}	
}