input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form {
	border-top: 1px solid #e5e5e5;
}
form .incury_contents {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form .error_contents {
	margin: 0 0 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
form .error_contents .error_list {
	border: 1px solid #d71932;
	background: #f5f5f5;
	padding: 20px 0;
	line-height: 1.5;
}
form .error_contents .error_txt {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(/pt/common/img/ic/ic_dott04.png) no-repeat 20px center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #d71932;
}
form .error_contents .error_txt:last-child {
	margin: 0;
}
form .notes_txt {
	margin: 0 0 25px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #d71932;
	font-size: 1.4rem;
}
form .notes_txt p {
	padding: 0 0 0 20px;
	font-weight: bold;
}
form .notes_txt p:before {
	content: url(/pt/common/img/ic/ic_asterisk.png);
	position: relative;
	left: -7px;
}
form dl {
	display: table;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form dl.bcaps {
	margin: 0 0 5px;
}
form dt {
	display: table-cell;
	width: 18.8%;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.5;
	text-align: right;
	font-weight: bold;
	font-size: 1.4rem;
}
form dt.ico_note {
	background: url(/pt/common/img/ic/ic_asterisk.png) no-repeat 96% center;
}
form dt span {
	display: block;
	font-weight: bold;
}
form dd {
	display: table-cell;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
form .caps {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
}
form .caps p {
	width: 80%;
	float: right;
	font-size: 1.2rem;
	color: #666666;
}
form .caps:after {
	content: "";
	display: block;
	clear: both;
}
form input {
	width: 95.587%;
	max-width: 720px;
	height: 40px;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #f0f0f0;
}
form input::-ms-reveal {
	visibility: hidden;
}
form input.mid {
	width: 60.929%;
	max-width: 460px;
}
form input.sma {
	width: 26.553%;
	max-width: 200px;
}
form input[type="radio"] {
	height: auto;
	width: inherit;
	max-width: none;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
form div.checkbox {
	padding: 0 0 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form div.checkbox.br {
	max-width: 470px;
}
form .mgn_con01 {
	margin-bottom: 10px;
}
form .mgn_con01 div.checkbox {
	width: 95.587%;
	max-width: 720px;
}
form .mgn_con02 {
	margin-bottom: 30px;
}
form dt.top {
	vertical-align: top;
}
form dt.top.ico_note {
	background: url(/pt/common/img/ic/ic_asterisk.png) no-repeat 96% 7px;
}
form .select_wrap {
	width: 60.929%;
	max-width: 460px;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
}
form .select_wrap select {
	width: 110%;
}
form select {
	width: 60.929%;
	height: 40px;
	padding: 0 0 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #f0f0f0 url(/pt/common/img/ic/ic_arb07.png) no-repeat 87% center;
	color: #666666;
}
form .checkCol,
form .radioCol {
	margin: 0 2em 1em 0;
	padding-top: 3px;
	display: inline-block;
}
form input[type=checkbox] {
	display: none;
}
form input[type=checkbox]:checked + .checkbox {
	background: url(/pt/common/img/ic/ic_checked.png) no-repeat left center;
}
form label {
	color: #333333;
	font-size: 1.4rem;
}
form label.checkbox {
	padding: 0 0 2px 2em;
	background: url(/pt/common/img/ic/ic_check.png) no-repeat left center;
}
form textarea {
	width: 95.587%;
	max-width: 720px;
	padding: 5px 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #f0f0f0;
	line-height: 1.5;
	font-size: 1.4rem;
}
form dl ul {
	width: 95.587%;
	max-width: 720px;
	margin-bottom: 30px;
}
form dl li {
	padding: 0 0 0 16px;
	background: url(/pt/common/img/ic/ic_dott02.png) no-repeat 3px 9px;
	line-height: 1.8;
	font-size: 1.4rem;
}
form dl li a {
	color: #114a97;
}
form dl .agree_area {
	width: 95.587%;
	max-width: 720px;
	margin: 0 0 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	text-align: center;
}
form dl .agree_area p {
	display: inline-block;
	padding: 20px 0;
}
form dl .link_btn {
	width: 95.587%;
	max-width: 720px;
	margin: 0 0 40px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
form dl .link_btn p {
	margin: 0 auto;
	height: auto;
	max-width: 380px;
}
form dl .link_btn button {
	display: block;
	width: 100%;
	padding: 22px 23px 22px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #0e3d7c url(/pt/common/img/ic/ic_arr06.png) no-repeat 95% center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
}
form dl .link_btn button[disabled] {
	background-color: #6E8BB0;
	cursor: default;
}
form #sslseal {
	display: table;
	width: 95.587%;
	max-width: 720px;
	margin: 60px 0 40px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
form #sslseal div {
	display: table-cell;
	width: 22%;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 2%;
}
form #sslseal dl {
	display: table-cell;
	width: 80%;
	max-width: 590px;
	margin: 0;
	padding: 20px;
}
form #sslseal dt {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-right: 0;
	text-align: left;
}
form #sslseal b {
	font-weight: bold;
}
form #sslseal dd {
	display: block;
	width: 100%;
	line-height: 1.5;
	font-size: 1.4rem;
}

/* index */
.inquiry_contents .inquiry_box:last-child {
	border-bottom: none;
}

.inquiry_box {
	padding: 0 0 60px 0;
	border-bottom: 1px solid #e5e5e5;
}
.inquiry_box .part_h2 {
	margin-top: 45px;
	padding: 0 0 60px;
}
.inquiry_box .inquiry_box_inner {
	max-width: 1200px;
	padding: 0 20px;
}
.inquiry_box .inquiry_box_inner .item:last-child {
	margin: 0;
}
.inquiry_box .inquiry_box_inner .item {
	margin: 0 0 30px;
}
.inquiry_box .inquiry_box_inner .item .part_h3 {
	margin: 0 0 20px;
}
.inquiry_box .inquiry_box_inner .item .product {
	display: table;
	width: 100%;
}
.inquiry_box .inquiry_box_inner .item dl {
	width: 65.62%;
	display: table-cell;
	font-size: 1.4rem;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}
.inquiry_box .inquiry_box_inner .item dl dt {
	font-weight: bold;
}
.inquiry_box .inquiry_box_inner .item dl dt,
.inquiry_box .inquiry_box_inner .item dl dd {
	max-width: 727px;
	margin-right: 50px;
}
.inquiry_box .inquiry_box_inner .item .to_form {
	width: 100%;
	display: table-cell;
	vertical-align: top;
}
.inquiry_box .inquiry_box_inner .item .to_form a {
	display: block;
	max-width: 380px;
	width: 100%;
	padding: 22px 50px 22px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #0e3d7c url(/pt/common/img/ic/ic_arr06.png) no-repeat 92% center;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.inquiry_box .inquiry_box_inner .item .to_form a.blk {
	background: #0e3d7c url(/pt/common/img/ic/ic_blank03.png) no-repeat 92% center !important;
}
.inquiry_box .inquiry_box_inner .item.tp_p {
	padding-top: 20px;
}
.inquiry_box .inquiry_box_inner .contact_tel {
	font-size: 1.4rem;
	margin: 15px 0;
	line-height: 1.5;
}
.inquiry_box .inquiry_box_inner .contact_tel span {
	font-weight: bold;
}

/*thanks*/
.incurry_thanks {
	width: 100%;
	max-width: 1200px;
	padding: 60px 0 25px;
}
.incurry_thanks dl {
	padding: 0 20px;
	text-align: center;
}
.incurry_thanks dt {
	padding: 35px 0;
	font-size: 2.8rem;
}
.incurry_thanks dd p {
	padding: 20px 0 25px;
	line-height: 1.5;
	font-size: 1.6rem;
}
.incurry_thanks .link_btn {
	width: 95.587%;
	max-width: 720px;
	margin: 5px auto 40px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.incurry_thanks .link_btn p {
	margin: 0 auto;
	height: auto;
	max-width: 380px;
}
.incurry_thanks a {
	display: block;
	width: 100%;
	padding: 22px 23px 22px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #0e3d7c url(/pt/common/img/ic/ic_arr06.png) no-repeat 95% center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
}

/*confirm*/
.part_h2 {
	margin-top: 37px;
	padding: 0 20px;
}
.part_h2 h2 {
	line-height: 20px;
}
.part_h2 h2 span.bdl_none {
	border-bottom: none;
	padding-bottom: 0;
}

.incury_confirm {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
}
.incury_confirm .incury_confirm_inner {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}
.incury_confirm .notes_txt {
	margin: 0 0 25px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #d71932;
	font-size: 1.4rem;
}
.incury_confirm .notes_txt p {
	padding: 0 0 0 20px;
	font-weight: bold;
}
.incury_confirm .notes_txt p:before {
	content: url(/pt/common/img/ic/ic_asterisk.png);
	position: relative;
	left: -7px;
}
.incury_confirm dl {
	display: table;
	width: 100%;
	margin: 0 0 50px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.incury_confirm dl .ico_note {
	background: url(/pt/common/img/ic/ic_asterisk.png) no-repeat 96% 6px;
}
.incury_confirm dl dd {
	display: table-cell;
	width: 75%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
	vertical-align: top;
	font-size: 1.4rem;
}
.incury_confirm span {
	display: block;
	font-weight: bold;
}
.incury_confirm dt {
	display: table-cell;
	width: 18.8%;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.5;
	text-align: right;
	font-weight: bold;
	font-size: 1.4rem;
}
.incury_confirm .select_wrap {
	max-width: 460px;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
}
.incury_confirm .link_btn {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.incury_confirm .link_btn button {
	display: block;
	width: 100%;
	padding: 22px 23px 22px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #0e3d7c url(/pt/common/img/ic/ic_arr06.png) no-repeat 95% center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
}
.incury_confirm .link_btn button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.incury_confirm .back_viewbtn {
	margin: 20px 0 30px;
	max-width: 1200px;
	padding: 0 20px;
}
.incury_confirm .back_viewbtn p {
	text-align: left;
	width: 100%;
	max-width: 185px;
	height: auto;
	max-height: 40px;
}
.incury_confirm .back_viewbtn a {
	display: block;
	background: #ecf2f9 url(/pt/common/img/ic/ic_arl01.png) no-repeat 14px center;
	background-size: 9px 10px;
	padding: 12px 0 12px 0;
	border: 1px solid #e2e2e2;
	text-align: center;
	color: #333333;
	font-size: 1.4rem;
}
