@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}
body {
	margin: 0;
}
main {
	display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
abbr[title] {
	text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}
small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
}

/**
* Correct cursors for clickable elements.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
* Remove padding
*/

option {
	padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* Correct the outline style in Safari.
*/

[type="search"] {
	outline-offset: -2px; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Fix font inheritance.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
* Fix appearance for Firefox
*/
[type="number"] {
	-moz-appearance: textfield;
}

/**
* Clickable labels
*/

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}
#mainFooter img{
	display: block;
	width: fit-content;
	margin: 40px auto;
	max-width: 100%;
}
html { font-size: 62.5%; }
body {
	width: 100%;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5625;
	-webkit-text-size-adjust: 100%;
	color: #2A2A2A;
	overflow-x: hidden;
}
.formWrap{
	overflow: hidden;
}
.formWrap .inner{
	width:calc(100% - 40px);
	max-width: 650px;
	margin: 60px auto 0;
}
.formTtl_00 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
.netz .formTtl_00{
	color:#005952;
}
.toyopet .formTtl_00{
	color:#005952;
}
.formTtl_01 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}
.questionnaire{
	margin-top: 40px;
	/*font-size: 112.5%;*/
	background: #f6f6f6;
	padding: 50px 60px 80px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.questionnaire{
		padding: 30px 20px 60px;
	}
}
.questionnaireTtl {
	font-weight: bold;
	position: relative;
	width: fit-content;
	font-feature-settings: "palt";
}
.formLine {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
.formLine.w-48p {
	max-width: 48.5%;
}
@media screen and (max-width: 767px) {
	.formLine.w-48p {
		max-width: 100%;
	}
	.formLine.sp_w-50p {
	max-width: 48.5%;
	}
}
.formLine.must .questionnaireTtl:after {
	content: "必須";
	position: absolute;
	background: #e43636f0;
	color: #fff;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 4px;
	right: -38px;
	width: 30px;
	height: 17px;
	border-radius: 2px;
}
.questionnaire .formLine input,
.questionnaire .formLine select,
.questionnaire .formLine textarea {
	font-weight: 500;
	width: 100%;
	background: #fff;
	padding: 6px 13px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	margin-top: 5px;
}
.questionnaire .formLine textarea.large {
	min-height: 120px;
	font-size: 1.4rem;
}
.questionnaire .formLine input[type="checkbox"]{
	width: 13px;
	height: 13px;
	padding: 0;
	border-radius: 2px;
	margin-top: 0;
	margin-right: 6px;
}
.questionnaire .formLine input[type="radio"]{
	width: 13px;
	height: 13px;
	padding: 0;
	border-radius: 50%;
	margin-top: 0;
	margin-right: 6px;
}
.questionnaire .formLine input[type="checkbox"]:checked,
.questionnaire .formLine input[type="radio"]:checked {
	appearance: auto;
}
.privacy-policy {
	margin-top: 10px;
	font-weight: bold;
	position: relative;
}
.privacy-policy:after {
	content: "必須";
	position: relative;
	background: #e43636f0;
	color: #fff;
	font-size: 1.1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: -2.5px;
	right: 0;
	width: 30px;
	height: 17px;
	border-radius: 2px;
}
.privacy-policy label{
	transition: .4s;
	display: inline-flex;
	align-content: flex-start;
	align-items: first baseline;
}
.privacy-policy label:hover {
	opacity: .6;
}
.submitBtn {
	background: #005952;
	border: 2px solid #005952;
	color: #fff;
	font-weight: bold;
	width: 100%;
	max-width: 400px;
	margin: 40px auto 0;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 135%;
	height: 60px;
	transition: .4s;
	cursor: pointer;
}
.submitBtn:hover {
	color: #005952;
	background: #fff;
}
.submitBtn.send {
	display: none;
}
.submitBtn.back{
	background: #cdcdcd;
	border-color: #b6b6b6;
	display: none;
	color: #464646;
}
.submitBtn.back:hover {
	color: #b6b6b6;
}
.selectBox {
	position: relative;
	background: #fff;
	margin-top: 5px;
	width: 100%;
}
.selectBox:after {
	content: "";
	width: 20px;
	height: 20px;
}
.questionnaire .formLine .selectBox select{
	padding-right: 40px;
	background: none;
	margin: 0;
	position: relative;
	z-index: 1;
}
.selectBox::after {
	content: "";
	position: absolute;
	left: auto;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 9px solid #2D2D2D;
	border-right: 6.5px solid transparent;
	border-left: 6.5px solid transparent;
	display: block;
	width: 13px;
	height: 9px;
	z-index: 0;
}
.innerError {
	color: #e44040;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: 84%;
	display: none;
}
.show-error .innerError {
	display: block;
	width: 100%;
}
.read {
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
}
.read.error {
	color: #e44040;
}
.read.step01,
.read.step02,
.read.error,
.submitActiveArea.confirm .read.error {
	display: none;
}


.submitActiveArea.confirm .formLine.w-48p {
	max-width: 100%;
}
.submitActiveArea .read.error {
	display: block;
}
.submitActiveArea.back .read.error {
	display: none;
}
.submitActiveArea.confirm .read.step02{
	display: block;
}
.submitActiveArea.confirm .submitBtn.confirm,
.submitActiveArea.confirm .formLine.must .questionnaireTtl::after,
.submitActiveArea.confirm .selectBox::after,.submitActiveArea.confirm .privacyArea {
	display: none;
}
.submitActiveArea.confirm .questionnaireTtl{
	width: 155px;/*
	padding-right: 20px;
	text-align: right;*/
	position: relative;
}
.submitActiveArea.confirm .questionnaireTtl:before{
	content:"【";
	display: inline-block;
	margin-right: 3px;
}
.submitActiveArea.confirm .questionnaireTtl:after{
  content: "】" !important;
  display: inline-block !important;
  margin-left: 3px;
  position: relative;
  background: none;
  color: #2a2a2a;
  font-size: 100%;
  right: 0;
  top: 0;
}
.submitActiveArea.confirm .selectBox,.submitActiveArea.confirm .questionnaire .formLine input, .submitActiveArea.confirm .questionnaire .formLine select, .submitActiveArea.confirm .questionnaire .formLine textarea {
	background: none;
	border: none;
	pointer-events: none;
	padding-left: 0;
	padding-right: 0;
	width: calc(100% - 155px);
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	/*border-left: 1px solid #333;*/
	border-radius: 0;
}
.submitActiveArea.confirm .questionnaire .formLine #Gokonyukentojiki__c {
  border: none !important;
  padding: 0 !important;
}
.submitActiveArea.confirm .formLine {
	margin-bottom: 10px;
}
/*
.submitActiveArea.confirm .questionnaire .formLine input:empty,
.submitActiveArea.confirm .questionnaire .formLine select:empty,
.submitActiveArea.confirm .questionnaire .formLine textarea:empty {
	padding: 0;
	margin: 0;
	height: 0;
}
*/
.submitActiveArea.confirm .submitBtn.send {
	display: block;
}
.submitActiveArea.confirm .submitBtn.back{
	display: flex;
}


.thx__message {
	text-align: center;
	width: 100%;
}
.thx__message--line01 {
	margin-top: 20px;
}
.thx__message--btn {
  border: 2px solid #333;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  max-width: 400px;
  margin: 60px auto 0;
  border-radius: 4px;
	transition: .4s;
}
.thx__message--btn:hover {
	background: #fff;
	color:#000;
	opacity: .6;
}

.onlyConfirm {
	display: none;
}
.submitActiveArea.confirm .onlyConfirm {
	display: block;
}

.submitActiveArea.confirm .selectBox,
.submitActiveArea.confirm .questionnaire .formLine input,
.submitActiveArea.confirm .questionnaire .formLine select,
.submitActiveArea.confirm .questionnaire .formLine textarea {
	background: #f6f6f6!important;
	box-shadow: 0 0 0px 999px #f6f6f6 inset;
}

.submitActiveArea.confirm .questionnaire .formLine input::placeholder{
	color: #f6f6f6!important;
}
