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



/*===========================
step-circle 
===========================*/
.flow-s {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.flow-s .step {
  width: 23.5%;
  aspect-ratio: 1 / 1; /* 正方形 */
  
  border: 3px solid #333;
  border-radius: 50%;
  background-color: #fff;

  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;

  text-align: center;
  box-sizing: border-box;
}

.flow-s .num {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 1;
  margin-top: 8%;
}

.flow-s .text {
  margin-top: 6%;
  font-size: clamp(0.6rem, 0.8vw, 1rem);
  line-height: 150%;
}





/*===========================
video
===========================*/
video{
  width:100%;
  height:auto;
  display:block;
}



/*===========================
tbox
===========================*/
.tbox{
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tbox{
    width: 100%;
    margin: 0 auto;
  }
}

.tbox table{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
}

.tbox th,
.tbox td{
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0.7em 1em;
}
@media screen and (max-width: 768px) {
  .tbox th,
  .tbox td{
    padding: 0.5em;
  }
}

.tbox th{
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  background-color: #f1f1f1;
}

.tbox td{
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  vertical-align: middle;
}

.tbox td:nth-child(1){
  width: 10%;
}

.tbox td:nth-child(3){
  width: 40%;
}

.tbox td:nth-child(1),
.tbox td:nth-child(3){
  text-align: center;
}


.ceb_y{
  background-color: #fff350;
}

.ceb_p{
  background-color: #ffd3ed;
}

.ceb_b{
  background-color: #d3efff;
}

.ceb_r{
  background-color: #ffdada;
}

.ceb_g{
  background-color: #f4ffda;
}


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

.wf-t-right ,ul.wf-t-right {
	width: fit-content;
	margin: auto 0 auto auto;
}

@media screen and (max-width: 600px) {
  ul.wf-t-sp{
    width: fit-content;
    margin: auto;
  }
}



/*===========================
ol
===========================*/
ol.nam li,
ol li.nam,
ol li.txtIconPoint,
ol.lalpha li{
	display: list-item !important;
	list-style-type: decimal;
 margin-left: 20px;
}


ol.nam ul li{
 display:list-item;
	list-style-type: disc !important;
	list-style-position: outside;
 margin-left: 3px;
}

ol.lalpha ul li{
 display:list-item;
	list-style-type: lower-latin !important;
	list-style-position: outside;
 margin-left: 3px;
}


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


/*1)片方格好リスト-----------------------*/
ol.sigle-parentheses {
  list-style-type: none !important;
}
ol.sigle-parentheses > li {
  counter-increment: cnt;
}
ol.sigle-parentheses > li:before {
  content: counter(cnt) "）";
}

/*〇1リスト-----------------------*/
ol.ol-counter {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-counter li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.ol-counter li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}




/*===========================
table
===========================*
/*table-line-no---*/

.table-line-no{
 margin: 0 auto;
}

.table-line-no th{
 text-align: left;
 padding-right: 10px;
}

@media screen and (max-width: 600px) {
 .table-line-no th,
 .table-line-no td{
  display: block;
  width: 100%;
 }
 .table-line-no td{
  padding-bottom: 10px;
 }
}


/*table-line-dot2---*/
.table-line-dot2{
  margin: 0 auto;
}

.table-line-dot2 tr,{
 text-align: left;
}

.table-line-dot2 th{
 font-weight: normal;
}

.table-line-dot2 td::before{
 content: "：";
}

@media screen and (max-width: 600px) {
 .table-line-dot2 th.thw01 {
  width: 25%;  
}
 .table-line-dot2 th,
 .table-line-dot2 td{
  /*display: block;
  width: 100%;*/
  text-align: left;
 }
 .table-line-dot2 td{
  padding-bottom: 10px;
 }

 .table-line-dot2 th::after{
  content: "：";
 }

 .table-line-dot2 td::before{
  content: none;
 }
}


/*table-line-dot2b---*/
.table-line-dot2b tr{
 text-align: left;
}

.table-line-dot2b th{
 font-weight: normal;
}

.table-line-dot2b td::before{
 content: "：";
}

@media screen and (max-width: 768px) {
 .table-line-dot2b th,
 .table-line-dot2b td{
  display: block;
  width: 100%;
 }
 .table-line-dot2b td{
  padding-bottom: 10px;
 }

 .table-line-dot2b th::after{
  content: "：";
 }

 .table-line-dot2b td::before{
  content: none;
 }
}


/*table-line-dot3b---*/
.table-line-dot3b tr{
 text-align: left;
}

.table-line-dot3b th{
 font-weight: normal;
}

.table-line-dot3b td::before{
 content: "：";
}




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