@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Kosugi Maru', sans-serif;
	/*font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Sawarabi Mincho', serif;*/
	line-height: 1.7;
	color: #3B3737;
}
ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
li {
	padding:0;
	margin:0;
}
.ef-fade01 {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .8s, transform .8s;
}
.fade01 {
	opacity: 3.0;
	transform: translateY(0);
  	transition-delay: .5s;
}

.content {
	width:100%;
	color:#333;
}
.listhead_TTL {
	display: block;
	border-top: solid 2px #C48108;
	padding: 8px 0px;
	text-align: center;
	font-size: 120%;
	background: #E3E3E3;
}



.c_brown {
	color: #A10709;
}


.txtn_70 {
	font-size: 70%;
}
.txtn_80 {
	font-size: 80%;
}
.txtn_90 {
	font-size: 90%;
}
.txtn_110 {
	font-size: 110%;
}
.txtn_120 {
	font-size: 120%;
}
.txtn_130 {
	font-size: 130%;
}
.txtn_140 {
	font-size: 140%;
}
.txtn_150 {
	font-size: 150%;
}
.txtn_160 {
	font-size: 160%;
}

.txtn_wb {
	font-weight: 600;
}

.pc_headh1 {
	font-weight: normal;
	font-size: 80%;
	display: block;
	max-width: 980px;
	padding: 5px 10px;
	margin: auto;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}

#pageTop {
  position: fixed;
  font-size: 300%;
  bottom: 80px;
  right: 20px;
}

#pageTop a {
	color: #4C4C4C;
	opacity: 0.8;
}


a {
	text-decoration: none;
	outline: none;
}

.b_RF {
	display: block;
	text-align: right;
	padding-right: 10px;
}
.b_LF {
	display: block;
	text-align: left;
	padding: 0px 10px;
}
.b_ce {
	display: block;
	text-align: center;
}
.mj_to20 {
	margin-top: 20px;
}
.mj_to10 {
	margin-top: 10px;
}
.mj_bo20 {
	margin-bottom: 20px;
}
.mj_lf20 {
	margin-left: 20px;
}
.mj_rf20 {
	margin-right: 20px;
}
.mj_all20 {
	margin: 20px;
}

.sec_bgcolor_gray {
	background: #E9E9E9;
	padding: 30px 0px;
}

.main_TTLbox {
	display: block;
	max-width: 1000px;
	margin: auto;
	padding: 30px 10px;
	font-weight: 700;
	color: #FF7100;
}
.main_box {
	display: block;
	background: #fff;
	padding: 20px;
	margin: 0px auto;
	max-width: 980px;
}
.main_box img {
	max-width: 100%;
}
.pad30 {
	padding: 30px 0px;
}

/* sp*/

@media screen and (max-width: 767px) {
	.main_contents {
		display: block;
		padding: 10px;
	}
	.sp_onlybox {
		display: block;
	}
	.pc_onlybox {
		display: none;
	}
	.spbr {
		display: block;
	}
	.pcbr {
		display: none;
	}
	.copyright {
		display: block;
		background: #000000;
		color: #fff;
		padding: 5px;
		font-size:80%;
		text-align: center;
		border-bottom: solid 1px #FFFFFF;
		margin-bottom: 60px;
	}
	.news_topbox {
		display: block;
		padding: 15px;
	}
}
.main_contents img {
	max-width: 100%;
}
/* pc */

@media screen and (min-width: 768px) {
	.main_contents {
		display: block;
		max-width: 1000px;
		margin: 20px auto;
	}
	.sp_onlybox {
		display: none;
	}
	.pc_onlybox {
		display: block;
	}
	.spbr {
		display: none;
	}
	.pcbr {
		display: block;
	}
	.copyright {
		display: block;
		background: #000000;
		color: #fff;
		padding: 5px;
		text-align: center;
	}
	.news_topbox {
		display: block;
		padding: 20px 0px 30px 19px;
	}
}


.toppositionimg {
	position: relative;
}
.toppositionimg p {
	text-align: center;
	font-size: 150%;
	line-height: 150%;
	position: absolute;
	color: #ffffff;
	text-shadow: 1px 2px 3px #3B3B3B; 
	top: 150px;
	right: 10px;
	left : 10px;
	height: 200px;
}
.toppositionimg a {
	text-decoration: none;
	color: #ffffff;
}
.fittop_img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* sp*/

@media screen and (max-width: 767px) {
    .listfreebox { 
        display: block;
        margin-top: 10px;
    }
    .listfreebox ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 20px;
    }
    .listfreebox ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 100%;
    }
	.news_TTLsubject {
	   display: block;
	}
	.news_TTLdate {
	   	display: block;
	}
}

/* pc */

@media screen and (min-width: 768px) {
    .listfreebox { 
        display: block;
        margin: 10px auto;
		max-width: 1000px;
    }
    .listfreebox ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 10px;
    }
    .listfreebox ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
    }
	.news_TTLsubject {
	   text-align: left;
	}
	.news_TTLdate {
	   	text-align: left;
	}
}

.news_TTL {
   border-top: solid 2px #FF7100;
   border-bottom: solid 2px #FF7100;
   padding: 5px 10px;
   margin: 20px;
}
.news_TTLEnd {
   padding: 5px 10px;
   margin: 20px;
}
.news_TTLList {
   text-align: right;
}
.news_TTLList a {
	display: inline-block;
	background: #E72D43;
	color: #fff;
	font-size: 80%;
	padding: 3px 10px;
	border-radius: 3px;
}
.news_subTTL {
   border-bottom: dotted 1px #6D6D6D;
   padding: 5px 10px;
   margin: 10px 20px;
}


/* sp*/

@media screen and (max-width: 767px) {
    .list2box { 
        display: block;
        margin-top: 10px;
    }
    .list2box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 20px;
    }
    .list2box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 100%;
    }
    .list2box ul li img {
        max-width: 100%;
    }
}

/* pc */

@media screen and (min-width: 768px) {
    .list2box { 
        display: block;
        margin: 10px auto;
		max-width: 1000px;
    }
    .list2box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 10px;
    }
    .list2box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 50%;
    }
	.list2box ul li img {
        max-width: 100%;
    }
}

/* sp*/

@media screen and (max-width: 767px) {
    .list3box { 
        display: block;
        margin-top: 10px;
    }
    .list3box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 20px;
    }
    .list3box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 100%;
    }
    .list3box ul li img {
        max-width: 100%;
    }
}

/* pc */

@media screen and (min-width: 768px) {
    .list3box { 
        display: block;
        margin: 10px auto;
		max-width: 1000px;
    }
    .list3box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:left;
        margin-bottom: 10px;
    }
    .list3box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 33.333333%;
    }
	.list3box ul li img {
        max-width: 100%;
    }
}

/* sp*/

@media screen and (max-width: 767px) {
    .list4box { 
        display: block;
        margin-top: 10px;
    }
    .list4box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 20px;
    }
    .list4box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 50%;
    }
    .list4box ul li img {
        max-width: 100%;
    }
}

/* pc */

@media screen and (min-width: 768px) {
    .list4box { 
        display: block;
        margin: 10px auto;
		max-width: 1000px;
    }
    .list4box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 10px;
    }
    .list4box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 25%;
    }
	.list4box ul li img {
        max-width: 100%;
    }
}


.inquiry_bt {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px auto;
	background: #000000;
	color: #fff;
	border-radius: 5px;
}

.inquiry_bt_s {
	display: inline-block;
	font-size: 80%;
	padding: 5px 10px;
	margin: 10px;
	background: #768185;
	color: #fff;
	border-radius: 5px;
}

.inquiry_top {
    padding: 50px 0px;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}

.top_sectionbg {
	padding: 20px 0px 150px 0px;
	background-image: url(/img/top_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bottom_sectionbg {
	padding: 20px 0px 150px 0px;
	background-image: url(/img/bottom_bgnew.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.mapbox {
  position: relative;
  width: 100%;
  min-height: 240px;
  padding-top: 56.25%;
}
.mapbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* sp*/

@media screen and (max-width: 767px) {
	.com_LF70 {
		flex-basis: 100%;
	}
	.com_RF30 {
		flex-basis: 100%;
	}
	.listy_ce {
		text-align: center;
		flex-basis: 50%;
	}
	.listy_end {
		flex-basis: 100%;
		padding-top: 30px;
	}
	.sitemap_txtL a {
		display: block;
		border-bottom:#828181 1px dotted;
		color:#690406;
		font-size: 130%;
		text-align: center;
		margin-bottom: 10px;
	}
	.sitemap_txtn a {
		display: block;
		border: #784D4E 1px solid;
		border-radius: 5px;
		color:#301D1D;
		margin: 0px 10px 10px 10px;
		padding: 3px 10px;;
		text-align: center;
	}
	.flex-item3 img {
		max-width: 100%;
	}
}

/* pc */

@media screen and (min-width: 768px) {
	.com_LF70 {
		flex-basis: 70%;
	}
	.com_RF30 {
		flex-basis: 30%;
	}
	.listy_ce {
		text-align: left;
		flex-basis: 33.33333%;
	}
	.listy_end {
		flex-basis: 33.33333%;
	}
	.sitemap_txtL a {
		color:#690406;
		font-size: 130%;
		display: block;
		padding-left: 20px;
		line-height: 30px;
	}
	.sitemap_txtL a:hover {
		text-decoration: underline;
	}
	.sitemap_txtn a {
		color:#301D1D;
		padding-left: 30px;
		line-height: 30px;
		display: block;
	}
	.sitemap_txtn a:hover {
		text-decoration: underline;
	}
	
	.flex-item1 {
		flex-basis: 10%;
	}
	.flex-item2 {
		flex-basis: 20%;
	}
	.flex-item3 {
		flex-basis: 30%;
	}
	.flex-item3 img {
		max-width: 90%;
	}
	.flex-item35 {
		flex-basis: 35%;
	}
	.flex-item4 {
		flex-basis: 40%;
	}
	.flex-item5 {
		flex-basis: 50%;
	}
	.flex-item6 {
		flex-basis: 60%;
	}
	.flex-item65 {
		flex-basis: 65%;
	}
	.flex-item7 {
		flex-basis: 70%;
	}
	.flex-item8 {
		flex-basis: 80%;
	}
	.flex-item9 {
		flex-basis: 90%;
	}
	.flex-item10 {
		flex-basis: 100%;
	}
}



.pankuzu_box {
	display: block;
	padding: 10px 5px 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 1000px;
	margin: 10px auto;
}

/* sp */

@media screen and (max-width: 800px) {
    .page_box {
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        font-size: 120%;
        letter-spacing: 0.1em;
    }
    .page_box span {
        border: solid 1px #2D2525;
        background-color: #2D2525;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 10px;
        display: inline-block;
        margin: 0px 10px;
    }
    .page_box a {
        border: solid 1px #2D2525;
        text-decoration: none;
        padding: 10px 10px;
        display: inline-block;
        margin: 0px 10px;
    }
}

/* tb */

@media screen and (min-width: 800px) {
    .page_box {
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        font-size: 200%;
        letter-spacing: 0.1em;
    }
    .page_box span {
        border: solid 1px #2D2525;
        background-color: #2D2525;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 20px;
        display: inline-block;
        margin: 0px 10px;
    }
    .page_box a {
        border: solid 1px #2D2525;
        text-decoration: none;
        padding: 10px 20px;
        display: inline-block;
        margin: 0px 10px;
    }
}

/* pc */

@media screen and (min-width: 1020px) {
    .page_box {
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        font-size: 200%;
        letter-spacing: 0.1em;
    }
    .page_box span {
        border: solid 1px #2D2525;
        background-color: #2D2525;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 20px;
        display: inline-block;
        margin: 0px 10px;
    }
    .page_box a {
        border: solid 1px #2D2525;
        text-decoration: none;
        padding: 10px 20px;
        display: inline-block;
        margin: 0px 10px;
    }

}

.Chitamember_bt {
	display: inline-block;
} 
.Chitamember_bt a {
	color: #fff;
	display: block;
	background: #EC812B;
	border: double 5px #FFFFFF;
	padding: 3px 20px;
}
.Chitamember_bt a:hover {
	background: #7C7C7C;
}

.shibumap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.shibumap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bknx_box { 
	display: block;
	margin-top: 10px;
}
.bknx_box ul {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom: 10px;
}
.bknx_box ul li {
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	width: 50%;
}

.bknx_box ul li a {
	display: inline-block;
	padding: 8px 15px;
	margin: 10px 0px;
	background: #EF3134;
	color: #fff;
	border-radius: 7px;
}

/* sp*/

@media screen and (max-width: 767px) {
    .exmenu4box { 
        display: block;
        margin-top: 10px;
    }
    .exmenu4box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 20px;
    }
    .exmenu4box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 100%;
    }
	.exmenu4box ul li a {
		display: block;
		font-size: 80%;
		background: #FF7500;
		padding: 5px;
		text-align: center;
		color: #fff;
	}
	.exmenu4box ul li a.current {
		color: #fff;
		background-color: #000;
	}
}

/* pc */

@media screen and (min-width: 768px) {
    .exmenu4box { 
        display: block;
        margin-top: 10px;
    }
    .exmenu4box ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 10px;
    }
    .exmenu4box ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 33.333333%;
    }
	.exmenu4box ul li a {
		display: block;
		background: #FF7500;
		padding: 10px;
		text-align: center;
		color: #fff;
	}
	.exmenu4box ul li a:hover {
		background: #7C7C7C;
	}
	.exmenu4box ul li a.current {
		color: #fff;
		background-color: #000;
	}
}
/* sp */

@media screen and (max-width: 800px) {
    .map_subttl {
        display: block; 
        font-size: 80%;
        text-align: left;
        color: #5C3A3A;
        padding: 5px 10px;
    }
    .pc_slideonly {
        display: none;
    }

    .sp_slideonly {
        display: contents;
    }
	.sp_slideonly img {
		width: 100%;
	}
}

/* tb */

@media screen and (min-width: 800px) {
    .map_subttl {
        display: block; 
        font-size: 80%;
        text-align: left;
        color: #5C3A3A;
        padding: 5px 10px;
    }
    .pc_slideonly {
        display: contents;
    }
	.pc_slideonly img {
		width: 100%;
	}
    .sp_slideonly {
        display: none;
    }
    .pchd_menu {
        display: none;
        overflow: hidden;
    }
}

.secbtomm {
	background: #2FA783;
}
.bannerbg {
	background: #EEEFF1;
	padding: 30px 0px;
}

/* sp*/

@media screen and (max-width: 767px) {
	.shibu_mapbox {
		max-width: 100%;
	}
}

/* pc */

@media screen and (min-width: 768px) {
	.shibu_mapbox {
		max-width: 500px;
	}
}
.greetingbox {
	background: url("/img/top_ico.png") no-repeat;
	background-position: left 20px;
	padding: 10px 20px 10px 120px;
	min-height: 160px;
}
.map_searchTTL {
	display: block;
	border-top: solid 2px #FF7100;
    border-bottom: solid 2px #FF7100;
    padding: 5px 10px;
    margin: 20px;
	background: #F6F6F6;
}
.regionalbox {
	display: block;
	background: #EAEAEA;
	font-weight: 600;
	border: solid 2px #FF6800;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
}
.regionalbox2 {
	display: block;
	background: #EAFFF4;
	font-weight: 600;
	border: solid 2px#FF6800;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	margin-top: -10px;
	padding: 10px;
}

.mapto_magbox span {
	font-size: 120%;
	color: #850002;
}
.regionalchikubox {
	display: block;
	border: 2px solid #3E3D3D;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 0px;
}

.event_daylist td {
	border: solid 1px #686868;
	padding: 5px 10px;
}

.event_TTL {
	display: block;
	background: #AFC9BC;
	font-size: 120%;
	font-weight: 600;
	color: #000;
	padding: 5px 10px;
}
.event_subTTL {
	padding: 2px 10px;
}
.eventbox {
	display: block;
	border: solid 1px #B3B3B3;
	margin: 20px 0px;
}

.BoardM_BOX {
	display: block;
	border: solid 1px #000;
	border-bottom: none;
}

.bm_line {
	display: table;
	width: 100%;
}
.bm_line p {
	padding: 5px 10px;
	text-align: center;
}
.bm_T1 {
	display: table-cell;
	vertical-align:middle;
	border-right: solid 1px #000;
	width: 25%;
	background: #EED0A4;
}
.bm_T2 {
	display: table-cell;
	vertical-align:middle;
	border-right: solid 1px #000;
	width: 30%;
	background: #EED0A4;
}
.bm_T3 {
	display: table-cell;
	vertical-align:middle;
	width: 45%;
	background: #EED0A4;
}
.bm_T1_1 {
	display: table-cell;
	vertical-align:middle;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 25%;
}
.bm_T2_2 {
	display: table-cell;
	vertical-align:middle;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 30%;
}
.bm_T3_3 {
	display: table-cell;
	vertical-align:middle;
	border-bottom: solid 1px #000;
	width: 45%;
}
.memberlistBOX {
	border: solid 1px #D1D1D1;
	border-radius: 5px;
}
.memberlistBOX p {
	padding: 3px 10px;
}
.memlist_imgbox {
	display: block;
	text-align: center;
}
.memlist_imgbox {
	height: 125px;
	overflow: hidden;
}
.memlist_imgbox img {
	max-width: 100vh;
	border-radius: 5px 5px 0px 0px;
}

.listzoombt a {
	display: block;
	background: #2FA783;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 3px;
}


/* sp*/

@media screen and (max-width: 767px) {
	.under_list {
		display: block;
		border-bottom: dotted 1px #000;
	}
}

/* pc */

@media screen and (min-width: 768px) {
	.under_list {
		display: block;
		border-bottom: dotted 1px #000;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.dayori_BT a {
	display: block;
	padding: 8px 0px;
	background: #FF7A00;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.dayori_BT a:hover {
	background: #7A7A7A;
}
.ex_TTL {
	display: block;
	background: #FAD79C;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px 5px 0px 0px;
}
.ex_TTL2 {
	display: block;
	background: #D8FFE7;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px 5px 0px 0px;
}
.ex_TTL3 {
	display: block;
	background: #FFD8F9;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px 5px 0px 0px;
}
.ex_TTL4 {
	display: block;
	background: #D8E2FF;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px 5px 0px 0px;
}
.ex_comBOX {
	display: block;
	padding: 10px;
}
.ex_brown {
	color: #85080B;
	font-weight: 600;
}
.memberlistZ_BOX {
	display: block;
}
.guidance_box {
	display: block;
	margin: 20px 0px;
	border: 2px solid #FF6C00;
	border-radius: 5px;
	padding: 20px;
} 

.member_name {
	display: block;
	width: 100%;
}

.member_name2col {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	font-size: 120%;
}
.listsearchbox { 
	display: block;
	margin: 30px 0px;
}
.listsearchbox ul {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom: 20px;
}
.listsearchbox ul li {
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	width: 50%;
}
.listsearchbox ul li a {
	display: block;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
	background: #FF7500;
	border-radius: 10px;
}
.searchtop_BT {
	display: block;
}
.searchtop_BT a {
	display: inline-block;
	padding: 10px;
	text-align: center;
	background: #EC812B;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
}


.aicatch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 150%;
  color: #670001;
  margin: 20px 0px;
}
.aicatch:before, .aicatch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.aicatch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.aicatch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.allp {
	display: block;
	padding: 10px;
}

/* sp*/

@media screen and (max-width: 767px) {
    .member3colbox { 
        display: block;
        margin-top: 10px;
    }
    .member3colbox ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 20px;
    }
    .member3colbox ul li {
        box-sizing: border-box;
        margin: 0;
		text-align: center;
        padding: 5px;
        width: 100%;
    }
}

/* pc */

@media screen and (min-width: 768px) {
    .member3colbox { 
        display: block;
        margin-top: 10px;
    }
    .member3colbox ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 10px;
    }
    .member3colbox ul li {
        box-sizing: border-box;
        margin: 0;
		text-align: center;
        padding: 5px;
        width: 33.333333%;
    }   
}
.license_box label {
	display: inline-block;
	padding: 5px;
	/*text-decoration: underline;*/
}
.actionTTL {
	font-size: 150%;
	display: block;
	border-bottom: solid 2px #FA8000;
	margin: 10px 0px;
}
.oldreport {
	display: block;
	text-align: right;
	padding: 10px;
} 
.oldreport a {
	display: inline-block;
	padding: 5px 15px;
	background: #CE6600;
	color: #fff;
}
.oldreport a:hover {
	background:#000;
}
.joinTD table {
	width: 100%;
	border-collapse:collapse;
}
.joinTD td {
	padding: 10px;
	border: solid 1px #5B0001;
}

.alllist_bt {
	display: block;
	text-align: center;
	padding: 10px;
	margin: 20px 0px;
}
.alllist_bt a {
	display: inline-block;
	background: #1C7600;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 5px;
}
/* sp*/

@media screen and (max-width: 767px) {
	.area_TTL {
		font-size: 150%;
	}
}

/* pc */

@media screen and (min-width: 768px) {
	.area_TTL {
		font-size: 200%;
	}
}
.flex-item3 a {
	color: #fff;
	display: block;
}
.area_A {
	background: #DB0003;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.area_B {
	background: #008C0D;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.area_C {
	background: #EC6800;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.area_D {
	background: #590001;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.area_E {
	background: #7600A2;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.newsimg_box {
	display: block;
	text-align: center;
	padding: 10px;
}
.newsimg_box img {
	max-width: 100%;
}
/* sp*/

@media screen and (max-width: 820px) {
	.report_bg {
		background-image: url("/assets/img/reportsp_bg.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
	}
}

/* pc */

@media screen and (min-width: 821px) {
	.report_bg {
		background-image: url("/assets/img/report_bg.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
	}
}

/* sp*/

@media screen and (max-width: 767px) {
    .top2colbox { 
        display: block;
    }
    .top2colbox ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
    }
    .top2colbox ul li {
        box-sizing: border-box;
        margin: 0;
        width: 100%;
		min-height: 200px;
    }
}

/* pc */

@media screen and (min-width: 768px) {
    .top2colbox { 
        display: block;
    }
    .top2colbox ul {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
    }
    .top2colbox ul li {
        box-sizing: border-box;
        margin: 0;
		min-height: 400px;
        width: 50%;
    }
}
.topgridTTL {
  height:400px;
  display: grid;
  place-items: center;
}
.topgridTTL a {
	display: block;
	font-size: 200%;
	color: #fff;
	text-shadow: 1px 2px 3px #808080;
}

.topimgmenu_bg1 {
	background-image: url("/common/imgcont/search/data/img/SEQ0000001-01.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	width: 100%;
}
.topimgmenu_bg2 {
	background-image: url("/common/imgcont/search/data/img/SEQ0000002-01.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	width: 100%;
}
.topimgmenu_bg3 {
	background-image: url("/common/imgcont/search/data/img/SEQ0000003-01.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	width: 100%;
}
.topimgmenu_bg4 {
	background-image: url("/common/imgcont/search/data/img/SEQ0000004-01.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	width: 100%;
}