@charset "utf-8";
/*===========================
add
===========================*/
:root {
	--basic-color:#0da8cb;
}



/*===========================
li-box1
===========================*/
@media screen and (min-width: 769px) {
  .li-box1{
    font-size: 0.95em;
  }

  .li-box1 li:nth-child(odd){
    width: 50%;
  }
  .li-box1 li:nth-child(even){
    width: 49%;
  }
}

@media screen and (min-width: 769px) {
  .li-box2{
    font-size: 0.95em;
  }

  .li-box2 li:nth-child(odd){
    width: 47%;
  }
  .li-box2 li:nth-child(even){
    width: 52%;
  }
}

@media screen and (min-width: 769px) {
  .li-box3{
    font-size: 0.95em;
  }

  .li-box3 li:nth-child(odd){
    width: 52%;
  }
  .li-box3 li:nth-child(even){
    width: 47%;
  }
}

@media screen and (min-width: 769px) {
  .li-box4{
    font-size: 0.95em;
  }

  .li-box4 li:nth-child(odd){
    width: 54%;
  }
  .li-box4 li:nth-child(even){
    width: 45%;
  }
}




/*===========================
tableScrollSp
===========================*/
@media screen and (min-width: 601px) {
  .tableScrollSp{
    overflow: hidden !important;
  }
}


/*===========================
sns-box
===========================*/
.sns-box{
  display: flex;
  width: fit-content;
	margin: 10px auto 0;
  font-size: 1.6em;
}
.sns-box li{
  margin: 0 5px;
}



/*===========================
txt
===========================*/
.title1{
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 10px);
  font-size: 1.5em;
  text-align: center;
  color: var(--basic-color);
  margin-bottom: 15px;
}

.title1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid var(--basic-color);
  background-image: -webkit-repeating-linear-gradient(135deg, #0da8cb, #0da8cb 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #0da8cb, #0da8cb 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .title1{
    font-size: 1.2em;
  }
}



/*===========================
txt
===========================*/
.txt1{
  color: #0766ba;
  font-size: 1.5em;
  font-weight: bold;
}


.txt-s1{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--basic-color);
  font-size: 1.6em;
  text-align: center;
}

.txt-s1::before,
.txt-s1::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: var(--basic-color);
  margin: 0px 4px 4px;
}
.txt-s1::before {transform: rotate(55deg);}
.txt-s1::after {transform: rotate(-55deg);}

@media screen and (max-width: 768px) {
  .txt-s1::before,
  .txt-s1::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--basic-color);
    margin: 0px 4px 4px;
  }
  .txt-s1::before {transform: rotate(60deg);}
  .txt-s1::after {transform: rotate(-60deg);}
}

@media screen and (max-width: 600px) {
  .txt-s1{
    font-size: 1.3em;
    text-align: center;
  }
  .txt-s1::before,
  .txt-s1::after {
    content: "";
    width: 70px;
    height: 1px;
    background-color: var(--basic-color);
    margin: 0px 2px 4px;
  }
  .txt-s1::before {transform: rotate(70deg);}
  .txt-s1::after {transform: rotate(-70deg);}
}





/*===========================
fc
===========================*/
.fc1{
  color: #dc3545;
}


/*===========================
txtInd
===========================*/
.txtInd2{
  padding-left: 3em;
  text-indent: -3em;
}




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



/*===========================
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) {
	p.wf-pcONspOFF,
  ul.wf-pcONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}



/*===========================
width
===========================*/
.w150px{
 width: 150px;
}

.w150px-center{
 width: 150px;
 margin: 0 auto;
}

.w200px{
 width: 200px;
}


.w100p,
li.w100p{
	width: 100% !important;
	display: block;
}


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

	.w80Tablet{
		width: 80% !important;
		box-sizing: border-box;
	}

  .w70Tablet{
		width: 70% !important;
		box-sizing: border-box;
	}

  .w70Tabletsp{
		width: 70% !important;
		box-sizing: border-box;
	}

	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
	.w100sp,
	.w90Tablet,
	.w80Tablet,
  .w70Tablet,
	.w50Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}

 .w90sp{
		width: 90% !important;
		box-sizing: border-box;
	}

	.w70sp{
		width: 70% !important;
		box-sizing: border-box;
	}

	.width-sp-50 img{
		width: 50% !important;
	}
}



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