/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
content
===========================*/

.facility-name {
	width: 90px;
	margin: 30px auto;
}
.pic-adjust1 {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.pic-adjust1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari逕ｨ */
	transform: translate(-50%, -50%);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.pic-adjust1 img {
	width: 400%;
	max-width: none;
}
.liFloat {
	margin-left:10%;
}
.liFloat li {
	float:left;
	width:30%;
	margin:1%;
	list-style:disc;
	list-style-position:inside;
}
/*********************************
table
*********************************/
table th {
	text-align:center !important;
	vertical-align:middle;
	width:30%;
}
table .addtd {
	text-align:center;
	vertical-align:middle;
}
table .coltd {
	background: #F9F9F9;
	text-align:center;
	vertical-align:middle;
}
/*tb1*/
.tb1 .w1 {
	width:20%;
}
.tb1 .w2 {
	width:28%;
}
.tb1 .w3 {
	width:12%;
}
.tb1 .w4 {
	width:12%;
}
.tb1 .w5 {
	width:20%;
}
/*tb1*/
.tb2 .w1 {
	width:15%;
}
.tb2 .w2 {
	width:14%;
}
.tb2 .w3 {
	width:14%;
}
.tb2 .w4 {
	width:14%;
}
.tb2 .w5 {
	width:14%;
}
.tb2 .w6 {
	width:14%;
}
.tb2 .w7 {
	width:15%;
}

/*btn*/
.tdbtn a {
	background-color:#d98b17;
	color:#FFF !important;
	padding:0.3em 2em;
	border-radius:10px;
	text-decoration:none;
}
 @media screen and (max-width: 768px) {
	 table th {
	width: auto;
}

	 /*tb1*/
.tb1 .w1,.tb1 .w2,.tb1 .w3,.tb1 .w4,.tb1 .w5 {
	width: auto;
}
/*tb1*/
.tb2 .w1,.tb2 .w2,.tb2 .w3,.tb2 .w4,.tb2 .w5,.tb2 .w6,.tb2 .w7  {
	width: auto;
}
}
/*********************************
facebook
*********************************/
.facebook a {
	position:relative;
	top:6px;
	font-size:2em;
	color:#FFF !important;
}
.facebook a:hover {
	opacity:0.8;
}

@media only screen and (min-width: 480px) {
.footer_tel a {
    display: none;
}
}

@media only screen and (max-width: 736px) {
#totop a {
	bottom: 25vw;
}
footer .copyright2 {
	width: 150px;
	margin: 20px auto 60px;
}
.footer_tel a {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color:#bbd251;
    padding: 5px;
    position: fixed;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans Japanese';
    /* border-right: 1px solid #E08601; */
}
}

.box1{
	border:#ED9B52 3px solid;
	padding:3em;
	border-radius:10px;
}

.orange{
	color:#ED9B52;
}

/*******************************
font size
*******************************/
.tx120{
	font-size:1.2em;
}
.tx140{
	font-size:1.4em;
}
.tx160{
	font-size:1.6em;
}


.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}
.res-wd40{
   width:40% !important;
   margin:auto;
}
.res-wd50 {
  width:50% !important;
  margin:0 auto;
}
.res-wd60 {
  width:60% !important;
  margin:0 auto;
}
.res-wd70 {
  width:70% !important;
  margin:0 auto;
}
.res-wd80 {
  width:80% !important;
  margin:0 auto;
}
.res-wd85 {
  width:85% !important;
  margin:0 auto;
}
.res-wd90 {
  width:90% !important;
  margin:0 auto;
}
.res-wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.res-wd40,.res-wd50,.res-wd60,.res-wd70,.res-wd80,.res-wd85,.res-wd90,.res-wd95{
   width:100% !important;
   margin:auto;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 1.4rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:nomal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:nomal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:nomal;
}
.res-tx100p    {
	font-size:100% !important;
	letter-spacing:nomal;
}
.res-tx-110p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.res-tx-120p    {
	font-size:120% !important;
	letter-spacing:nomal;
}
.res-tx-130p    {
	font-size:130% !important;
	letter-spacing:nomal;
}
.res-tx-140p    {
	font-size:140% !important;
	letter-spacing:nomal;
	line-height:1.4em;
}
.res-tx-150p    {
	font-size:150% !important;
	letter-spacing:nomal;
}
.res-tx-160p    {
	font-size:160% !important;
	letter-spacing:nomal;
}
.res-tx-170p    {
	font-size:170% !important;
	letter-spacing:nomal;
}
.res-tx-180p    {
	font-size:180% !important;
	letter-spacing:nomal;
}
.res-tx-230p    {
	font-size:230% !important;
	letter-spacing:nomal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:nomal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.res-tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.res-tx-180p,.res-tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.res-tx-160p,.res-tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.res-tx-140p,.res-tx-130p,.res-tx-120p,.res-tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
/*===========================
spacer
===========================*/


.res-pt10 {
	padding-top:10px !important;
}
.res-pt20 {
	padding-top:20px !important;
}
.res-pt30 {
	padding-top:30px !important;
}
.res-pt40 {
	padding-top:40px !important;
}
.res-pt50 {
	padding-top:50px !important;
}
.res-pt60 {
	padding-top:60px !important;
}
.res-pt70 {
	padding-top:70px !important;
}
.res-pt80 {
	padding-top:80px !important;
}
.res-pt0{
	padding-top:0px !important;}
	
.res-pb10 {
	padding-bottom:10px !important;
}
.res-pb20 {
	padding-bottom:20px !important;
}
.res-pb30 {
	padding-bottom:30px !important;
}
.res-pb40 {
	padding-bottom:40px !important;
}
.res-pb50 {
	padding-bottom:50px !important;
}
.res-pb60 {
	padding-bottom:60px !important;
}
.res-pb70 {
	padding-bottom:70px !important;
}
.res-pb80 {
	padding-bottom:80px !important;
}
.res-pb0{
	padding-bottom:0px !important;}

@media screen and (max-width: 768px) {
.res-pt10,.res-pt20,.res-pt30 {
     padding-top:1% !important;
}
.res-pb10,.res-pb20,.res-pb30 {
     padding-bottom:1% !important;
}
.res-pt40,.res-pt50,.res-pt60 {
     padding-top:2% !important;
}
.res-pb40,.res-pb50,.res-pb60 {
     padding-bottom:2% !important;
}
.res-pt70,.res-pt80 {
     padding-top:3% !important;
}
.res-pb70,.res-pb80 {
     padding-bottom:3% !important;
}
}
/*===========================
spacer
===========================*/


.res-mt10 {
	margin-top:10px !important;
}
.res-mt20 {
	margin-top:20px !important;
}
.res-mt30 {
	margin-top:30px !important;
}
.res-mt40 {
	margin-top:40px !important;
}
.res-mt50 {
	margin-top:50px !important;
}
.res-mt60 {
	margin-top:60px !important;
}
.res-mt70 {
	margin-top:70px !important;
}
.res-mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
res-.mb10 {
	margin-bottom:10px !important;
}
.res-mb20 {
	margin-bottom:20px !important;
}
.res-mb30 {
	margin-bottom:30px !important;
}
.res-mb40 {
	margin-bottom:40px !important;
}
.res-mb50 {
	margin-bottom:50px !important;
}
.res-mb60 {
	margin-bottom:60px !important;
}
.res-mb70 {
	margin-bottom:70px !important;
}
.res-mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.res-mt10,.res-mt20,.res-mt30 {
     margin-top:1% !important;
}
.res-mb10,.res-mb20,.res-mb30 {
     margin-bottom:1% !important;
}
.res-mt40,.res-mt50,.res-mt60 {
     margin-top:2% !important;
}
.res-mb40,.res-mb50,.res-mb60 {
     margin-bottom:2% !important;
}
.res-mt70,.res-mt80 {
     margin-top:3% !important;
}
.res-mb70,.res-mb80 {
     margin-bottom:3% !important;
}
}
.small-img90 {
    width:90% !important;
	height:auto !important;
}
.small-img80 {
    width:80% !important;
	height:auto !important;
}
.small-img70 {
    width:70% !important;
	height:auto !important;
}
.small-img60 {
    width:60% !important;
	height:auto !important;
}
.small-img50 {
    width:50% !important;
	height:auto !important;
}
.small-img40 {
    width:40% !important;
	height:auto !important;
}
.small-img30 {
    width:30% !important;
	height:auto !important;
}
.small-img20 {
    width:20% !important;
	height:auto !important;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:48%;
  margin:4% 2% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:48%;
  margin:4% 0 0 2%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:48%;
  margin:4% 2% 0 0%;
}
.flex-2col-start > li:nth-of-type(even){
  width:48%;
  margin:4% 0 0 2%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 2%  0 0% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 3.3%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:5% auto 2% !important; 
}

.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}

.tbl2 th {
   padding:0.3em 1rem;
   text-align:center;
}
.tbl2 td {
   padding:0.6em 1rem;
   text-align:left;
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:98%;
    margin-right:2%;
    position: relative;
}
ul.circle li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.check-2col {
    position: relative;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	width:40%;
	margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check-2col li.lst {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: none;
	width:40%;
	margin-right:2%;
    position: relative;
}
ul.check-2col li.lst::before {
    position: absolute;
    content: " ";
}

@media only screen and (max-width: 768px) {

ul.check-2col li {
	width:90%;
	margin-right:2%;
    position: relative;
}
.tbl2 td, .tbl2 th {
	display: block;
    width: 100%;
	text-align:center;
}
}
* {
   box-sizing:border-box;
}

.wrapper {
   overflow:hidden;
}
.fb-container {
    margin: 0 auto;
    text-align: center;
}
.fb-page {
    width: 600px;
    height: 400px;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
.fb-container {
    width: 100%;
    max-width: 100%;
}
.fb-page {
		width: 100% !important;
		max-width: 400px !important;
}
}

@media only screen and (max-width: 1000px) {
.main-vis .catch{
	font-size:2.4vw;
    top: 1em;
}
}
@media only screen and (max-width: 768px) {
.main-vis .catch{
	font-size: 7vw;
    top: 34.5vw;
	line-height:1.4;
	padding:0.8em;
}
}

.res-small-img90 {
    width:90% !important;
	height:auto !important;
}
.res-small-img80 {
    width:80% !important;
	height:auto !important;
}
.res-small-img70 {
    width:70% !important;
	height:auto !important;
}
.res-small-img60 {
    width:60% !important;
	height:auto !important;
}
.res-small-img50 {
    width:50% !important;
	height:auto !important;
}
res-.small-img40 {
    width:40% !important;
	height:auto !important;
}
.res-small-img30 {
    width:30% !important;
	height:auto !important;
}
.res-small-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-small-img90,.res-small-img80,.res-small-img70,.res-small-img60{
     width:100% !important;
	height:auto !important;  
}
}
.tel_a {
    text-decoration:none;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
@media(max-width: 768px){
footer .copyright {
    width: 100%;
    padding: 50px 0 30px;
    text-align: center;
    line-height: 1;
    color: #333;
	margin-bottom:50px;
}
}
.res-img01 {
    width:100%;
	height:auto;
	max-width:640px;
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 2rem;
    background-color: #fff;
    border: 5px solid #e0dfdf;
    box-sizing: border-box;
	box-shadow: 0px 0px 11px -6px #777777;
}
.box-rds {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 1.9em;
    position: relative;
    box-sizing: border-box;	
	background:#48aad1;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02 {
    padding: 1.2rem;
    box-sizing: border-box;
}
.box-red-rds {
    border: 2px solid #F00;
    border-radius: 10px;
    padding: 1em;
    position: relative;
}

}

h4.various4 {
    margin-top: 0 !important;
    padding: .5em .75em;
    background-color: #e6f2de;
    border-bottom: none;
}
ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li.long {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}



.wrap-h2 {
  width:96%;
  margin:1% auto 5%;
}
.wrap-h3 {
  width:96%;
  margin:1% auto 5%;
}
.wrap-h4 {
  width:96%;
  margin:1% auto 5%;
}
.sec01 {
  padding-top:50px;
}
@media only screen and (max-width: 768px) {
.wrap-h3 {
  width:96%;
  margin:1% auto;
}
.sec01 {
  padding-top:6%;
}
ul.circle-2col li,ul.circle-2col li.long {
    width:99%;   
}

}
.h2-ttl {
  font-size: 1.8rem;
  margin-top:0px;
}
.h3-ttl {
  font-size: 1.6rem;
  margin-top:0px;
  font-weight:900;
  margin-bottom: 0.5em !important;
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.dataInner .data a {
    color: #fff !important;
    text-decoration: none;
}
.dataInner .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
   color:#333 !important;
   text-decoration:none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.catch01 {
    padding: .5em .75em;
    background-color: #e6f2de;
	vertical-align:middle;
	box-sizing: border-box;
	text-align:center;
	font-size:1.1rem;
	border-radius:10px;
	font-weight:600;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 600px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}


table.table6 th.th-01 {
    width: 15%;
}
table.table6 th.th-02 {
    width: 10%;
}
table.table6 td {
    text-align:center;
}


@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 4px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:0% !important;
    font-size:12px;
    border: 1px #ccc solid;
	font-weight:bold;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
	vertical-align:middle;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
.covid {
  color:#fff;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.ft-covid {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
ul.circle.covid {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle.covid li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle.covid li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}



.h3-ttl {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align:center;
  width:100%;
}

.h3-ttl:before, .h3-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5%;
  height: 1px;
  background-color: black;
}

.h3-ttl:before {
  left:10%;
}
.h3-ttl:after {
  right: 10%;
}

@media only screen and (max-width: 768px) {
.h3-ttl:before, .h3-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10%;
  height: 1px;
  background-color: black;
}
.h3-ttl:before {
  left:0%;
}
.h3-ttl:after {
  right: 0%;
}
.h3-ttl {
    font-size: 1.3rem;
}
.h3-ttl-02 {
    font-size: 1.0rem !important;
}

}
table .th-06 {
    background:#e2efda;
}
table .th-07 {
    background:#bdd7ee;
}
table .th-08 {
    background:#fce4d6;
}
table .th-11 {
    background:#fff;
}
table.table02 th {
    color:#fff;
}


.box-wrap {
	height:100%;
	background: #e3f9e7;
}
.box-wrap .box-title {
    font-size: 1.2em;
    background: #44d66e;
    padding: 13px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
	margin-bottom:0em;
	border-bottom:none;
	margin-top:0px;
}
.box-wrap div.cnt,.box-wrap p.cnt {
    padding:1em 1em 1em;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
.box-wrap p,.box-wrap p.cnt {
    padding:1em 1em 0.8em;
}
}
@media only screen and (max-width: 768px) {
table th ,table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}

.footer_tel a, .footer_mail a {
    display: none;
}

@media only screen and (max-width: 480px) {
.footer_tel a, .footer_mail a {
    display: block;
}
.footer_tel a {
    background-color: #17aa39;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-weight: 700;
    color: #FFF !important;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #d5fed9;
    text-decoration: none;
}
.footer_mail a {
    background-color: #17aa39;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #d5fed9;
    text-decoration: none;
}
}

.imgFrame {
    border: 1px solid #CCC;
    padding: 4px;
    background-color: #F7F7F7;
}
.sec-bg01 {
   background:#f0f0f0;
}
.h3-ttl02 {
   color:#fff !important;
   background:#363;
   padding:0.6em;
   margin-bottom:1.0em !important;
}
