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

:root {
	--basic-color:#2981c0;
}


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


/*===========================
ol li
===========================*/
ol li{
	list-style-type: decimal;
  margin: 0 0  0 1.8em;
}



/*===========================
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;
	}
}


/*===========================
bg01
===========================*/
.bg01 .contactTel a{
  color: var(--basic-color);
}

/*===========================
bg02
===========================*/
.bg02 p{
  color: #fff;
}

/*===========================
bg03
===========================*/
.bg03 p{
  color: #fff;
}



/*===========================
onOff
===========================*/
.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
	.pcOFFtabletOFFspON{display: none;}
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
	.pcOFFtabletOFFspON{display: block;}
	.pcONtabletONspOFF{display: none;}
}


/*===========================
btn-d01
===========================*/
.btn-d01{
  margin-top: 35px;
}
.btn-d01 a{
  background:linear-gradient(168deg, #0355b9 50%, #04499e 50%);
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  transition: 0.3s;
}
.btn-d01 a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn-d01 a{
    padding: 12px 30px;
    font-size: 1em;
    transition: 0.3s;
  }
}

/*===========================
href
===========================*/
.hv-a a:hover{
  text-decoration: none;
}



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


/*===========================
font-size
===========================*/
.fonts-12{
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .fonts-12{
    font-size: 1em;
  }
}