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

/* ==========================================================================
   reset
   ========================================================================== */
*, 
*::before, 
*::after {
 box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
fieldset, img {
 border: 0;
 vertical-align: bottom;
}
address, caption, cite, code, dfn, em, th, var,dt,dd,label {
 font-style: normal!important;
 font-weight: normal!important;
}
ol, ul {
 list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6,th {
	font-size: 100%!important;
	font-weight: normal!important;
}

q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
textarea {
	font-size: 100%;
}

html,
button,
input,
select,
textarea {
	color: #5c5551!important;
	}
	input:not[type="checkbox"], button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}
input,
input[type="checkbox"],
input[type="submit"],
textarea{
	border: solid 1px #C9C9C9;
	margin:4px!important;
	padding:3px!important;
	border-radius:4px;
}
/* ==========================================================================
   outline
   ========================================================================== */
/* ==========================================================================
   common
   ========================================================================== */

body {
	margin:0 auto;
}
/* テキストリンク */
a {
	color: #0050a3;
	text-decoration: none;
	transition:.3s;
}
a:hover {
	color:#ff6600;
	text-decoration: none!important;
}
audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}
table{
	width:100%;
}
th,td{
	padding:6px!important;
	font-weight: normal;
}

html {
	font-size: 62.5%;
}

body {
 margin-left: auto;
 margin-right: auto;
 min-width: 1000px;
background: #F6F6F9!important;
}


/*h2{
	position:relative;
	padding:0 0 0 20px!important;
	font-size: 3rem!important;
	margin-bottom:50px!important;
}
h2:before{
position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    border-left: 2px solid #1752B7;
    content: "";
}
h2:after{
position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    content: "";
}*/
.page-title{

	border-bottom:1px solid  #bfbfbf;
}
h2{
	padding:0 0 0 20px!important;
	font-size: 3rem!important;
	margin-bottom:20px!important;
	border-left:2px solid  #1752B7;
}


h3{
font-size:1.6rem!important;
font-weight: 700!important;
}

h3.lead{
font-weight: normal!important;
}
.sp-only {
 display: none;
}
/* --------------------------------------------------------------------------------------
 			ボタン
--------------------------------------------------------------------------------------- */
.button {
 border-radius: 4px;
 border: 1px solid transparent;
 box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
 color: #fff!important;
 cursor: pointer;
 display: inline-block;
 margin: 5px auto;
 padding: 8px 20px;
 /*position: relative;*/
 text-align: center;
 text-decoration: none!important;
 vertical-align: middle;
 white-space: nowrap;
 
}
.button:hover{
text-decoration: none!important;
opacity: .8;
}
.btn-primary {
    background: linear-gradient(to top, #001d4d, #001d4d);
    border: 1px solid #001d4d;
    color: #fff;
}

.btn-default {
 background: linear-gradient(to top, #eee, #fff);
 border-color: #ccc;
 color: #333;
 font-size: 1.4rem;
}

.icon-bk:before {
 font-family: "Font Awesome 5 Free";
 content: '\f0e2';
 font-weight: 700;
 margin-right: 2px;
}
.button.btn-s{
 padding: 4px 20px;
 font-size: 1.4rem;
}
.button.btn-brue{
 background: #082f72;
}
.button.btn-brue:hover{
color:#fff!important;
}
.button.btn-w{
background: #fff;
border:solid 1px #e4d8d1;
color:#337ab7;
}
.button.btn-w:hover{
    background-color: #f6ede8;
}

.button.btn-leftarrow:after{
 font-weight: 900;
	font-family: "Font Awesome 5 Free";
    content: '\f105';
	padding-left: .5rem;
}

/* --------------------------------------------------------------------------------------
 			Wrapper
--------------------------------------------------------------------------------------- */
#Wrapper{

}
.inner{
 margin: 0 auto;
 padding:0;
}

.inner:after {
 clear: both;
}			
			@media screen and (max-width: 769px) {

				body{
				min-width: 100%;
				}
				#Wrapper .inner{
				width: 100%;
				}
			}
/* --------------------------------------------------------------------------------------
 			header / nav / footer
--------------------------------------------------------------------------------------- */
/* -----header -----*/
#header{
	border-top:8px solid #1752b7;
	position: relative;
	height:460px;
	padding: 0;
	width: 100%;
}

/* ----- headerLinks -----*/
#headerLinks{
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform : translateX(-50%);
	  transform : translateX(-50%);
	 background: #fff;
	 opacity: .9;
	 width: 100%;
	 height: 66px;
}
#headerLinks .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
#headerLinks #logo{
	padding:5px;
}
#headerLinks #logo img {
	width: 200px;
}

/* -----sNavi -----*/
nav#sNav{
}
nav#sNav ul {
	display: flex;
	margin:0;
}
nav#sNav ul li{
	margin:0 1rem;
}
nav#sNav ul li a{
	border:2px solid #1752B7;
	background:#fff;
	padding:5px 20px;
	font-size:1.2rem;
	line-height: 1.2;
	/*position: relative;*/
	border-radius: 14px;
}
nav#sNav ul li a:hover{
	background: #5D86cb!important;
	color: #fff;
}
nav#sNav ul li a:before{
	font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 700;
	margin-right:.5rem;
	/*left:0;
	position: absolute;*/	
}
nav#sNav ul li.member{
}
nav#sNav ul li.member a{
	background:#082F72;
	color:#fff;
}
			@media screen and (max-width: 769px) {
			#header{
				height:300px;
			}
				nav#sNav{
				display: none;		
				}
				/* ----- headerLinks -----*/
			#headerLinks{
				opacity: 1;
				}
				
			}
			
/* ---- globalLinks ----*/
#globalLinks{
	position: absolute;
	/*bottom:0px;*/
	left:50%;
	-webkit-transform : translateX(-50%);
	  transform : translateX(-50%);
}
  
#globalLinks .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px
}			
			@media screen and (max-width: 769px) {
			#globalLinks .inner{
			max-width: 100%;
			justify-content: center;
			}
			
			
							.sp-only{
				display: inline-block;
}				
			#globalLinks{
			display: none;
			}			
				nav #access_btn{
					background:#5D86cb ;
					display: flex;
					align-items: center;
					text-align: center;
					justify-content: center;
					width: 50px;
					height: 50px;
					position: absolute;
					right: 150px;
					top: 8px;
				}
				nav #access_btn  p{
					color: #fff;
					font-size: 11px;
					margin-bottom:0;
				}
				nav #mail_btn{
					background:#5D86cb ;
					display: flex;
					align-items: center;	
					text-align: center;	
					justify-content: center;
					width: 50px;
					height: 50px;
					position: absolute;
					right: 100px;
					top: 8px;
				}
				nav #mail_btn  p{
					color: #fff;
					font-size: 11px;
					margin-bottom:0;
				}
				nav #mem_btn{
					background:#2f7366 ;
					display: flex;
					align-items: center;
					text-align: center;	
					justify-content: center;
					width: 50px;
					height: 50px;
					position: absolute;
					right: 50px;
					top: 8px;
				}
				nav #mem_btn  p{
					color: #fff;
					font-size: 11px;
					margin-bottom:0;
				}
		
		
				nav #spmenu_btn{
					background:#1752b7;
					display: inline-block;
					height: 50px;
					width: 50px;
					position: absolute;
					right: 0px;
					top: 8px;
			}
				nav #spmenu_btnicon:after{
			bottom: 0px;
			top: 7px;
		 }
		nav #spmenu_btnicon:after{
			bottom: 0px;
			top: 7px;
		 }
		 nav #spmenu_btn .close{
			background: transparent;
		 }
		 nav #spmenu_btn .close:before, 
		 nav #spmenu_btn .close:after{
			top: 0;
		 }
		 nav #spmenu_btn .close:before{
			transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
		 }
		 nav #spmenu_btn .close:after{
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
		 }
		 
			nav #spmenu_btn p{
					color: #fff;
					font-size: 10px;
					padding: 0;
					margin:0;
					position: absolute;
					left: 20%;
					bottom: 0px;
					}
		 nav #spmenu_board{
			display: none;
			top: 60px;
			left: 0;
			overflow: auto;
			padding: 0;
			position: absolute;
			width: 100%;
			background:rgba(255,255,255,0.5);
		 }
		 nav #spmenu_board  div.top,
		 nav #spmenu_board  div.ippan{
		 background:#1752B7;
		 color: #fff;
		 text-align: center;
			padding: 12px;
		 }
		 nav #spmenu_board  div.top a,
		 nav #spmenu_board  div.ippan a{
		 background:#1752B7;
		 color: #fff;
		 padding:10px 0px;
		 text-align: center;
			border-radius: 5px;
		 }
		nav #spmenu_board div.title{
		background: #cdddf7;
			border-bottom: 1px solid #fff;
			padding: 12px;
		}		 
		nav #spmenu_board div.title > a{
			/*width: calc(100% - 50px);*/
			width: 100%;
			display: block;
		}
		 nav #spmenu_board ul{
			width:100%;
			margin-bottom: 0;
		 }
		 nav #spmenu_board ul li{
			color:#1752B7;
			border-bottom: 1px solid #e5e5e5;		
			background: #fff;
		 }
		 nav #spmenu_board li a {
			color: #1752B7;
			display: block;
			padding: 12px 50px 12px 50px;
			position: relative;
		 }
		 nav #spmenu_board li a:before {
			display: none;
		 }
		 nav #spmenu_board li.side_m{
		 background: #cdddf7;
		 }
		 nav #spmenu_btnicon {
			background: #fff;
			display: block;
			height: 2px;
			left: 20%;
			margin: 0 0 0 0;
			position: absolute;
			top: 40%;
			transition: .2s;
			width: 30px;
		 }
		 nav #spmenu_btnicon:before {
			top: -10px;
		 }
		 nav #spmenu_btnicon:before, 
		 nav #spmenu_btnicon:after {
			background: #fff;
			content: "";
			display: block;
			height: 2px;
			position: absolute;
			transition: .3s;
			width: 30px;
		 }
		 nav #spmenu_btnicon:after {
			bottom: 0px;
			top: 10px;
		 }
		 a:hover, 
		 input[type="button"]:hover {
    opacity: 1;
		 }
			}
			@media only screen and (max-width:480px) {
			#globalLinks{
			display: none;
			}			
			}
nav#gNav {
	position: absolute;
	bottom:0;
	width: 100%;
}
nav#gNav ul {
	display: flex;
	background:#1752b7;
	padding:0;
	margin: 0;
}
nav#gNav ul li {
	width: 20%;
	font-size:1.5rem;
	text-align: center;
	border:1px solid #C4E2F4;
}
nav#gNav ul li a{
	color:#fff;
	display: block;
	width: 100%;
	padding:10px;
}
nav#gNav ul li a i{
	color:#fff;
}
nav#gNav ul li a:hover{
	background-color:#5D86cb ;
}

/* ---- pankuzu ----*/
#pankuzu ul {
	margin-bottom: 40px;
}
#pankuzu ul li {
	display: inline-block;
	font-size: 1.4rem;
}
#pankuzu ul li:before {
	content: ">";
	margin: 0 5px;
	display: inline-block;
}
#pankuzu ul li:first-child:before {
	display: none;
}


/* ---- footer ----*/
footer {
background: #1752b7;
width: 100%;
}
footer .inner{
padding:20px;
width: 1000px;
}

footer a {
 /*text-decoration: underline;*/
}
footer nav {
 display: block;
 margin: 0 auto;
 overflow: hidden;
}
footer nav .footer-row1 {
 padding: 10px 0 30px 0;
 margin: 0 auto;
 width: 90%;
}
footer nav .footer-row1 ul li {
 display: inline-block;
 font-size: 1.2rem;
 line-height: 2.4;
 margin: 0;
 padding: 0 .5em;
}
footer nav .footer-row2 {
 /*padding: 10px 0;*/
 padding: 10px 10px;
}
footer nav .footer-row2 ul {
 float: right;
}
footer nav .footer-row2 ul li {
 font-size: 1rem;
 display: inline-block;
 padding-left: 2rem;
 position: relative;
}
footer nav .footer-row2 ul li:before {
 content: url("../../common/img/footer_mkr_01.gif");
 position: absolute;
 left: 1rem;
}
footer nav .footer-row2 .copyright {
 font-size: 1rem;
 float: left;
}
footer div{
text-align: center;
color: #fff;
}

		
		
		






/* --------------------------------------------------------------------------------------
 			slider
--------------------------------------------------------------------------------------- */
#headerCarousel{
	width: 100%;
	margin:0 0 0 0;
	padding:0;
}

#headerCarousel .carousel-inner{
height:460px;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	text-align:center;
	width:100%;
  /*margin:10px auto;*/
  margin:0px auto;
  overflow: hidden;
}
.carousel-indicators {
  position:absolute;
  bottom: 50px!important;
  left: 0%;
  width: 100%;
  padding-left: 0;
  margin:0 auto;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 1px 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #f39815;
  border: 1px solid #f39815;
}
.bgCarousel{
	height:460px;
	width: 100vw;
}
.item{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width:100%;
height:100%;
}

.item.item1{
background-image: url(../images/vis1.png);
/*background-position: center -430px;*/
}
.item.item2{
background-image: url(../images/vis2.png);
/*background-position: center -200px;*/
}
.item.item3{
background-image: url(../images/vis3.png);
}
.item.item4{
background-image: url(../images/vis4.png);
}
.item.item5{
background-image: url(../images/vis5.png);
}
.item.item6{
background-image: url(../images/vis6.png);
/*background-position: center -300px;*/
} 
.item.item7{
background-image: url(../images/vis7.png);
}

.hederCatch {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}
.hederCatch .inner{

}
.hederCatch .catchCopy {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    animation-name: ani1;
    animation-duration: 2s;
    text-shadow: 0px 2px 20px rgba(0,0,0,0.9);
}


#catmsg .inner {
	background:#fff;
	padding:30px 20px 10px;
	width: 1000px;
	font-size: 2rem;
}
		@media screen and (max-width: 769px) {
		.carousel-indicators {
		z-index:0!important;
		}
		#headerCarousel .carousel-inner{
		height:300px;
		}		

		#catmsg .inner {
			width: 100%;
		}		
		
		}

/* --------------------------------------------------------------------------------------
	contents
--------------------------------------------------------------------------------------- */
#contents{
}
#contents > .inner {
	height: 100%;
	background:#fff;
	padding:0px 20px;
	width: 1000px;
	display: flex;
	flex-direction: row;	
}
/* sideMenu */
#sideContents{
width: 25%;
}
#sideContents .inner{
min-width: 100%;
width: 100%;
padding:20px;
}

#sideContents  nav li{
display: block;
background: #1752B7;
text-align: center;
border:1px solid #fff;
}
#sideContents  nav li.member{
background: #082F72;
}
#sideContents  nav li a{
display: block;
padding:20px 10px;
color: #fff;
}
#sideContents nav li a:hover{
background-color:#5D86cb ;

}
#sideContents nav li a i{
color:#fff;
}

/* mainContent */
#mainContents{
width: 75%;
}
#mainContents .inner{
min-width: 100%;
width: 100%;
padding:20px;
}

#mainContents a:hover{
color:#A30002;
}
		@media screen and (max-width: 769px) {		
			#contents > .inner {
			width: 100%;
			padding:0;
		}
		}
		@media only screen and (max-width:480px) {
		
		#sideContents{
		display:none;
		}
		#mainContents{
		width: 100%;
		}
		}
/* --------------------------------------------------------------------------------------
	TOP お知らせ
--------------------------------------------------------------------------------------- */
#info{
margin-bottom: 3rem;
}
#info .head {
    background: #5D86cb;
    width: 100%;
    padding: 10px;
    margin: 0;
}
#info .head  p{
color:#fff;
    padding: 0px;
    margin: 0;
} 
#info .infoBody{
padding:15px;
overflow-y: scroll;
border:1px solid #5D86cb;
margin-bottom: 3rem;
height:110px;
}
#info ul li{

display: flex;
flex-direction: row;
padding:0;
    margin: 0;

}
#info ul li p:nth-of-type(1){
color:#A30002;
white-space: nowrap;
/*width:15%;*/
}
#info ul li p:nth-of-type(2){
padding-left:1rem;
}

/* TOP ダイジェスト */
#digest{
display: flex;
flex-wrap: wrap;
    width: calc(100% + 24px);
}
#digest .digestbox {
border:1px solid #5D86cb;
border-left-width: 6px;
margin:1rem;
    width: calc(50% - 24px);
    /*height: 150px;*/
    margin: 0 24px 24px 0;
    /*position: relative;*/
    overflow: hidden;
padding:0;

}
#digest div .head{
background: #5D86cb;
width: 100%;
padding:0;
margin:0;
}
#digest div .head div{
padding:.5rem;
}
#digest div .head div a{
color:#fff;
display: block;
}
#digest div .head div a:after{	
font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 700;
	margin-left:.5rem;
}
#digest div .head div a:hover,
#digest div .head div a:hover i{
color:#082F72;
}
#digest div .head div a i{
color:#fff;
}
#digest .digestBody{
background: #fff;
padding:15px;
}

#digest .listLink li{
 padding-left:1.5rem;
 display: inline-block;
}
#digest .listLink li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 700;
	margin-left:-0.7rem;
	color:#082F72;
}
#digest .listLink.noMark li{
padding:1rem;
}
#digest .listLink.noMark li:before{
display: none!important;
}


ul.listLink.flex-wrap{
display: flex;
flex-wrap:wrap;

}
ul.listLink.flex-wrap li{
padding:3px;
padding-left:2rem;
}
ul.listLink.flex-wrap li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 700;
	margin-left:-0.7rem;
	color:#082F72;

}
ul.listLink.flex-column{
display: flex;
flex-direction: column;

}

ul.listLink.flex-column li{
padding:3px;
padding-left:2rem;
}
ul.listLink.flex-column li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 700;
	margin-left:-0.7rem;
	color:#082F72;

}
ul.listDisc{

}
ul.listDisc li{
padding:3px;
    padding-left: 2rem;
}
ul.listDisc li:before{
    font-family: "Font Awesome 5 Free";
	content:'\f111';
    font-weight: 700;
	margin-right:.5rem;
	color:#ffd49d;
	
	}
ol.listNumber{
margin-left:1rem;
}
ol.listNumber li{
	background:none;
	list-style-type: decimal;
	display:list-item;
	margin-left:1.5em;
	padding-left:0;
}
ol.listNumber li:before{
content:none;
}
	@media only screen and (max-width:480px) {
		
		#digest{
		display: flex;
		flex-wrap: wrap;
   		width: calc(100% + 24px);
		}
		#digest .digestbox {
		width: calc(100% - 24px);
	
		}
}

/* --------------------------------------------------------------------------------------
	活動報告(/action)税の相談会(/soudan) 税の情報(/info)
--------------------------------------------------------------------------------------- */

/*---------------------- table */
th,td{
	font-size:1.4rem;
}
th{
	background:#FFEFE8;		
}
tfoot{
	text-align:center;
}

/*---------------------- meibo KEY */

table.meiboKey{
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width:100%; 
	max-width:100%; 
}

table.meiboKey th {
	padding:4px;
	text-align: left;
	color: #444;
	background-color: #f6ede8;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
table.meiboKey td{
	padding:4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.meiboKey td label{
	margin-right:1em;
}
table.meiboKey tfoot,
table.meiboKey tfoot td{
	border:none!important;
	border-left:none;
	background-color:#fff!important;
}

.btn_kensaku a{
	text-align:center;
	display:block;
	padding:6px;
	border:solid 1px #e4d8d1;
  background-color:#fafafa;
	    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
.btn_kensaku a:hover{
	display:block;
	padding:6px;
  background-color:#f6ede8;
	    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
/*-----------------------------------------
			Table list Navi
------------------------------------------*/
.listNavi{
	 margin:20px auto;
	 text-align:center;
	 font-size:0.75rem;
}
.listNavi a, 
.listNavi span {
    color:#999;
    background-color:#FFF;
    border:solid 1px #e4d8d1;
    padding: 8px 10px;
    margin:0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.listNavi a:hover{
    color:#FFF; 
    background-color:#f6ede8; 
    padding: 8px 10px;
    margin:0 2px;
    }
.listNavi span.current{
		color:#ff6600;
    background-color:#f6ede8;
    font-weight: bold;
    }

/*---------------------- meibo List */
.meiboListKey{
	width:100%;
	border:3px solid #f6ede8;
	padding:5px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	
}
.meiboListKey p{
	margin:0 1em 0 1em;
	font-size: 1.6rem;
}

.meiboListKey p:nth-of-type(1){
	color:#ff6600;	
}
/*---------------------- meibo List */
table.meiboList tbody tr:nth-child(even) {
	background:#fff7f2;
	}
table.meiboList tbody tr:nth-child(odd) {
	background:#fff;
	}

table.meiboList th{
	background-color: #fff;
	background-image: -webkit-linear-gradient(90deg,#f6ede8 1.04%,rgba(255,246,246,1.00) 60.36%,rgba(255,238,238,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,#f6ede8 1.04%,rgba(255,246,246,1.00) 60.36%,rgba(255,238,238,1.00) 100%);
	background-image: -o-linear-gradient(90deg,#f6ede8 1.04%,rgba(255,246,246,1.00) 60.36%,rgba(255,238,238,1.00) 100%);
	background-image: linear-gradient(0deg,#f6ede8 1.04%,rgba(255,246,246,1.00) 60.36%,rgba(255,238,238,1.00) 100%);
}
table.meiboList td:first-child{
	white-space:nowrap;
}
table.aiueo td,
table.meiboList td:nth-child(4),
table.meiboList td:nth-child(5){
	text-align:center;
}
.index50{
display:flex;
flex-direction:row;
}

		@media only screen and (max-width:480px) {
		table.meiboKey input[name="addr"]{
		width: 100% !important;
		}
		.meiboListKey{
		flex-direction: column;
		}
		.index50{
		flex-direction: column;
		}
		table.meiboList td:first-child{
			white-space:normal;
			display: block;
			width: 100%;
}
table.meiboList td,
table.meiboList th{
display: block;
}

table.meiboList tr{
border-bottom:2px solid #FF8A8C;
}
table.meiboList td:nth-of-type(3){
			display: inline-block;
			width: 50%;
}
table.meiboList td:nth-of-type(4),
table.meiboList td:nth-of-type(5){
			display: inline-block;
			width: 25%;
}
		}
/*----------------------------------------*/
/*　DL　*/

dl.dlFloat dt{
	float:left;
	margin-right:0.5em;
}

dl.dlFloat dd{
	padding-left:5em;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
}
.f_right{
float:right;
}
.f_left{
float:left;
}

.img_box {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.img_box img{
	width: 100%;
max-width:100%;
}

.img_box img.kaicho{
width: 24%;
}
.img_box img.f_left{
margin-right: 1rem;
margin-bottom:.5rem;
}
.img_box img.f_right{
margin-left: 1rem;
margin-bottom:.5rem;
}

.btn_box{
margin: 1rem 0;
}


small {
	font-size: 0.9em;
}

p.note1 {
	font-size: 0.9em;
	text-indent: -1em;
	margin-left: 1em;
}
p.note2 {
	font-size: 0.9em;
	text-indent: -2em;
	margin-left: 2em;
}
ul.note li {
	font-size: 0.85em;
	margin: 5px 0 5px 2.5em;
	text-indent: -2.5em;
}
.GoogleMap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.center {
 text-align: center !important;
}
.left {
 text-align: left !important;
}
.right {
 text-align: right !important;
}
.underline{
text-decoration: underline;
}
.note{
 /*font-size:1.4rem;*/
 font-size:1.2rem;
}
.fc-red{
color: #920002;
}
p.note {
 padding-left: 1em;
 text-indent: -1em;
}
ul.note{
	margin-top:5px;
}
ul.note li {
 padding-left: 1em;
 text-indent: -1em;
 margin-bottom:0!important;
}
.fa-file-pdf{
color:#B10021;
}

.display_none{
    display:none!important;
}
.display_block{
    display:block!important;
}


/* --------------------------------------------------------------------------------------
 			page-top
--------------------------------------------------------------------------------------- */

/*スクロールトップ*/
.pageTop{
	position:fixed;
	right: 10px;
	bottom: 25px;
	opacity:0.7;
}

.jsTop{
	display: none;
}
#accnt{
margin:0 0 1rem 0;
font-size:1.8rem;
text-align: center;
}
#accnt span{
font-size:1.2rem;
}
#accnt span.count{
font-size:1.8rem;
}