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


/*===========================
box1
===========================*/
.box1 .in01{
	border: 2px solid #fce382;
	display: inline-block;
	padding: 15px 25px;
}
@media screen and (max-width: 600px) {
	.box1{
		text-align: center;
	}

	.box1 .in01{
		text-align: left;
	}
}



/*===========================
box2
===========================*/
.box2{
	border:2px solid #fce382;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.box2 h3{
	background-color: #fce382;
	border-radius: 0.3em 0.3em 0 0;
	padding: 15px 0 20px;
}

@media screen and (max-width: 600px) {
	.box2 h3{
		padding: 10px 0 12px;
	}
}

.box2 .in01{
	padding: 0 40px;
}

@media screen and (max-width: 600px) {
	.box2 .in01{
		padding: 0 20px;
	}
}

.box2 .bg01{
	background-color: #f67f21;
	color: #fff;
	padding: 5px 15px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

@media screen and (max-width: 600px) {
	.box2 .bg01{
		display: inline-block;
		line-height: 120%;
		margin-bottom: 0 !important;
		margin-bottom: 10px;
	}
}

/*===========================
box3
===========================*/
.box3{
	border: 1px solid #919191;
	display: inline-block;
	padding: 15px 20px 0;
	background-color: #fffdf6;
}

/*===========================
box4
===========================*/
.box4{
	display: flex;
	width: 75%;
	margin: 20px auto;
}

@media screen and (max-width: 768px) {
	.box4{
		width: 100%;
	}
}

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


.box4 .in01,
.box4 .in02{
	display: flex;
	align-items: center;
  justify-content: center;
	padding: 10px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.box4 .in01,
	.box4 .in02{
		display: block;
		padding: 10px;
		width: 100% !important;
		box-sizing: border-box;
	}
}

.box4 .in01{
	background-color: #fce382;
	width: 30%;
	border-radius: 2em;
}

.box4 .in02{
	width: 5%;
	font-size: 2em;
	font-weight: bold;
}


/*===========================
td
===========================*/
.tdcolor1{
	background-color: #e9e9e9 !important;
}





/* 基本カラー  */

.fcBasic {
	color:#ff6200;
}


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

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


/*===========================
border
===========================*/
.border-b01{
	border-bottom: 1px dotted;
	padding-bottom: 15px;
}


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



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


/*===========================
ol
===========================*/
ol li,
ol li.txtIconPoint{
	display: list-item !important;
	list-style-type: decimal;
}

