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

/* 基本カラー  */

.fcBasic {
	color:#ff6200;
}


/*===========================
txtInd_foot
===========================*/

.txtInd_foot{
	padding-left: 2.8em;
	text-indent: -2.8em;
}



/*===========================
box01
===========================*/
.box01{
	font-size: 1.2em;
	line-height: 200%;
	width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.box01{
		font-size: 1em;
		line-height: 160%;
		width: 100%;
		margin: 0 auto;
	}
}

/*===========================
box02
===========================*/
.box02{
	font-size: 1.2em;
	line-height: 200%;
	width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.box02{
		font-size: 1em;
		line-height: 160%;
		width: 100%;
		margin: 0 auto;
	}
}


/*===========================
box03
===========================*/
.box03 .f-item1-3{
	border: 2px solid #2e8b57;
	border-radius: 1em;
}

.box03 .f-item1-3:nth-child(2){
	border: 2px solid #3e9e96;
}

.box03 .f-item1-3:nth-child(3){
	border: 2px solid #9e993e;
}

.box03 .f-item1-3 h3{
	background-color: #2e8b57;
	color: #fff;
	margin-bottom: 0;
	border-radius: 0.4em 0.4em 0 0;
	font-size: 1.4em;
	padding: 8px 0;
}
@media screen and (max-width: 768px) {
	.box03 .f-item1-3 h3{
		font-size: 1.1em;
	}
}

.box03 .f-item1-3:nth-child(2) h3{
	background-color: #3e9e96;
}

.box03 .f-item1-3:nth-child(3) h3{
	background-color: #9e993e;
}


.box03 .f-item1-3 ul{
	padding: 20px 10px 20px 22px;
}




/*fixation===========================*/

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


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


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

@media screen and (max-width: 768px) {
	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

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

	.w70sp{
		width: 70% !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;
	}
}



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


/*===========================
align
===========================*/

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

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

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

/*===========================
margin
===========================*/
.mbn10_pcOFFspON{
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	.mbn10_pcOFFspON{
		margin-bottom: 10px;
	}
}


