.mt-1{
	margin-top: -1px;

}

input#acd-check1{
	display: none;
}
ol,
ul {
	list-style: none;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.section--form {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-feature-settings: "palt";
	color: #2d2d2d;
	overflow-wrap: break-word;
	padding: 40px 0;
}

.l-section--form {
	margin-top: 20px;
	background: -webkit-linear-gradient(top, transparent 0, transparent 30px, #f7f7f7 30px, #f7f7f7 195px, transparent 195px, transparent);
	background: -o-linear-gradient(top, transparent 0, transparent 30px, #f7f7f7 30px, #f7f7f7 195px, transparent 195px, transparent);
	background: linear-gradient(to bottom, transparent 0, transparent 30px, #f7f7f7 30px, #f7f7f7 195px, transparent 195px, transparent);
}

.section--form .l-wrapper {
	position: relative;
	width: 90.4%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.green-frame {
	position: relative;
	border-radius: 13px;
	z-index: 0;
}

.green-frame--form {
	margin-top: 0;
}

.green-frame:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 310px;
	height: 100%;
	border: 1px solid #c0e6d9;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	z-index: -1;
}

.form {
	padding: 0 10px;
}

.form__item {
	padding: 10px 10px 15px;
}

.form__item:not(:nth-last-of-type(-n+2)) {
	border-bottom: 1px solid #e2e2e2;
}

.form__label {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5;
	display: block;
	margin-bottom: 7px;
}

.form__must {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	color: #ff0000;
	margin-left: 2px;
}

.form__content {
	width: 100%;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: auto;
	outline: none;
}

.input,
.textarea,
.select {
	border: 1px solid #b8b8b8;
	background: #ffffff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
	border-radius: 0;
}

.input,
.select {
	height: 42px;
	padding: 0 8px;
}

.formele {
	margin-bottom: 3px;
}

.form__comment {
	font-weight: 400 !important;
	letter-spacing: .05em;
	color: #027c96;
}

.form__comment2 {
	font-weight: 400 !important;
	letter-spacing: .05em;
	color: #027c96;
}

.form__comment3 {
	font-weight: 400 !important;
	letter-spacing: .05em;
	color: #027c96;
}

.text {
	line-height: 1.9231;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.text {
	display: none;
}


.rdo_1 {
	display: block;
}

.rdo_2 {
	display: block;
}

.form__content--checkbox {
	box-shadow: 0 0 0 1px #e2e2e2 inset;
	max-width: 100%;
    margin: 0 auto;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.67;
}

.form__content--checkbox--center {
	text-align: center;
}

.formele .mb2em {
	margin-bottom: 1em;
}

.formError .formErrorContent {
	font-size: 13px;
	line-height: 1.3;
    background:rgba(242, 48, 5,0.8);
}

.formError .formErrorArrow div {
    background:rgba(242, 48, 5,0.8);
}
input[type="radio"] {
	display: none;
}
input[type="checkbox"] {
	display: inline-block;
    width: 20px;
    height: 20px;
}
.radio_icon {
	display: inline-block;
	margin-top: 1rem;
    margin-right: 1.2rem;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 0;
    position: relative;
    cursor: pointer;
    top: 15%;
    left: 3%;
}
.radio_icon::before {
	content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-color: #eee;
    border-radius: 50%;
	top: 7px;
    left: 7px;
    position: absolute;
}
input[type=radio] + .radio_icon::before {
    background-color: #eee;
}
input[type=radio]:checked + .radio_icon::before {
    background-color: #0487D9;
}
input[type=radio]:checked + .radio_icon {
    border: 1px solid #0487D9;
}
.radio_box {
	display: inline-block;
	position: relative;
	height: 45px;
	margin-right: 1.5em;
	cursor: pointer;
	font-size: 1.5rem;
}

.textarea {
	height: 105px;
	padding: 8px;
}

.form__terms {
	height: 105px;
	overflow: auto;
	border: 1px solid #b8b8b8;
	padding: 15px 10px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.67;
	margin: 12px 0 11px;
}

.form__content--checkbox .checkbox {
	margin-bottom: 3px;
	margin-right: 3px;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form__checkbox-text {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
}

.form__button {
	margin: 12px 10px 18px;
}

.button-primary {
	background: #06a890;
	color: #FFF;
	display: block;
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	padding: 21px 30px 21px 18px;
	font-size: 16px;
	letter-spacing: .15em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: none;
	width: 100%;
}

.button-primary::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.button-primary--submit {
	height: 66px;
	padding: 0 20px;
}

#form-message {
	display: none; 
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}

.l-body--send{
	text-align: center;
	padding: 2rem 1rem;
}

.l-body--send .button-return{
	background: #06a890;
    color: #FFF;
    display: block;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
	margin: 2rem auto;
    padding: 9px 18px;
	width: 62%;
    font-size: 16px;
    letter-spacing: .15em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
}

.l-body--send .button-return::after{
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.form-flow{
	display: flex;
    -webkit-box-pack: center;
	justify-content: center;
    padding: 22px 0 22px;
    margin: 0;
}
.form-flow__item {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #06a890;
    text-align: center;
}
.form-flow__item:not(:last-child){
	margin-right: 48px;
    position: relative;
}

.form-flow__item:not(:last-child)::before {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    background: #06a890;
    position: absolute;
    top: 25px;
    left: 80%;
}

.form-flow__item {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #06a890;
    text-align: center;
}

.form-flow__item.is-current span{
	background: #06a890;
    color: #ffffff;
}

.form-flow__item span{
	display: block;
    background: #ffffff;
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #06a890;
	display: flex;
    -webkit-box-align: center;
	align-items: center;
    -webkit-box-pack: center;
	justify-content: center;
	font-size: 22px;
    font-weight: 500;
	padding: 2px 0px 0px 2px;
    margin-bottom: 7px;
    position: relative;
}

.form-finish{
	background-color: #ffffff;
}

@media screen and (min-width: 768px){

	.green-frame--form:before{
		height: calc(100% - 28px);
		width: calc(100% + 100px);
	}

	.input, 
	.select {
		width: 350px;
		height: 42px;
		padding: 0 15px;
	}

	.form__item{
		padding: 40px 0 40px;
	}

	.input--pc-lg, 
	.select--pc-lg {
		width: 530px;
	}

	.form__terms{
		height: 190px;
    	line-height: 1.54;
    	padding: 25px 30px;
    	margin: 15px 0 20px;
	}

	.form__content--checkbox{
		box-shadow: 0 0 0 1px #e2e2e2 inset;
		max-width: 32%;
		margin: 0 auto;
		padding: 1rem 0.5rem;
	}

	.form__button{
		max-width: 356px;
		margin: 35px auto 0;
	}

	.formele{
		font-size: 1.5rem;
	}

	.radio_box{
		margin-bottom: 2%;
	}

	.radio_box:first-child{
		padding-left: 2%;
	}

	.rdo_2{
		display: flex;
	}
}