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


/*===========================
align
===========================*/
@media screen and (max-width: 768px) {
  .TabletRight{
    text-align: right !important;
  }
}

/*===========================
box01
===========================*/
.box01 .title{
  font-size: 1.2em;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .box01 .title{
    font-size: 1em;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .box01 .f-item1-4{
    width: 48% !important;
  }
}

/*===========================
box02
===========================*/
.box02 li{
  width: 80px !important;
}



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

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

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


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