@charset "utf-8";

.soshiki_base {
	max-width: 600px;
	margin: 0 auto 80px;	
}
.kaisoku_base {
	margin: 0 auto 80px;	
}


.kaisoku_base table {
	width: auto;
	border: none!important;	
}
.kaisoku_base table th,
.kaisoku_base table td {
	width: auto;
	height: auto;
	padding: 0;
	text-align: left;
	line-height: 1.6;
	vertical-align: top;
}


.soshiki_base table {
	width: auto;
	border-top: 1px solid #CCC;
}
.soshiki_base table th,
.soshiki_base table td {
	width: auto;
	height: auto;
	padding: 10px 5px;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
}
.link_btn {
	margin-bottom: 60px;
}


/*  県人会 */
.kenjinkai_lead {
	margin-bottom: 60px;	
}
.kenjinkai_lead ul {
	margin-left: 2em;
}
.kenjinkai_lead li {
	position: relative;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 15px;
}
.kenjinkai_lead li span {
	position: absolute;
	top: 0;
	left: -1.3em;
}
.tab {
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
	overflow: auto;
}
.tab ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
@media(min-width: 768px) {
.tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
 }
}

.tab li {
	list-style: none;
	text-align: center;
	padding: 0 5px;
	margin: 0 2px 10px;
	min-width: 13%;
	height: 60px;
	background: #FFF;
	border: 2px solid #0B7DD1;
	color: #0B7DD1;
	border-radius: 6px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.tab li.active {
	background: #0B7DD1;
	color: #FFF;
}
.tab li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #0B7DD1 transparent transparent transparent;
	position: absolute;
	bottom: -13px;
}

.panel_contents {
	display: none;
	background: #FFF;
	min-height: 500px;
}


.kenjinkai_tbl table {
	width: 100%!important;
	height: auto!important;	
}

.kenjinkai_tbl table,
.kenjinkai_tbl td {
	border: 1px solid #CCC;
	height: auto!important;	
}

.kenjinkai_tbl td {
	width: auto!important;
	padding: 8px;
	line-height: 1.8;
}
.kenjinkai_tbl  tr:nth-child(1) td,
.kenjinkai_tbl  tr:nth-child(2) td {
	background: #EDEDED;
	text-align: center;
	white-space: nowrap;
	font-size: 85%;
}
@media(min-width: 768px) {
.swipe_icon {
	display: none;	
}
}


@media(max-width: 767px) {
.soshiki_base table th,
.soshiki_base table td {
	padding: 10px;
}
.soshiki_base {
	width: 100%;
	overflow: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;	
}
.ovf_half {
}

/*
.tab {
	margin-bottom: 10px;
}
.tab li {
	width: 130px;
	min-width: 130px;
	height: 50px;
	font-size: 13px;
}
*/


.tab {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.tab ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	
}
.tab li {
	min-width: 100px;
	height: 34px;
	font-size: 13px;
	margin: 0 1px 10px;
}

.tab li a {
	height: 36px;
	line-height: 36px;
}
.tab li.active:after {
	bottom: -10px;	
}


.kenjinkai_tbl td {
	font-size: 14px;
	padding: 3px;
}

.kenjinkai_tbl {
	width: 100%;
	overflow: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;	
}
.kenjinkai_tbl table {
	width: auto!important;	
}

.kenjinkai_tbl .ovf_full {
	width: 180vw;	
}

.panel_contents_base {
	position: relative;	
}
.panel_contents_base .swipe_icon {
	position: absolute;
	top: 200px;
	left: calc(50vw - 30px);
	width: 60px;
	opacity: 0.8;
	animation: swipeIcon 3s infinite;
}

.swipe_icon img {
	width: 100%;
	height: auto;	
}

@keyframes swipeIcon {
0% {
	transform: translateX(-60px);
}
50% {
	transform: translateX(60px);
}
100% {
	transform: translateX(-60px);
}
}

}


@media(max-width: 320px) {
.kenjinkai_tbl .ovf_full,
.kenjinkai_tbl .ovf_full p {
	font-size: 13px!important;	
}
.soshiki_base table th,
.soshiki_base table td {
	padding: 6px;
	font-size: 13px!important;
}

.tab li {
	min-width: 80px;
	font-size: 12px;
	margin: 0 1px 10px;
}
}