@charset "utf-8";

.faqnew {
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

p.faqbtn {
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	background: #fff;
	border: 3px solid #5eb044;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.faqbtn a {
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
}

p.faqbtn span {
	color: #5eb044;
}

.mb20 {
	margin-bottom: 20px !important;
}

.kakuninlist li::before {
	content: "● ";
	color: #489628;
}

.kakuninlist li {
	font-size: 16px;
	line-height: 170%;
	margin-bottom: 4px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.kakuninlist a {
	text-decoration: underline !important;
}

.mailform {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

.mailform a {
	text-decoration: underline !important;
}

.faqnew .faqbox {
	background: #c6ebba;
	padding: 15px;
	text-align: center;
}

.faqnew .faqbox h3 {
	font-size: 20px;
}

#contentsList {
	margin-left: auto;
	margin-right: auto;
	color: #4d4d4d
}

#contentsList p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#contentsList input {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 16px;
}

#contentsList select {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 16px;
}


#contentsList .select90width {
	width: 90%;
}


#contentsList textarea {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 16px;
	width: 95%;
}

#contentsList .toggle {
	border: solid 3px #ccc;
}

#contentsList .toggle-last {
	margin-top: 30px;
	border-bottom: solid 3px #ccc;
}

#contentsList .toggle h4 {
	margin: 0;
	padding: 10px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath fill='%23000' d='M3 0 0 4h6Z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
}

#contentsList .toggle.open h4 {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath fill='%23000' d='M3 4 0 0h6Z'/%3E%3C/svg%3E");
}

#contentsList .tbl-border {
	border-left: solid 3px #ccc;
	border-right: solid 3px #ccc;
	border-bottom: solid 3px #ccc;
}

#contentsList .tbl-border-last {
	border-bottom: solid 3px #ccc;
}

#contentsList .tbl-r02 th {
	background: #c6ebba;
	border: solid 1px #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	width: 30%;
}

#contentsList .tbl-r02 td {
	border: solid 1px #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contentsList .tbl-r02 .required {
	color: white;
	background-color: red;
	float: right;
	border: solid red;
}

#contentsList td.tbl-head-white {
	border-right: 0px;
	border-left: 0px;
}

#contentsList td.tbl-head-white01 {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

#contentsList td.tbl-head-white02 {
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

#contentsList .validateMessage {
	color: red;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

:disabled {
	background-color: lightgray;
	color: black;
}

#contentsList .red-color-line {
	color: red;
	text-decoration: underline solid red;
	text-decoration: underline;
}

#contentsList .red-color {
	color: red;
}

#contentsList .red_bold {
	color: red;
	font-weight: bold;
}

.panelEkiNameSearchList .ekiNameSearchList {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	cursor: pointer;
	display: none;
	font-size: 16px;
	line-height: 24px;
	list-style: none;
	margin: 0;
	min-width: 307px;
	padding: 0px;
	position: absolute;
	text-align: left;
	z-index: 10;
}

.panelEkiNameSearchList .ekiNameSearchList li {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative;
	border-top: 1px solid #ccc;
}

.panelEkiNameSearchList .ekiNameSearchList li::before {
	content: url("../images/arrow_leftup.svg");
	background-color: #f3f3f3;
	position: absolute;
	top: 0;
	width: 30px;
	bottom: 0;
	right: 0;
	padding: 7px 7px;
}

.panelEkiNameSearchList .ekiNameSearchList li:hover {
	background-color: #ffc;
	color: #2F2F2F;
	text-decoration: none;
}

#route1, #route2, #route3, #route4, #route5 {
	margin-top: 30px;
}

#button {
	text-align: center;
	margin-top: 30px;
}

#button .btn-area {
	display: inline-block;
	margin: 0 15px;
	width: 40%;
}

#button .btn-area p {
	margin-top: 15px;
	font-size: 15px;
}

#button .btn-area .btn-form {
	font-size: 18pt;
	text-align: center;
	cursor: pointer;
	padding: 12px 12px;
	background: green;
	color: #ffffff;
	line-height: 1em;
	transition: .3s;
	box-shadow: 6px 6px 3px #666666;
	border: 2px solid green;
	width: 100%;
}

#button .btn-area .btn-add-form {
	background: green;
	border: 2px solid green;
}

#button .btn-form2, .btn-form3 {
	display: inline-block;
	font-size: 18pt;
	text-align: center;
	cursor: pointer;
	padding: 12px 12px;
	margin: 0px 15px;
	background: green;
	color: #ffffff;
	line-height: 1em;
	transition: .3s;
	box-shadow: 6px 6px 3px #666666;
	border: 2px solid green;
	width: 40%;
}

/*確認画面の折り返し制御*/
.word-break {
	word-break: break-all;
	white-space: normal;
}

@media screen and (max-width: 1020px) {

	#button .btn-area p {
	font-size: 10px;
	}
}

@media screen and (max-width: 640px) {

	#contentsList .toggle {
		width: 95%;
	}

	#contentsList .tbl-border {
		width: 95%;
	}

	#contentsList .tbl-r02 th,
	#contentsList .tbl-r02 td {
		display: block;
		width: 100%;
	}

	#contentsList .tbl-r02 td.route_display_flg {
		display: none;
	}

	#button {
		display: flex;
		flex-direction: column;
	}

	#button .btn-area {
		width: 95%;
		margin: 10px 0;
	}

	#button .btn-area p {
		font-size: 11px;
	}

	#button .btn-form2 {
		width: 95%;
		margin: 10px 0;
	}

	#button .btn-formKakunin {
		width: 100%;
	}
	
	#button .btn-formSyusei {
		width: 100%;
	}
}