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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}

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



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


/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !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;}
}


/*===========================
title01
===========================*/
.title01{
	color: #D89EC1;
	border-bottom: 1px dotted #9c9c9c;
	padding-bottom: 10px;
	margin-bottom: 15px;
}





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


.box01 .in01{
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d3d3d3;
}

.box01 .in01:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.box01 .in01 .txttime{
	width: 200px;
	text-align: center;
}

.box01 .in01 .txttime span{
	background-color: #fff;
	border: 2px solid #D89EC1;
	display: block;
	width: 80%;
	border-radius: 10px;
	padding: 5px 0;
}

@media screen and (max-width: 600px) {
	.box01 .in01 .txttime{
		width: 30%;
	}
}

.box01 .in01 ul{
	padding: 5px 0 0;
}


/*===========================
box02
===========================*/
@media screen and (min-width: 601px) and (max-width: 768px) {
	.box02 .f-item1-4{
		width: 48%;
	}
}


/*===========================
box-sh-no
===========================*/
.box-sh-no img{
	box-shadow: none !important;
}