@charset "Shift_JIS";

/* CSS Document */

@media screen and (min-width: 641px) {
body, html {
	min-width: 1000px;
}
}
body {
	background: #F4F4F4;
}
a {
	color: #008CCF;
}
h2 {
	color: #18943B;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 1em;
}
.pc_none {
	display: none;
}
.sm_none {
	display: initial;
}
header {
	border-top: 5px solid #C3D600;
	border-bottom: 5px solid #009943;
	background: #ffffff;
}
header h1 {
	color: #0069A0;
	font-size: 2em;
}
header p {
	margin: 0;
	font-weight: bold;
}
header img {
	box-sizing: content-box;
/*	width: 145px; -2019.05 */
	width: 290px; /* 2019.06- */
/*	padding: 15px 25px; -2019.05 */
	padding: 20px 12px 10px 12px; /* 2019.06- */
	border-left: 1px solid #EEEFEB;
	border-right: 1px solid #EEEFEB;
	margin-right: 20px;
}
.logo_cont {
	width: 960px;
}
.logo_box {
	float: left;
}
.logo_text_box {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}
.cont_wrap {
	max-width: 960px;
	margin: 0 auto;
}
#arrow {
	padding: 70px 0;
}
#arrow p {
	text-align: left;
	font-size: 0.8em;
	margin-top: 15px;
}
.arrow_box {
	margin: 0 auto;
	margin-top: 25px;
	display: flex;
}
.arrow_box img {
	width: 235px;
}
/* map */

#map {
	background: #EAE8E4;
	position: relative;
	height: 700px;
}
.ttl_home {
	color: #18943B;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}
.ttl_home span {
	padding-bottom: 0.3em;
	border-bottom: solid 1px #18943B;
}
.ttl_home2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-top: 30px;
}
.ttl_home2 span {
	color: #18943B;
	padding-right: 7px;
}
.ttl_home3 {
	font-size: 0.8em;
	color: red;
}
.map_text {
	text-align: left;
	padding-top: 100px;
}
.map_image {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 100%;
}
area {
	border: none;
	outline: none;
}
/* 都道府県一覧 */

#jplist {
	padding: 100px 0;
}
.jplist_box .jplist_row {
	display: flex;
	margin-bottom: 5px;
}
.jparea {
	background: #D7E7AF;
	color: #18943B;
	height: 50px;
	width: 200px;
	font-size: 1.1em;
}
.jparea p {
	margin: 0;
	line-height: 50px;
}
.kenmei {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	height: 50px;
	width: 760px;
	padding: 0 40px;
}
.kenmei p {
	font-size: 1.1em;
	padding: 0 20px;
	margin: 0;
}
.kenmei p a {
	color: #555;
	text-decoration-line: underline;
}
.double .kenmei, .double .jparea {
	height: 80px;
}
.double .jparea p {
	line-height: 80px;
}
.jplist_box input {
	display: none;
}
.kenmei_space {
	width: 20px;
	min-height: 1px;
	flex-grow: 1;
}
/* footer */
/* 旧footer -2019/05
footer {
	background: #C9C9CA;
	text-align: right;
	height: 37px;
	font-size: 13px;
}
footer p {
	line-height: 37px;
	margin: 0;
}
*/

#footer.access {
	background: #FFFFFF;
	color: #666;
	padding-bottom: 20px;
}
#footerField {
	clear: both;
		padding: 30px 0 60px; /* リボン有 */
/*	padding: 30px 0 0;*/  /* リボン無 */
	border-top: 1px solid #eaeaea;
	font-size: 11px;
/* リボン画像 */
	background: 
							url(../img/footer_musubu_ribbon04.png) bottom right 50px / 120px 45px no-repeat,
							url(../img/footer_musubu_ribbon03.png) bottom left 50px / 95px 45px no-repeat, 
							url(../img/footer_musubu_ribbon02.png) bottom 0px left / 1px 45px repeat-x;
}
	.inner {
		position: relative;
/*	width: 960px; */
/*	width: 90%; */
		max-width: 960px;
		margin: 0 auto;
	}
.footer-logo {
	width: 164px;
	float: left;
	margin: 0;
}
.footer-logo img{
	max-width: 100%;
}
.footerCopyright {
	clear: both;
	text-align: right;
}


/* ＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃ 検討ページ */

#kentou {
	background: #EAE8E4;
	padding: 50px;
	text-align: left;
}
.kentou_box {
	margin: 30px 0;
}
.kentou_box table {
	width: 100%;
	text-align: center;
}
.kentou_list_ttl_box table {
	background: #9FA0A0;
	color: #fff;
	height: 50px;
}
.kentou_list_ttl_box>table {
	margin-bottom: 10px;
}
.kentou_box .kentou_list_ttl_box .kentou_list-sentaku {
	background: #00A051;
}
.kentou_box .kentou_list_ttl_box .kentou_list-koujou {
	border-right: solid 1px #fff;
	text-align: center;
}
.kentou_box .kentou_list_ttl_box .kentou_list-map {
	border-right: solid 1px #fff;
}
.kentou_box .kentou_list_ttl_box .kentou_list-jusho {
	border-right: solid 1px #fff;
	text-align: center;
}
.kentou_box .kentou_list-icon table td {
	font-size: 12px;
}
.kentou_box .kentou_list-icon table .uketori {
	font-size: 9px;
}
.kentou_box .kentou_list-icon table .uketori td {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
}
.kentou_box .kentou_list-icon table .uketori td:last-child {
	border-right: solid 0px #fff;
}
.kentou_list_result h3 {
	text-align: left;
	font-size: 1em;
	color: #0069A0;
	background-color: #BCD4DF;
	padding: 10px;
	margin: 1px 0px 1px 0px;
	cursor: pointer;
}
.kentou_list_result div > table {
	border-bottom: solid 1px #bbb;
	background: #fff;
}
.kentou_list_result div > table td {
	font-size: 0.8em;
	padding: 8px 5px;
}
.kentou_box .kentou_list-sentaku {
	background: #89C997;
	width: 7%;
}
.kentou_box .kentou_list-koujou {
	width: 33%;
	border-right: solid 1px #bbb;
	text-align: left;
}
.kentou_box .kentou_list-map {
	width: 7%;
	border-right: solid 1px #bbb;
}
.kentou_box .kentou_list-jusho {
	width: 30%;
	border-right: solid 1px #bbb;
	text-align: left;
}
.kentou_box .kentou_list-icon {
	width: 25%;
}
.kentou_box .kentou_list-icon td {
	width: 20%;
}
.kentou_box .kentou_list-icon img {
	width: 25px;
}
.kentou_btn01 {
	margin: 20px 0 0px 0;
	text-align: right;
}
.kentou_btn02 {
	margin: 50px 0 80px 0;
	text-align: center;
}
/* ＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃ 依頼ページ */

.ttl_irai1 {
	text-align: right;
	color: #18943B;
}
//.shakensho_sample_link {  /* 2022/11/29 解除*/
//	margin-left: 20px;      /* 2022/11/29 解除*/
//}                         /* 2022/11/29 解除*/
#irai {
	background: #EAE8E4;
	padding: 50px;
	text-align: left;
}
.irai_box {
	margin: 30px 0;
}
.irai_box table {
	width: 100%;
	text-align: center;
}
.irai_box table.kintoh {
	table-layout:fixed;
}
.irai_list_ttl_box table {
	background: #9FA0A0;
	color: #fff;
	height: 50px;
}
.irai_list_ttl_box>table {
	margin-bottom: 10px;
}
.irai_box .irai_list-koujou {
	border-right: solid 1px #fff;
	width: 33%;
	padding: 0 8px 0 8px;
}
.irai_box .irai_list-map {
	border-right: solid 1px #fff;
	width: 7%;
}
.irai_box .irai_list-icon {
	border-right: solid 1px #fff;
	width: 45%;
}
.irai_box .irai_list-sakujo {
	width: 150%;
}
.irai_box .irai_list-icon table td {
	font-size: 12px;
}
.irai_box .irai_list-icon table .uketori {
	font-size: 9px;
}
.irai_box .irai_list-icon table .uketori td {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
}
.irai_box .irai_list-icon table .uketori td:last-child {
	border-right: solid 0px #fff;
}
.kentou_box .kentou_list-icon .icon_none {
	opacity: 0;
}
.irai_list_result h3 {
	text-align: left;
	font-size: 1.2em;
	color: #0069A0;
	background-color: #BCD4DF;
	padding: 10px;
	margin: 0;
}
.irai_list_result > table {
	border-bottom: solid 1px #bbb;
	background: #fff;
	height: 70px;
}
.irai_box .irai_list_result .irai_list-koujou {
	border-right: solid 1px #bbb;
	text-align: left;
}
.irai_box .irai_list_result .irai_list-map {
	border-right: solid 1px #bbb;
}
.irai_box .irai_list_result .irai_list-jusho {
	border-right: solid 1px #bbb;
}
.irai_box .irai_list_result .irai_list-icon table {
	height: 100%;
}
.irai_box .irai_list_result .irai_list-icon td {
	border-right: solid 1px #bbb;
}
.irai_box .irai_list_result td:nth-last-of-type(1) {
	border-right: solid 0px;
}
.irai_box .irai_list_result .irai_list-icon_end td:nth-last-of-type(1) {
	border-right: solid 1px #bbb;
}
.irai_box .irai_list_result .irai_list-icon img {
	width: 25px;
}
.irai_box .irai_list_result .irai_list-icon input {
	font-size: 2em;
	margin-right: 10px;
}
.irai_box .irai_list_result .irai_list-sakujo a {
	font-size: 0.6em;
	color: #fff;
	padding: 5px 7px;
	background: #9FA0A0;
	width: 50%;
	margin: auto auto;
	border-radius: 5px;
	display: block;
	text-decoration: none;
}
.irai_box .irai_list-icon .icon_none{
	opacity: 0;
}
.irai_ttl1 {
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.irai_ttl1:first-letter {
	color: #18943B;
}
.irai_ttl2 {
	padding-left: 1.6em;
	text-indent: -1.0em;
}
.irai_ttl_link {
	padding-left: 0.8em;
	margin-top: -1em;
}
.irai_waku {
	border: solid 1px #555;
	padding: 10px 20px;
	font-size: 0.8em;
}
.kanryou {
	border: solid 1px #555;
	padding: 10px 20px;
	font-size: 1.1em;
	text-align: center;
}
.kakunin_box {
	margin-bottom: 45px;
}
.kakunin {
	margin-right: 7px;
}
.irai_btn01 {
	margin: 0 auto;
	text-align: center;
}
.irai_btn01 img {
	padding: 0 6px;
}
/* 連絡先フォーム */
.renrakusaki table {
	width: 100%;
	margin-bottom: 60px;
}
.renrakusaki th, .renrakusaki td {
	padding: 10px 10px;
	border: solid 1px #aaa;
	background: #fff;
}
.renrakusaki table td *:first-child {
	margin-left: 0;
}
.renrakusaki th {
	border-left: solid 10px #B5C5CF;
	background: #E7ECF0;
	font-size: 0.8em;
}
.renrakusaki table th {
	width: 28%;
}
.renrakusaki table td {
	font-size: 0.8em;
}
.renrakusaki table span {
	color: red;
}
#arrow .cont_wrap p span {
	color: red;
}
.renrakusaki table .sm_none {
	color: inherit;
}
.renrakusaki .renrakusaki_namae {
	margin-right: 0px;
	color: inherit;
}
.renrakusaki table input {
	margin: 0 10px;
}
.renrakusaki table select {
	margin: 0 5px;
	width: 70px;
}
.renrakusaki table .size1 {
	width: 130px;
}
.renrakusaki table textarea {
	width: 100%;
}
.renrakusaki .kensaku_btn {
	padding: 4px 8px;
	border: solid 1px #aaa;
	border-radius: 5px;
	display: inline-block;
	font-size: 0.8em;
	margin: 0;
	margin-left: 10px;
	text-decoration: none;
	color: #212529;
}
.height_plus {
	min-height: 1030px;
}
.height_nodata {
	min-height: 443px;
}
.coop_accordion {
	max-height: 0px;
	transition: max-height 0.3s, padding 0.3s;
	overflow: hidden;
}
