@charset "utf-8";
/*===========================
add
===========================*/
/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

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

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

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

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}


/*===========================
align
===========================*/
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

.center-pcONtabletOFFspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONtabletOFFspOFF{text-align: left;}
}

@media screen and (max-width: 600px) {
	.center-pcOFFtabletOFFspON{
		text-align: center !important;
	}
}

/*===========================
text
===========================*/
.txt-s{font-size: 0.9rem;}
.txt-red{color: #e00303;}
.fb00{font-weight: bold; color: #2981c0;}

/*===========================
cont1-add
===========================*/
/*box1----------*/
/*ol-----*/
.cont1-add .box1 ol{
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
	width: fit-content;
  margin: auto;
}

.cont1-add .box1 li{
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 1px 0 0 40px;
	margin-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 600px) {
	.cont1-add .box1 li{
		font-size: 1.1rem;
		padding: 3px 0 0 40px;
	}
}

.cont1-add .box1 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2981c0;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*box2----------*/
/*in02-----*/
.cont1-add .box2 .in02{
	width: 70%;
	margin:0 auto 60px;
	border: 1px solid #2981c0;
	text-align: center;
	background-color: #fffeee;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box2 .in02{
		width: 100%;
	}
}

.cont1-add .box2 .in02 h3{
	background-color: #2981c0;
	text-shadow: none;
	color: #fff;
	line-height: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: 1.6rem;

	border-radius: 7px 7px 0 0;
}

.cont1-add .box2 .in02 h3:after{
	content: none;
}

.cont1-add .box2 .in02 p{
	padding: 15px;
}
@media screen and (max-width: 600px) {
	.cont1-add .box2 .in02 p{
		text-align: left;
	}
}

/*in01-----*/
.cont1-add .box2 .in01 h4{
	background-color: #2981c0;
	color: #fff;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 10px 0;
	line-height: 100%;
	text-shadow: none;
	font-size: 1.4rem;
}

.cont1-add .box2 .in01 h4:after{
	content: none;
}

.cont1-add .box2 .in01 .txt01{
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
}


/*box3----------*/
/*catch3-----*/
.cont1-add .box3 .catch3{
	margin-bottom: 50px;
}

/*h3-----*/
.cont1-add .box3 h3{
	background-color: #2981c0;
	color: #fff;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 10px 0;
	line-height: 100%;
	text-shadow: none;
	font-size: 1.4rem;
}

.cont1-add .box3 h3:after{
	content: none;
}

/*ul-----*/
.cont1-add .box3 ul{
	width: fit-content;
  margin: auto;
}
.cont1-add .box3 li{
	display: list-item;
  list-style-type: disc;
}

.cont1-add .box3 ul + p{
	text-align: center;
	margin-top: 10px;
}

/*in01-----*/
.cont1-add .box3 .in01{
	background-color: #fff;
	text-align: center;
	width: 850px;
	margin: 20px auto 0;
	padding: 20px 30px 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.cont1-add .box3 .in01{
		width: 100%;
	}
}

.cont1-add .box3 .in01{
	border: 1px solid #dadada;
}

.cont1-add .box3 .in01 p.txt01{
	font-size: 1.5rem;
	color: #d14848;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.cont1-add .box3 .in01 p.txt01 + p{
		text-align: left;
	}
}

.cont1-add .box3 .in01 .contactBtnWrap{
	margin-top: 20px;
}



/*===========================
cont2-add
===========================*/
/*box1----------*/
/*contPad70p-----*/
@media screen and (max-width: 768px) {
	.cont2-add .box1 .contPad70p{
		width: 100%;
	}
}

/*===========================
cont3-add
===========================*/
/*box1----------*/
/*contPad70p-----*/
@media screen and (max-width: 768px) {
	.cont3-add .box1 .contPad70p{
		width: 100%;
	}
}













/* 基本カラー  */

.fcBasic {
	color:#ff6200;
}
