@charset "utf-8";

/* ------------------------------
 見出し・テキスト
------------------------------ */
/* H1 */
.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 240px;
	margin-bottom: 80px;
	background: url(../images/heading_img.jpg) no-repeat center / cover;
}
.heading h1 {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3.5rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
/* H2 */
.contentsHome h2 {
	margin-bottom: 50px;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3.4rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	border-bottom: none;
    padding-bottom: 0;
}
.contentsHome h2::after {
	content: "";
	position: static;
	display: block;
	width: 45px;
	height: 5px;
	background-color: #0F61BF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: solid 3px #B7D0EC;
	padding-bottom: 10px;
}
h2:not(:first-child) {
	margin-top: 60px;
}
h3 + h2:not(:first-child) {
	margin-top: 20px;
}
h2::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	background-color: #0F61BF;
	left: 0;
	bottom: -3px;
}
/* 黄色背景ボックスの中のh2 */
.bgrBox h2 {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
}
.bgrBox h2::after {
	content: none;
}
/* H3 */
.contentsHome h3 {
	margin-bottom: 25px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
h3 {
	margin-bottom: 15px;
	padding-left: 8px;
	border-left: 5px solid #0F61BF;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
}
h3:not(:first-child) {
	margin-top: 40px;
}
h3#plafter:not(:first-child) {
	margin-top: 60px;
}
h2 + h3:not(:first-child),
h4 + h3:not(:first-child) {
	margin-top: 0 !important;
}
/* H4 */
h4 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}
h4:not(:first-child) {
	margin-top: 40px;
}
/* H5 */
h5  {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
/* H6 */
h6  {
	font-size: 1.5rem;
	font-weight: bold;
}
.contents p:not(:last-child) {
	margin-bottom: 20px;
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* H1 */
	.heading {
		min-height: 180px;
		background: url(../images/heading_img_sp.jpg) no-repeat center / cover;
		padding: 0 5%;
		margin-bottom: 50px;
	}
	.heading h1 {
		font-size: 2.6rem;
		line-height: 1.3;
	}
	/* H2 */
	.contentsHome h2 {
		font-size: 2.5rem;
		margin-bottom: 35px;
	}
	.contentsHome h2::after {
		margin-top: 15px;
	}
	h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	h2:not(:first-child) {
		margin-top: 40px;
	}
	/* 黄色背景ボックスの中のh2 */
	.bgrBox h2 {
		font-size: 2.2rem;
	}
	/* H3 */
	h3 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	h3:not(:first-child) {
		margin-top: 20px;
	}
	/* H4 */
	h4 {
		font-size: 1.7rem;
	}
	h4:not(:first-child) {
		margin-top: 20px;
	}
	.contents p:not(:last-child) {
		margin-bottom: 10px;
	}
}
/* ------------------------------
 パンくず（PC）
------------------------------ */
#tmp_pankuzu {
	background-color: #E5F6FF;
	font-size: 1.3rem;
	padding: 10px 0;
}
/* ------------------------------
 パンくず（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#tmp_pankuzu {
		padding: 8px 5%;
	}
}
/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w1-2 {
		width: 48.685%;
	}
	.w546 {
		width: 538px;
	}
	/* 1/3 */
	.w1-3 {
		width: 31.579%;
		float: right;
		margin-bottom: 40px;
	}
	.w1-3 + *:not(.w2-3) {
		clear: both;
	}
	.fukidashiBox .w1-3 {
		width: 30.498%;
		float: none;
		margin-bottom: 0;
	}
	.w350 {
		width: 350px;
	}
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.924%;
	}
	.w350.fl + .w350.fl {
		margin-left: 45px;
	}
	/* 2/3 */
	.w2-3 {
		width: 65.789%;
		float: left;
		margin-bottom: 40px;
	}
	.w2-3 + *:not(.w1-3) {
		clear: both;
	}
	.w745 {
		width: 745px;
	}
	/* 1/4 */
	.w1-4 {
		width: 22.632%;
	}
	.w258 {
		width: 258px;
	}
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.158%;
	}
	.w258.fl + .w258.fl {
		margin-left: 36px;
	}
	/* 3/4 */
	.w3-4 {
		width: 74.211%;
	}
	.w846 {
		width: 846px;
	}
	/* その他 */
	.w250 {
		width: 250px;
	}
	.w277 {
		width: 277px;
	}
	.w600 {
		width: 600px;
	}
	.w760 {
		width: 760px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w1-4,
	.w258 {
		width: 47.895%;
	}
	.w1-4.fl,
	.w258.fl {
		float: left;
	}
	.w1-4.sp_fr,
	.w258.sp_fr {
		float: right;
	}
}
/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 角丸黄色背景 */
.bgrBox {
	padding: 50px 60px 55px;
	border-radius: 20px;
	background-color: #E5F6FF;
}
/* 横並び */
.flexBox {
	display: flex;
	flex-wrap: wrap;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び 縦下揃え */
.flexBox.ai-fe {
	align-items: flex-end;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-flow: row wrap;
}
/* 表示順 */
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
@media print, screen and (min-width: 768px) {
	.flexBox {
		gap: 30px 0;
	}
	ul.flexBox {
		gap: 10px 0 !important;
	}
	/* 横並び2列 */
	.flexBox.div2 {
		flex-flow: row wrap;
		gap: 25px 4.21%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-flow: row wrap;
		gap: 25px 3.924%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 25px 3.158%;
	}
	.flexBox.div4 > * {
		width: 22.632%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 角丸黄色背景 */
	.bgrBox {
		padding: 25px 30px 20px;
		border-radius: 15px;
	}
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		gap: 15px 0;
	}
	.flexBox > *,
	.flexBox.div2 > *,
	.flexBox.div3 > * {
		width: 100%;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 25px 5.5%;
	}
	.flexBox.div4 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 テーブル
------------------------------ */
/* デフォルト */
table.datatable {
	width: 100%;
	border-collapse: collapse;
	outline: dotted 1px #939391;
}
table.datatable th {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 17px;
	text-align: left;
	vertical-align: middle;
	background-color: #E5F6FF;
}
table.datatable th:not(:last-child) {
	border-right: dotted 1px #939391;
}
table.datatable tr:first-child th {
	border-bottom: dotted 1px #939391;
}
table.datatable tr:not(:first-child, .scroller tr:nth-child(2)) th:not(.scroller tr:first-child th) {
	border-top: dotted 1px #939391;
}
table.datatable td {
	padding: 17px;
}
table.datatable tr:not(:last-child) td {
	border-bottom: dotted 1px #939391;
}
table.datatable td:not(:last-child) {
	border-right: dotted 1px #939391;
}
/* 角丸テーブル */
table.datatable {
	border-radius: 20px;
	overflow: hidden;
}
/* スクロール */
.scroller {
	overflow-y: hidden !important;
}
.scroller table.datatable tr th {
	width: 20%;
}
.scroller table.datatable tr:first-child th {
	text-align: center;
	background-color: #B5E6FF;
	border-top: dotted 1px #939391;
	border-bottom: dotted 1px #939391;
}
.scroller table.datatable th:first-child,
.scroller table.datatable td:first-child {
	border-left: dotted 1px #939391;
}
.scroller table.datatable th:last-child,
.scroller table.datatable td:last-child {
	border-right: dotted 1px #939391;
}
.scroller table.datatable tr:last-child th:not(tr:first-child th),
.scroller table.datatable tr:last-child td {
	border-bottom: dotted 1px #939391;
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	table.datatable th {
		font-size: 1.6rem;
		padding: 10px;
	}
	table.datatable td {
		padding: 10px;
	}
	/* レスポンシブ */
	.res table.datatable th,
	.res table.datatable td {
		display: block;
		width: 100%;
	}
	.res table.datatable th {
		border-bottom: dotted 1px #939391;
		border-right: none;
	}
	.res table.datatable tr:not(:last-child) td {
		border-bottom: none;
	}
	/* スクロール */
	.scroller table.datatable {
		width: 1140px !important;
	}
}
/* ------------------------------
 リスト
------------------------------ */
/* ノーマルリスト●付き */
.contentsHome ul > li,
.contents ul > li  {
	position: relative;
	padding-left: 1.2em;
}
.contentsHome ul > li:only-child,
.contents ul > li:only-child {
	margin-bottom: 5px;
}
.contentsHome ul > li::before,
.contents ul > li::before {
	content: "●";
    position: absolute;
    left: 0;
    font-size: 1.6rem;
}
.contentsHome ul > li > ul > li,
.contents ul > li > ul > li {
	padding-left: 0;
}
.contentsHome ul > li > ul > li::before,
.contents ul > li > ul > li::before {
	content: none;
}
/* 数字 */
.contentsHome ol > li,
.contents ol > li {
	counter-increment: count 1;
	position: relative;
	padding-left: 30px;
}
.contentsHome ol > li:before,
.contents ol > li:before {
	content: counter(count)".";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	text-align: center;
}
/* ------------------------------
 ボタン
------------------------------ */
.btn a,
button.btn {
	display: inline-block;
	position: relative;
	min-width: 300px;
	padding: 19px 55px 20px 30px;
	border-radius: 60px;
	background-color: #0F61BF;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	word-break: break-all;
	text-align: left;
	text-decoration: none;
}
.btn a::after,
button.btn::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/icon_arrow.png) no-repeat 0 0 / cover;
}
button.btn {
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* ボタン小 */
.btn.btnSmall a,
button.btn.btnSmall {
	width: 260px;
	padding: 18px 40px 19px;
	font-size: 1.6rem;
}
/* ボタン大 */
.btn.btnBig a {
	width: 100%;
	min-width: unset;
	padding: 34px 30px 35px;
	border-radius: 20px;
	font-size: 2.2rem;
	text-align: center;
}
.btn.btnBig a::after {
	right: 20px;
}
/* リストアイコンボタン */
.btn.btnList a::after,
button.btn.btnList::after {
	background: url(../images/icon_list.png) no-repeat 0 0 / cover;
}
/* ul li btn */
.contents ul > li.btn {
	padding-left: 0;
}
.contents ul > li.btn::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.btn a:hover,
	button.btn:hover {
		opacity: .7;
	}
	/* ul li btn */
	.contents ul > li.btn:nth-last-child(2) {
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.btn a,
	button.btn {
		min-width: 96.969%;
	}
	/* ボタン小 */
	.btn.btnSmall a,
	button.btn.btnSmall {
		width: 78.787%;
	}
	/* ボタン大 */
	.btn.btnBig a {
		padding: 24px 55px 25px 30px;
		font-size: 1.8rem;
	}
	.btn.btnBig a::after {
		width: 30px;
		height: 30px;
	}
	/* ul li btn */
	.contents ul > li.btn +.btn {
		margin-top: 15px;
	}
}
/* ------------------------------
 アイコン
------------------------------ */
/* 外部リンク */
.contentsHome a[target="_blank"]::after,
.contents a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 3px;
	background: url(../images/icon_blank.png) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.icon_blank::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin: 0 0 2px 5px;
	background: url(../images/icon_blank.png) no-repeat center / cover;
	vertical-align: middle;
}
/* ファイル */
.contents a[href$=".pdf"],
.contents a[href$=".doc"],
.contents a[href$=".docx"],
.contents a[href$=".ppt"],
.contents a[href$=".pptx"],
.contents a[href$=".xls"],
.contents a[href$=".xlsx"],
.contents a.file,
.contents .file a {
	display: block;
	position: relative;
	margin-bottom: .875em;
	padding-left: 1.5em;
}
.contents a[href$=".pdf"]::before,
.contents a[href$=".doc"]::before,
.contents a[href$=".docx"]::before,
.contents a[href$=".ppt"]::before,
.contents a[href$=".pptx"]::before,
.contents a[href$=".ppt"]::before,
.contents a[href$=".pptx"]::before,
.contents a.file::before,
.contents .file a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 15px;
	height: 17px;
}
/* PDF */
.contents a[href$=".pdf"]::before {
	background: url(../images/icon_pdf.png) no-repeat 0 0 / cover;
}
/* Word */
.contents a[href$=".doc"]::before,
.contents a[href$=".docx"]::before {
	background: url(../images/icon_doc.png) no-repeat 0 0 / cover;
}
/* PPT */
.contents a[href$=".ppt"]::before,
.contents a[href$=".pptx"]::before {
	background: url(../images/icon_ppt.png) no-repeat 0 0 / cover;
}
/* Excel */
.contents a[href$=".xls"]::before,
.contents a[href$=".xlsx"]::before {
	background: url(../images/icon_xls.png) no-repeat 0 0 / cover;
}
/* ファイル */
.contents a.file::before,
.contents .file a::before {
	background: url(../images/icon_file.png) no-repeat 0 0 / cover;
}
/* アンカーリンク */
.contents h2 a[id] {
	display: inline-block;
	color: #000;
	text-decoration: none;
	width: 0;
	opacity: 0;
	visibility: hidden;
}
/* ------------------------------
 スライド（PC）
------------------------------ */
/* 画像 */
.slide-contents .swiper-slide img {
	width: 100%;
}
/* pagination */
.sliderBlock .slide-control {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	position: absolute;
	z-index: 1;
}
.sliderBlock .swiper-horizontal .swiper-pagination {
	display: inline-block;
	position: static;
	width: auto;
	margin-right: 15px;
}
.sliderBlock .swiper-horizontal .swiper-pagination button {
	background-color: transparent;
	vertical-align: middle;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot {
	width: 24px;
	height: 24px;
	padding: 7px;
	cursor: pointer;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot > span {
	display: inline-block;
	width: 100%;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	font-size: 0;
	line-height: 2px;
	vertical-align: top;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot.slide-dot-active > span {
	background: #0F61BF;
}
/* stop start */
.slide-stop-start {
	display: inline-block;
	overflow: hidden;
	width: 82px;
	height: 24px;
}
.stop,
.start,
.slide-stop,
.slide-start {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0 10px 0 22px;
	width: 82px;
	height: 24px;
	border-radius: 24px;
	background-color: #0F61BF;
	cursor: pointer;
}
.stop::before,
.slide-stop::before,
.start::before,
.slide-start::before  {
	content: "";
	display: inline-block;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 6px;
	height: 10px;
	margin: auto;
}
.stop::before,
.slide-stop::before {
	background: url(../images/icon_slide_stop.png) no-repeat 0 0 / cover;
}
.start::before,
.slide-start::before {
	background: url(../images/icon_slide_start.png) no-repeat 0 0 / cover;
}
.pc.sliderBlock .inBlock {
	position: absolute;
	top: 3px;
	left: 50%;
	z-index: 1;
	margin-left: -570px;
}
/* ------------------------------
 スライド（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .sp.sliderBlock .inBlock {
		position: absolute;
		top: -4px;
		left: 0;
		z-index: 1;
		margin: 0;
	}
}

/* ------------------------------
 画像（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome a img,
	.contents a img {
		width: 100%;
	}
}
/* ------------------------------
 リンク一覧（PC）
------------------------------ */
.linkList p + p {
	margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
	.linkList {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.linkList.w780 {
		width: 780px;
	}
}
/* ------------------------------
 下層コンテンツ
------------------------------ */
/* 角丸 */
.corner-r img,
img.corner-r {
	border-radius: 25px;
}
/* google map */
.mapBox {
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
    width: 100%;
	height: 100%;
	aspect-ratio: 2 / 1;
}
.mapBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* ------------------------------
 下層コンテンツ(SP)
------------------------------ */
@media screen and (max-width: 767px) {
	/* 角丸 */
	.corner-r img,
	img.corner-r {
		border-radius: 15px;
	}
	/* google map */
	.mapBox {
		border-radius: 15px;
		margin-bottom: 15px;
	}
}
/* ------------------------------
 防災ノート
------------------------------ */
/* フキダシ */
.fukidashiBox p {
	position: relative;
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #E5F6FF;
	border-radius: 25px;
	padding: 7px;
	margin-top: 45px;
}
.fukidashiBox p::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 20px;
	background-color: #E5F6FF;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
}
/* 画像からPDFのリンクはアイコン付けない */
.contents .pdfImg a[href$=".pdf"],
.contents .pdfImg a[href$=".pdf"] {
	margin-bottom: 0;
	padding-left: 0;
}
.contentsHome .pdfImg a[target="_blank"]::after,
.contents .pdfImg a[target="_blank"]::after,
.contents .pdfImg a[href$=".pdf"]::before {
	content: none;
}
/* ------------------------------
 防災ノート（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.fukidashiBox p {
		margin-top: 25px;
	}
	/* w1-3等の下マージン */
	.contents .w1-2:not(:last-child),
	.contents .w1-3:not(:last-child),
	.contents .w2-3:not(:last-child),
	.contents .w1-4:not(:last-child),
	.contents .w3-4:not(:last-child) {
		margin-bottom: 20px;
	}
}

/* ------------------------------
 スタイル定義
------------------------------ */
.strike {
	text-decoration: line-through;
}
.text_highlight {
  	background: #ffee00;
}
.text_thin {
  	opacity: 0.5;
}
.txt_red {
  	color: #b31400;
  	background-color: transparent;
}
.space_lft1 {
  	padding-left: 1em;
}
.text_l {
  	font-size: 150%;
}
.text_s {
  	font-size: 75%;
}
.text_bold {
  	font-weight: bold;
}
.float_rgt {
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	clear: both;
	float: right;
}
.float_lft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	clear: both;
	float: left;
}
.clear {
	clear: both;
}
/* datatable */
table.datatable caption {
	padding: 0 0 0.5em;
	font-weight: bold;
	text-align: left;
}
table.datatable p {
	margin: 0 !important;
}
table.datatable ul,
table.datatable ul > li,
table.datatable ol,
table.datatable ol > li {
	margin: 0 !important;
}
/* noicon */
ul.noicon li {
	padding-left: 0;
}
ul.noicon li::before {
	content: none;
}
/* alert */
.alert {
	padding: 20px;
	border-radius: 5px;
	line-height: 1.7;
	margin: 15px auto;
	background: #fff;
}
.alert_blue {
	border: solid 2px #0072bc;
}
.alert_red {
	border: solid 2px #bc0133;
}
.alert_green {
	border: solid 2px #008354;
}
.alert_orange {
	border: solid 2px #ff6200;
}
/* badge */
.badge:after {
	content: "バッヂテキスト";
	display: inline-block;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	width: auto;
	height: 20px;
	border-radius: 20px;
	font-size: 80%;
	margin: auto 10px;
}
.badge_blue:after {
	content: "注目";
	background: #0072bc;
}
.badge_red:after {
	content: "新規";
	background: #bc0133;
}
.badge_green:after {
	content: "更新";
	background: #008354;
}
/* list_group */
.list_group {
	margin: 20px 0;
	border: solid 1px #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.list_group li {
	margin: 0;
	list-style: none;
	padding: 0;
}
.list_group li:not(:last-child) {
	border-bottom: solid 1px #ccc;
}
.list_group a {
	display: block;
	padding: 10px 20px;
}
.list_group li:hover {
	background: #f7f7ff;
}
/* ------------------------------
 共通パーツ
------------------------------ */
/* col2 */
table.col2 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
table.col2 td.col2L {
  width: 50%;
  border-right-width: 15px;
}
table.col2 td.col2L {
  border-right: 15px solid transparent;
}
table.col2 td.col2R {
  width: 50%;
}
div.col2 {
  width: 100%;
  overflow: hidden;
}
div.col2 div.col2L {
  display: table;
  width: calc(100% / 2 - 10px);
  float: left;
}
div.col2 div.col2R {
  display: table;
  width: calc(100% / 2 - 10px);
  float: right;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
  padding: 0;
}
div.col2 div.col2 div.col2L {
  width: 47.5%;
  margin-right: 4%;
}
div.col2 div.col2 div.col2R {
  width: 47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
  width: 100%;
}
div.fixed_col2 div.fixed_col2L {
  display: table;
  width: 49%;
  margin-right: 2%;
  float: left;
}
div.fixed_col2 div.fixed_col2R {
  display: table;
  width: 49%;
  float: right;
}
/* col3 */
table.col3 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
  width: 33.33%;
  border-right-width: 15px;
}
table.col3 td.col3L,
table.col3 td.col3M {
  border-right: 15px solid transparent;
}
table.col3 td.col3R {
  width: 33.33%;
}
div.col3 {
  width: 100%;
  overflow: hidden;
}
div.col3 div.col3L,
div.col3 div.col3M {
  display: table;
  width: 32%;
  margin-right: 2%;
  float: left;
}
div.col3 div.col3R {
  display: table;
  width: 32%;
  float: left;
}
table.col2,
table.col3,
div.col2,
div.col3 {
	margin-bottom: 20px;
}
/* img_cap */
table.img_cap {
  margin: 0 0 0.3em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.img_cap td {
  padding: 0;
}
div.img_cap {
  margin: 0 0 0.3em;
}
div.img_cap img {
  margin: 0 !important;
}
/* layouttable */
table.layouttable {
  border-collapse: collapse;
  border-spacing: 0;
}
table.layouttable td {
  padding: 0 15px 0 0;
  vertical-align: top;
  text-align: left;
}
/* ------------------------------
 スタイル定義・共有パーツ（SP）
------------------------------ */
@media screen and (max-width: 480px) {
	.float_lft,
	.float_rgt {
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	/* col3 */
	div.col2 div.col2L,
	div.col3 div.col3L,
	div.col3 div.col3M {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	div.col2 div.col2R,
	div.col3 div.col3R {
		width: 100%;
		float: none;
	}
	div.col2 div.col2L,
	div.col2 div.col2R {
		clear: both;
	}
	div.col2 div.col2 div.col2L,
	div.col2 div.col2 div.col2R {
		width: 100%;
		clear: both;
	}
	div.fixed_col2 div.fixed_col2L,
	div.fixed_col2 div.fixed_col2R {
		width: 100%;
		clear: both;
	}
	div.col3 div.col3L,
	div.col3 div.col3M,
	div.col3 div.col3R {
		width: 100%;
		clear: both;
	}
	#tmp_contents div.col3 ul,
	#tmp_contents div.col2 ul {
		margin-bottom: 0;
	}
}