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


/*===========================
border
===========================*/
.border1{
	border: 1px solid #dddddd;
}


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


/*===========================
speech-box
===========================*/
.speech-box,
.speech-box02 {
  position: relative;
  margin: 0 auto 50px;
  padding: 20px;
  width: 60%;
  color: #fff;
  background: #00609c;
	border-radius: 10px;
}

.speech-box02 {
	background: #f5b049;
}

.speech-box:before,
.speech-box02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00609c;
}

.speech-box02:before {
	border-top: 15px solid #f5b049;
}

@media screen and (max-width: 600px) {
	.speech-box,
	.speech-box02 {
		width: 100%;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
}


/*===========================
list-box
===========================*/
@media screen and (min-width: 769px) {
	.liInline3Div.list-box01 {
		width: 920px;
		margin: 0 auto;
	}
	.liInline3Div.list-box01 li:nth-child(3n+1){

		width: 400px !important;
	}

	.liInline3Div.list-box01 li:nth-child(3n+2){
		width: 250px !important;
	}
	.liInline3Div.list-box01 li:nth-child(3n+3){
		width: 250px !important;
	}
}

@media screen and (max-width: 768px) {
	.liInline3Div.list-box01 li{
		width: 49%;
	}
}

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


/*===========================
pdlr0
===========================*/
.bgColor.pdlrb0{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}


/*===========================
bgc
===========================*/
.bgc01{
	padding: 4em 0;
}

.bgc02{
	background-color: #e9f2f3;
	padding: 4em 0;
}


@media screen and (max-width: 768px) {
	.bgc01,.bgc02{
		padding: 3em 10px;
	}
}





/* 基本カラー  */

.fcBasic {
	color:#00609c;
}

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

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

.title-af-none:after{
	content: none;
}


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



/*===========================
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 (max-width: 768px) {
	.wf-pcONtabletON {
		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;}
}

