@charset "utf-8";
/*===========================
add
===========================*/

/*===========================
box01
===========================*/
.box01 {
  display: block;
  background-color: #1b7bc5;
  color: #fff;
  padding: 5% 0;
  font-size: 200%;
  text-align: center;
  border-radius: 10px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .box01 {
    font-size: 150%;
  }
}


/*===========================
box02
===========================*/
.box02{
  background-color: rgba(255,255,255,0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  border: 2px solid #1b7bc5;
}

.box02 p{
  text-align: center;
  background-color: #1b7bc5;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.box02 ul{
  padding: 10px 15px;
}


/*===========================
map-height-sp
===========================*/
@media screen and (max-width: 600px) {
  .map-height-sp{
    height: 500px;
  }
}

/*===========================
txtInd
===========================*/
.txtInd02 {
	padding-left:1.3em;  
	text-indent:-1.3em; 
}


/*fixation===========================*/

/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}


/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*===========================
wf
===========================*/
.wf-t {
	width: fit-content;
	margin: auto;
}

@media screen and (min-width: 769px) {
	ul.wf-t,	ol.wf-t,	.wf-t {
		width: fit-content;
		margin: auto;
	}
}


@media screen and (min-width: 601px) {
	ul.wf-pcONtabletONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}


/*===========================
font
===========================*/
.fw-b{font-weight: bold;}


