@charset "utf-8";

/* base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: source-han-sans-japanese, sans-serif;
	color: #333;
	font-size: 1.6em;
	font-weight: 400;
	background: #fff;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.en1 {
	font-family: poppins, sans-serif;
	font-weight: 700;
}
.fc_rd { color: #d51f00; }
.bold { font-weight: 700; }
.heavy { font-weight: 900; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
@media screen and (max-width: 768px) {
}


/* リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}
a:hover {
	opacity: 0.5;
}
.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
	opacity: 1;
}
::-moz-selection {
	color: #fff;
	background: #d51f00;
}
::selection {
	color: #fff;
	background: #d51f00;
}


/* 余白
-------------------------------------------------------- */
/* margin */
/* padding */
@media screen and (max-width: 768px) {
}


/* layout
-------------------------------------------------------- */
.inner {
	max-width: 1200px;
	width: 94%;
	margin: auto;
}
.inner.mw1000 {
	max-width: 1000px;
}
.section_pdg {
	padding: 100px 0;
}
.page_section {
	padding: 80px 0;
}
.column2_layout {
	margin: 50px 0 100px;
}
.column2_layout .main {
	width: calc(100% - 310px);
}
.column2_layout .side {
	width: 264px;
}
.section_content:not(:last-child) {
	margin: 0 0 64px;
}
.c_txt_layout1 p:not(:last-child) {
	margin: 0 0 40px;
}
.n_txt1 {
	color: #d51f00;
	font-weight: bold;
}
.flex_layout1 {
	margin: 0 0 54px;
}
.flex_layout1 .flex_box1 {
	margin: 0 0 24px;
}
.flex_box1.ls_l {
	margin: 0 0 54px;
}
.flex_box1 .item_right {
	width: 25%;
}
.flex_box1 .item_left {
	width: 67%;
}
.flex_box2.ls_t {
	margin: 0 0 16px;
}
.flex_box2 .item_right {
	width: 148px;
}
.flex_box2 .item_left {
	width: calc(100% - 148px);
}
.flex_box3 > li {
	width: 32%;
}
.c_dl > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.c_dl dt {
	width: 56px;
}
.c_dl dd {
	width: calc(100% - 56px);
}
.cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.iframe {
	position: relative;
}
.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.anchor {
	margin-top: -130px;
	padding-top: 130px;
}
@media screen and (max-width: 1080px) {
.column2_layout .main,
.column2_layout .side {
	width: 100%;
}
.column2_layout .main {
	margin: 0 0 60px;
}
.column2_layout .inner.is_wide .side {
	padding: 0 3%;
}
	
.side .insta_bnr {
	display: none;
	}
}

@media screen and (max-width: 768px) {
.inner.is_wide {
	width: 100%;
}
.column2_layout {
	margin: 24px 0 50px;
}
.page_section {
	padding: 40px 0;
}
.flex_box1 {
	display: block !important;
}
.flex_box1 .item_right,
.flex_box1 .item_left,
.flex_box2 .item_right,
.flex_box2 .item_left {
	width: 100%;
}
.flex_box1 .item_right,
.flex_box2 .item_right {
	text-align: center;
	margin: 0 0 16px;
}
.flex_box3 > li {
	width: 100%;
}
.flex_box3 > li:not(:last-child) {
	margin: 0 0 24px;
}
}


/* flex系 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ai_fs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}


/* title
-------------------------------------------------------- */
/* ページタイトル */
.p_title {
	font-size: 2.6rem;
	font-weight: 700;
	background: #f5f5f5;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 0 32px;
	padding: 10px 24px;
	position: relative;
}
.p_title::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #d51f00;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 大見出し */
.c_title1 {
	font-size: 2rem;
	font-weight: 700;
	border-bottom: solid 1px #cbcbcb;
	margin-bottom: 20px;
	padding: 0 0 4px;
}
.c_title1 span {
	display: inline-block;
	padding: 3px 0;
	padding-left: 16px;
	position: relative;
}
.c_title1 span::before {
	content: "";
	width: 4px;
	height: 100%;
	background: #d51f00;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

/* 中見出し */
.c_title2 {
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.c_title2.num_title {
	padding-left: 32px;
}
.c_title2.num_title .num {
	position: absolute;
	top: 0;
	left: 0;
}

/* 小見出し */
.c_title3 {
	font-size: 1.8rem;
	font-weight: 700;
	background: #f5f5f5;
	border-radius: 4px;
	display: inline-block;
	padding: 8px 16px;
}

.c_title4 {
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}
.c_title4::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #d51f00;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}


/* 背景 赤 */
.s_title1 {
	color: #fff;
	font-weight: 700;
	background: #d51f00;
	text-align: center;
	padding: 12px;
}
.s_title1 span {
	font-weight: 500;
	display: block;
}

/* 背景 クレー */
.s_title2 {
	font-size: 1.4rem;
	font-weight: 700;
	background: #e5e5e5;
	padding: 8px 10px;
	position: relative;
}
.s_title2::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #949494;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
.p_title {
	font-size: 2.2rem;
	padding: 10px 16px;
}
}


/* btn
-------------------------------------------------------- */
.btn1 {
	font-weight: 700;
	max-width: 260px;
	width: 100%;
	height: 63px;
	background: #fff;
	border: solid 1px #cbcbcb;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding: 0 0 0 24px;
	position: relative;
}
.btn1::before,
.btn1::after {
	content: "";
	display: block;
	position: absolute;
}
.btn1::before {
	width: 6px;
	height: 9px;
	background: url("../img/cmn/arrow1_rd.svg") no-repeat;
	background-size: contain;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn1::after {
	width: 100%;
	height: 4px;
	background: #d51f00;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
}


/* list
-------------------------------------------------------- */
.c_list1 {
	
}
.c_list1 li,
.c_list2 li {
	position: relative;
}
.c_list1 li {
	padding-left: 30px;
}
.c_list2 li {
	padding-left: 24px;
}
.c_list1 li::before,
.c_list2 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}
.c_list1 li::before {
	width: 6px;
	height: 9px;
	background: url("../img/cmn/arrow1_rd.svg") no-repeat;
	background-size: contain;
}
.c_list2 li::before {
	width: 8px;
	height: 8px;
	background: #d51f00;
	border-radius: 50%;
}
.c_list1 li:not(:last-child),
.c_list2 li:not(:last-child) {
	margin: 0 0 16px;
}
.c_list3 li:not(:last-child) {
	margin: 0 0 8px;
}
.c_list3.ls_l li:not(:last-child) {
	margin: 0 0 24px;
}
.c_list1 li a,
.c_list2 li a,
.c_list3 li a {
	font-weight: bold;
	text-decoration: underline;
}
.c_list1 li a:hover,
.c_list2 li a:hover,
.c_list3 li a:hover {
	opacity: 1;
	text-decoration: none;
}
.link_icon {
	font-size: 0;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.link_icon.is_blank {
	max-width: 16px;
}
.link_icon.is_pdf {
	max-width: 16px;
}
.link_icon.is_docx {
	max-width: 16px;
}
.link_icon.is_xlsx {
	max-width: 16px;
}
.counter_list1,
.counter_list2 {
	counter-reset: number 0;
}
.counter_list3 li {
	padding-left: 24px;
	position: relative;
}
.counter_list3 li:not(:last-child) {
	margin: 0 0 16px;
}
.counter_list3 li .num {
	position: absolute;
	top: 0;
	left: 0;
}
.counter_list1 li span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.counter_list1 li:not(:last-child),
.counter_list2 li:not(:last-child) {
	margin: 0 0 10px;
}
.counter_list1 li span::before,
.counter_list2 li span::before {
	counter-increment: number 1;
	position: absolute;
	top: 0;
	left: 0;
}
.counter_list1 li span::before {
	content: counter(number) " ";
}
.counter_list2 li span::before {
	content: "(" counter(number) ")";
}
.note_list1 li {
	padding-left: 20px;
	position: relative;
}
.note_list1 li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.indent_list1 > li:not(:last-child) {
	margin: 0 0 50px;
}
.indent_list1 .c_title2 {
	margin: 0 0 10px;
}
.indent_list1 .txt {
	padding-left: 32px;
}
@media screen and (max-width: 768px) {
.indent_list1 > li:not(:last-child) {
	margin: 0 0 32px;
}
.indent_list1 .txt {
	padding-left: 0;
}
}


/* tbl
-------------------------------------------------------- */
.tbl1 th,
.tbl1 td {
	border: solid 1px #949494;
	padding: 16px;
}
.tbl1 th,
.tbl4 th {
	background: #f5f5f5;
}
.tbl1 th {
	font-weight: 700;
}
.tbl1.is_block th {
	width: 183px;
	font-weight: 400;
}
.tbl2 th,
.tbl2 td,
.tbl3 th,
.tbl3 td,
.tbl4 th,
.tbl4 td,
.tbl5 th,
.tbl5 td,
.tbl6 th,
.tbl6 td {
	border: solid 1px #949494;
	padding: 10px 16px;
}
.tbl5 th,
.tbl5 td {
	padding: 16px;
}
.tbl3.is_joho th,
.tbl3.is_joho td {
	text-align: center;
}
.tbl3 small {
	font-size: 1.2rem;
}
.tbl2 th,
.tbl2 td {
	width: 33.333%;
}

.tbl2 th,
.tbl3 th {
	font-weight: bold;
	background: #f5f5f5;
	text-align: center;
}
.tbl2.col4 th,
.tbl2.col4 {
	width: auto;
}
.gold,
.silver {
	text-align: center;
}
.gold { background: #efeca7; }
.silver { background: #e1e1e1; }
.tbl4 th,
.tbl4 td {
	width: 50%;
	text-align: center;
}
.tbl6 th,
.tbl6 td {
	width: 20%;
}
.tbl6 th {
	text-align: center;
}
.tbl6 td {
	text-align: right;
}
.tbl6 tfoot {
	background: #f5f5f5;
}
@media screen and (max-width: 768px) {
.scroll_tbl {
	overflow-x: auto;
}
.scroll_tbl::-webkit-scrollbar {
	height: 4px;
}
 
.scroll_tbl::-webkit-scrollbar-track {
	background: #e5e5e5;
}
 
.scroll_tbl::-webkit-scrollbar-thumb {
	background: #949494;
}
.scroll_tbl table {
	white-space: nowrap;
}
.tbl1.is_block th,
.tbl1.is_block td,
.tbl4 th,
.tbl4 td {
	width: 100%;
	display: block;
}
.tbl1.is_block th,
.tbl1.is_block tr:not(:last-child) td,
.tbl4 th,
.tbl4 tr:not(:last-child) td {
	border-bottom: none;
}

}


/* animation
-------------------------------------------------------- */
@media screen and (max-height: 768px) {
}


/* icon
-------------------------------------------------------- */
.icon_tel,
.icon_fax,
.icon_mail,
.icon_pdf {
	display: inline-block;
	position: relative;
}
.icon_tel::before,
.icon_fax::before,
.icon_mail::before,
.icon_pdf::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.icon_tel::before,
.icon_fax::before,
.icon_mail::before,
.icon_pdf::after {
	position: absolute;
}
.icon_tel::before,
.icon_fax::before,
.icon_mail::before {
	left: 0;
}
.icon_pdf::after,
.icon_blank::after {
	right: 0;
}
.icon_tel {
	padding: 0 0 0 20px;
}
.icon_tel::before {
	width: 15px;
	height: 11px;
	background-image: url("../img/cmn/icon_tel_bk.svg");
	top: 7px;
}
.icon_fax {
	padding: 0 0 0 18px;
}
.icon_fax::before {
	width: 12px;
	height: 15px;
	background-image: url("../img/cmn/icon_fax_bk.svg");
	top: 6px;
}
.icon_mail {
	padding: 0 0 0 20px;
}
.icon_mail::before {
	width: 13px;
	height: 9px;
	background-image: url("../img/cmn/icon_mail_bk.svg");
	top: 10px;
}
.icon_pdf {
	padding: 0 24px 0 0;
}
.icon_pdf::after {
	width: 16px;
	height: 18px;
	background-image: url("../img/cmn/icon_pdf_gr.svg");
	top: 4px;
}

@media screen and (max-height: 768px) {
}


/* 余白
-------------------------------------------------------- */
.mb8 { margin-bottom: 8px; }
.mb10 { margin-bottom: 10px; }
.mb16 { margin-bottom: 16px; }
.mb24 { margin-bottom: 24px; }
.mb32 { margin-bottom: 32px; }
.mb40 { margin-bottom: 40px; }
.mb48 { margin-bottom: 48px; }
.mb56 { margin-bottom: 56px; }
.mb64 { margin-bottom: 64px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt16 { margin-top: 16px; }
.mt24 { margin-top: 24px; }
.mt32 { margin-top: 32px; }
.mt40 { margin-top: 40px; }
.mt48 { margin-top: 48px; }
.mt56 { margin-top: 56px; }
.mt64 { margin-top: 64px; }


/* breadcrumb
-------------------------------------------------------- */
.breadcrumb {
	background: #f5f5f5;
	padding: 20px 0;
}
.breadcrumb ul,
.breadcrumb ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumb ul li:not(:last-child)::after {
	content: "";
	width: 6px;
	height: 9px;
	background: url("../img/cmn/arrow1_gr.svg") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 20px;
}
.breadcrumb ul li a {
	text-decoration: underline;
}
.breadcrumb ul li a:hover {
	opacity: 1;
	text-decoration: none;
}
@media screen and (max-height: 768px) {
.breadcrumb {
	font-size: 1.4rem;
	padding: 10px 0;
}
.breadcrumb ul li:not(:last-child)::after {
	margin: 0 10px;
}
}


/* PC SP
-------------------------------------------------------- */
.is_sp { display: none; }
@media screen and (max-width: 768px) {
	.is_pc { display: none; }
	.is_sp { display: block; }
}




/* header
-------------------------------------------------------- */
.menu .disaster_information,
.menu .search,
.menu .snav,
.menu .close_btn {
	display: none;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
}
.hd_main {
	height: 68px;
	background: #f5f5f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 10px 14px 20px;
	position: relative;
	z-index: 10;
}
.hd_logo {
	font-size: 2.4rem;
	font-weight: 700;
}
.hd_logo a {
	display: block;
	padding: 0 0 0 40px;
	position: relative;
	transition: 0s;
}
.hd_logo a::before {
	content: "";
	width: 36px;
	height: 36px;
	background: url("../img/cmn/logo.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}
.nav_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex: 1 1 auto;
}
.disaster_information {
	margin: 0 2.5% 0 0;
}
.disaster_information .label {
	font-size: 1.3rem;
	font-weight: bold;
}
.search {
	max-width: 282px;
	width: 20%;
}
.search form {
	border: solid 1px #949494;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
.search input {
	font-size: 1.4rem;
	width: 100%;
	display: block;
	padding: 6px 12px;
	padding-right: 40px;
}
.search button {
	font-size: 0;
	max-width: 19px;
	width: 100%;
	background: none;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .sns a,
.hd_main .sns {
	max-width: 30px;
	width: 100%;
}
.hd_main .sns {
	margin: 0 10px 0 0;
}
header .sns a {
	display: block;
}
.menu {
/*	background: #fff;*/
	background: #d51f00;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.menu .sns {
	display: none;
	padding: 16px 0;
}
.gnav li .txt_wh {
	color: #ffffff;
}


.gnav li a {
	width: 100%;
	height: 100%;
	display: block;
}
.gnav.is_parent > li {
	width: calc(100% / 7);
	position: relative;
}
.gnav.is_parent > li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 50%;
/*	background: #cbcbcb;*/
	background: #ffffff;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnav.is_parent > li > a,
.gnav.is_parent > li > div a,
.gnav.is_parent > li > div label {
	font-weight: 700;
	text-align: center;
	padding: 16px 4px;
}
.gnav.is_parent > li > a span,
.gnav.is_parent > li > div a span,
.gnav.is_parent > li > div label span {
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
}
.gnav.is_parent > li > div label span {
	display: block;
}
.gnav.is_parent > li > a span::before,
.gnav.is_parent > li > div a span::before,
.gnav.is_parent > li > div label span::before{
	content: "";
	width: 10px;
	height: 9px;
	background: url("../img/cmn/arrow2_wh.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
}
.gnav .is_child {
	width: 270px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.gnav .is_child li:not(:last-child) {
	border-bottom: solid 1px #d8d8d8;
}
.gnav .is_child li a {
	font-size: 1.3rem;
	background: #fff;
	padding: 16px;
	position: relative;
}
.gnav .is_child li a::after {
	content: "";
	width: 5px;
	height: 7px;
	background: url("../img/cmn/arrow1_gr.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnav .is_child li a:hover {
	color: #fff;
	background: #949494;
	opacity: 1;
}

.snav {
	font-size: 1.4rem;
	margin: 0 4% 0 0;
}
.snav li:not(:last-child) {
	margin: 0 24px 0 0;
}
.snav li a span {
	display: inline-block;
	padding: 0 0 0 14px;
	position: relative;
}
.snav li a span::before {
	content: "";
	width: 5px;
	height: 7px;
	background: url("../img/cmn/arrow1_gr.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}
.humb {
	width: 68px;
	height: 68px;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.humb .icon {
	width: 42px;
	height: 20px;
	position: relative;
}
.humb .icon span {
	width: 100%;
	height: 2px;
	background: #949494;
	border-radius: 100px;
	position: absolute;
	transition: .5s;
}
.humb .icon span:first-child {
	top: 0;
}
.humb .icon span:nth-child(2) {
	top: calc(50% - 1px);
}
.humb .icon span:nth-child(3) {
	bottom: 0;
}
.is_open .humb {
	box-shadow: none;
}
.is_open .humb .icon span:first-child,
.is_open .humb .icon span:nth-child(3) {
	top: 9px;
}
.is_open .humb .icon span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.is_open .humb .icon span:nth-child(2) {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.is_open .humb .icon span:nth-child(3) {
	bottom: inherit;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.side_nav ul li {
	border-bottom: solid 1px #cbcbcb;
	position: relative;
}
.side_nav ul li a,
.side_nav ul li label {
	display: block;
	padding: 16px;
	padding-right: 32px;
	position: relative;
}
.side_nav ul li label::before,
.side_nav .is_child li a::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.side_nav > .is_parent > li > a,
.side_nav > .is_parent > li > label {
	font-size: 1.8rem;
	font-weight: 700;
	background: #f5f5f5;
}
.side_nav > .is_parent > li label::before {
	width: 10px;
	height: 8px;
	background-image: url("../img/cmn/arrow2_rd.svg");
}
.side_nav .is_child {
	font-size: 1.4rem;
	display: none;
}
.side_nav .is_child li a::before {
	width: 7px;
	height: 10px;
	background-image: url("../img/cmn/arrow1_gr.svg");
}
.side_nav .is_child li:last-child {
	border-bottom: none;
}
.side_nav input[type="checkbox"]:checked ~ .is_child {
	display: block;
}
.side_nav input[type="checkbox"]:checked ~ label {
	color: #fff;
	background: #808080;
}
.side_nav input[type="checkbox"]:checked ~ label::before {
	background-image: url("../img/cmn/arrow2_wh.svg");
	-webkit-transform: translateY(-50%) scale(1, -1);
	transform: translateY(-50%) scale(1, -1);
}

@media screen and (max-width: 1260px) {
.hd_logo {
	font-size: 1.9rem;
}
.hd_logo a::before {
	top: -2px;
}
.hd_main .font_switch .label {
	font-size: 1.3rem;
}
.hd_main .snav {
	font-size: 1.3rem;
	margin: 0 2% 0 0;
}
.hd_main .snav li:not(:last-child) {
	margin: 0 10px 0 0;
}
.snav li a span::before {
	top: 6px;
}
}
@media screen and (min-width: 1081px) {
.gnav.is_parent > li:hover .is_child {
	display: block;
}

}
@media screen and (max-width: 1080px) {
.menu .is_pc { display: none; }
.menu .is_sp { display: block; }
.hd_main .disaster_information,
.hd_main .snav,
.hd_main .search,
.hd_main .sns {
	display: none;
}
.hd_main { background: #fff; }
.humb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu {
	max-width: 500px;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: #fff;
	overflow: auto;
	padding: 70px 0 0;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 5;
	transition: .5s;
}
.menu input[type="checkbox"]:checked ~ .is_child {
	display: block;
}
.menu input[type="checkbox"]:checked ~ .is_sp label span::before {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}
.menu .inner {
	width: 100%;
}
.menu .disaster_information {
	padding: 16px;
}
.menu .search {
	max-width: inherit;
	width: auto;
	background: #cbcbcb;
	display: block;
	padding: 16px;
}
.menu .is_child {
	width: auto;
	position: static;
}
.menu .is_child li:last-child {
	border-bottom: none;
}
.gnav li .txt_wh {
	color: #333333;
}
.menu .gnav,
.menu .snav {
	display: block;
}
.menu .gnav,
.menu .snav,
.menu .gnav .is_child li a {
	font-size: 1.6rem;
}
.menu .gnav.is_parent > li {
	width: 100%;
}
.menu .gnav.is_parent > li::after {
	content: none;
}
.menu .gnav.is_parent > li > a,
.menu .gnav.is_parent > li > div label {
	background: #f5f5f5;
	text-align: left;
	padding: 16px;
}
.menu .gnav.is_parent > li > div label {
	display: block;
}
.menu .gnav li,
.menu .snav li {
	border-bottom: solid 1px #cbcbcb;
}
.menu .gnav li q,
.menu .snav li a {
	display: block;
	padding: 16px;
}
.menu .snav,
.menu .snav li:not(:last-child) {
	margin: 0;
}
.menu .snav li a span::before {
	top: 8px;
}
	
.gnav.is_parent > li > a span::before,
.gnav.is_parent > li > div a span::before,
.gnav.is_parent > li > div label span::before{
	background: url("../img/cmn/arrow2_rd.svg") no-repeat;

}	
	
.menu .sns {
	display: -webkit-box;
	display: flex;
}

.menu .close_btn {
	color: #fff;
	background: #949494;
	display: block;
	text-align: center;
	padding: 16px;
	cursor: pointer;
}
.menu .close_btn span {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}
.menu .close_btn span::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url("../img/cmn/icon_close_wh.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
}
.is_open .menu {
	right: 0;
}
}
@media screen and (max-width: 768px) {
.hd_main {
	padding: 14px 10px 14px 16px;
}
.hd_logo {
	font-size: 1.7rem;
}
	.hd_logo a {
		padding: 0 0 0 34px;
	}
.hd_logo a::before {
	width: 30px;
	height: 30px;
	top: -1px;
}
}

/* footer
-------------------------------------------------------- */
.ft_info {
	font-size: 1.4rem;
}
.ft_logo {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 8px;
}
.ft_logo a {
	display: block;
	padding: 0 0 0 40px;
	position: relative;
	transition: 0s;
}
.ft_logo a::before {
	content: "";
	width: 36px;
	height: 36px;
	background: url("../img/cmn/logo.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -2px;
	left: 0;
}

.ft_info address {
	margin: 0 0 2px;
}
.ft_info dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft_info dl > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ft_info dl dt {
	margin: 0 8px 0 0;
}
.ft_info .icon_tel::before {
	top: 6px;
}
.ft_info .icon_fax::before {
	top: 4px;
}
.ft_link {
	background: #e6e6e6;
	padding: 24px 0;
}
.ft_link ul li {
	width: 23%;
	margin-top: 16px;
	margin-right: 2.666%;
}
.ft_link ul li img {
	width: 100%;
}
.ft_link ul li a {
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	display: block;
	overflow: hidden;
}
.ft_main {
	padding: 110px 0;
}
.ft_main .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft_nav {
	font-size: 1.4rem;
	width: calc(100% - 314px);
	padding: 0 0 0 4%;
}
.ft_nav > ul {
	width: 32%;
}
.ft_nav > ul > li > p {
	font-weight: bold;
}
.ft_nav a {
	text-decoration: underline;
}
.ft_nav a:hover {
	text-decoration: none;
}
.ft_nav .is_main {
	margin: 0 24px 0 0;
}
.ft_nav .is_main > li:not(:last-child) {
	margin: 0 0 16px;
}
.ft_nav .is_main p,
.ft_nav .is_main ul li {
	padding-left: 16px;
	position: relative;
}
.ft_nav .is_main p::before,
.ft_nav .is_main ul li::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
}
.ft_nav .is_main p::before {
	width: 6px;
	height: 9px;
	background-image: url(../img/cmn/arrow1_rd.svg);
	top: 6px;
}
.ft_nav .is_main ul li::before {
	width: 6px;
	height: 6px;
	background: #d51f00;
	border-radius: 50%;
	top: 8px;
}
.ft_nav .is_main ul {
	margin: 6px 0 0;
}
.ft_nav .is_main ul li:not(:last-child) {
	margin: 0 0 8px;
}
.ft_nav .is_sub {
	width: auto;
}
.ft_nav .is_sub li:not(:last-child) {
	margin: 0 24px 0 0;
}
.ft_nav .is_sub li a {
	display: inline-block;
	padding: 0 0 0 12px;
	position: relative;
}
.ft_nav .is_sub li a::before {
	content: "";
	width: 5px;
	height: 7px;
	background: url("../img/cmn/arrow1_gr.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}
#copyright {
	color: #fff;
	font-size: 1.2rem;
	background: #d51f00;
	text-align: center;
	padding: 16px;
}
@media screen and (min-width: 1025px) {
.ft_link ul li:nth-child(-n + 4) {
	margin-top: 0;
}
.ft_link ul li:nth-child(4n) {
	margin-right: 0;
}
}
@media screen and (max-width: 1024px) {
.ft_link ul li {
	width: 49%;
	margin-right: 2%;
}
.ft_link ul li:nth-child(-n + 2) {
	margin-top: 0;
}
.ft_link ul li:nth-child(2n) {
	margin-right: 0;
}
.ft_main .inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ft_info {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.ft_nav {
	width: auto;
	margin: 0 0 40px;
	padding: 0;
}
}
@media screen and (max-width: 768px) {
.ft_nav { display: block; }
.ft_nav .is_main {
	width: auto;
	margin: 0 0 16px;
}
.ft_logo {
	font-size: 2rem;
}
.ft_logo a {
	padding: 0 0 0 36px;
}
.ft_logo a::before {
	width: 30px;
	height: 30px;
	top: 0;
}
.ft_main {
	padding: 60px 0;
}
.ft_main .inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ft_info address,
.ft_info dl {
	font-size: 1.4rem;
}
.ft_info .icon_fax::before {
	top: 4px;
}
.ft_link ul li {
	width: 100%;
	margin-right: 0;
}
.ft_link ul li:nth-child(-n + 2) {
	margin-top: 16px;
}
.ft_link ul li:nth-child(1) {
	margin-top: 0;
}
}
@media screen and (max-width: 480px) {
}


/*
.mv {
	margin: 0 0 12px;
	padding: 40px 0 0;
}
.mv_list .img .cover {
	padding-top: 33.91666%;
}
.mv_list .img.img1 .cover {
	background-image: url("../img/index/mv1.jpg")
}
.mv_list .img.img2 .cover {
	background-image: url("../img/index/mv2.jpg")
}
.mv_list .img.img3 .cover {
	background-image: url("../img/index/mv3.jpg")
}
*/


.mv {
	margin: 0 0 12px;
	padding: 20px 0 0;
}
.mv .mv_list .img .cover {
	padding-top: 33.91666%;
}
.mv .mv_list .img.img1 .cover {
	background-image: url("../img/index/mv1_2304.jpg")
}
.mv .mv_list .img.img2 .cover {
	background-image: url("../img/index/mv2.jpg")
}
.mv .mv_list .img.img3 .cover {
	background-image: url("../img/index/mv3.jpg")
}
.mv .mv_list .img.img4 .cover {
	background-image: url("../img/index/mv4.jpg")
}


@media screen and (max-width: 1080px) {
.mv {
	padding: 0;
}
}



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

.emergency .inner {
	border-radius: 4px;
	overflow: hidden;
}
.emergency .head {
	color: #fff;
	font-weight: 700;
	width: 160px;
	background: #d51f00;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.emergency .body {
	width: calc(100% - 160px);
	background: #f5f5f5;
}
.emergency .body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 24px;
}
.emergency .body .date {
	font-weight: 700;
	white-space: nowrap;
	padding: 0 24px 0 0;
	position: relative;
}
.emergency .body .date::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 0;
}
.emergency .body .title {
	padding: 0 0 0 24px;
}
@media screen and (max-width: 1024px) {
.emergency .head,
.emergency .body {
	width: 100%;
}
	.emergency .head {
		padding: 4px;
	}
.emergency .body {
	display: block;
	padding: 10px 16px;
}
.emergency .body .date {
	white-space: normal;
	margin: 0 0 2px;
}
.emergency .body .date::after {
	content: none;
}
.emergency .body .title {
	padding: 0;
}
}
.news_list li a,
.news_meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.news_list li {
	border-bottom: solid 1px #cbcbcb;
	position: relative;
}
.news_list li::after {
	content: "";
	width: 7px;
	height: 10px;
	background: url("../img/cmn/arrow1_gr.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news_list li a {
	padding: 20px 32px 20px 0;
}
.news_list li .title span,
.article_news .article_head .p_title span {
	color: #d51f00;
	display: inline-block;
	margin: 0 10px 0 0;
}
.news_list .news_meta {
	margin: 0 20px 0 0;
}
.news_list .title {
	font-weight: 700;
	text-decoration: underline;
}
.news_list li a:hover {
	opacity: 1;
}
.news_list li a:hover .title {
	text-decoration: none;
}
.news_meta .date {
	width: 120px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 10px 0 0;
}
.news_meta .category {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	min-width: 92px;
	height: 22px;
	background: #949494;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	padding: 4px;
}
.article_news .article_head {
	margin: 0 0 40px;
}
.article_news .article_head .p_title {
	margin: 0 0 20px;
}
.article_news .article_body {
	border-bottom: solid 1px #cbcbcb;
	margin: 0 0 30px;
	padding: 0 0 100px;
}
.article_news .article_body h1,
.article_news .article_body h2,
.article_news .article_body h3,
.article_news .article_body h4,
.article_news .article_body h5,
.article_news .article_body h6 {
	font-size: 2rem;
	text-decoration: underline;
}
.article_news .article_body a {
	font-weight: 700;
	text-decoration: underline;
}
.article_news .article_body a:hover {
	text-decoration: none;
}
.wp-pagenavi {
	margin: 40px 0 0;
}
.single_pager .btn1 {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}
.single_pager .toBack {
	max-width: 194px;
}
.single_pager .toBack::before {
	content: none;
}
.single_pager .prev,
.single_pager .next {
	max-width: 134px;
}
.single_pager .prev {
	margin: 0 32px 0 0;
}
.single_pager .prev::before {
	transform: translateY(-50%) scale(-1, 1);
	right: inherit;
	left: 10px;
}
.single_pager .next {
	margin: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
.news_list li a {
	display: block;
	padding: 20px 32px 20px 16px;
}
.news_list .news_meta {
	margin: 0 0 10px;
}
.news_meta .date {
	margin: 0 10px 0 0;
}
.article_news .article_body {
	padding: 0 0 40px;
}

.single_pager {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single_pager .btn1 {
	font-size: 1.4rem;
	width: 31%;
}
.single_pager .prev,
.single_pager .next {
	margin: 0;
}
}


.tabs {
	background: #f5f5f5;
	border-bottom: solid 10px #d51f00;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tabs p {
	font-weight: 700;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 8px;
	position: relative;
	cursor: pointer;
}
.tabs p:not(:last-child)::before {
	content: "";
	width: 1px;
	height: 80%;
	background: #cbcbcb;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.tabs p::after {
	content: "";
	width: 100%;
	height: calc(100% + 2px);
	background: #d51f00;
	border-radius: 4px 4px 0 0;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.tabs p span {
	position: relative;
	z-index: 1;
}
.tabs p span::after {
	content: "";
	width: 9px;
	height: 6px;
	background-image: url("../img/cmn/arrow2_rd.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: 2px auto 0;
}
.tabs .is_active {
	color: #fff;
}
.tabs .is_active::after {
	opacity: 1;
}
.tabs .is_active span::after {
	background-image: url("../img/cmn/arrow2_wh.svg");
}
.tab_panel {
	display: none;
}
.tab_panel.is_active {
	display: block;
}
.index_instagram {
	margin: 100px 0 0;
}
.index_instagram .index_head {
	margin: 0 0 10px;
}
.index_instagram .index_head .icon {
	max-width: 42px;
	top: 3px;
}
.index_instagram .index_head .icon img {
	width: 42px;
	height: 42px;
}
.index_instagram .btn_wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.index_instagram .btn_wrap a:nth-child(2) {
	margin: 0 16px 0 0;
}
.index_instagram .btn1 {
	padding: 0;
}
.index_instagram .btn1::before {
	content: none;
}
.index_instagram .link_icon.is_blank {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.index_instagram .sbi_photo img {
	height: 100% !important;
	object-fit: cover !important;
}
@media screen and (max-width: 768px) {
.tabs {
	overflow-x: auto;
}
.tabs::-webkit-scrollbar {
	height: 4px;
}
 
.tabs::-webkit-scrollbar-track {
	background: #e5e5e5;
}
 
.tabs::-webkit-scrollbar-thumb {
	background: #949494;
}
.tabs p {
	white-space: nowrap;
	padding: 16px 24px;
}
.index_instagram {
	margin: 40px 0 0;
}
.index_instagram .index_head .icon {
	max-width: 38px;
	top: -2px;
}
.index_instagram .index_head .icon img {
	width: 38px;
	height: 38px;
}
.index_instagram .btn_wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.index_instagram .btn_wrap a:nth-child(2) {
	margin: 10px 0 0;
}
}


.office {
	margin: 0 0 16px;
}
.status {
	margin: 0 0 40px;
}
.status .tbl1 {
	margin: 0 0 8px;
}
.status .tbl1 th,
.status .tbl1 td {
	padding: 4px 8px;
}
.status .tbl1 th {
	width: 102px;
}
.status .tbl1 td {
	text-align: right;
}
.status .status_file .btn1 {
	cursor: pointer;
	margin: 0 0 10px;
}
.status .status_file .btn1::before {
	width: 9px;
	height: 6px;
	background: url(../img/cmn/arrow2_rd.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
	margin: 0 0 10px;
}
.status .status_file .hidden_wrap {
	display: none;
}
.status .status_file ul li:not(:last-child) {
	margin: 0 0 8px;
}
.status .status_file ul li a {
	text-decoration: underline;
}
.status .status_file ul li a:hover {
	text-decoration: none;
}
.side_fd .s_title1 {
	margin: 0 0 16px;
}
.side_fd .fd_head .s_title2 {
	margin: 0 0 10px;
}
.side_fd .icon_tel::before {
	top: 5px;
}
.side_fd .icon_fax::before {
	top: 2px;
}
.side_fd .icon_mail::before {
	top: 7px;
}
.side_fd .fd_head {
	margin: 0 0 20px;
}
.side_fd .fd_head ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.side_fd .fd_head ul li:nth-child(1) {
	margin: 0 10px 0 0;
}
.side_fd .fd_head address,
.side_fd .fd_head ul,
.side_fd .fd_head dl,
.side_fd .fd_head .mail,
.side_fd .fd_list ul {
	font-size: 1.3rem;
}
.side_fd .fd_head dl {
	margin: 10px 0 0;
}
.side_fd .fd_head dl > div:not(:last-child) {
	margin: 0 0 10px;
}
.side_fd .fd_head dl dt {
	font-weight: 700;
	margin: 0 8px 0 0;
}
.side_fd .fd_list > ul > li {
	border-bottom: solid 1px #cbcbcb;
	padding: 10px 0;
}
.side_fd .fd_list dl dt {
	font-weight: 700;
}
.side_fd .fd_list > ul > li > ul,
.side_fd .fd_list dl dd ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.side_fd .fd_list > ul > li > ul > li:not(:last-child),
.side_fd .fd_list dl dd ul li:not(:last-child) {
	margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
.office,
.status .btn_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}

.index_head {
	margin: 0 0 24px;
	padding: 0 0 0 52px;
	position: relative;
}
.index_head .icon {
	max-width: 38px;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}
.index_head .txt {
	font-size: 2.8rem;
	font-weight: 700;
}
.index_important {
	margin: 0 0 60px;
}
.index_important .news_list {
	background: #f5f5f5;
}
.index_important .news_list li::after {
	right: 24px;
}
.index_important .news_list li a {
	padding-left: 16px;
}
.index_news .btn_wrap {
	margin: 24px 0 0;
}
.index_news .btn_wrap .btn1 {
	padding: 0;
}
@media screen and (max-width: 768px) {
.index_head {
	width: 94%;
	margin: 0 auto 16px;
	padding: 0 0 0 42px;
}
.index_head .txt {
	font-size: 2rem;
}
.index_head .icon {
	max-width: 30px;
	top: 2px;
}
.index_important .news_list li::after {
	right: 10px;
}
.index_important {
	margin: 0 0 32px;
}
}




.news_head {
	margin: 0 0 24px;
}
.news_head .c_title1 {
	margin: 0 0 10px;
}
.news_pageNav {
	color: #949494;
	font-size: 1.4rem;
}
.aside_news_wrap:not(:last-child) {
	margin: 0 0 40px;
}
.aside_news_wrap .s_title2 {
	margin: 0 0 20px;
}
.aside_news_wrap ul li:not(:last-child) {
	margin: 0 0 10px;
}
.aside_news_wrap ul li a {
	text-decoration: underline;
}
.aside_news_wrap ul li a:hover {
	text-decoration: none;
}


.kouhoushi_list li {
	width: 30%;
	margin-top: 40px;
}
.kouhoushi_list li a {
	font-weight: bold;
	text-decoration: underline;
}
.kouhoushi_list li a:hover {
	text-decoration: none;
}
.kouhoushi_list .img {
	margin: 0 0 10px;
}
.kouhoushi_list .img .cover {
	background-color: #eee;
	padding-top: 141%;
}

@media screen and (min-width: 769px) {
.kouhoushi_list li {
	margin-right: 5%;
}
.kouhoushi_list li:nth-child(-n + 3) {
	margin-top: 0;
}
.kouhoushi_list li:nth-child(3n) {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.kouhoushi_list li {
	width: 48%;
	margin-right: 4%;
}
.kouhoushi_list li:nth-child(-n + 2) {
	margin-top: 0;
}
.kouhoushi_list li:nth-child(2n) {
	margin-right: 0;
}
}


.cms_txt1 {
	font-size: 2rem;
	font-weight: 700;
}

.qr_box .qr {
	width: 81px;
}
.qr_box .txt {
	width: calc(100% - 81px);
	padding: 0 0 0 20px;
}
.denki_contact figure {
	width: 102px;
	text-align: center;
}
.denki_contact .txt_wrap {
	font-size: 1.8rem;
	font-weight: 700;
	width: calc(100% - 102px);
	padding: 0 0 0 20px;
}
.denki_contact .txt_wrap .label {
	font-size: 2rem;
	margin: 0 0 4px;
}

.fusegu_list li:not(:last-child) {
	margin: 0 0 16px;
}
.fusegu_list li a {
	font-weight: 700;
	text-decoration: underline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fusegu_list li a:hover {
	text-decoration: none;
}
.fusegu_list li a .icon {
	width: 46px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 768px) {
.qr_box .qr,
.qr_box .txt {
	width: 100%;
}
.qr_box .qr {
	text-align: center;
}
.qr_box .txt {
	padding: 0;
}
.denki_contact figure,
.denki_contact .txt_wrap {
	width: 100%;
}
	.denki_contact figure {
		margin: 0 0 10px;
	}
.denki_contact .txt_wrap {
	padding: 0;
}
}



.inquily_head ul li:not(:last-child) {
	margin: 0 14px 0 0;
}
.inquily_list ul li:not(:last-child) {
	margin: 0 20px 0 0;
}
.inquily_list.ls_m > li:not(:last-child) {
	margin: 0 0 20px;
}
.inquily_list.ls_l > li:not(:last-child) {
	margin: 0 0 40px;
}


#kankatsu .flex figure {
	width: 48%;
}
#kankatsu .flex figure img {
	width: 100%;
}
@media screen and (max-width: 768px) {
#kankatsu .flex figure {
	width: 100%;
}
#kankatsu .flex figure:nth-child(1) {
	margin: 0 0 16px;
}
}

.tyosya_list li:not(:last-child) {
	margin: 0 0 56px;
}


.filter {
	margin: 0 0 56px;
}
.filter .search {
	max-width: 390px;
	width: 100%;
	margin: 0 0 24px;
}
.filter .search form input {
	background: #f5f5f5;
}
.filter_dl dt {
	font-weight: 700;
	border-bottom: solid 1px #cbcbcb;
	cursor: pointer;
	padding: 16px 8px;
	position: relative;
	z-index: 2;
}
.filter_dl dt span {
	display: inline-block;
	padding-left: 24px;
	position: relative;
}
.filter_dl dt span::before {
	content: "";
	width: 10px;
	height: 8px;
	background: url("../img/cmn/arrow2_gr.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
}
.filter_dl dd {
	display: none;
	padding: 0 0 56px;
}
.filter_dl .is_category ul {
	max-width: 800px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
}
.filter_dl .is_category ul li {
	margin-top: 24px;
	margin-right: 24px;
}
.filter_dl .is_category ul li a {
	font-weight: 700;
	text-decoration: underline;
}
.filter_dl .is_category ul li a:hover {
	text-decoration: none;
}
.filter_dl .is_order ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.filter_dl .is_order ul {
	max-width: 770px;
	width: 100%;
	margin: auto;
}
.filter_dl .is_order ul li {
	margin-top: 24px;
	margin-right: 24px;
}
.filter_dl .is_order ul li a {
	border: solid 1px #cbcbcb;
	border-radius: 2px;
	display: inline-block;
	line-height: 1.2;
	padding: 8px 16px;
}
.search_result {
	font-size: 1.8rem;
	font-weight: 700;
	background: #f5f5f5;
	border-radius: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 24px;
}
.search_result .label {
	width: 94px;
}
.search_result .keyword {
	width: calc(100% - 94px);
}
@media screen and (max-width: 768px) {
	.search_result {
		font-size: 1.6rem;
	}
.search_result .label,
.search_result .keyword {
	width: 100%;
}
	.search_result .label {
		margin: 0 0 4px;
	}
}
.shinsei_list ul:not(:last-child) {
	margin-bottom: 40px;
}
.access_dl dt {
	font-weight: bold;
}
.access_dl dd:not(:last-of-type) {
	margin: 0 0 24px;
}
.access_map {
	margin: 16px 0 0;
	padding-top: 62%;
}

.hutsu_txt strong,
.hutsu_txt b {
	font-weight: 700;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アイコンバナー追加設置
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

.icon_bnr{
	width: 100%;
	height: auto;
}

.icon_bnr a{
	width: calc(100%/3);
}


@media screen and (max-width: 767px) {
	
.icon_bnr a{
	width: 50%;
	height: auto;
	}
}


/*バナー3個以下のときは一列で配置*/
@media screen and (max-width: 420px) {
	
.line_1 a{
	width: 80%;
	height: auto;
  margin: 0 auto;
	}
}



/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップの標語部分追加
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
.hyougo{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.hyougo .ttl{
	font-weight: normal;
}


.hyougo .only_1115,.hyougo .only_768{
	display: none;
}


@media screen and (max-width: 1115px) {
	
	.hyougo .only_1115{
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.hyougo{
		font-size: 1.5rem;
	}
	
	.hyougo .only_768{
		display: block;
	}
}


/*
==========
インスタ利用規約
＝＝＝＝＝＝＝
*/

ol.list_parentheses{
  padding:0 0 0 2em;
}
ol.list_parentheses li{
  list-style-type:none;
/*  list-style-position:inside;*/
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: inline-block;
  content: "(" counter(cnt) ") ";
	margin-left:-2em;
	width: 2em;
}

.list_comment {
	margin:1em 0 0 2em;
	
}


/*
==========
採用ページ
＝＝＝＝＝＝＝
*/

.bosyu_bnr {
/*	margin-left: 20%;*/
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.bosyu_bnr {
/*	margin-left: 0;*/
/*	margin: 0 auto;*/
		text-align: center;
}
}


/*
==========
新庁舎建設工事入札公告について
＝＝＝＝＝＝＝
*/

.koukoku_tbl thead th{
	font-weight: 700;
	width: auto;
	background-color: #dfdfdf;
}
.koukoku_tbl tbody th{
	position: relative;
	font-weight: 700;
	background-color: #fff;
	text-align: left;
	width: 11.5em;
}
.koukoku_tbl tbody td{
	width: calc(100% - 11.5em);
}
/* カウンター */
.koukoku_tbl tbody{
	counter-reset: koukoku_num;
}
.koukoku_tbl tbody tr{
	counter-increment: koukoku_num;
}

.koukoku_tbl .th_num::before{
	content: counter(koukoku_num)".";
	display: inline-block;
	padding-right: .5em;
}

.koukoku_tbl a{
	text-decoration: underline;
}
.other_files {
    margin-top: 80px;
    
}
.other_files h2 {
    font-weight: bold;
}
.other_files dl {
    margin-top: 10px;
    display: table;width: 100%;
}
.other_files dt,
.other_files dd {
    vertical-align: top;
    display: table-cell;
    padding: 10px 16px;
}
.other_files dt {
    font-weight: 700;
    width: 11.5em;
    
}
.other_files dd{
	width: calc(100% - 11.5em);
    
}
.other_files dd li {
    width: 100%;
    margin-bottom: 10px;
}
.other_files dd li a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.koukoku_tbl tbody th, .koukoku_tbl tbody td{
		width: 100%;
	}

	.koukoku_tbl tbody th{
		background-color: #f5f5f5;
		text-align: center;
	}
    .other_files,
    .other_files dt,
    .other_files dd {
        display: block;
        text-align: center;
        width: 100%;
    }
}


/*
==========
庁舎建設工事の経過 video
＝＝＝＝＝＝＝
*/

.videowrap {
	position:relative;
	width:100%;
	height:0;
	padding-top: 56.25%;
	margin-bottom: 20px;
}

.videowrap video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro select,
#mailformpro textarea {
	color: #333;
	font-size: 16px;
	width: 100% !important;
	background: #fff;
	border: solid 1px #949494;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 18px;
	box-sizing: border-box;
}
#mailformpro select {
	max-width: 300px;
	background: url("../img/cmn/arrow2_gr.svg") no-repeat right 10px center;
	background-size: 8px;
}
#mailformpro input.middle {
	max-width: 538px;
}
#mailformpro input.short {
	max-width: 300px;
}
input[type="file"] {
	display: none;
}
#mailformpro textarea {
	height: 250px !important;
	padding: 50px;
}
#mailformpro input[type=radio] {
	display: none;
}
#mailformpro .required {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background: #e60012;
	display: inline-block;
	padding: 0 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mailformpro .radio {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	position: relative;
	transform: .2s;
	cursor: pointer;
}
#mailformpro .radio::before,
#mailformpro .radio::after {
	content: "";
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: .2s;
}
#mailformpro .radio::before {
	width: 6px;
	height: 6px;
	background: #d51f00;
	opacity: 0;
	left: 3px;
	z-index: 10;
}
#mailformpro .radio::after {
	width: 12px;
	height: 12px;
	background: #fff;
	border: solid 1px #a0a0a0;
	left: 0;
}

#mailformpro input[type=radio]:checked + input + .radio:before,
#mailformpro input[type=radio]:checked + div + .radio:before,
#mailformpro input[type=radio]:checked + input + div + .radio:before,
#mailformpro input[type=radio]:checked + .radio:before {
	opacity: 1;
}
#mailformpro .form_list.is_line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#mailformpro .form_list.is_line li:not(:last-child) {
	margin: 0 10px 0 0;
}
#mailformpro .form_birth {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4px 0 0;
}
#mailformpro .form_birth select {
	max-width: 100px;
}
#mailformpro .form_birth span:not(:last-child) {
	margin: 0 10px;
}
#mailformpro .form_work > div:not(:last-child) {
	margin: 0 0 16px;
}
.form_file label {
	font-size: 14px;
	background: #fff;
	border: solid 1px #acacac;
	border-radius: 4px !important;
	display: inline-block;
	padding: 4px 10px;
	position: relative;
	cursor: pointer;
}
.form_file label::after {
	content: "選択されていません";
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: -128px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_file .filename {
	font-size: 1.2rem;
}
.form_file label.changed::after {
	content: "";
}
#mailformpro .btn_wrap {
	margin: 40px 0 0;
}
#mailformpro .btn1 {
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
	text-shadow: none;
	padding: 0;
}
#mailformpro .btn1:hover {
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
}


/* --------------------------------------------------------
	申請フォーム
-------------------------------------------------------- */
.c-form_list > div:not(:last-child) {
	margin: 0 0 40px;
}
.c-form_list > div > dt {
	font-weight: 700;
	background: #f5f5f5;
	margin: 0 0 16px;
	padding: 16px;
}
.c-form_list > div > dd {
	padding: 0 16px;
}
.c-form_input {
	max-width: 400px;
	width: 100%;
	background-color: #fff;
	border: solid 1px #949494;
	display: block;
	padding: 10px 18px;
}
.c-form_input.is_small {
	max-width: 100px;
}
.c-form_input.is_small02 {
	max-width: 50px;
}
.c-form_input.is_large {
	max-width: none;
}
.c-form_input.is_large02 {
	width: 475px;
}
.c-form_input.is_select {
	max-width: none;
	background-image: url("../img/cmn/arrow2_gr.svg") ;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	padding-right: 24px;
}
.c-form_input.is_select02 {
	background-image: url("../img/cmn/arrow2_gr.svg") ;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	padding-right: 24px;
}
.c-form_checkbox {
	display: inline-block;
	padding-left: 24px;
	position: relative;
}
.c-form_checkbox::before,
.c-form_checkbox::after {
	content: "";
	display: block;
	position: absolute;
	transition: .5s;
}
.c-form_checkbox::before {
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 0;
	top: 6px;
	left: 3px;
	transform: rotate(45deg);
	z-index: 1;
}
.c-form_checkbox::after {
	width: 12px;
	height: 12px;
	background: #fff;
	border: solid 1px #a0a0a0;
	top: 7px;
	left: 0;
}
input[type=checkbox]:checked ~ .c-form_checkbox::before {
	opacity: 1;
}
input[type=checkbox]:checked ~ .c-form_checkbox::after {
	background: #e60012;
	border-color: #e60012;
}

.c-form_input_list.is_line > div:not(:last-child) {
	margin: 0 0 24px;
}
.c-form_input_list.is_line > div > dt {
	font-weight: 700;
	margin: 0 0 8px;
}
.c-form_input_list.is_grid {
	display: -webkit-box;
	display: flex;
}
.c-form_input_list.is_grid > div:not(:nth-child(2)) {
	flex: 1 1 auto;
}
.c-form_input_list.is_grid > div:not(:last-child) {
	margin: 0 10px 0 0;
}
.c-form_input_list.is_grid dt {
	font-weight: 700;
	text-align: center;
	margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
.c-form_input_list.is_grid {
	flex-wrap: wrap;
}
.c-form_input_list.is_grid > div {
	width: 100%;
}
.c-form_input_list.is_grid > div:not(:last-child) {
	margin: 0 0 16px;
}
.c-form_input_list.is_grid > div > dt {
	text-align: left;
}
.c-form_input_list.is_grid input,
.c-form_input_list.is_grid span {
	width: 100%;
}
}

.c-form_date {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}
.c-form_date span {
	margin: 0 4px;
}
@media screen and (max-width: 768px) {
.c-form_date {
	flex-wrap: wrap;
}
}

.c-form_required {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	background: #e60012;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 10px;
	padding: 4px 8px 5px;
	position: relative;
	top: -2px;
}
.c-form_attention > li {
	padding-left: 28px;
	position: relative;
}
.c-form_attention > li:not(:last-child) {
	margin: 0 0 4px;
}
.c-form_attention > li::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/cmn/icon_attention_bk.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 3px;
	left: 0;
}
.c-form_attention.is_rd > li::before {
	background-image: url("../img/cmn/icon_attention_rd.svg");
}
.c-form_repet_add {
	border: solid 1px #949494;
	width: 24px;
	height: 24px;
	background: #fff;
	margin: 16px 0 0;
	padding: 0;
	position: relative;
}
.c-form_repet_add::before,
.c-form_repet_add::after {
	content: "";
	width: 12px;
	height: 1px;
	background: #949494;
	display: block;
	position: absolute;
	top: calc(50% - .5px);
	left: calc(50% - 6px);
}
.c-form_repet_add::after {
	transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
.c-form_repet > dl:not(:last-of-type) {
	margin: 0 0 24px;
}
}
@media screen and (max-width: 768px) {
.c-form_repet > dl:not(:last-of-type)::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #d8d8d8;
	display: block;
	margin: 40px 0 32px;
}
}
.c-form .submit_wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 40px 0 0;
}
.c-form .submit_wrap .btn1 {
	padding: 0;
}
.table01 {
	border: solid 1px #333333;
	margin-bottom: 1em;
  width: auto;
  max-width: none;
  display: table;

}
.table01 tr {
	
	border-bottom: solid 1px #333333;
}
.table01 tr th{
	border-right: solid 1px #333333;
	background-color: #f5f5f5;
}
.table01 tr th,
.table01 tr td {
	padding: 10px 10px;
	font-size: 14px;
}
.dib {
	display: inline-block;
}
input.need {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  margin-right: 4px; /* ラベルとの間隔 */
}
.table02 {
	width: auto;
  height: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.table02 td {
	padding-right: 2em;
}
.pl01 {
	padding-left: 1em;
}
.mt01 {
	margin-top: 1em;
}
.mt02 {
	margin-top: 2em;
}
.mb8 {
	margin-bottom: 8px;
}
.mg8 {
	margin: 8px;
}
.file-input-btn,
.time{
	border: solid 1px #949494;
	padding: 11px 18px;
}
.m02 {
	margin: 2em 0;
}

/* 未選択時 */
input[type="radio"] {
  accent-color: #e60012;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
	.time {
	margin-top: 1em;
}
	.table01 {
		max-width: 100%;
		width: 100%;
	}
	.table01 td {
		width: 112px;
	}
}
/*251114追加*/
.c-form_input_list.is_grid.c-gap {
	column-gap: 1em;
}

/* ▼ PC：2カラム */
.c-form_input_list.is_grid02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1em; /* c-gap と合わせて調整 */
  row-gap: 1em;
}

/* ▼ SP：1カラム */
@media screen and (max-width: 768px) {
  .c-form_input_list.is_grid02 {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.permit {
	margin-right: 2em;
}
@media screen and (max-width: 768px) {
	.permit {
	margin-bottom: 1em;
}
}
#seninBlock,
#kaininBlock{
	padding-left: 16px;
}
dialog {
	padding: 3rem;
	border: none;
	border-radius: 0.5rem;
	text-align: center;
}
button {
	padding: 0.5rem 1rem;
	border-radius: 0.4rem;
	cursor: pointer;
}
.openButton {
	background-color: #fff;
	text-decoration: underline;
	border-radius: 0px;
	position: relative;
	padding: 0 1em 0 0;
	text-align: left;
}

.popup-list {
	text-align: left;
	margin-bottom: 2em;
}
.popup-list dt {
	font-weight: bold;
}
.popup-list dd {
	margin-bottom: 1em;
}
.popup-list img {
	width: 42%;
}
.red {
	color: #e60012;
}
.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle; /* 文字と中央揃え */
}

.icon img {
  width: 100%;
  height: 100%;
  display: block;
  position: static; /* 絶対配置不要 */
}

@media screen and (max-width: 768px) {
	.popup-list img {
	width: 100%;
}
}
.popup-list02 tr th,
.popup-list02 tr td {
	border: solid 1px #333;
	padding: 10px;
}
.popup-list02 tr th {
	background-color: #f5f5f5;
}
.bg_blue {
	background-color: #cad8ef;
}
.w60 {
	width: 60px;
}