@charset "UTF-8";
#formArea input[type="radio"] + span {
	padding-left: 5px;
}
.errorBox {
	background-color: #fbe5eb;
}
.errorBox p {
	color: #ea1548;
	text-align: left;
}

/**
 common
 ----------------------------------------
*/
.conntents {
	padding-top: 70px;
}
.wrap {
	margin: 125px 0 70px;
}
.inner:not(#contact .inner) {
	width: 80%;
    max-width: 730px;
	margin: 0 auto;
}
.title {
	margin-bottom: 20px;
}
.title p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.detail {
	width: 96%;
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 14px;
}
.attention {
	width: 90%;
    max-width: 900px;
    margin: 0 auto 5px;
}
.attention p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #F84E41;
}
.submit {
	width: 95%;
    max-width: 570px;
	margin: 0 auto;
}
.submit .next {
    width: 40%;
	padding: 18px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    background-color: #B2D235;
    border: 2px solid #B2D235;
}
.submit .next:hover {
	cursor: pointer;
    background-color: #ffffff;
    color: #B2D235;
    opacity: 1;
}
.submit .back {
    width: 40%;
	padding: 18px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    background-color: #555555;
    border: 2px solid #555555;
}
.submit .back:hover {
    cursor: pointer;
    opacity: 1;
    background-color: #ffffff;
    color: #555555;
}

/**
 .confirmation
 ----------------------------------------
*/
.confirmation .smeContents {
	margin-bottom: 40px;
}
.confirmation .smeContents table {
	margin: 20px 0;
	border-collapse: collapse;
}
.confirmation .smeContents > p {
	font-weight: bold;
}
.confirmation .smeContents .squareFont {
    font-weight: bold;
    padding: 0px 5px;
    margin: 0 3px;
	border: 1px solid #000;
}
.confirmation .smeContents th,
.confirmation .smeContents td {
	padding: 10px 0;
}
.confirmation .smeContents th p {
	font-weight: bold;
}
.confirmation .smeContents td {
	font-weight: bold;
	text-align: center;
}
.confirmation .smeContents thead th:nth-of-type(2),
.confirmation .smeContents thead th:nth-of-type(3) {
	min-width: 155px;
	text-align: left;
	padding: 10px 5px;
}
.confirmation .smeContents thead th .squareFont {
    font-weight: bold;
    padding: 0 0.4em;
    margin: 0 5px 0 0;
	vertical-align: top;
	border: 1px solid #000;
}
.confirmation .smeContents thead th .squareFont + p {
	display: inline-block;
	line-height: 1;
}
.confirmation .smeContents th:nth-of-type(1),
.confirmation .smeContents th:nth-of-type(2),
.confirmation .smeContents td:nth-of-type(1) {
	border-right: 2px solid #c6c7c7;
}
.confirmation .smeContents tbody th {
	text-align: left;
	padding-left: 15px;
}

.confirmation .smeContents tr:nth-of-type(2n+1):not(thead tr) {
	background-color: #ededed;
}

.confirmation .questionArea {
	margin: 0 auto 40px;
	padding: 20px 30px;
	border: 3px solid #B2D235;
	border-radius: 10px;
}
.confirmation .questionArea .question:not(:last-of-type) {
    margin-bottom: 30px;
}
.confirmation .questionArea .question p:first-of-type {
    background-color: #B2D235;
    color: #fff;
	margin-bottom: 5px;
}
.confirmation .questionArea .question p:not(:first-of-type) {
	padding-left: 15px;
	margin-bottom: 15px;
}
.confirmation .questionArea .question .question_input {
	padding-left: 15px;
}
.confirmation .questionArea .question .question_input .form-check-inline {
	display: inline-block;
}
.confirmation .questionArea .question .question_input label {
	margin-right: 25px;
}
.confirmation .questionArea .question .question_input label {
	margin-right: 25px;
}
.confirmation #formArea > .attention {
	width: 100%;
	margin: 0 0 35px 0;
}
.confirmation .submit {
	display: flex;
	justify-content: space-between;
}
.confirmation .conditions {
	margin-bottom: 50px;
	background-color: #F7F7E3;
	padding: 10px;
}
.confirmation .conditions p{
	font-weight: bold;
}
.confirmation dl {
	border: 1px solid #B2D235;
	margin-bottom: 30px;
	padding-bottom: 3%;
}
.confirmation dl:last-child {
	margin-bottom: 0;
}
.confirmation dt,
.confirmation dd {
	padding: 14px 20px;
}
.confirmation dt {
	background-color: #F7F7E3;
	font-weight: 700;
	font-size: 110%;
}
.confirmation .listBase li {
	line-height: 1.8;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
	.confirmation .smeContents thead th:nth-of-type(2),
	.confirmation .smeContents thead th:nth-of-type(3) {
		min-width: 120px;
		font-size: 12px;
	}
}
@media screen and (max-width: 500px) {
	.confirmation .smeContents thead th:nth-of-type(2),
	.confirmation .smeContents thead th:nth-of-type(3) {
		min-width: auto;
	}
	.confirmation .smeContents thead th p {
		margin-top: 10px;
	}
}

/**
 .pledge
 ----------------------------------------
*/
.pledge .inner {
	width: 80%;
    max-width: 1000px;
}
.pledge .pladge_title {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
}
.pledge .detail {
	width: 80%;
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 14px;
}
.pledge .pledge_detail {
    margin: 0 auto 40px;
    padding: 50px 30px;
    border: 3px solid #B2D235;
    border-radius: 10px;
}
.pledge .pledge_detail p:nth-of-type(3) {
	width: 1em;
    margin: 0 auto 20px;
}
.pledge .pledge_detail > ul {
    counter-reset: listnum;
	margin-bottom: 5px;
}
.pledge .pledge_detail > ul > li > p {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.pledge .pledge_detail > ul > li > p:before {
    counter-increment: listnum;
    content: counter(listnum);
    padding-right: 1em;
}
.pledge .pledge_detail li ul {
    padding-left: 1.5em;
}
.pledge .pledge_detail li ul li p{
    padding-left: 2em;
    text-indent: -2em;
}
.pledge .pledge_detail > p:last-child {
	text-align: right;
}
.pledge .pledge_detail .indent p{
	text-indent: -2em;
    padding-left: 3em;
}
.pledge .checkboxArea {
	width: 100%;
    max-width: 230px;
    margin: 0 auto 50px;
}
.pledge .checkboxArea li label {
	font-size: 20px;
    line-height: 1;
}
.pledge .submit {
	max-width: 350px;
    margin: 0 auto;
}
.pledge .submit .next {
	width: 100%;
}
.submit .next:disabled {
	background-color: #B2D235;
    border: 2px solid #B2D235;
	color: #fff;
	pointer-events: none;
	opacity: 0.5;
}

/**
 .add_mail
 ----------------------------------------
*/
.add_mail .detail p:nth-of-type(2) {
    padding-left: 1em;
    text-indent: -1em;
}
.add_mail #formArea .inputArea {
	margin-bottom: 30px;
}
.add_mail #formArea span {
	font-weight: bold;
}
.add_mail #formArea input[type="text"] {
	width: 65%;
	margin-left: 30px;
}
.add_mail #formArea .err {
    font-size: 100%;
    width: 65%;
    margin-left: 193px;
}
.add_mail #formArea .submit {
	max-width: 295px;
	width: 40%;
}
.add_mail #formArea .submit .next {
	width: 100%;
}

/**
.complete_mail
----------------------------------------
*/
.complete_mail .title {
    margin-bottom: 80px;
    background-color: #B2D235;
    color: #fff;
}
.complete_mail .detail {
	width: 70%;
    max-width: 700px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.confirmation .submit {
		max-width: 350px;
		flex-direction: column;
	}
	.submit .next {
		width: 100%;
		margin-bottom: 20px;
	}
	.submit .back {
		width: 100%;
	}

	.add_mail #formArea .inputArea {
		display: flex;
		flex-direction: column;
	}
	.add_mail #formArea span {
		margin-bottom: 10px;
	}
	.add_mail #formArea input[type="text"] {
		width: 100%;
		margin-left: 0;
	}
	.add_mail #formArea .err {
		width: 100%;
		margin-left: 0;
	}
	.add_mail #formArea .submit {
		width: 100%;
	}

	.complete_mail .detail {
		width: 100%;
	}
}
@media screen and (max-width: 375px) {
	.confirmation .questionArea .question .question_input {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.confirmation .questionArea .question .question_input label:not(:last-of-type) {
		margin-bottom: 10px;
	}
}


#outline th,
#outline td {
	padding: 1em 2%;
	text-align: center;
	font-weight: 400;
	line-height: 1.6;
}
#outline th {
	background-color: #B2D235;
	color: #ffffff;
}
#outline td {
	background-color: #F7F7F7;
}
#outline .style01 .w-wide {
	width: 300px;
}
#outline .style01 td:first-child {
	text-align: left;
}
#outline table {
	width: 100%;
	margin-bottom: 50px;
}
#outline table.style02 {
	max-width: 450px;
}
#outline .txt-s {
	font-size: 90%;
}
#outline .t-left td {
	text-align: left;
}
#outline .t-left ul {
	padding-top: 10px;
}
#outline .t-left li {
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
#outline .style01 .att {
	font-weight: 600;
	color: #F84E41;
}
#outline .halfColumn th,
#outline .halfColumn td {
	width: 50%;

}
@media screen and (min-width: 769px) {
	#outline dt,
	#outline dd {
		padding: 20px 30px;
	}
	#outline table {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 320px) {
	#outline th,
	#outline td {
		font-size: 90%;
	}
}