@charset 'UTF-8';

*, *:before, *:after {
	box-sizing: border-box;
}

a, input[type="submit"] {
	transition: opacity 0.2s ease-in-out;
}

a:hover, input[type="submit"]:hover {
	opacity: 0.8;
}

#contenttop {
	margin-top: 15px;
}

.l-caution {
	overflow: hidden;
	width: 1024px;
	margin: 0 auto 15px;
	padding: 8px 0 8px 50px;
	border: 2px #f00 solid;
	background: #fdf url(../image/kenmin/ico_caution_01.png) no-repeat 10px 50%;
}

.l-caution-inner {
	overflow: hidden;
	width: 100%;
}

.l-caution p {
	display: inline-block;
	padding: 0 0 0 100%;
	font-size: 1.6rem;
	white-space: nowrap;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 20s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: marquee;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: marquee;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 20s;
	-ms-animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 20s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes marquee {
	from {
		-webkit-transform: translate(0%);
	}

	99%, to {
		-webkit-transform: translate(-100%);
	}
}

@-moz-keyframes marquee {
	from {
		-moz-transform: translate(0%);
	}

	99%, to {
		-moz-transform: translate(-100%);
	}
}

@-ms-keyframes marquee {
	from {
		-ms-transform: translate(0%);
	}

	99%, to {
		-ms-transform: translate(-100%);
	}
}

@-o-keyframes marquee {
	from {
		-o-transform: translate(0%);
	}

	99%, to {
		-o-transform: translate(-100%);
	}
}

@keyframes marquee {
	from {
		transform: translate(0%);
	}

	99%, to {
		transform: translate(-100%);
	}
}

@media screen and (max-width:640px) {
	.l-caution {
		width: 96%;
	}
}

.l-contents {
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width:640px) {
	.l-contents {
		width: 96%;
	}
}


.l-main-sections {
	position: relative;
	margin: 45px auto 10px;
	min-height: 525px;
}

.l-main-section {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.l-main-section.is-active {
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
}

.l-main-section .l-main-span1 {
	padding: 8px 0 0;
	font-size: 16px;
	display: block;
}

.l-main-section .l-main-span2 {
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

.mod-section-title {
	position: relative;
}

.mod-section-title a {
	display: block;
	position: relative;
	top: 0;
	z-index: 5;
	width: 336px;
	height: 70px;
	padding: 0 0 0 80px;
	color: #000;
	text-align: center;
	text-decoration: none;
	pointer-events: auto;
}

.mod-section-title a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background-repeat: none;
	background-position: 0 0;
}

.mod-section-body {
	display: none;
	min-height: 425px;
	pointer-events: auto;
}

.l-main-section.is-active .mod-section-body {
	display: block;
}

.mod-section-body-450p {
	min-height: 550px;
}

html.font-size-l .mod-section-body-450p {
	min-height: 695px;
}

html.font-size-xl .mod-section-body-450p {
	min-height: 780px;
}

.mod-lead {
	margin: 0 0 20px;
	padding: 30px 24px 0;
	font-size: 1.9rem;
}

.mod-lead a {
	word-break: break-all;
}

.mod-lead b {
	font-weight: bold;
}

.mod-lead strong {
	color: #f00;
	font-weight: bold;
}

@media screen and (max-width:640px) {
	.l-main-sections {
		margin-top: 15px;
		min-height: auto;
	}

	.l-main-section {
		position: relative;
		top: auto;
		left: auto;
	}

	.mod-section-title {
		margin: 0;
		border-bottom: 2px #999 solid;
	}

	.mod-section-title p {
		padding: 0;
		font-size: 12px;
	}

	.mod-section-title h2 {
		font-size: 16px;
	}

	.mod-section-title a {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.mod-section-title a:before {
		bottom: 5px;
		left: 5px;
		width: 50px;
		height: 50px;
		background-size: cover;
	}

	.mod-section-title a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 15px;
		height: 10px;
		background: url(../image/kenmin/ico_pagetop_01.png);
		background-size: contain;
		transform: translateY(-50%) rotate(180deg);
	}

	.l-main-section.is-active .mod-section-title a:after {
		transform: translateY(-50%);
	}

	html.font-size-l .mod-section-body-450p {
		min-height: 450px;
	}

	html.font-size-xl .mod-section-body-450p {
		min-height: 450px;
	}

	.mod-lead {
		margin: 0;
		padding: 10px;
		font-size: 1.4rem;
	}
}

.l-main-emergency .mod-section-title a {
	border-radius: 0 20px 0 0;
	background: #d7e4bd;
}

.l-main-emergency .mod-section-title a:before {
	background-image: url(../image/kenmin/ill_emergency_01.png);
}

.l-main-emergency .mod-section-body {
	background: #d7e4bd;
}

.l-main-emergency .mod-lead {
	margin: 0 0 40px;
}

.mod-emergency-list {
	overflow: hidden;
}

.mod-emergency-list li {
	float: left;
	margin: 0 0 24px 24px;
}

@media screen and (max-width:640px) {
	.l-main-emergency .mod-section-title a {
		border-radius: 0;
	}

	.l-main-emergency .mod-lead {
		margin: 0;
	}

	.mod-emergency-list li {
		width: 30%;
		margin: 0 0 10px 2.5%;
	}

	.mod-emergency-list img {
		width: 100%;
		height: auto;
	}

	.mod-emergency-list li:nth-of-type(7), .mod-emergency-list li:nth-of-type(8) {
		width: 95%;
	}
}

.l-main-agency .mod-section-title a {
	left: 344px;
	border-radius: 20px 20px 0 0;
	background: #ffe699;
}

.l-main-agency .mod-section-title a:before {
	background-image: url(../image/kenmin/ill_agency_01.png);
}

.l-main-agency .mod-section-body {
	background: #ffe699;
}

.l-main-agency .mod-lead {
	margin: 0 0 15px;
}

.mod-agency-list {
	overflow: hidden;
}

.mod-agency-list li {
	float: left;
	margin: 0 0 24px 24px;
}

@media screen and (max-width:640px) {
	.l-main-agency .mod-section-title a {
		left: 0;
		border-radius: 0;
	}

	.l-main-agency .mod-lead {
		margin: 0;
	}

	.mod-agency-list li {
		float: none;		/* max-width: 308px; */
		width: 95%;
		margin: 0 auto 10px;
	}

	.mod-agency-list img {
		width: 100%;
		height: auto;
	}
}

.l-main-center .mod-section-title a {
	left: 688px;
	border-radius: 20px 0 0 0;
	background: #fcd5b5;
}

.l-main-center .mod-section-title a:before {
	background-image: url(../image/kenmin/ill_center_01.png);
}

.l-main-center .mod-section-body {
	position: relative;
	background: #fcd5b5;
}

.mod-center-info {
	margin: 0 24px;
}

.mod-center-info dl {
	font-weight: bold;
	font-size: 36px;
}

.mod-center-info dl span {
	font-size: 19px;
}

.mod-center-info ul {
	margin: 50px 0 0 20px;
	font-size: 1.9rem;
}

.mod-center-info li {
	margin: 5px 0 0;
}

.mod-center-info em {
	color: #f00;
	font-weight: bold;
}

.mod-center-child {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 415px;
	padding: 40px 20px 20px;
	background: #fdeada;
}

.mod-center-child h3 {
	font-size: 2.5rem;
}

.mod-center-child p {
	font-size: 1.7rem;
}

.mod-center-child dl {
	overflow: hidden;
	margin: 10px 0 0;
}

.mod-center-child dt {
	float: left;
	clear: left;
	margin: 0.4em 15px 0 0;
	font-size: 1.7rem;
}

.mod-center-child dd {
	font-weight: bold;
	font-size: 2.5rem;
}

.mod-center-child:after {
	content: "";
	display: block;
	position: absolute;
	top: -120px;
	right: 0;
	width: 140px;
	height: 160px;
	background: url(../image/kenmin/ill_child_01.png) no-repeat 0 0;
}

@media screen and (max-width:640px) {
	.l-main-center .mod-section-title a {
		left: 0;
		border-radius: 0;
	}

	.l-main-center .mod-section-body {
		padding: 0 0 10px;
	}

	.mod-center-info {
		width: 95%;
		margin: 0 auto;
	}

	.mod-center-info dl {
		font-size: 2.0rem;
	}

	html.font-size-xl .mod-center-info dl {
		padding: 0;
	}

	.mod-center-info dl span {
		font-size: 1.2rem;
	}

	.mod-center-info ul {
		margin: 0 0 20px 10px;
		font-size: 1.4rem;
	}

	.mod-center-child {
		position: relative;
		width: 95%;
		right: auto;
		bottom: auto;
		margin: 0 auto;
		padding: 10px;
	}

	.mod-center-child h3 {
		font-size: 1.8rem;
	}

	.mod-center-child p {
		font-size: 1.4rem;
	}

	.mod-center-child dl {
		overflow: hidden;
		margin: 10px 0 0;
	}

	.mod-center-child dt {
		margin: 0.2em 10px 0 0;
		font-size: 1.4rem;
	}

	.mod-center-child dd {
		font-size: 1.8rem;
	}

	.mod-center-child:after {
		top: -20px;
		right: 0;
		width: 70px;
		height: 80px;
		background-size: cover;
	}
}

.l-main-about {
	overflow: hidden;
	margin: 0 auto 10px;
}

.l-main-about div {
	position: relative;
	width: 500px;
	min-height: 176px;
	background: #ccc1da url(../image/kenmin/bg_purple_01.png) repeat 0 0;
}

.l-main-about h2 {
	overflow: hidden;
	height: 0;
	margin: 0 0 10px;
	padding: 30px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.l-main-about p {
	min-height: 4.5em;
	font-size: 1.3rem;
}

.l-main-about .mod-button {
	min-height: auto;
	margin: 15px 0 0;
	text-align: right;
}

.l-main-about a {
	display: inline-block;
	padding: 0 10px 0 35px;
	background: #604a7b url(../image/kenmin/ico_about_01.png) no-repeat 5px 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 34px;
	text-decoration: none;
}

.mod-about-site {
	float: left;
	padding: 20px 220px 20px 10px;
}

.mod-about-site h2 {
	width: 244px;
	background-image: url(../image/kenmin/ttl_about_01.png);
}

.mod-about-site:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 200px;
	height: 160px;
	background: url(../image/kenmin/ill_about_01.png) no-repeat 0 0;
}

.mod-about-primary {
	float: right;
	padding: 20px 150px 20px 10px;
}

.mod-about-primary h2 {
	width: 336px;
	background-image: url(../image/kenmin/ttl_about_02.png);
}

.mod-about-primary:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	bottom: 10px;
	width: 140px;
	height: 160px;
	background: url(../image/kenmin/ill_about_02.png) no-repeat 0 0;
}

@media screen and (max-width:640px) {
	.l-main-about div {
		width: 100%;
		min-height: auto;
		margin: 0 auto 10px;
	}

	.l-main-about h2 {
		margin: 0 0 10px;
		padding: 24px 0 0;
		background-size: cover;
	}

	.l-main-about p {
		min-height: auto;
		font-size: 1.2rem;
	}

	.l-main-about .mod-button {
		margin: 40px 0 0;
		text-align: left;
	}

	.l-main-about a {
	}

	.mod-about-site {
		float: none;
		padding: 10px;
	}

	.mod-about-site h2 {
		width: 195.2px;
	}

	.mod-about-site:after {
		width: 100px;
		height: 80px;
		background-size: cover;
	}

	.mod-about-primary {
		float: none;
		padding: 10px;
	}

	.mod-about-primary h2 {
		width: 268.8px;
	}

	.mod-about-primary:after {
		right: 25px;
		bottom: 0;
		width: 70px;
		height: 80px;
		background-size: cover;
	}
}

.l-main-info {
	margin: 0 auto 15px;
	padding: 16px 8px 0;
	background: #c3d69b;
}

.mod-info-list {
	overflow: hidden;
	position: relative;
	padding: 0 16px 0 0;
}

.mod-info-list li {
	float: left;
	margin: 0 0 14px 16px;
}

@media screen and (max-width:640px) {
	.l-main-info {
		padding: 10px 0 0;
	}

	.mod-info-list {
		padding: 0;
	}

	.mod-info-list:after {
		display: none;
	}

	.mod-info-list li {
		float: left;
		width: 46.25%;
		margin: 0 0 10px 2.5%;
	}

	.mod-info-list img {
		width: 100%;
		height: auto;
	}
}

.l-topics {
	position: relative;
	margin: 0 auto 15px;
	min-height: 240px;
}

.mod-topics-list {
	position: relative;
	width: 750px;
}

.mod-topics-list h2 {
	padding: 10px 10px 10px 55px;
	background: #9bbb59 url(../image/kenmin/ico_topics_01.png) no-repeat 10px 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1.9rem;
}

.mod-topics-list dl {
	margin: 10px 0 0;
	font-size: 1.8rem;
}

.mod-topics-list dt {
	float: left;
	clear: left;
	width: 7em;
	margin: 0 0 5px;
}

.mod-topics-list dd {
	margin: 0 0 5px 7em;
	vertical-align: middle;
}

.mod-topics-list .oshirase {
	margin-left: 0px;
}

.mod-topics-list a {
	color: #376092;
}

.mod-topics-list i {
	display: inline-block;
	overflow: hidden;
	width: 48px;
	height: 0;
	margin: 0 0 0 5px;
	padding: 28px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}

.mod-label-new {
	background-image: url(../image/kenmin/label_new_01.png);
}

.mod-label-important {
	background-image: url(../image/kenmin/label_important_01.png);
}

.mod-topics-more {
	position: absolute;
	top: 5px;
	right: 5px;
}

.mod-topics-more a {
	display: inline-block;
	height: 36px;
	padding: 0 5px 0 35px;
	background: #7ea167 url(../image/kenmin/ico_topics_02.png) no-repeat 5px 50%;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 36px;
	text-decoration: none;
}

@media screen and (max-width:640px) {
	.l-topics {
		min-height: auto;
	}

	.mod-topics-list {
		width: 100%;
		margin: 0 auto 20px;
	}

	.mod-topics-list h2 {
		font-size: 1.6rem;
	}

	.mod-topics-list dl {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}

	.mod-topics-list i {
		width: 24px;
		padding: 14px 0 0;
		background-size: cover;
	}

	.mod-topics-more {
		position: relative;
		top: auto;
		right: auto;
		text-align: right;
	}

	.mod-topics-more a {
		padding: 0 25px 0 40px;
		background-position: 25px 50%;
		background-size: 10px 15px;
		font-size: 1.2rem;
	}
}

.mod-login {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}

.mod-login-button a {
	display: block;
	overflow: hidden;
	width: 232px;
	height: 0;
	padding: 110px 0 0;
	background: url(../image/kenmin/btn_login_01.png) no-repeat 0 0;
}

.mod-login-link{
    width: 232px;
    margin: 0 auto;
}

.mod-login-link a{
	display: block;
    padding: 6px 0 0 0;
    font-size: 1.6rem;
    margin-left: -18px;
}

.mod-login-entry {
	margin: 6px 0 0 -20px;
}

.mod-login-entry a {
	display: block;
	margin: 0 10px 0 0;
	padding: 20px 0 0 110px;
	min-height: 86px;
	background: url(../image/kenmin/ill_login_01.png) no-repeat 0 50%;
	color: #000;
	font-size: 1.6rem;
	text-decoration: underline;
}

@media screen and (max-width:640px) {
	.mod-login {
		overflow: hidden;
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}

	.mod-login-button a {
		margin: 0 auto 10px;
	}

	.mod-login-entry {
		width: 232px;
		margin: 0 auto;
	}

	.mod-login-entry a {
		display: inline-block;
		margin: 0;
		padding: 20px 0 20px 62px;
		min-height: 43px;
		background-size: 52px 43px;
		font-size: 1.8rem;
	}
}

.l-aside {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: #d7e4bd;
}

.l-aside h2 {
	padding: 10px 10px 10px 55px;
	background: #9bbb59 url(../image/kenmin/ico_links_01.png) no-repeat 10px 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1.9rem;
}

.mod-aside-links {
	overflow: hidden;
	margin: 10px 0 10px 10px;
}

.mod-aside-links li {
	float: left;
	margin: 0 15px 20px 0;
}

.mod-aside-links li:nth-of-type(4n) {
	margin: 0;
}

.mod-aside-other {
	position: absolute;
	right: 20px;
	bottom: 65px;
}

.mod-aside-other li {
	min-height: 28px;
	margin: 10px 0 0;
}

.mod-aside-other li:before {
	content: "";
	display: block;
	float: left;
	clear: left;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.mod-aside-other li:nth-of-type(1):before {
	background-image: url(../image/kenmin/ico_links_03.png);
}

.mod-aside-other span {
	display: block;
	margin: 0 0 0 38px;
	padding: 4px 0 0;
}

.mod-aside-other a {
	color: #000;
	font-size: 14.93px;
	line-height: 1.2;
}

@media screen and (max-width:640px) {
	.l-aside h2 {
		font-size: 1.6rem;
	}

	.mod-aside-links {
		margin: 10px 0 0;
	}

	.mod-aside-links li {
		float: left;
		width: 46.25%;
		margin: 0 0 10px 2.5%;
	}

	.mod-aside-links li:nth-of-type(4n) {
		margin: 0 0 10px 2.5%;
	}

	.mod-aside-links img {
		width: 100%;
		height: auto;
	}

	.mod-aside-other {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 10px;
	}

	.mod-aside-other a {
		font-size: 1.6rem;
	}
}

#modal-open {
	color: #cc0000;
}

#modal-bg {
	z-index: 2;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.close_modal {
	width: 100px;
	height: 30px;
	margin: 10px auto;
	border-radius: 5px;
}

.close_modal a {
	width: 100px;
	height: 30px;
	border-radius: 5px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	background-color: #c0c0c0;
	padding: 10px 20px;
	margin: 0 0 2px 0;
}

div.m_wrap {
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 10px;
	height: 200px;
}

#modal-top {
	z-index: 5;
	display: none;
	width: 720px;
	height: auto;
	margin: 0;
	padding: 30px;
	background-color: #ffffff;
	color: #000000;
	position: fixed;
	z-index: 2;
	vertical-align: middle;
	text-align: center;
}

#modal-top p {
	margin: 30px auto;
}

#modal-top .brpc {
	display: block;
}

@media screen and (max-width:640px) {
	div.m_wrap {
		padding-top: 0px;
		height: 160px;
	}

	#modal-top {
		width: 100%;
		height: 230px;
	}

	#modal-top p {
		margin: 15px auto;
	}

	#modal-top .brpc {
		display: none;
	}

	#modal-top .m_wrap {
		font-size: 12px;
	}
}
/*2025.2.12 【2024年度システム更改】翻訳対応 qilong.zhang ADD Start*/
.container {
	position:relative;
}
.img-honnyaku{
	position :absolute;
	top: 60%;
	left: 15%;
	z-index: 2;
	max-width:20%;
	height:auto; 
}


@media screen and (max-width:640px) {
	.img-honnyaku{
		position :absolute;
		top: 60%;
		left: 35%;
		z-index: 2;
		max-width:40%;
		height:auto; 
	}

}
/*2025.2.12 【2024年度システム更改】翻訳対応 qilong.zhang ADD End*/