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



/*===========================
snsbox
===========================*/
.snsbox{
 display: flex;
 width: 110px;
 margin: 0 auto;
 text-align: center;
}

.snsbox a{
 font-size: 2.5em;
 text-align: center;
 width: 50%;
 color:#2166c6;
}

.snsbox a:nth-child(1){
 margin-top: 2px;
}

.snsbox a:nth-child(2){
 font-size: 2.8em;
}



/*===========================
bottun-box
===========================*/
.bottun-box{
 display: flex;
 flex-wrap: wrap;
}

.bottun-box li{
 width: 48%;
 text-align: center;
 margin-bottom: 10px;
}

.bottun-box li:nth-child(odd){
 margin-right: 2%;
}

.bottun-box li a{
 background-color: var(--basic-color);
 color: #fff;
 display: block;
 text-decoration: none;
 padding: 5px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 transition: 0.3s;
}

.bottun-box li a:hover{
 opacity: 0.6;
}

@media screen and (max-width: 600px) {
 .bottun-box{
  display: block;
 }

 .bottun-box li{
  width: 100%;
 }

}





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



/*===========================
ol
===========================*/
ol.nam li,
ol li.nam,
ol li.txtIconPoint{
	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;
}


.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;
}



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

.title-sahdow-none{
	text-shadow: none;
}



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

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

@media screen and (max-width: 600px) {
	.w100sp,
	.w90Tablet,
	.w80Tablet,
	.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;
	}
}

