@charset "utf-8";
body, input, textarea, select {
	font-family: 'Noto Sans JP', sans-serif;
}

input:not([type="button"]), textarea, select {
	font-size: 1rem;
}

select {
	background-color: #fff;
	height: 32px;
	box-sizing: border-box;
}

select::-ms-expand {
	display: none;
}

input::-ms-clear {
	visibility: hidden;
}

button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="radio"]:not(:disabled),
input[type="checkbox"]:not(:disabled),
select:not(:disabled) {
	cursor: pointer;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

/* -------------------------------------------------- */

/* c-button ----------------------------- */
.c-button {
	margin: 30px auto 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	text-decoration: none;
	transition: .15s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.wpcf7 .wpcf7-spinner {
    display: none!important;
}

.c-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.c-button:hover {
	text-decoration: none;
}

.c-button:focus {
	outline: none;
}

.c-button-confirm {
	background: url(../images/common/ico-arw-btn-white02.svg) no-repeat 95% 50%;
	background-size: 12px auto;
	background-color: #CC4E00;
	border: none;
	color: #fff;
	text-align: center;
	line-height: 58px;
	width: 300px;
	height: 68px;
	margin-right: 20px;
	transition: .15s;
	box-sizing: border-box;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1.1256rem;
	appearance: none;
	cursor: pointer;
}

.reset {
	background: #929292;
	color: #fff;
	text-align: center;
	line-height: 58px;
	width: 300px;
	border: none;
	height: 68px;
	margin-left: 20px;
	transition: .15s;
	font-size: 1rem;
	font-weight: 500;
	box-sizing: border-box;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.c-button-confirm::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 44px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	/*background-image: url(../img/ico_checkouts.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/* -------------------------------------------------- */
/* c-form */

.c-form__title {
	font-size: 18px;
	font-weight: 500;
}

.form-inner {
	padding: 0 80px;
	position: relative;
	z-index: 3;
}

.form-inner table {
	width: 100%;
}

.c-form__title + .c-form__table {
	margin-top: 20px;
}

.c-form__tr {
	display: flex;
	border-bottom: 1px dashed #AAAAAA;
	padding: 11px 0;
}

.c-form__tr--tall {
	min-height: 77px;
}

td[class^="c-form__th"], dd[class^="c-form__td"] {
	line-height: 1;
}

td[class^="c-form__th"] {
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	width: 210px;
	padding: 8px 0px;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
}

td[class^="c-form__th"] p {
	width: 84%;
	line-height: 1.5;
}

.c-form__th.hissu p:after {
	content: '必須';
	background-color: #C84302;
	border-radius: 4px;
	color: #fff;
	font-size: 0.8125rem;
	margin: 5px 0 5px 10px;
	font-weight: 300;
	display: inline-block;
	padding: 1px 10px 1px;
}

.c-form__th.nini p:after {
	content: '任意';
	background-color: #fff;
	border: 1px solid #757575;
	border-radius: 4px;
	color: #757575;
	font-size: 1rem;
	margin-left: 5px;
	font-weight: 300;
	display: inline-block;
	padding: 3px 12px 3px;
}

.p-agree-area {
    text-align: center;
    margin: 40px 0;
}

dd[class^="c-form__td"] label {
	margin-right: 32px;
	margin-bottom: 15px;
	display: inline-block;
}

dd[class^="c-form__td"] {
	line-height: 1.6;
	font-size: 1.142857143rem;
}

dd[class^="c-form__td"] p {
	margin-bottom: 0;
	font-size: 1rem;
}

.c-form__td {
	/*display: flex;*/
	align-items: center;
	flex: auto;
}

.p-agree-area .link {
  margin-top: 10px;
}
.p-agree-area a {
  font-size: 1rem;
  color: #238e3a;
  text-decoration: underline;
}

.p-agree-area a:hover {
  text-decoration: none;
}

.agree {
	margin: 40px auto 40px;
}

.check-block + .check-block {
	margin-top: 10px;
}

.check-block:last-of-type {
	border-bottom: none;
}

.check-block p {
	display: inline-block;
}

.check-block p span + span {
	margin-left: 30px;
}

.check-block_inner .grid {
	margin-bottom: 10px;
	margin-top: 15px;
}

.attention-txt {
	color: #B40C0C;
}

.grid-rigth {
	margin-left: 50px;
}

.grid-rigth p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.grid-rigth span {
	margin-left: 10px;
	display: inline-block;
}

.grid-rigth span.wpcf7-form-control-wrap {
	margin-left: 0px;
}

.c-form__row {
	display: flex;
	align-items: center;
}

.c-form__td--multiline .c-form__row + .c-form__row {
	margin-top: 8px;
}

.c-form__link {
	display: inline-flex;
	align-items: center;
	position: relative;
	color: #1f80c3;
	font-size: 13px;
	margin-left: 1em;
}

.row_input {
	margin-top: 5px;
}

.c-form__link::before, .c-form__link::after {
	content: '';
	display: block;
	position: absolute;
}

.c-form__link::before {
	top: 50%;
	left: -1.25em;
	width: 7px;
	height: 7px;
	border-top: 1px solid #1f80c3;
	border-right: 1px solid #1f80c3;
	transform: rotate(45deg) translateY(-50%);
}

.c-form__link::after {
	bottom: -2px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	transition: background-color .15s;
}

.c-form__link:hover {
	color: #1f80c3;
}

.c-form__link:hover::after {
	background-color: #1f80c3;
}

.c-form__td * + .c-form__link {
	margin-left: 41px;
}

.c-form__td--multiline .c-form__link + * {
	margin-top: 12px;
}

.c-form__td * + .c-button {
	margin-left: 20px;
}

.c-form__label-control {
	padding-bottom: 2px;
}

*[class^=".c-form__label"] {
	display: inline-block;
	vertical-align: middle;
}

.c-form__label--radio,
.c-form__label--checkbox {
	font-weight: 500;
}

.c-form__label {
	padding-right: 14px;
}

.c-form__label-small {
	/* 3文字まで */
	width: 54px;
}

.c-form__note {
	line-height: 1.462;
}

*[class^="c-form__label"] + *[class^="c-form__label"] {
	margin-left: 20px;
}

.c-form__td--multiline *[class^="c-form__label"] + *[class^="c-form__label"] {
	margin-top: 10px;
}

.c-form__td--multiline .c-form__row *[class^="c-form__label"] + *[class^="c-form__label"] {
	margin-top: 0;
	margin-left: 20px;
}

.c-form__td * + .c-form__note,
.c-form__row * + .c-form__note {
	margin-left: 19px;
}

.c-form__td--multiline > * + .c-form__note {
	margin-top: 10px;
}

.c-form__td--multiline > .c-form__note + * {
	margin-top: 13px;
}

.c-form__error-block {
	display: inline-flex;
	display: none;
	flex-direction: column;
	vertical-align: middle;
	margin-left: 10px;
}

.c-form__td--multiline .c-input:nth-of-type(n+2) + .c-form__error-block {
	margin-top: 10px;
}

.c-form__error {
	color: #f00;
	font-size: 13px;
}

.wpcf7-list-item {
    /*margin-bottom: 8px!important;*/
    /*margin-right: 20px!important;*/
}

.c-input, .c-select,
.c-textarea,
input[type="radio"],
input[type="checkbox"] {
	margin: 0;
	border-radius: 0;
	font: inherit;
}

.c-textarea
.c-fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.c-input {
	overflow: visible;
}

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

.c-input::-moz-placeholder {
	opacity: 1;
}

.c-textarea {
	overflow: auto;
}

.c-textarea::-moz-placeholder {
	opacity: 1;
}

.c-select {
	text-transform: none;
}

.c-select optgroup {
	font: inherit;
}

.p-region-id.c-select {
	margin: 10px 0;
	display: block;
}

/* Input, select and textarea
 ========================================================================== */
.c-input, .c-textarea {
	-webkit-appearance: none;
}

.c-input, .c-select, .c-textarea {
	max-width: 100%;
	border: 0 none;
	padding: 10px 18px;
	background: #fff;
	color: #333;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #AAAAAA;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
}

.c-input {
	vertical-align: middle;
	display: inline-block;
}

.c-select {
	height: 36px;
	vertical-align: middle;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

.c-textarea {
	line-height: 1.5;
	vertical-align: top;
	padding-top: 14px;
	padding-bottom: 4px;
}

/* Focus */
.c-input:focus, .c-select:focus,
.c-textarea:focus {
	outline: none;
	background-color: #fff;
	color: #333;
	border-color: #bec1c7;
}

/*
 * Placeholder
 */
 .c-input::-ms-input-placeholder,
.c-textarea::-ms-input-placeholder {
  color: #AAAAAA !important;
}
.c-input::placeholder,
.c-textarea::placeholder {
  color: #AAAAAA;
} 
/* Text, Textarea
 ========================================================================== */
.c-input, .c-textarea {
	width: 100%;
}

.c-textarea {
	height: 140px;
}

.c-input.c-input-small {
	width: 117px;
}

.c-input.c-input-medium {
	width: 400px;
}

.c-input.c-input-80 {
	width: 80px;
}

.c-input + .c-input {
	margin-left: 14px;
}

.c-select + .c-input,
.c-input + .c-select {
	margin-left: 12px;
}

/* Select
 ========================================================================== */
.c-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%226px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(113%2C%20113%2C%20113)%22%20d%3D%22M10.014%2C0.009%20L-0.014%2C0.009%20L5.000%2C6.000%20L10.014%2C0.009%20Z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 7px top 50%;
}

.c-select {
	width: 194px;
}

.c-select--small {
	width: 96px;
}

.c-select option {
	color: #9a9a9a;
}

/* Radio & Checkbox
 ========================================================================== */
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	height: 19px;
	width: 19px;
	overflow: hidden;
	margin-top: -2px;
	margin-right: 4px;
	position: relative;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border: 1px solid #C5C5C5;
	border-radius: 4px;
	transition: 0.2s ease-in-out;
	transition-property: background-color, border;
}

input[type="radio"] {
	border-radius: 50%;
	transform: rotate(1deg);
	width: 20px;
	height: 20px;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: none;
	border-color: #383736;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background-color: #fff;
	border-color: #383736;
}

input[type="radio"]:checked:focus,
input[type="checkbox"]:checked:focus {
	background-color: #fff;
}

/* Checked Icons */
input[type="radio"]::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	background-color: transparent;
	border-radius: 50%;
}

input[type="radio"]:checked::after {
	background-color: #383736;
}

input[type="checkbox"]::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 4px;
	left: 5px;
	width: 7px;
	height: 12px;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(40deg);
}

input[type="checkbox"]:checked::after {
	border-color: #CC4E00;
}

/*可変幅*/
@media screen and (max-width: 736px){
	.c-form__tr {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
	}
	td[class^="c-form__th"] {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	td[class^="c-form__td"] p {
		font-size: 1rem;
	}
	th[class^="c-form__th"] p {
		margin-bottom: 0;
		font-size: 1rem;
	}
	td[class^="c-form__td"] {
		border-left: none;
		padding-bottom: 15px;
		width: 100%;
		display: block;
	}
	.c-input.c-input-medium {
		width: 100%;
	}

	.c-input, .c-select, .c-textarea {
		padding: 8px 10px;
	}
	.c-form__th.hissu p:after,
	.c-form__th.nini p:after {
		font-size: 0.857142857rem;
	}
	.contact-privacy {
		padding: 20px 10px;
	}
	dd[class^="c-form__td"],
	.policy-box p {
		font-size: 1rem;
	}
	.contact-privacy .h2_ttl, .contact-privacy .h3_ttl {
		font-size: 1.142857143rem;
	}
	.policy-box ul li:before {
		top: 8px;
	}
	.policy-box:last-child {
		margin-bottom: 0;
	}
	.c-button {
		display: block;
	}
	.c-button-confirm {
	    margin: 0 auto 10px;
	    height: 54px;
	    line-height: 54px;
	    max-width: 240px;
	    width: 100%;
	}
	.reset {
	    margin: 10px auto 0;
	    height: 54px;
	    line-height: 54px;
	    max-width: 240px;
	    width: 100%;
	}
	input[type="radio"] {
		width: 22px;
		height: 22px;
	}
	input[type="radio"]::after {
		width: 12px;
		height: 12px;
	}

	.p-agree-area .agree {
	  width: 100%;
	  height: 80px;
	  margin: 20px auto 0;
	  border: 6px solid #F4F4F4;
	  padding: 25px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.c-input.c-input-small {
		width: 95px;
	}
	.c-input + .c-input {
		margin-left: 7px;
	}
	.c-input.c-input-80 {
		width: 60px;
	}
	.form-inner {
	  padding: 0 0;
	}
}
