@charset "UTF-8";
/*
*******************************************************************************************************
# ãã©ã¼ã é¢é£

  -- ãã©ã¼ã è¦ç´ 
  -- ãåãåãããã©ã¼ã layout
*******************************************************************************************************
*/
/* ------------------------------------
  * ãã©ã¼ã è¦ç´ 
* ------------------------------------ */
/* ãã©ã¼ã ç¨ãããã¼ */
.form .wrp-header .inner-header {
	padding-top: 0;
}

/* ãã­ã¼ */
.mod-form-flow {
	margin-top: 4px;
}

.mod-form-flow > ul {
	display: table;
	width: 100%;
	font-size: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	background-color: #efe4c7;
}

.mod-form-flow > ul > li {
	display: table-cell;
	height: 61px;
	vertical-align: top;
}

.mod-form-flow > ul > li .text {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
}

.mod-form-flow > ul > li .text > span {
	display: table-cell;
	vertical-align: middle;
}

.mod-form-flow > ul > li .text .expand {
	display: none;
}

.mod-form-flow > ul > li .text.ttl {
	font-size: 16px;
	font-weight: normal;
}

.mod-form-flow > ul > li .text.ttl .expand {
	display: inline;
}

.mod-form-flow > ul > li:nth-child(n+2) {
	padding-left: 25px;
	position: relative;
}

.mod-form-flow > ul > li:nth-child(n+2):before {
	display: block;
	content: '';
	width: 18px;
	height: 61px;
	background-image: url(../img/common/arr_flow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 736px) {
	.mod-form-flow {
		margin-top: 4px;
	}

	.mod-form-flow > ul {
		display: table;
		width: 100%;
		font-size: 0;
		text-align: center;
		box-sizing: border-box;
		padding: 0 15px;
		background-color: #efe4c7;
	}
}

/* ãã©ã¼ã  */
.mod-box-form .list-form {
	padding-top: 19px;
}

.mod-box-form .list-form li {
	padding: 17px 0 30px;
	*zoom: 1;
}

.mod-box-form .list-form li:before, .mod-box-form .list-form li:after {
	content: "";
	display: table;
}

.mod-box-form .list-form li:after {
	clear: both;
}

.mod-box-form .list-form li:nth-child(n+2) {
	border-top: 2px dotted #ccc;
}
/* ãåãåããåå®¹ã®ã¿åºåãç·ãªã */
.mod-box-form .list-form-no-divider li:nth-child(n+2) {
	border-top: none;
}
.mod-box-form .list-form-no-divider li:first-of-type {
	padding-bottom: 0;
}
.mod-box-form .list-form-no-divider li:nth-child(2) {
	padding-bottom: 10px;
}
.mod-box-form .list-form-no-divider li:last-of-type {
	padding-bottom: 30px;
}

.mod-box-form .list-form li .box-text {
	width: 30.98%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	float: left;
}

.mod-box-form .list-form li .box-text label {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.mod-box-form .list-form li .box-text label .note {
	display: inline-block;
	font-size: 14px;
	color: #ff5600;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.mod-box-form .box-form-contactmain .note {
	display: inline-block;
	font-size: 14px;
	color: #ff5600;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
}

.mod-box-form .list-form li .box-input {
	width: 69.02%;
	float: left;
}

.mod-box-form .list-form li .box-input .text {
	padding: 0 0 12px;
}

.mod-box-form .list-form li .box-input input[type='text'] {
	display: block;
	width: 100%;
	max-width: 350px;
	height: 44px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}

.mod-box-form .list-form li .box-input .unit {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
}

.mod-box-form .list-form li .box-input textarea {
	display: block;
	width: 100%;
	height: 127px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 15px;
	margin: 0 0 12px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	resize: none;
}

.mod-box-form .list-form li .box-input select {
	width: 48%;
	height: 50px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 35px 0 20px;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	background-color: #fff;
	background-image: url(../img/common/icn_selectbox.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-position: right 20px center;
	background-size: 12px auto;
	cursor: pointer;
}

.mod-box-form .list-form li .box-input select.disabled {
	color: #fff;
	background-color: #c7c7c7;
	cursor: default;
}

.mod-box-form .list-form li .box-input label.btn-checkbox {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.mod-box-form .list-form li .box-input label.btn-checkbox input[type='checkbox'] {
	display: none;
}

.mod-box-form .list-form li .box-input label.btn-checkbox input[type='checkbox'] + .icn-checkbox {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.mod-box-form .list-form li .box-input label.btn-checkbox input[type='checkbox']:checked + .icn-checkbox {
	border: none;
	background-image: url(../img/common/icn_checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.mod-box-form .list-form li .box-input label.btn-checkbox .value {
	display: block;
	width: 100%;
	line-height: 24px;
	box-sizing: border-box;
	padding: 0 0 0 42px;
}

.mod-box-form .list-form li .box-input .box-radio > label {
	display: table;
	width: 100%;
	cursor: pointer;
}

.mod-box-form .list-form li .box-input .box-radio > label + label {
	margin-top: 10px;
}

.mod-box-form .list-form li .box-input .box-radio > label .btn {
	display: table-cell;
	width: 33px;
	vertical-align: middle;
	position: relative;
}

.mod-box-form .list-form li .box-input .box-radio > label .btn input[type='radio'] {
	opacity: 0;
	cursor: pointer;
}

.mod-box-form .list-form li .box-input .box-radio > label .btn input[type='radio'] + .btn-radio {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.mod-box-form .list-form li .box-input .box-radio > label .btn input[type='radio'] + .btn-radio:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	margin: -8px 0 0;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 10px;
}

.mod-box-form .list-form li .box-input .box-radio > label .btn input[type='radio']:checked + .btn-radio:before {
	border: 5px solid #ff5600;
}

.mod-box-form .list-form li .box-input .box-radio > label .value {
	display: table-cell;
	font-size: 16px;
	vertical-align: middle;
}

/* ãåãåããåå®¹ï¼1è¡è¡¨ç¤ºã»æ¹è¡ã»å¨è§ä¸æå­éé */

  
.box-radio .radio-block {
	display: block;
	margin-top: 0.5em;
  }
.mod-box-form .list-form li .box-input.input-2col input[type='text'] {
	display: inline-block;
	width: 48%;
	max-width: 175px;
	vertical-align: middle;
}

.mod-box-form .list-form li .box-input.input-2col input[type='text'] + input[type='text'] {
	margin-left: 10px;
}

.mod-box-form .list-form li .box-input.input-3col input[type='text'] {
	display: inline-block;
	width: 28%;
	max-width: 116px;
	vertical-align: middle;
}

.mod-box-form .list-form li .box-input.input-3col input[type='text'] + input[type='text'] {
	margin-left: 10px;
}

.mod-box-form .list-form li .error-text {
	display: none;
}

.mod-box-form .list-form li.error .box-input input[type='text'], .mod-box-form .list-form li.error .box-input textarea, .mod-box-form .list-form li.error .box-input select {
	color: inherit;
	border: 1px solid #ff5803;
	background-color: #ffeee5;
}

.mod-box-form .list-form li.error .box-input label.btn-checkbox input[type='checkbox'] + .icn-checkbox {
	border: 1px solid #ff5803;
	background-color: #ffeee5;
}

.mod-box-form .list-form li.error .box-input label.btn-checkbox.no-error input[type='checkbox'] + .icn-checkbox {
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.mod-box-form .list-form li.error .box-input .box-radio > label .btn input[type='radio'] + .btn-radio:before {
	border: 1px solid #ff5803;
	background-color: #ffeee5;
}

.mod-box-form .list-form li.error .box-input .box-radio > label .btn input[type='radio']:checked + .btn-radio:before {
	border: 5px solid #ff5600;
}

.mod-box-form .list-form li.error .error-text {
	display: block;
	font-size: 14px;
	color: #ff5600;
	font-weight: bold;
	padding: 3px 0 5px;
}

@media only screen and (min-width: 737px) {
	.mod-box-form .list-form li .box-input label.btn-checkbox:hover .value {
		color: #ff5600;
	}

	.mod-box-form .list-form li .box-input .box-radio > label:hover .value {
		color: #ff5600;
	}
}

@media only screen and (max-width: 736px) {
	.mod-box-form .list-form {
		padding-top: 0;
	}

	.mod-box-form .list-form li {
		padding: 17px 0 20px;
	}

	.mod-box-form .list-form li .box-text {
		width: 100%;
		padding: 0;
		float: none;
	}

	.mod-box-form .list-form li .box-input {
		width: 100%;
		margin: 12px 0 0;
		float: none;
	}

	.mod-box-form .list-form li .box-input .text {
		padding: 0 0 12px;
	}

	.mod-box-form .list-form li .box-input input[type='text'] {
		max-width: 100%;
	}

	.mod-box-form .list-form li .box-input select {
		width: 100%;
		height: 43px;
		font-size: 16px;
		padding: 0 25px 0 20px;
		margin: 0;
		border-radius: 7px;
		background-position: right 10px center;
		background-size: 10px auto;
	}

	.mod-box-form .list-form li .box-input select + select {
		margin-top: 10px;
	}

	.mod-box-form .list-form li .box-input label.btn-checkbox input[type='checkbox'] + .icn-checkbox {
		width: 20px;
		height: 20px;
	}

	.mod-box-form .list-form li .box-input label.btn-checkbox .value {
		display: block;
		width: 100%;
		line-height: 20px;
		box-sizing: border-box;
		padding: 0 0 0 28px;
	}

	.mod-box-form .list-form li .box-input .box-radio > label .btn {
		width: 25px;
	}

	.mod-box-form .list-form li .box-input .box-radio > label .btn input[type='radio'] + .btn-radio:before {
		left: 0;
	}
}

/* ãåãåããåå®¹ */
.mod-form-contact {
	width: 100%;
	box-sizing: border-box;
	padding: 27px 95px 0;
}

.mod-form-contact .ttl {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 11px;
}

.mod-form-contact .ttl .note {
	display: inline-block;
	font-size: 13px;
	color: #a5843d;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.mod-form-contact .textbox textarea {
	display: block;
	width: 100%;
	height: 127px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	resize: none;
}

@media only screen and (max-width: 736px) {
	.mod-form-contact {
		padding: 27px 20px 0;
	}
}

/* ãã©ã¼ã éä¿¡ã»æ³¨ææ¸ããªã© */
.mod-form-foot {
	padding-bottom: 60px;
}

.mod-form-foot .inner-form-foot {
	width: 100%;
	box-sizing: border-box;
	padding: 0 95px;
}

.mod-form-foot .agreement {
	text-align: center;
	padding: 10px 0 20px;
	margin: 0 -10px;
}

.mod-form-foot .agreement > label.btn-checkbox {
	display: inline-block;
	width: 24px;
	height: 24px;
	box-sizing: content-box;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.mod-form-foot .agreement > label.btn-checkbox input[type='checkbox'] {
	opacity: 0;
}

.mod-form-foot .agreement > label.btn-checkbox input[type='checkbox'] + .icn-checkbox {
	display: block;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	position: absolute;
	top: 10px;
	left: 10px;
}

.mod-form-foot .agreement > label.btn-checkbox input[type='checkbox']:checked + .icn-checkbox {
	border: none;
	background-image: url(../img/common/icn_checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.mod-form-foot .agreement .text {
	display: inline-block;
	font-size: 16px;
	padding: 10px 10px 10px 0;
}

.mod-form-foot .agreement .text > a {
	color: #ff5600;
	text-decoration: underline;
}

.mod-form-foot .btn {
	width: 350px;
	margin: 0 auto;
}

.mod-form-foot .list-form-note {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 15px;
	background-color: #e6e6e6;
}

.mod-form-foot .list-form-note > li {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}

.mod-form-foot .list-form-note > li:nth-child(n+2) {
	margin-top: 7px;
}

.mod-form-foot .list-form-note > li > a.mod-link-text {
	font-size: 12px;
	text-indent: 0;
}

.mod-form-foot .list-form-note > li > a.mod-link-text:before {
	font-size: 16px;
}

.mod-form-foot .list-form-note > li > a.mod-link-text .text {
	padding-right: 22px;
}

@media only screen and (min-width: 737px) {
	.mod-form-foot .agreement .text > a:hover {
		text-decoration: none;
	}
}

@media only screen and (max-width: 736px) {
	.mod-form-foot {
		padding: 0 20px 40px;
	}

	.mod-form-foot .inner-form-foot {
		padding: 0;
	}

	.mod-form-foot .agreement > label.btn-checkbox {
		width: 20px;
		height: 20px;
	}

	.mod-form-foot .agreement > label.btn-checkbox input[type='checkbox'] + .icn-checkbox {
		width: 20px;
		height: 20px;
	}

	.mod-form-foot .agreement .text {
		font-size: 14px;
	}

	.mod-form-foot .btn {
		width: 100%;
	}
}

/* æ»ããã¿ã³ */
.mod-link-back {
	font-weight: bold;
	text-align: center;
	padding: 30px 0 50px;
}

.mod-link-back > a {
	display: inline-block;
	font-size: 18px;
	padding: 15px;
}

.mod-link-back > a.mod-link-text.icn-l:before {
	left: 15px;
}

@media only screen and (max-width: 736px) {
	.mod-link-back {
		padding: 15px 0 25px;
	}

	.mod-link-back > a {
		font-size: 14px;
	}
}

/* ç¢ºèªãªã¹ã */
.mod-form-confirm .list-confirm {
	padding: 2px 0 30px;
}

.mod-form-confirm .list-confirm > li {
	display: table;
	width: 100%;
	padding: 17px 0;
}

.mod-form-confirm .list-confirm > li:nth-child(n+2) {
	border-top: 2px dotted #ccc;
}

.mod-form-confirm .list-confirm > li .category {
	display: table-cell;
	width: 30.98%;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}

.mod-form-confirm .list-confirm > li .selection {
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

.mod-form-confirm .btn-submit {
	width: 350px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	.mod-form-confirm .list-confirm {
		padding: 2px 0 20px;
	}

	.mod-form-confirm .list-confirm > li {
		display: block;
		padding: 17px 0;
	}

	.mod-form-confirm .list-confirm > li .category {
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 0 0 2px;
	}

	.mod-form-confirm .list-confirm > li .selection {
		display: block;
		font-size: 15px;
	}

	.mod-form-confirm .btn-submit {
		width: 100%;
	}
}

/* å®äºç»é¢ */
.mod-form-complete .box-text .lead {
	font-size: 28px;
	color: #ff5600;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	padding: 40px 0 7px;
}

.mod-form-complete .box-text .text {
	width: 100%;
	text-align: center;
	padding: 17px 0 0;
}

.mod-form-complete .list-note {
	padding: 30px 45px 33px;
	margin: 35px 0 0;
	background-color: #efe4c7;
}

.mod-form-complete .list-note .ttl {
	font-size: 16px;
	color: #ff5600;
	font-weight: bold;
	padding: 0 0 15px;
}

.mod-form-complete .list-note ul > li {
	font-size: 14px;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

.mod-form-complete .list-note ul > li:nth-child(n+2) {
	margin-top: 5px;
}

.mod-form-complete .list-note ul > li > a.mod-link-text {
	font-size: 14px;
	text-indent: 0;
}

.mod-form-complete .list-note ul > li > a.mod-link-text:before {
	font-size: 17px;
}

.mod-form-complete .list-note ul > li > a.mod-link-text .text {
	padding-right: 23px;
}

.mod-form-complete .box-tenpo dl {
	padding: 32px 0 0;
}

.mod-form-complete .box-tenpo dl > dt {
	width: 40%;
	font-size: 16px;
	text-align: right;
	margin-bottom: 10px;
	float: left;
}

.mod-form-complete .box-tenpo dl > dd {
	width: 60%;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	float: left;
}

.mod-form-complete .box-tenpo dl > dd .tel {
	font-size: 17px;
	color: #62a61e;
	padding: 0 0 0 20px;
	position: relative;
}

.mod-form-complete .box-tenpo dl > dd .tel:before {
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.mod-form-complete .box-tenpo dl > dd a.tel > span {
	display: inline-block;
	padding: 1px 0;
	border-bottom: 1px solid #62a61e;
}

@media only screen and (max-width: 736px) {
	.mod-form-complete .box-text .lead {
		font-size: 18px;
		letter-spacing: 0;
		padding: 21px 0;
	}

	.mod-form-complete .box-text .text {
		text-align: left;
		padding: 0 0 17px;
	}

	.mod-form-complete .list-note {
		padding: 21px 18px 23px;
		margin: 0;
	}

	.mod-form-complete .list-note .ttl {
		font-size: 16px;
		color: #ff5600;
		font-weight: bold;
		padding: 0 0 15px;
	}

	.mod-form-complete .list-note ul > li {
		font-size: 12px;
		font-weight: bold;
		text-indent: -1em;
		padding-left: 1em;
	}

	.mod-form-complete .list-note ul > li:nth-child(n+2) {
		margin-top: 5px;
	}

	.mod-form-complete .list-note ul > li > a.mod-link-text {
		font-size: 12px;
	}

	.mod-form-complete .list-note ul > li > a.mod-link-text:before {
		font-size: 16px;
	}

	.mod-form-complete .list-note ul > li > a.mod-link-text .text {
		padding-right: 22px;
	}

	.mod-form-complete .box-tenpo dl {
		padding: 20px 0 0;
	}

	.mod-form-complete .box-tenpo dl > dt {
		width: 23%;
	}

	.mod-form-complete .box-tenpo dl > dd {
		width: 77%;
	}
}

/* ------------------------------------
  * ãåãåãããã©ã¼ã layout
* ------------------------------------ */
/* ãã¼ã¸ããããã­ã¹ã */
.box-form-head .inner {
	width: 100%;
	box-sizing: border-box;
	padding: 22px 95px 30px;
}

.box-form-head .sttl {
	font-size: 24px;
	font-weight: bold;
}

.box-form-head .lead-page {
	padding: 12px 0 0;
}

.box-form-head .box-link {
	padding: 30px 0 7px;
}

.box-form-head .box-link .text {
	width: 100%;
	text-align: center;
	padding: 0 0 12px;
}

.box-form-head .box-link .btn {
	width: 350px;
	margin: 0 auto;
}

.box-form-head .box-link .btn > a {
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
}

.box-form-head .box-link .btn > a:before {
	right: 10px;
}

@media only screen and (max-width: 736px) {
	.box-form-head {
		padding: 0 20px;
	}

	.box-form-head .inner {
		padding: 20px 0 22px;
	}

	.box-form-head .sttl {
		font-size: 18px;
	}

	.box-form-head .lead-page {
		padding: 12px 0 0;
	}

	.box-form-head .box-link {
		padding: 21px 0 3px;
	}

	.box-form-head .box-link .text {
		text-align: left;
		padding: 0 0 17px;
	}

	.box-form-head .box-link .btn {
		width: 100%;
	}

	.box-form-head .box-link .btn > a {
		font-size: 14px;
		padding-left: 26px;
		padding-right: 26px;
	}

	.box-form-head .box-link .btn > a:before {
		right: 10px;
	}
}

/* ãåãåãããã©ã¼ã ã¡ã¤ã³ã¨ãªã¢ */
.box-form-contactmain {
	width: 100%;
	box-sizing: border-box;
	padding: 0 95px;
}

.box-form-contactmain .sttl-form {
	width: 100%;
	font-size: 20px;
	color: #ff5600;
	font-weight: bold;
	padding: 0 0 13px;
	border-bottom: 2px dotted #ccc;
}

.box-form-contactmain .list-form {
	border-top: 2px dotted #ccc;
}

@media only screen and (max-width: 736px) {
	.box-form-contactmain {
		padding: 0 20px;
	}

	.box-form-contactmain .sttl-form {
		font-size: 16px;
		padding: 0 0 13px;
	}
}

/* ã¢ã³ã±ã¼ãã¨ãªã¢ */
.box-form-questionnaire {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 95px 0;
}

.box-form-questionnaire .lead {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 13px;
	border-bottom: 2px dotted #ccc;
}

@media only screen and (max-width: 736px) {
	.box-form-questionnaire {
		padding: 40px 20px 0;
	}

	.box-form-questionnaire .lead {
		font-size: 16px;
		padding: 0 0 13px;
	}
}

/* ä¸ä¸ãã¼ãã¼å¥ããã©ã¼ã ãªã¹ã */
.box-form-border {
	width: 100%;
	box-sizing: border-box;
	padding: 0 95px;
}

.box-form-border .list-form {
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
}

@media only screen and (max-width: 736px) {
	.box-form-border {
		padding: 0 20px;
	}
}

/* ã¨ã©ã¼ãªã¹ã */
.list-form-error > li {
	font-size: 14px;
	color: #ff5600;
	font-weight: bold;
}

.list-form-error > li:first-child {
	padding-top: 30px;
}

.list-form-error > li:nth-child(n+2) {
	padding-top: 2px;
}

@media only screen and (max-width: 736px) {
	.list-form-error > li:first-child {
		padding-top: 21px;
	}
}
