@charset "UTF-8";
/*!
 * ress.css â€¢ v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	/* Prevent adjustments of font size after orientation changes in iOS */
	word-break: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
	height: 0;
	/* Add the correct box sizing in Firefox */
}

details,
main {
	display: block;
	/* Render the `main` element consistently in IE. */
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none;
	/* Remove the bottom border in Chrome 57 */
	/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

pre {
	font-size: 1em;
	/* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder;
	/* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
	/* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
	color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not([fill]) {
	fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~=screen] {
		display: inherit;
	}

	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

li {
	list-style-type: none;
}

.c-black {
	color: #000000 !important;
}

.bd-stripesbox {
	width: 100%;
	border: 1px solid #00A7EA;
	background-image: linear-gradient(45deg, #ffffff 0%, #ffffff 10%, #00A7EA 10%, #00A7EA 50%, #ffffff 50%, #ffffff 60%, #00A7EA 60%, #00A7EA 100%);
	background-size: 10px 10px;
	background-repeat: repeat;
	margin-top: 40px;
	margin-bottom: 50px;
}
.bd-stripesbox-inner {
	position: relative;
	background-color: #ffffff;
	width: calc(100% - 14px);
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 14px 40px 8px;
}
@media (max-width: 768px) {
	.bd-stripesbox-inner {
		padding: 14px 10px 8px;
	}
}
.bd-stripesbox-inner p {
	font-size: 16px !important;
	font-weight: 700;
	margin-bottom: 4px;
	line-height: 1.25 !important;
}
@media (max-width: 768px) {
	.bd-stripesbox-inner p {
		width: 58%;
	}
}
.bd-stripesbox-inner span {
	font-size: 12px !important;
}
@media (max-width: 768px) {
	.bd-stripesbox-inner span {
		display: block;
		width: 58%;
	}
}
.bd-stripesbox-inner .imgbox {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.bd-stripesbox-inner .imgbox {
		right: -5%;
	}
}
.bd-stripesbox-inner .imgbox img {
	width: 100%;
	display: block;
}
@media (max-width: 768px) {
	.bd-stripesbox-inner .imgbox img {
		width: 80%;
	}
}

.bg-yelbox {
	background-color: #FFFFCC;
	padding: 30px 20px;
	margin: 20px 0;
}
@media (max-width: 768px) {
	.bg-yelbox {
		padding: 20px 10px;
	}
}
.bg-yelbox p {
	background-color: #C95394;
	color: #ffffff !important;
	font-weight: 700;
	text-align: center;
	border-radius: 30px;
	margin-bottom: 15px !important;
	padding: 0.5em;
}
.bg-yelbox img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.bd-yelbox {
	border: 8px solid #FFFE3E;
	border-radius: 10px;
	padding: 20px 20px;
	margin-bottom: 30px;
}
.bd-yelbox .bg-yelbox {
	width: 65%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.namebox {
	display: flex;
	margin-bottom: 20px;
}
.namebox .imgbox {
	margin-right: 20px;
}
.namebox .txtbox p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.bd-blubox {
	border: 2px solid #00A7EA;
	border-radius: 10px;
	padding: 20px 20px;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.bd-blubox {
		width: 100%;
	}
}
.bd-blubox h2 {
	text-align: center;
}
.bd-blubox h4 {
	border-bottom: dotted 2px #00A7EA;
	font-size: 14px !important;
	margin-bottom: 10px;
}
.bd-blubox .table-col {
	width: 100%;
	display: flex;
}
.bd-blubox .table-col:nth-last-of-type(1) {
	border-bottom: none;
}
@media (max-width: 768px) {
	.bd-blubox .table-col {
		display: block;
	}
}
.bd-blubox .table-col-title {
	width: 20%;
	padding: 5px 5px;
	position: relative;
}
@media (max-width: 768px) {
	.bd-blubox .table-col-title {
		width: 100%;
		border-right: none;
		padding-bottom: 0;
	}
}
.bd-blubox .table-col-title p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.bd-blubox .table-col-title p {
		position: relative;
		top: auto;
		transform: none;
		font-weight: 700;
	}
}
.bd-blubox .table-col-detail {
	width: 80%;
	padding: 5px 5px;
}
@media (max-width: 768px) {
	.bd-blubox .table-col-detail {
		width: 100%;
	}
}

.pinktxt {
	color: #ffffff !important;
	background-color: #C95394;
	text-align: center;
	padding: 0.25em 2em;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 10px;
}

.subsidy-mapbox {
	position: relative;
	width: 100%;
	/*height: 580px;*/
	height: 660px;
	background-image: url(../images/subsidy/map-pc.svg);
	background-size: 70%;
	background-position: top 20px center;
}
@media (max-width: 768px) {
	.subsidy-mapbox {
		height: auto;
		background-image: url(../images/subsidy/map-sp.svg);
		background-size: 45%;
		background-position: bottom right;
		padding-bottom: calc(10.87vw - 43.4816px);
	}
}
.subsidy-mapbox .sp-mapbtn-list {
	display: none;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 35px;
}
@media (max-width: 768px) {
	.subsidy-mapbox .sp-mapbtn-list {
		display: flex;
	}
}
.subsidy-mapbox .sp-mapbtn-list li {
	display: block;
	width: 48%;
	margin-bottom: 15px;
}
.subsidy-mapbox .sp-mapbtn-list li:nth-of-type(2n - 1) {
	margin-left: 0;
	margin-right: auto;
}
.subsidy-mapbox .sp-mapbtn-list li:nth-of-type(2n) {
	margin-left: auto;
	margin-right: 0;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1000;
	opacity: 0;
	cursor: auto;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp.show {
	pointer-events: all;
	opacity: 1;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp-bg-closeicon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 50%;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp-bg-closeicon::before, .subsidy-mapbox .sp-mapbtn-list .mdlbox-sp-bg-closeicon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 1px;
	background-color: #cccccc;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp-bg-closeicon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp-bg-closeicon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp .mdlbox-content-sp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	background-color: #ffffff;
	padding: 20px;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp .mdlbox-content-sp ul li {
	width: 100%;
	border: 1px solid #00A7EA;
	color: #00A7EA;
	padding: 8px 30px 8px 18px;
	border-radius: 30px;
	margin-bottom: 15px;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp .mdlbox-content-sp ul li:nth-last-of-type(1) {
	margin-bottom: 0;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp .mdlbox-content-sp ul li p {
	font-weight: 700;
}
.subsidy-mapbox .sp-mapbtn-list .mdlbox-sp .mdlbox-content-sp ul li p i {
	margin-right: 10px;
}
.subsidy-mapbox .mapbtnbox-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.subsidy-mapbox .mapbtnbox-list {
		display: none;
	}
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	margin-bottom: 10px;
	display: inline-block;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-A {
	top: 180px;
	left: 470px;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-A .mapbtn-list .mapbtn {
	color: #8780B6;
	border-color: #8780B6;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-B {
	top: 280px;
	left: 470px;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-B .mapbtn-list .mapbtn {
	color: #4E77B3;
	border-color: #4E77B3;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-C {
	top: 120px;
	left: 190px;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-C .mapbtn-list .mapbtn {
	color: #78A6E1;
	border-color: #78A6E1;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-D {
	/*top: 420px;*/
	top: 400px;
	left: 280px;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-D .mapbtn-list .mapbtn {
	color: #80B49E;
	border-color: #80B49E;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-E {
	top: 0px;
	left: 0px;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-E .mapbtn-list .mapbtn {
	color: #F3E59B;
	border-color: #F3E59B;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-F {
	top: 0px;
	left: 0px;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-F .mapbtn-list .mapbtn {
	color: #EFC468;
	border-color: #EFC468;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-G {
	top: 120px;
	left: 0px;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox-G .mapbtn-list .mapbtn {
	color: #A45764;
	border-color: #A45764;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox .mapbtn-list .mapbtn {
	cursor: pointer;
	border-radius: 30px;
	position: relative;
	margin-bottom: 15px;
	border: 3px solid;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox .mapbtn-list .mapbtn-txt {
	/*padding: 8px 18px 8px;*/
	padding: 8px 10px 8px;
	font-weight: 700;
}
.subsidy-mapbox .mapbtnbox-list .mapbtnbox .mapbtn-list .mapbtn-txt i {
	margin-right: 0.5em;
}

.mdlbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1000;
	opacity: 0;
	cursor: auto;
}
.mdlbox.show {
	pointer-events: all;
	opacity: 1;
}
.mdlbox-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}
.mdlbox-bg-closeicon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 50%;
}
.mdlbox-bg-closeicon::before, .mdlbox-bg-closeicon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 1px;
	background-color: #cccccc;
}
.mdlbox-bg-closeicon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.mdlbox-bg-closeicon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.mdlbox-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 630px;
	height: auto;
	background-color: #ffffff;
	padding: 30px;
	color: #000000;
}
@media (max-width: 768px) {
	.mdlbox-content {
		padding: 20px;
	}
}
.mdlbox-content .table {
	border: 1px solid #00A7EA;
	margin-bottom: 20px;
}
.mdlbox-content .table-col {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #00A7EA;
}
.mdlbox-content .table-col:nth-last-of-type(1) {
	border-bottom: none;
}
@media (max-width: 768px) {
	.mdlbox-content .table-col {
		display: block;
	}
}
.mdlbox-content .table-col-title {
	width: 30%;
	padding: 5px 10px;
	border-right: 1px solid #00A7EA;
	position: relative;
}
@media (max-width: 768px) {
	.mdlbox-content .table-col-title {
		width: 100%;
		border-right: none;
		padding-bottom: 0;
	}
}
.mdlbox-content .table-col-title p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.mdlbox-content .table-col-title p {
		position: relative;
		top: auto;
		transform: none;
		font-weight: 700;
	}
}
.mdlbox-content .table-col-detail {
	width: 70%;
	padding: 5px 10px;
}
@media (max-width: 768px) {
	.mdlbox-content .table-col-detail {
		width: 100%;
	}
}
.mdlbox-content .table-col.url .table-col-detail {
	padding: 15px 10px;
}
@media (max-width: 768px) {
	.mdlbox-content .table-col.url .table-col-detail {
		padding: 5px 10px;
	}
}
.mdlbox-content .table-col.url .table-col-detail span {
	font-size: 14px;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.mdlbox-content .table-col.url .table-col-detail span {
		word-wrap: break-word;
	}
}
.mdlbox-content .table-col.url .table-col-detail span:hover {
	text-decoration: none;
}
.mdlbox-content .pinkbtn {
	display: inline-block;
	border: 1px solid #E85298;
	border-radius: 30px;
	margin-bottom: 20px;
}
.mdlbox-content .pinkbtn a {
	font-size: 14px;
	color: #E85298;
	font-weight: 700;
	display: block;
	padding: 8px 30px 8px 18px;
}
@media (max-width: 768px) {
	.mdlbox-content .pinkbtn a {
		position: relative;
		padding-right: 18px;
		padding-left: 35px;
	}
}
.mdlbox-content .pinkbtn a i {
	margin-right: 10px;
}
@media (max-width: 768px) {
	.mdlbox-content .pinkbtn a i {
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
	}
}
.mdlbox-content .linkbox {
	font-size: 12px;
	word-wrap: break-word;
}
.mdlbox-content .linkbox p {
	font-size: 12px;
}
.mdlbox-content .linkbox span a {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.mdlbox-content .linkbox span a {
		word-wrap: break-word;
	}
}
.mdlbox-content .linkbox span a:hover {
	text-decoration: none;
}
.mdlbox-content .linkbox .p-linkList__list__link a,
.mdlbox-content .linkbox .p-linkList__list__link span {
	font-size: 14px;
}

.subsidy-txtbox {
	border-bottom: dotted 2px #00A7EA;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
	text-align: justify;
}
.subsidy-txtbox:nth-last-of-type(1) {
	border-bottom: none;
	margin-bottom: 0;
}
.subsidy-txtbox .area-cnt {
	display: flex;
}
@media (max-width: 768px) {
	.subsidy-txtbox .area-cnt {
		display: block;
	}
}
.subsidy-txtbox .area-info {
	padding: 10px;
	width: 65%;
}
@media (max-width: 768px) {
	.subsidy-txtbox .area-info {
		width: 100%;
	}
}
.subsidy-txtbox .area-map {
	padding: 10px;
	width: 35%;
}
@media (max-width: 768px) {
	.subsidy-txtbox .area-map {
		width: 100%;
	}
}
.subsidy-txtbox .area-map img {
	width: 100%;
}
.subsidy-txtbox .oval-link {
	margin-top: 10px;
}
.subsidy-txtbox .oval-link div {
	width: 300px;
	text-align: left;
}
@media (max-width: 768px) {
	.subsidy-txtbox .oval-link div {
		width: 80%;
	}
}
.subsidy-txtbox .oval-link div a::before {
	margin-right: 10px;
}

.timeinfo {
	margin-top: -10px;
}
.timeinfo p {
	font-size: 1.2rem !important;
	line-height: 1.6em !important;
}
/*# sourceMappingURL=subsidy.css.map */

/* Respi_add 2022.11.10
-------------------------- */
#imp .subsidy-txtbox {
	padding-bottom: 45px;
}
#imp h3 {
	margin: 0 0 5px;
}
#imp h3.f_pink {
	color: #E85298;
	margin: 0 0 10px;
}
#imp_detail img {
	width: 100%;
	display: block;
	margin: 20px auto;
}
#imp_detail h3 {
	margin: 30px 0 10px;
}
#imp_detail p {
	margin: 10px 0;
}
#imp_detail a.anchor_pink {
	color: #E85298;
	font-weight: bold;
}
#imp_detail figure {
	padding: 5px 0;
}
#imp_detail figure img {
	margin: 10px auto;
}
#imp_detail .note {
	margin: 10px auto;
	text-align: right;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	#imp_detail img {
		margin: 10px auto;
	}
	#imp_detail figure img {
		margin: 5px auto;
	}
	#imp_detail h3 {
		margin: 15px 0 8px;
	}
	#imp_detail p {
		margin: 8px 0;
	}
}