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

/* 基本カラー  */

.fcBasic {
	color:#2076d6;
}


/*===========================
indent
===========================*/

.txtInd_add01{
	text-indent: 1em;
}

.txtInd_add02{
	padding-left: 1.6em;
	text-indent: -1.6em;
}

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


/*===========================
font
===========================*/
.font1{
	font-family: 'Noto Serif JP', serif;
}

.font2{
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
}



/*===========================
letter
===========================*/
.letter{
  background-image: linear-gradient(0, #e9e9e9 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2.8em; /* 行の高さ */
  line-height: 2.8em; /* 文字の高さ */
  padding-bottom: 2px;  /*最終行の下にも罫線を引く */
}

.letter.bnone{
	background-image: none;

}


/*===========================
ml01
===========================*/
.ml01{
	margin-left: 1.8em !important;
}



/*===========================
box01
===========================*/
.box01 .txt01{
	background-color: #2076d6;
	color: #fff;
	display:inline-block;
	padding: 5px 30px;
	border-radius: 2em;
}

.box01 .rt-center{
	text-align: left;
}

.box01 .rt-center span.m01{
	margin-left: 5%;
	margin-right: 23%;
}

.box01 .rt-center span.m02{
	margin-right: 24%;
}



/*===========================
txt
===========================*/
.txt01{
	display:block;
	color:#3886C5;
	text-align:center;
	line-height:normal;
	font-size:1.2em;
	padding:0.2em 1.2em 0.2em 1.2em;
	background-color:#fff;
	border-radius: 1.1em;
	-webkit-border-radius: 1.1em; 
	-moz-border-radius: 1.1em;
	margin-bottom:5px;

	border: 2px solid #3886C5;
}	



/*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) {
	.w70sp{
		width: 70% !important;
		box-sizing: border-box;
	}
}


/*===========================
wf
===========================*/
.wf-t {
	width: fit-content;
	margin: auto;
}

.wf-t-sp {
	width: fit-content !important;
	margin: auto !important;
}

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

@media screen and (max-width: 600px) {
	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;
	}
}


