html,
body {
	min-height: 100%;
	background: #fafafa;
}
body {
	min-width: 1220px;
	background: #fafafa;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}
}

#header {
	background: #14a6a0;
}
#header .hdInr {
	width: 100%;
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
}
#header .hdLogo {
	height: 80px;
	display: flex;
	align-items: center;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#header .hdInr {
		max-width: 100%;
		height: 55px;
	}
	#header .hdLogo {
		height: 55px;
		justify-content: center;
	}
}

#footer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	background: #14a6a0;
}
#footer .txt {
	color: #fff;
	font-size: 1.1rem;
}






.questionnaireWrap {
	margin-top: 64px;
	margin-bottom: 160px;
}
.questionnaireWrap .wrapInr .ctsTtl {
	text-align: center;
	color: #00a695;
	font-size: 4.2rem;
	font-weight: 500;
	line-height: 1.5;
}
.questionnaireWrap .wrapInr .lead {
	margin-top: 42px;
}
.questionnaireWrap .wrapInr .lead .ttl {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.7;
}
.questionnaireWrap .wrapInr .lead .pageTtl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.7;
}
.questionnaireWrap .wrapInr .lead .txtCol {
	margin-top: 4px;
}
.questionnaireWrap .wrapInr .lead .txtCol .txt {
	font-size: 1.6rem;
	line-height: 1.6;
}
.questionnaireWrap .wrapInr .lead .txtCol .note {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.9;
}
.questionnaireWrap .wrapInr .lead .txtCol .note + .note {
	margin-top: 0;
}
.questionnaireWrap .wrapInr .lead .txtCol .note.rd {
	color: #d90000;
}
.questionnaireWrap .wrapInr .formWrap {
	margin-top: 26px;
}
.questionnaireWrap .wrapInr .formWrap .note {
	color: #d90000;
	font-size: 1.6rem;
	line-height: 1.8;
}
.questionnaireWrap .wrapInr .formWrap .note::before {
	content: "*";
	display: inline-block;
	margin-right: 4px;
	font-size: 2.1rem;
	transform: translateY(4px);
}
.questionnaireWrap .wrapInr .formItemWrap {
	margin-top: 8px;
}
.questionnaireWrap .wrapInr .btn {
	width: 400px;
	margin: 60px auto 0;
}
.questionnaireWrap .wrapInr .btn button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 6px;
	border-radius: 5px;
	background: #00c4b0;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.questionnaireWrap {
		margin-top: 30px;
		margin-bottom: 90px;
	}
	.questionnaireWrap .wrapInr .ctsTtl {
		font-size: 2rem;
	}
	.questionnaireWrap .wrapInr .lead {
		margin-top: 30px;
	}
	.questionnaireWrap .wrapInr .lead .ttl {
		font-size: 1.8rem;
	}
	.questionnaireWrap .wrapInr .lead .pageTtl {
		font-size: 2.2rem;
	}
	.questionnaireWrap .wrapInr .lead .txtCol {
		margin-top: 4px;
	}
	.questionnaireWrap .wrapInr .lead .txtCol .txt {
		line-height: 1.6;
	}
	.questionnaireWrap .wrapInr .lead .txtCol .note {
		margin-top: 20px;
		line-height: 1.5;
	}
	.questionnaireWrap .wrapInr .lead .txtCol .note + .note {
		margin-top: 10px;
	}
	.questionnaireWrap .wrapInr .formWrap {
		margin-top: 40px;
	}
	.questionnaireWrap .wrapInr .formWrap .note {
	}
	.questionnaireWrap .wrapInr .formItemWrap {
		margin-top: 13px;
	}
	.questionnaireWrap .wrapInr .btn {
		width: 220px;
		margin: 35px auto 0;
	}
	.questionnaireWrap .wrapInr .btn button {
		font-size: 1.8rem;
	}
}
/* SP
----------------------------------*/
@media screen and (max-width: 360px) {
	.questionnaireWrap .wrapInr .ctsTtl {
		font-size: 2rem;
	}
}
/* --------------------- */

.pt-item {
	box-sizing: border-box;
	padding: 18px 23px 28px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
}
.pt-item + .pt-item {
	margin-top: 22px;
}
.pt-item .itemInr .validateTxt {
	display: none;
	margin-bottom: 12px;
	box-sizing: border-box;
	padding: 10px 14px;
	border-radius: 3px;
	background: rgba(224, 0, 0, 0.08);
}
.pt-item .itemInr .validateTxt p {
	color: #d90000;
	padding-left: 24px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	position: relative;
}
.pt-item .itemInr .validateTxt p::before {
	content: "";
	width: 19px;
	height: 22px;
	background: url(../images/icn_required_rd.svg)no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0;
}
.pt-item.js-validate {
	border-color: #e00000;
}
.pt-item.js-validate .itemInr .validateTxt {
	display: block;
}
.pt-item .itemInr .itemTtl .ttl {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.pt-item.required .itemInr .itemTtl .ttl::after {
	content: "*";
	display: inline-block;
	margin-left: 0px;
	color: #d90000;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.pt-item .itemInr .btnWrap {
	margin-top: 14px;
}
.pt-item .itemInr .btnWrap .label {
	display: flex;
	align-items: center;
	margin-top: 6px;
	font-size: 1.6rem;
	line-height: 2;
	cursor: pointer;
}
.pt-item .itemInr .btnWrap .label.js-disabled {
	color: #999;
	cursor: default;
}
.pt-item .itemInr .btnWrap .label input[type="radio"],
.pt-item .itemInr .btnWrap .label input[type="checkbox"] {
	display: none;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.pt-item {
		padding: 18px 20px 28px;
		border-radius: 3px;
	}
	.pt-item + .pt-item {
		margin-top: 20px;
	}
	.pt-item .itemInr .validateTxt {
		padding: 9px 12px;
		border-radius: 2px;
	}
	.pt-item .itemInr .validateTxt p {
		padding-left: 24px;
		line-height: normal;
	}
	.pt-item .itemInr .validateTxt p::before {
		width: 17px;
		height: 18px;
		top: 4px;
		left: 0;
	}
	.pt-item .itemInr .itemTtl .ttl {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.pt-item.required .itemInr .itemTtl .ttl::after {
		font-size: 2rem;
	}
	.pt-item .itemInr .btnWrap {
		margin-top: 20px;
	}
	.pt-item .itemInr .btnWrap .label {
		margin-top: 12px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}



/* ↓↓↓ ラジオボタン ↓↓↓ */
.pt-item.radioItem .itemInr .btnWrap .label .icn {
	display: inline-block;
	width: 19px;
    min-width: 19px;
	height: 19px;
	margin-right: 8px;
	box-sizing: border-box;
	border: 1px solid #707070;
	border-radius: 45px;
}
.pt-item.radioItem .itemInr .btnWrap .label input:checked + .icn {
	border: 5px solid #00a59f;
}
.pt-item.radioItem .itemInr .btnWrap .label input[type="text"] {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 12px 18px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8;
}
.pt-item.radioItem .itemInr .btnWrap .label input[type="text"]:disabled {
	background: #eee;
	color: #999;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.pt-item.radioItem .itemInr .btnWrap .label input[type="text"] {
		height: 45px;
		font-size: 1.4rem;
	}
}



/* ↓↓↓ チェックボックス ↓↓↓ */
.pt-item.checkItem .itemInr .btnWrap .label .icn {
	display: inline-block;
	width: 19px;
    min-width: 19px;
	height: 19px;
	margin-right: 8px;
	box-sizing: border-box;
	border: 1px solid #707070;
	border-radius: 2px;
	position: relative;
}
.pt-item.checkItem .itemInr .btnWrap .label input:checked + .icn {
	border: 1px solid #00a59f;
	background: #00a59f;
}
.pt-item.checkItem .itemInr .btnWrap .label input:checked + .icn::after {
	content: "";
	width: 14px;
	height: 10px;
	background: url(../images/icn_checked_wt.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pt-item.checkItem .itemInr .btnWrap .label.js-disabled .icn,
.pt-item.checkItem .itemInr .btnWrap .label.js-disabled input:checked + .icn {
	border-color: #999;
	background: none;
}
.pt-item.checkItem .itemInr .btnWrap .label.js-disabled input:checked + .icn::after {
	background: none;
}

.pt-item.checkItem .itemInr .btnWrap .label input[type="text"] {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 12px 18px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8;
}
.pt-item.checkItem .itemInr .btnWrap .label input[type="text"]:disabled {
	background: #eee;
	color: #999;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.pt-item.checkItem .itemInr .btnWrap .label input[type="text"] {
		height: 45px;
		font-size: 1.4rem;
	}
}


/* ↓↓↓ テキスト ↓↓↓ */
.pt-item.textItem .itemInr .btnWrap .label + .label {
	margin-top: 17px;
}
.pt-item.textItem .itemInr .btnWrap .label input[type="text"] {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 12px 18px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8;
}
.pt-item.textItem .itemInr .btnWrap .label textarea {
	resize: none;
	width: 100%;
	height: 205px;
	box-sizing: border-box;
	padding: 12px 18px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-family: 'Roboto', 'Noto Sans JP';
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.pt-item.textItem .itemInr .btnWrap .label input[type="text"] {
		height: 45px;
		font-size: 1.4rem;
	}
	.pt-item.textItem .itemInr .btnWrap .label textarea {
		height: 215px;
		font-size: 1.4rem;
	}
}




/* ↓↓↓ fin ↓↓↓ */
.fin {
	min-height: 100vh;
	margin-top: -128px;
	box-sizing: border-box;
	padding-top: 208px;
}
.fin .inr {
	min-height: 480px;
	box-sizing: border-box;
	padding: 60px 20px 70px;
	border: 1px solid #ddd;
	background: #fff;
}
.fin .inr .img {
	width: 94px;
	height: auto;
	margin: 0 auto;
}
.fin .inr .img img {
	width: 100%;
	height: auto;
}
.fin .inr .txtCol {
	margin-top: 20px;
	text-align: center;
}
.fin .inr .txtCol .txt {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.fin .inr .btn {
	width: 400px;
	min-height: 60px;
	margin: 80px auto 0;
}
.fin .inr .btn .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 8px 20px;
	border-radius: 3px;
	background: #00c4b0;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: opacity 0.3s ease-out;
	text-align: center;
}
.fin .inr .btn .txt:hover {
	opacity: 0.7;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.fin {
		margin-top: -103px;
		padding-top: 138px;
	}
	.fin .inr {
		min-height: 340px;
		padding: 30px 20px 35px;
	}
	.fin .inr .img {
		width: 61px;
	}
	.fin .inr .txtCol {
		margin-top: 17px;
	}
	.fin .inr .txtCol .txt {
		font-size: 2rem;
		line-height: 1.5;
	}
	.fin .inr .btn {
		width: 75vw;
		min-height: 48px;
		margin: 35px auto 0;
	}
	.fin .inr .btn .txt {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
/* SP
----------------------------------*/
@media screen and (max-width: 359px) {
	.fin .inr .txtCol .txt {
		font-size: 1.8rem;
	}
}



.confirmationWrap {
	margin-top: 70px;
}
.confirmationWrap .confirmationBlock {
}
.confirmationWrap .confirmationBlock + .confirmationBlock {
	margin-top: 60px;
}
.confirmationWrap .confirmationBlock .blockTtl {
	color: #00a695;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 500;
}
.confirmationWrap .confirmationBlock .blockCtsList {
	margin-top: 25px;
}
.confirmationWrap .confirmationBlock .blockCtsList .blockCts {
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px 25px;
	box-sizing: border-box;
}
.confirmationWrap .confirmationBlock .blockCtsList .blockCts + .blockCts {
	margin-top: 15px;
}
.confirmationWrap .confirmationBlock .blockCtsList .blockCts .blockCtsTtl {
	color: #424242;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.confirmationWrap .confirmationBlock .blockCtsList .blockCts .blockCtsTtl.required::after {
	content: "*";
	color: #d90000;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
.confirmationWrap .confirmationBlock .blockCtsList .blockCts .blockCtsDesc {
	font-size: 1.6rem;
	line-height: 1.4;
}
.questionnaireWrap .wrapInr .confirmationWrap .btnWrap {
	width: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.questionnaireWrap .wrapInr .confirmationWrap .btnWrap button {
	margin-left: 17px;
	flex: 1;
	order: 1;
}
.questionnaireWrap .wrapInr .confirmationWrap .btnWrap .backBtn {
	margin-left: 0;
	margin-right: 17px;
	background-color: #fff;
	border: 2px solid #00c4b0;
	color: #00c4b0;
	order: 0;
}
.questionnaireWrap .wrapInr .formWrap .btn {
	width: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.questionnaireWrap .wrapInr .formWrap .btnWrap button {
	margin-left: 17px;
	flex: 1;
	order: 1;
}
.questionnaireWrap .wrapInr .formWrap .btnWrap .backBtn {
	margin-left: 0;
	margin-right: 17px;
	background-color: #fff;
	border: 2px solid #00c4b0;
	color: #00c4b0;
	order: 0;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.confirmationWrap {
		margin-top: 40px;
	}
	.confirmationWrap .confirmationBlock {
	}
	.confirmationWrap .confirmationBlock + .confirmationBlock {
		margin-top: 40px;
	}
	.confirmationWrap .confirmationBlock .blockTtl {
		font-size: 2rem;
		line-height: 1.5;
	}
	.confirmationWrap .confirmationBlock .blockCtsList {
		margin-top: 15px;
	}
	.confirmationWrap .confirmationBlock .blockCtsList .blockCts {
		padding: 20px;
	}
	.confirmationWrap .confirmationBlock .blockCtsList .blockCts + .blockCts {
		margin-top: 15px;
	}
	.confirmationWrap .confirmationBlock .blockCtsList .blockCts .blockCtsTtl {
		font-size: 1.6rem;
	}
	.confirmationWrap .confirmationBlock .blockCtsList .blockCts .blockCtsTtl.required::after {
		content: "*";
		color: #d90000;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.confirmationWrap .confirmationBlock .blockCtsList .blockCts .blockCtsDesc {
		font-size: 1.6rem;
	}
	.questionnaireWrap .wrapInr .confirmationWrap .btnWrap {
		width: 63.76812%;
		min-width: 220px;
		display: block;
	}
	.questionnaireWrap .wrapInr .confirmationWrap .btnWrap button {
		margin-left: 0;
	}
	.questionnaireWrap .wrapInr .confirmationWrap .btnWrap .backBtn {
		margin-left: 0;
		margin-right: 0;
		margin-top: 15px;
	}
	.questionnaireWrap .wrapInr .formWrap .btn {
		width: 63.76812%;
		min-width: 220px;
		display: block;
	}
	.questionnaireWrap .wrapInr .formWrap .btnWrap button {
		margin-left: 0;
	}
	.questionnaireWrap .wrapInr .formWrap .btnWrap .backBtn {
		margin-left: 0;
		margin-right: 0;
		margin-top: 15px;
	}
}

/* ========== Page counter ========== */
.pageCount {
    width: 100%;
    text-align: center;
    margin: 24px 0 32px;
    font-size: 1.4rem;
    line-height: 1.5;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .pageCount {
        margin: 20px 0 28px;
        font-size: 1.4rem;
    }
}
/* ================================= */

/* ========== Group styles ========== */
.group-title {
    font-weight: 500;
    font-size: 1.6rem;
    margin: 0 0 0.5em 0;
}

.group-title.has-top-margin {
    margin: 1.5em 0 0.5em 0;
}

.group-spacer {
    margin: 2em 0 0.5em 0;
}

/* ================================= */