@media (max-width: 749px) {

	h2.pageH2supportlist {
		background: url(../img/supporinfo/page_bg_h2back.png)center, top;
		background-size: 94vw;
		background-repeat: no-repeat;
		font-size: 30px;
		text-align: center;
		margin-bottom: 32px;
		letter-spacing: 4px;
		line-height: 40px;
	}

	h2.pageH2supportlist span {
		display: block;
		font-size: 17px;
		margin-top: 0;
		letter-spacing: 0;
	}

	.supportListTopModal:before {
		position: absolute;
		inset: -4px 4px 4px -4px;
		border: solid 3px #000000;
		content: '';
		border-radius: 49px;
	}

	.supportListTopModal {
		background-image: url(../img/supportlist/icon_plus.png);
		background-size: 15px;
		background-position: top 13px right 20px;
		display: block;
		border: none;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		background-color: #FA7777;
		position: relative;
		border-radius: 49px;
		text-align: center;
		height: 50px;
		margin: 0 auto 10px;
	}

	.supportListTopModal button {
		position: relative;
		text-align: center;
		display: block;
		width: 100%;
		padding: 5px 0 0;
		background: none;
		border: none;
	}

	ul.supportlistPageLink {
		width: 100%;
		margin: 0 auto 24px;
	}

	ul.supportlistPageLink li a {
		background-image: url(../img/faq/icon_downarrow2.png);
		background-size: 15px;
		background-position: top 18px right 20px;
		display: block;
		font-size: 20px;
		font-weight: bold;
		background-color: #FA7777;
		width: 100%;
		margin: 10px auto;
		position: relative;
		border-radius: 49px;
		text-align: center;
		height: 50px;
		padding: 5px 0 0;
		z-index: 5;
	}

	ul.supportlistPageLink li a:before {
		position: absolute;
		inset: -4px 4px 4px -4px;
		border: solid 3px #000000;
		content: '';
		border-radius: 49px;
		z-index: -1;
	}

	.alertModal_inner .pageBox:before {
		position: absolute;
		inset: -8px 12px 12px -8px;
		border: solid 3px #000000;
		content: '';
		border-radius: 20px;
	}

	.alertModal_inner .pageBox {
		position: relative;
		border-radius: 20px;
		background: url(../img/bg_contentsback.png);
		margin-bottom: 50px;
		margin-right: 20px;
		padding: 42px 25px 75px 12px;
	}

	.js-scroll {
		width: 100%;
	}

	.supportListTable {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-weight: bold;
		width: 100%;
		margin: 16px 0 0;
	}

	.supportListTable dd {
		background-color: #FFFFFF;
		width: calc(100% - 110px);
		min-height: 50px;
		margin-bottom: 5px;

	}

	.supportListTable dd .project {
		font-size: 14px;
	}

	.supportListTable dd .project span,
	.supportListTable dd .target {
		/* display: flex;
		align-items: center; */
		font-size: 12px;
	}

	.supportListTable dd .target {
		display: inline-block;
		color: #fff;
		padding: 4px 12px;
		background-color: #59b359;
		border-radius: 12px;
		font-size: 10px;
		margin-top: 8px;
	}
	.supportListTable dd .target.parent {
		background-color: #fa7777;
	}
	.supportListTable dd .target.child {
		background-color: #476bb3;
	}

	.supportListTable dt {
		background-color: #FFCF77;
		width: 110px;
		margin-bottom: 5px;
		display: flex;
		align-items: center;
	}

	.supportSeikatsu {
		display: block;
		z-index: 100;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	dd.listChild li:last-child {
		margin-top: 5px;
		margin-bottom: 0px;
	}

	dd.listChild li {
		min-height: 50px;
		background-color: #FFFFFF;
		width: 100%;
		margin-bottom: 5px;
		padding: 0;

	}

	dd.listChild {
		height: inherit;
		background: none;
		padding: 0px;
	}

	.supportListModal button {
		background: url(../img/supportlist/modalopen.png);
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		/* float: right; */
		background-size: 11px;
		background-position: top 20px right 8px;
		width: 100%;
		min-height: 50px;
		border: none;
		background-repeat: no-repeat;
		padding: 10px 35px 10px 10px;
		text-align: left;
		font-size: 14px;
	}

	.supportListLink a {
		display: block;
		/* display: flex;
		align-content: center;
		flex-wrap: wrap; */
		/* float: right; */
		width: 100%;
		min-height: 50px;
		border: none;
		padding: 10px 35px 10px 10px;
		text-align: left;
		font-size: 14px;
	}

	.supportListLink a[target="_blank"] {
		position: relative;
	}

	.supportListLink a[target="_blank"] .icon_blank {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 24px;
		height: 11px;
		transform: translateY(-50%);
	}

	.supportListTable dt p {
		display: block;
		width: 200px;
		text-align: center;
	}

	.supportH3a {
		background: url(../img/supportlist/illust_01.png);
		background-repeat: no-repeat;
		background-size: 24vw;
		background-position: top -3vw right 0vw;
		height: 17vw;
		padding: 0px 0 0 0;
	}

	.supportH3b {
		background: url(../img/supportlist/illust_02.png);
		background-repeat: no-repeat;
		background-size: 24vw;
		background-position: top -1vw right 3vw;
		height: 22vw;
		margin: 0 0 -5vw 0;
		padding: 0;
	}

	.supportH3c {
		background: url(../img/supportlist/illust_03.png);
		background-repeat: no-repeat;
		background-size: 20vw;
		background-position: top 3vw right 0vw;
		height: 22vw;
		margin: 0 0 -5vw 0;
		padding: 0;
	}

	.supportH3d {
		background: url(../img/supportlist/illust_04.png);
		background-repeat: no-repeat;
		background-size: 23vw;
		background-position: top 0vw right 3vw;
		height: 22vw;
		margin: 0 0 -5vw 0;
		padding: 0;
	}

	.supportSeikatsu h3 {
		font-size: 20px;
		text-align: center;
		position: relative;
		width: 100%;
	}

	.supportSeikatsu h3 span {
		font-size: 17px;
		display: block;
		margin-top: 5px;
	}

	.pageBox:before {
		position: absolute;
		inset: -6px 6px 6px -6px;
		border: solid 3px #000000;
		content: '';
		border-radius: 20px;
	}

	.pageBox {
		position: relative;
		border-radius: 20px;
		background: url(../img/bg_contentsback.png);
		margin-bottom: 32px;
		padding: 16px;
	}

	/*----------------------------------
modal
----------------------------------*/

	.alertModal_inner .pageBox:before {
		position: absolute;
		inset: -8px 12px 12px -8px;
		border: solid 3px #000000;
		content: '';
		border-radius: 20px;
	}

	.alertModal_inner .pageBox {
		position: relative;
		border-radius: 20px;
		background: url(../img/bg_contentsback.png);
		margin-bottom: 50px;
		margin-right: 20px;
		padding: 42px 25px 75px 12px;
	}

	.pageAlertBoxWrap2 {
		width: 94%;
		margin: 0 auto;
	}

	.modalClose {
		display: block;
		background-image: url(../img/municipalityinfo/icon_close.png);
		background-repeat: no-repeat;
		background-size: 28px;
		background-position: top;
		font-size: 24px;
		border: none;
		background-color: transparent;
		font-weight: bold;
		text-align: center;
		width: 100px;
		margin: 0 auto;
		height: 125px;
		display: block;
		padding-top: 30px;
	}

	h4.pageSupportBoxH4 {
		text-align: center;
		font-size: 26px;
	}

	h4.pageSupportBoxH4 span {
		background-color: #FA7777;
		display: block;
		font-size: 3vw;
		border-radius: 10px;
		padding: 1vw;
		margin-bottom: 2vw;
	}

	p.pageSupportP {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 1vw 0 3vw;
	}

	p.pageSupportArrow {
		text-align: center;
		width: 12vw;
		margin: 0 auto 5vw;
	}

	p.pageSupportEnd {
		font-size: 24px;
		font-weight: bold;
		color: #B50000;
		text-align: center;
		margin-bottom: 10vw;
	}

	.pageSupportList {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		margin-bottom: 32px;
	}

	.pageSupportItem {
		width: 100%;
	}

	.pageSupportItem a {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 1.4rem;
		font-weight: bold;
		min-height: 32px;
		background: #FF7777;
		border-radius: 10px;
	}

	.pageSupportItem.item2 a {
		flex-direction: column;
	}

	.pageSupportItem a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto;
		width: 8px;
		height: 14px;
		background-image: url(../img/arrow.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

	h3.pageBoxH3_2 {
		text-align: center;
		font-size: 24px;
		display: block;
		margin: 0vw 0 2vw;
		width: 100%;
	}

	h4.pageSupportBoxH4_2 {
		text-align: center;
		font-size: 20px;
		padding: 2vw;
		background-color: #FDCF77;
		border-radius: 10px;
		margin-bottom: 3vw;
	}

	.note {
		display: block;
		font-size: 14px;
		margin: 0 0 7vw;
	}

	p.pageSupportP2 {
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
	}

	dl.pageSupportDl {
		display: flex;
		margin-left: 2vw;
	}

	dl.pageSupportDl dt {
		width: 17vw;
		height: 7vw;
		background-color: #FA7777;
		border-radius: 20px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		padding-top: 1vw;
	}

	dl.pageSupportDl dd {
		font-size: 12px;
		font-weight: bold;
		width: 18vw;
		padding: 1vw 0 0 1vw;
	}

	dl.pageSupportDl dd:nth-child(4) {
		width: 35vw;
	}

	h5.pageSupportH5 {
		font-size: 16px;
		background-color: #FA7777;
		padding: 2vw;
		text-align: center;
		border-radius: 10px 10px 0 0;
		margin-top: 5vw;
	}

	.pageSupportTable {
		border: solid 1px #FA7777;
		border-radius: 0 0 10px 10px;
		margin-bottom: 5vw;
		padding: 0 0 5vw 0;
	}

	.pageSupportTable + .note {
		font-weight: bold;
		margin-top: -2vw;
		margin-bottom: 5vw;
	}

	p.pageSupportTableP {
		font-size: 16px;
		font-weight: bold;
		margin: 2vw 2vw;
	}

	h3.pageBoxH3 {
		text-align: center;
		font-size: 24px;
		display: block;
		margin: 0px 0 4vw;
		width: 100%;
	}

	.pageBoxLead {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 32px;
	}

	.pageBoxWrap {
		position: relative;
	}

}


@media (min-width: 750px) {
	h2.pageH2supportlist {
		background: url(../img/supporinfo/page_bg_h2back.png);
		background-size: 895px;
		background-position: center top;
		background-repeat: no-repeat;
		font-size: 50px;
		text-align: center;
		margin-bottom: 80px;
		letter-spacing: 0.1em;
	}

	h2.pageH2supportlist span {
		display: block;
		font-size: 24px;
		margin-top: 5px;
		letter-spacing: 0;
	}

	.supportListTopModal:before {
		position: absolute;
		inset: -6px 6px 6px -1px;
		border: solid 3px #000000;
		content: '';
		border-radius: 49px;
	}

	.supportListTopModal {
		font-size: 20px;
		line-height: 49px;
		background-image: url(../img/supportlist/icon_plus.png);
		background-size: 17px;
		background-position: top 15px right 23px;
		display: block;
		border: none;
		font-weight: bold;
		width: 291px;
		background-color: #FA7777;
		position: relative;
		border-radius: 49px;
		text-align: center;
		height: 57px;
		margin: 0 auto 48px;
	}

	.supportListTopModal:hover {
		background-color: #fff;
	}

	.supportListTopModal button {
		position: relative;
		text-align: center;
		display: block;
		width: 100%;
		background: none;
		border: none;
	}

	ul.supportlistPageLink {
		width: 100%;
		margin: 0 auto 74px;
		display: flex;
		justify-content: space-between;
	}

	ul.supportlistPageLink li a {
		background-image: url(../img/supportlist/icon_arrow.png);
		background-size: 16px;
		background-position: top 19px right 20px;
		display: block;
		font-size: 20px;
		line-height: 46px;
		font-weight: bold;
		background-color: #FA7777;
		width: 187px;
		margin: 0;
		position: relative;
		border-radius: 49px;
		text-align: center;
		height: 57px;
		z-index: 5;
	}

	ul.supportlistPageLink li:nth-child(3) a {
		width: 260px;
	}

	ul.supportlistPageLink li a:hover {
		background-color: #fff;
	}

	ul.supportlistPageLink li a:before {
		position: absolute;
		inset: -6px 4px 5px -1px;
		border: solid 3px #000000;
		content: '';
		border-radius: 49px;
		z-index: -1;
	}

	.alertModal_inner .pageBox:before {
		position: absolute;
		inset: -8px 8px 12px -2px;
		border: solid 3px #000000;
		content: '';
		border-radius: 20px;
	}

	.alertModal_inner .pageBox {
		position: relative;
		border-radius: 20px;
		background: url(../img/bg_contentsback.png);
		margin-bottom: 50px;
		margin-right: 20px;
		padding: 42px 25px 75px 12px;
	}

	.pageBox {
		margin-bottom: 54px;
		padding: 47px 0 34px;
	}

	.pageBox:before {
		inset: -8px 9px 12px -2px;
	}

	.supportListTable {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-weight: bold;
		margin: 25px 0 0;
	}

	.supportListTable dd {
		background-color: #FFFFFF;
		width: 640px;
		margin-bottom: 5px;
	}

	.supportListTable dd .project span,
	.supportListTable dd .target {
		/* display: flex;
		align-items: center; */
		font-size: 12px;
	}

	.supportListTable dd .target {
		color: #fff;
		padding: 4px 12px;
		background-color: #59b359;
		border-radius: 12px;
	}
	.supportListTable dd .target.parent {
		background-color: #fa7777;
	}
	.supportListTable dd .target.child {
		background-color: #476bb3;
	}
	.supportListTable dt {
		background-color: #FFCF77;
		width: 200px;
		margin-bottom: 5px;
		display: flex;
		align-items: center;
	}

	.supportSeikatsu {
		display: block;
		z-index: 100;
		position: relative;
		width: 845px;
		margin: 0 auto;
	}

	dd.listChild li:last-child {
		margin-bottom: 0px;
	}

	dd.listChild li {
		background-color: #FFFFFF;
		width: 640px;
		margin-bottom: 5px;
		padding: 0;

	}

	dd.listChild {
		height: inherit;
		background: none;
		padding: 0px;
	}

	.supportListModal button {
		background: url(../img/supportlist/modalopen.png);
		display: flex;
		justify-content: space-between;
        align-items: center;
		background-size: 11px;
		background-position: top 20px right 15.5px;
		width: 100%;
		border: none;
		background-repeat: no-repeat;
		padding: 16px 50px 16px 30px;
		text-align: left;
	}


	.supportListLink a {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		width: 100%;
		border: none;
		padding: 16px 10px 16px 30px;
		text-align: left;
	}

	.supportListLink a[target="_blank"] {
		position: relative;
	}

	.supportListLink a[target="_blank"] .icon_blank {
		position: absolute;
		top: 7px;
		right: 10px;
		width: 24px;
		height: 11px;
	}

	.supportListLink a span {
		display: flex;
		align-items: center;
	}

	.supportListTable dt p {
		display: block;
		width: 200px;
		text-align: center;
	}

	.supportH3a {
		background: url(../img/supportlist/illust_01.png);
		background-repeat: no-repeat;
		background-size: 189px;
		background-position: top -26px right;
		height: 125px;
		padding: 0px 0 0 0;
	}

	.supportH3b {
		background: url(../img/supportlist/illust_02.png);
		background-repeat: no-repeat;
		background-size: 189px;
		background-position: top -2px right 4px;
		height: 181px;
		margin: -25px 0 -40px 0;
		padding: 20px 0 0 0;
	}

	.supportH3c {
		background: url(../img/supportlist/illust_03.png);
		background-repeat: no-repeat;
		background-size: 230px;
		background-position: top 8px right 4px;
		height: 181px;
		margin: -25px 0 -40px 0;
		padding: 20px 0 0 0;
	}

	.supportH3d {
		background: url(../img/supportlist/illust_04.png);
		background-repeat: no-repeat;
		background-size: 188px;
		background-position: top -2px right 4px;
		height: 181px;
		margin: -25px 0 -40px 0;
		padding: 20px 0 0 0;
	}

	.supportSeikatsu h3 {
		font-size: 42px;
		text-align: center;
		position: relative;
		width: 100%;
	}

	.supportSeikatsu h3 span {
		font-size: 20px;
		display: block;
		margin-top: 9px;
	}

	/*----------------------------------
modal
----------------------------------*/

	.supportModal_inner .pageBox:before {
		position: absolute;
		inset: -8px 10px 12px -4px;
		border: solid 3px #000000;
		content: '';
		border-radius: 20px;
	}

	.supportModal_inner .pageBox {
		position: relative;
		border-radius: 20px;
		background: url(../img/bg_contentsback.png);
		margin: 0 auto;
		width: 900px;
		padding: 42px 0 76px;
	}

	.pageSupportBoxWrap2 {
		width: 800px;
		margin: 0 auto 7px;
	}

	.modalClose {
		display: block;
		background-image: url(../img/municipalityinfo/icon_close.png);
		background-repeat: no-repeat;
		background-size: 28px;
		background-position: top;
		font-size: 24px;
		border: none;
		background-color: transparent;
		font-weight: bold;
		text-align: center;
		width: 100px;
		margin: 55px auto 0;
		height: 125px;
		display: block;
		padding-top: 35px;
		cursor: pointer;
	}

	h4.pageSupportBoxH4 {
		text-align: center;
		font-size: 46px;
	}

	h4.pageSupportBoxH4 span {
		background-color: #FA7777;
		display: block;
		font-size: 24px;
		border-radius: 10px;
		padding: 7px;
		margin-bottom: 20px;
	}

	p.pageSupportP {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: 17px 0 60px;
	}

	p.pageSupportArrow {
		text-align: center;
		width: 110px;
		margin: 0 auto 60px;
	}

	p.pageSupportEnd {
		font-size: 46px;
		font-weight: bold;
		color: #B50000;
		text-align: center;
	}

	.pageSupportList {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 48px;
	}

	.pageSupportItem {
		width: calc((100% - 20px) / 2);
	}

	.pageSupportItem a {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 2rem;
		font-weight: bold;
		min-height: 60px;
		background: #FF7777;
		border-radius: 10px;
		padding-right: 25px;
	}

	.pageSupportItem.item2 a {
		flex-direction: column;
	}

	.pageSupportItem a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto;
		width: 8px;
		height: 14px;
		background-image: url(../img/arrow.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

	h3.pageBoxH3_2 {
		text-align: center;
		font-size: 42px;
		display: block;
		margin: -18px 0 10px;
		width: 100%;
	}

	.pageBoxLead {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 32px;
	}

	h4.pageSupportBoxH4_2 {
		text-align: center;
		font-size: 24px;
		padding: 7px;
		background-color: #FDCF77;
		border-radius: 10px;
		margin-bottom: 18px;
	}

	.note {
		display: block;
		font-size: 12px;
		margin: 9px 0 0px;
	}

	p.pageSupportP2 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.66666666667;
		margin-bottom: 51px;
	}

	dl.pageSupportDl {
		display: flex;
		margin-left: 20px;
	}

	dl.pageSupportDl dt {
		width: 162px;
		height: 40px;
		background-color: #FA7777;
		border-radius: 20px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding-top: 5px;
	}

	dl.pageSupportDl dd {
		font-size: 24px;
		font-weight: bold;
		width: 150px;
		padding-left: 10px;
	}

	dl.pageSupportDl dd:nth-child(4) {
		width: 260px;
	}

	h5.pageSupportH5 {
		font-size: 18px;
		background-color: #FA7777;
		padding: 7px;
		text-align: center;
		border-radius: 10px 10px 0 0;
		margin-top: 45px;
	}

	.pageSupportTable {
		border: solid 1px #FA7777;
		border-radius: 0 0 10px 10px;
		margin-bottom: 54px;
		padding: 0 0 15px 0;
	}

	.pageSupportTable + .note {
		font-weight: bold;
		margin-top: -38px;
		margin-bottom: 54px;
	}

	p.pageSupportTableP {
		font-size: 18px;
		font-weight: bold;
		margin: 14px 20px;
	}
}


/* modal content */
dl.flex2 {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin-left: 0;
}

dl.flex2.mb50 {
	margin-bottom: 50px;
}

dl.flex2+dl.flex2 {
	margin-top: 22px;
}

dl.flex2 dt {
	flex-shrink: 0;
}

dl.flex2 dd {
	padding-top: 5px;
	padding-left: 0;
	width: 100%;
	font-size: 18px;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}

@media (max-width: 749px) {
	dl.flex2 {
		flex-direction: column;
	}

	dl.flex2.mb50 {
		margin-bottom: 7vw;
	}

	dl.flex2 dd {
		font-size: 16px;
		padding-top: 0;
	}
}


/* 240716追記 */
.modalTable {
	width: 100%;
	margin-bottom: 30px;
	/* border-collapse: collapse; */
}
@media screen and (max-width: 749px) {
	.modalTable {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}
.modalTable thead th {
	font-size: 18px;
	width: 50%;	
	height: 40px;
	background: #FA7777;
}
@media screen and (max-width: 749px) {}
.modalTable thead th:first-child {
	border-radius: 10px 0 0 0;
}
@media screen and (max-width: 749px) {}
.modalTable thead th:last-child {
	border-radius: 0 10px 0 0;
}
@media screen and (max-width: 749px) {}
.modalTable tbody td {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33333333333;
	text-align: center;
	width: 50%;
	padding: 12px;
	background: #fff;
}
@media screen and (max-width: 749px) {}
.modalTable tbody td small {
	font-size: 12px;
}

/* 250716追記（モーダル内の自治体検索部分） */

div.search-form {
	position: relative;
}
#search-form-tmp {
	text-align: center;
	padding: 30px;
}
div.search-form::before,
div.search-form::after {
	content: "";
  	position: absolute;
  	width: calc(100% - 4px);
  	height: calc(100% + 6px);
  	border-radius: 20px;
}
div.search-form::before {
	top: 0;
    left: 0;
    border: 3px solid #000000;
    z-index: 2;
}
div.search-form::after {
	top: 6px;
    left: 4px;
    background: #FF7777;
    z-index: 1;
}
div.search-form > * {
	position: inherit;
	z-index: 3;
}
#search-form-tmp .search_block_title {
	margin-bottom: 18px;
}
#search-form-tmp .search_form_item {
	position: relative;
	width: 300px;
	display: inline-block;
	margin-right: 20px;
}
#search-form-tmp .search_form_item select {
	color: #000000;
  	font-size: 2rem;
  	font-weight: 500;
  	-moz-text-align-last: center;
  	text-align-last: center;
  	width: 100%;
  	height: 60px;
  	background: #ffffff;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	border: none;
  	border-radius: 50px;
  	cursor: pointer;
}
#search-form-tmp .search_form_item::after {
	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 20px;
  	margin: auto;
  	width: 15px;
  	height: 14px;
  	background-image: url(../img/search/icon_select_tri.png);
  	background-size: contain;
  	background-repeat: no-repeat;
}
#search-form-tmp .search_form .search_form_button {
	display: inline-block;
	position: relative;
}
#search-form-tmp .search_form .search_form_button input {
	position: relative;
  	font-size: 2rem;
  	font-weight: bold;
  	line-height: 45px;
  	width: 100px;
  	height: 45px;
  	background: #FFE2E1;
  	border-radius: 10px;
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  	border: none;
  	cursor: pointer;
}
#search-form-tmp .search_form .search_form_button input:hover {
	background: #fff;
}
#search-form-tmp .search_form .search_form_button::before {
	content: "";
  	position: absolute;
  	top: 6px;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: #88003F;
  	border-radius: 10px;
}
@media screen and (max-width: 749px) {
div.search-form {
	margin: 40px auto;
}
#search-form-tmp {
	padding: 20px;
}
#search-form-tmp .search_block_title {
	font-size: 2rem;
}
#search-form-tmp .search_form_item select {
	font-size: 1.6rem;
	height: 48px;
}
#search-form-tmp .search_form .search_form_button input {
	font-size: 1.8rem;
}
#search-form-tmp .search_form_item {
	width: 100%;
}
#search-form-tmp .search_form .search_form_button {
	margin-top: 16px;
}
}