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

/*===========================
box01
===========================*/
.box01 .in01{
	display: flex;
}

.box01 .in01 p{
	margin-right: 10px;
}

.box01 .in01 p:nth-child(odd){
	background-color: #1f518e;
	width: 200px;
	text-align: center;
	color: #fff;
	border-radius: 1em;
}

@media screen and (max-width: 600px) {
	.box01 .in01{
		display: block;
	}
	.box01 .in01 p{
		margin-right: 0;
		text-align: center;
		width: 100% !important;
	}

}

/*===========================
bgbox01
===========================*/

.bgbox01{
	border: 1px solid #bebebe;
	padding: 20px 50px 10px;
}


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


.listbox01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.listbox01 li{
	width: 48%;
	border-bottom: 1px dotted #bebebe;
	padding: 10px 5px !important;
	box-sizing: border-box;
}

.listbox01 .liCircle li{
	padding-left: 18px !important;
}

.listbox01 .liCircle li::before{
	margin-top: 12px;
}

.listbox01 li:nth-child(even){
	margin-left: 2%;
}

@media screen and (max-width: 600px) {
	.listbox01 li{
		width: 100%;
	}

	.listbox01 li:nth-child(even){
		margin-left: 0;
	}

	.listbox01 .liCircle li{
		width: 48%;
	}

	.listbox01 .liCircle li:nth-child(even){
		margin-left: 2%;
	}
}


.listbox01_c ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.listbox01_c li{
	width: 48%;
	border-bottom: 1px dotted #bebebe;
	padding: 10px 5px !important;
	box-sizing: border-box;
}

.listbox01_c .liCircle li{
	padding-left: 18px !important;
}

.listbox01_c .liCircle li::before{
	margin-top: 12px;
}

.listbox01_c li:nth-child(even){
	margin-left: 2%;
}

@media screen and (max-width: 600px) {
	.listbox01_c li{
		width: 100%;
	}

	.listbox01_c li:nth-child(even){
		margin-left: 0;
	}

	.listbox01_c .liCircle li{
		width: 48%;
	}

	.listbox01_c .liCircle li:nth-child(even){
		margin-left: 2%;
	}
}


/*===========================
txt01
===========================*/
.txt01{
	font-size: 1.4em;
	line-height: 150%;
	padding: 20px 10px;
	border-top: 4px double #1f518e;
	border-bottom: 4px double #1f518e;
}
@media screen and (max-width: 768px) {
	.txt01{
		font-size: 1.1em;
	}
}



/* 基本カラー  */

.fcBasic {
	color:#1f518e;
}



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

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

@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) {
	.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;
	}
}

/* PCだけ文字を大きく　*/

.fsPCbig {
	font-size:140%;
}

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

}

