@charset "utf-8";
/*=================================
form_partnering
@media only screen and (max-width: 767px)
================================ */

/* tableLayout */
#js-previewRange .form-table-head {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#js-previewRange .form-table-head .preview_date {
	width: 10em;
}
#js-previewRange .form-table-head .preview_date + .preview_page {
	width: calc(100% - 10em);
	padding-right: 10em;
	text-align: center;
}
_::-webkit-full-page-media, _:future, :root #js-previewRange .js-previewOnly {
	padding-left: 10px;
}
#js-previewRange .tableLayout.is-formTable {
	display: block;
	width: 1000px;
	border: none;
}
#js-previewRange .tableLayout.is-formTable colgroup {
	display: none!important;
}
#js-previewRange .tableLayout.is-formTable > tbody > tr {
	display: -webkit-flex;
	display: flex;
	width: 1000px;
	border: 1px solid #e0e0e0;
	border-width: 1px 1px 1px 0;
}
#js-previewRange .tableLayout.is-formTable > tbody > tr + tr {
	border-top: none;
}
#js-previewRange .tableLayout.is-formTable > tbody > tr > th{
	display: block;
	position: relative;
	width: 25%;
	border: none;
}
#js-previewRange .tableLayout.is-formTable > tbody > tr > th::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
}
#js-previewRange .tableLayout.is-formTable > tbody > tr > td{
	display: block;
	position: relative;
	width: 75%;
	border: none;
}
#js-previewRange .tableLayout.is-formTable > tbody > tr > td::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
}

.tableLayout.is-formTable td .name-kanji,
.tableLayout.is-formTable td .name-katakana,
.tableLayout.is-formTable td .address-post,
.tableLayout.is-formTable td .address-place {
	display: block;
}
.tableLayout.is-formTable th,
.tableLayout.is-formTable td {
	padding: 1.5em;
}
.tableLayout.is-formTable th > span {
}
.tableLayout.is-formTable .is-nameTable {
	width: 100%;
}
.tableLayout.is-formTable .innerTable + .noteList {
	margin-top: 0.3em;
}
.tableLayout.is-formTable .innerTable th > span {
	display: inline-block;
}
.tableLayout.is-formTable .required > span:before,
.tableLayout.is-formTable .optional > span:before {
	display: inline-block;
}
.tableLayout.is-formTable .required > span:after {
	content: " *";
	color: #c43137;
}
.tableLayout.is-formTable .optional > span:before {
}
.tableLayout.is-formTable .innerTable th > span:before {
	margin-left: 1em;
}

/* form-flowList */
.heading1 + .form-flowList {
	margin-top: 3em !important;
}
.form-flowList + * {
	margin-top: 2em;
}
.form-flowList > ol {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.form-flowList > ol > li {
	position: relative;
	width: 190px;
	padding-top: 45px;
	color: #707070;
	text-align: center;
}
.form-flowList > ol > li:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: -17px;
	border: 1px solid #707070;
	border-radius: 50%;
	line-height: 32px;
	font-size: 1.3rem;
	color: #707070;
	text-align: center;
}
.form-flowList > ol > li:nth-child(1):before {
	content: "1";
}
.form-flowList > ol > li:nth-child(2):before {
	content: "2";
}
.form-flowList > ol > li:nth-child(3):before {
	content: "3";
}
.form-flowList > ol > li:after {
	content: "";
	position: absolute;
	top: 18px;
	left: -63px;
	display: inline-block;
	width: 126px;
	height: 2px;
	margin-top: -1px;
	border-top: 2px dotted #c0c0c0;
}
.form-flowList > ol > li:first-child:after {
	display: none;
}
.form-flowList > ol > .is-current {
	color: #116caf;
}
.form-flowList > ol > .is-current:before {
	border-color: #116caf;
	color: #116caf;
}

/* inputBox */
.inputBox {
	-webkit-appearance: none;
	padding: 0 12px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 1.4rem;
}
.inputBox::-webkit-input-placeholder {
	color: #999;
}
.inputBox::-moz-placeholder {
	color: #999;
}
.inputBox:-ms-input-placeholder {
	color: #999;
}
.inputBox:-moz-placeholder {
	color: #999;
}

/* textareaBox */
.textareaBox {
	-webkit-appearance: none;
	padding: 5px;
	height: 140px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 1.4rem;
}

/* selectBox */
.selectWrap {
	position: relative;
	display: inline-block;
}
.selectWrap:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
}
.selectBox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	height: 40px;
	padding: 0 30px 0 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
}
.selectBox::-ms-expand {
	display: none;
}
.selectBox option {
	color: #333;
}
.inputBox[disabled],
.textareaBox[disabled],
.selectBox[disabled] {
	background-color: #eee !important;
	color: #999 !important;
}

/* other */
.inputBox + *,
.textareaBox + *,
.selectBox + *,
.checkboxList + *,
.radioList + *,
.text + *,
.errorText + * {
	margin-top: 0.3em !important;
}
.errorText + .is-flexTable {
	margin-top: 0 !important;
}
span.required {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
	background-color: #c43137;
	font-size: 1.1rem;
	font-family: "Lato";
	color: #fff;
	line-height: 1;
	vertical-align: middle;
}
.is-error {
	background-color: #ffe1e6 !important;
}
.errorText {
	color: #c43137;
}
.inputBox.is-age {
	margin-right: 0.8em;
}
.tableLayout.is-formTable .innerTable {
	margin-left: -0.3em;
}
.checkboxList,
.radioList {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.checkboxList > li,
.radioList > li {
	margin-left: 60px;
}
.checkboxList > li:first-child,
.radioList > li:first-child {
	margin-left: 0;
}
.separation {
	display: inline-block;
	padding: 0 10px;
}
.is-floatTable .innerTable {
	float: left;
	width: 49%;
	margin-top: 0;
}
.is-floatTable .innerTable th {
	padding: 0 !important;
	font-weight: normal;
}
.is-floatTable .innerTable td {
	padding: 0 !important;
}
.is-floatTable .innerTable + .innerTable {
	float: right;
}
.breakTxt {
	word-wrap: break-word;
}
#js-previewRange > table td {
	text-align: start;
}

.printBox .btnLink.input-result > li > a > span::after {
	display: none;
}

/* submitBtnWrap */
.submitBtnWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.submitBtnWrap > * {
	margin-left: 32px;
}
.submitBtnWrap > *:first-child {
	margin-left: 0;
}
.submitBtn > form > .submitBtnLabel {
	display: inline-block;
}
.submitBtn:not(.is-back) > form > .submitBtnLabel {
	width: 370px;
}
.submitBtn:not(.is-back) > form > .submitBtnLabel input {
	position: relative;
	display: block;
	width: 100%;
	padding: 2em 5em;
	border: none;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	color: #3366cc;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	transition-property: background-color, border-color, color, box-shadow, opacity;
	transition-duration: 0.4s;
}
.submitBtn.is-back > form > .submitBtnLabel {
	position: relative;
	transition-property: color, opacity;
	transition-duration: 0.4s;
}
.submitBtn.is-back > form > .submitBtnLabel::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.submitBtn.is-back > form > .submitBtnLabel input {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 4em;
	border: none;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	color: #3366cc;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition-property: background-color, border-color, color, box-shadow;
	transition-duration: 0.4s;
}
.submitBtn > form > .submitBtnLabel input:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
	opacity: .7;
}
.submitBtn.is-back > form > .submitBtnLabel:hover {
	color: #426bba;
	opacity: .7;
}

@media only screen and (min-width: 768px){
	.printBox .btnLink.input-result > li > a > span {
		padding: 0.3em 3em;
	}
}
@media only screen and (max-width: 767px){
	
	body {
		padding-top: 0;
	}
	/*.tableLayout.is-formTable */
	#js-previewRange .js-previewOnly{
		font-size: 10px;
	}
	#js-previewRange .form-table-head .preview_date {
		width: 6em;
	}
	#js-previewRange .form-table-head .preview_date + .preview_page {
		width: calc(100% - 6em);
		padding-right: 6em;
		text-align: center;
	}
	#js-previewRange .tableLayout.is-formTable {
		display: block;
		width: 100%;
		border: none;
	}
	#js-previewRange .tableLayout.is-formTable colgroup {
		display: none!important;
	}
	#js-previewRange .tableLayout.is-formTable > tbody > tr {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column;
		flex-flow: column;
		width: 100%;
		border: 1px solid #e0e0e0;
		border-width: 1px 1px 1px 0;
	}
	#js-previewRange .tableLayout.is-formTable > tbody > tr + tr {
		border-top: none;
	}
	#js-previewRange .tableLayout.is-formTable > tbody > tr > th{
		display: block;
		position: relative;
		width: 100%;
		border: none;
	}
	#js-previewRange .tableLayout.is-formTable > tbody > tr > th::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #e0e0e0;
	}
	#js-previewRange .tableLayout.is-formTable > tbody > tr > td{
		display: block;
		position: relative;
		width: 100%;
		border: none;
	}
	#js-previewRange .tableLayout.is-formTable > tbody > tr > td::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #e0e0e0;
	}
	#js-previewRange .tableLayout.is-formTable > tbody > tr > td::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #e0e0e0;
	}
	
	.tableLayout.is-formTable .innerTable {
		width: 100%;
		margin-top: 0.3em;
		margin-left: 0;
	}
	.tableLayout.is-formTable th,
	.tableLayout.is-formTable td {
		padding: 1em;
	}
	.tableLayout.is-formTable .is-nameTable colgroup col:nth-child(1),
	.tableLayout.is-formTable .is-nameTable colgroup col:nth-child(3) {
		width: 12% !important;
	}
	.tableLayout.is-formTable .is-nameTable colgroup col:nth-child(2),
	.tableLayout.is-formTable .is-nameTable colgroup col:nth-child(4) {
		width: 38% !important;
	}
  .tableLayout.is-formTable .is-nameTable th:nth-child(1),
	.tableLayout.is-formTable .is-nameTable th:nth-child(3) {
		white-space: nowrap;
	}
	.is-vertical.innerTable > tbody > tr > th,
	.is-vertical.innerTable > tbody > tr > td {
		border-top: none;
	}
	.is-vertical.innerTable > tbody > tr > td {
		padding-top: 0 !important;
	}
	
	/* form-flowList */
	.heading1 + .form-flowList {
		margin-top: 1.5em !important;
	}
	.form-flowList > ol > li {
		width: 33%;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.form-flowList > ol > li:after {
		left: -21%;
		width: 42%;
	}
	
	/* selectBox */
	.inputBox {
		padding: 0 5px;
	}
	.inputBox.is-w100px,
	.inputBox.is-w200px,
	.inputBox.is-w470px,
	.inputBox.is-w500px {
		width: 100% !important;
	}
	.is-vertical.innerTable .is-w100px {
		width: 100px !important;
	}
	
	/* selectBox */
	.selectBox {
		width: 100%;
	}
	
	/* other */
	.is-flexTable .innerTable {
		margin-top: 0;
	}
	.is-flexTable .innerTable + .innerTable {
		margin-left: -0.3em;
	}
	
	.printBox .btnLink.input-result {
		display: block;
		margin: 1.5em 0 0 !important;
	}
	
	/* submitBtnWrap */
	.submitBtnWrap > * {
		margin-left: 1em;
	}
	.submitBtn:not(.is-back) > form > .submitBtnLabel {
		width: auto;
	}
	.submitBtn:not(.is-back) > form > .submitBtnLabel input {
		-webkit-appearance: none;
		padding: 1.5em 2em;
	}
	.submitBtn.is-back > form > .submitBtnLabel input {
		padding: 0.8em 1em 0.8em 2em;
	}
	.submitBtn.is-back > form > .submitBtnLabel:hover {
		opacity: 1;
	}
}

/* clearfix */
.is-floatTable:after {
	content : "";
	display : block;
	clear : both;
}
